@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background: url(../images/siteBackground.png) left top;*/
  color: #666565;
}

#divLoading {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url('http://loadinggif.com/generated-image?imageId=35&bgColor=%23666666&fgColor=%23e36d24&transparentBg=1&download=0&random=0.346824651691789');
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #1ABC9C;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.nomargin {
  margin: 0 !important;
}

.fright {
  float: right !important;
}

h2, h3, h4, h5, h6 {
  margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  padding: 3px 8px;
}

h4 {
  color: #222;
  font-weight: 900;
  line-height: 1.5;
}

p {
  padding: 10px 15px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 18px;
}

h1, h2 {
  color: #818d75;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  border: none;
}

.picPreview {
  border: 0px;
  text-align: center;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
  color: #818d75;
  text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
  color: #818d75;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  text-decoration: none;
  color: #818d75;
}

.clearfloat {
  clear: both;
}

table {
  margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  padding: 0 2px;
}

  table td {
    padding: 1%;
  }

.label {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #818d75;
}

.textbox, input[type="number"], input[type="email"], input[type="tel"] {
  border: 2px solid #a9b6c2;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 36px;
  margin-bottom: 0;
  padding: 7px 10px;
}

input[type="radio"], input[type="checkbox"] {
  border: 2px solid #a9b6c2;
  border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  height: 18px;
  width: 18px;
}

.myCssClass {
  width: 4%;
  min-width: 4%;
  max-width: 4%;
}

.driverButton {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(6, 144, 171, 1) 0px, rgba(2, 109, 140, 1) 100%) repeat scroll 0 0;
  border: 1px solid #025063;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  height: 35px;
  line-height: 36px;
  padding: 0px 21px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

input[type=text],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border-top: none;
  border-bottom: 1px solid #DDD;
  /*box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
  outline: 0;
  padding: 4px 4px;
  margin: 3px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  width: 90%;
  border-radius: 3px;
}

  input[type=text]:focus,
  input[type=datetime]:focus,
  input[type=checkbox]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=radio]:focus,
  input[type=tel]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
  }

.errorState {
  box-shadow: 0 0 5px Red;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid Red;
}

img {
  max-width: 100%;
}

.imgRoundedCornersDropShadow {
  box-shadow: 0 0 5px Gray;
  padding: 3px 0px 3px 3px;
  border-radius: 2%;
}

.liHorizontal {
  width: 25%;
  float: left;
  list-style: none;
  padding: 2%;
  box-shadow: 0 0 2px LightGray;
  border-radius: 2%;
}

  .liHorizontal:hover {
    box-shadow: 0 0 5px Gray;
    border-radius: 2%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
  }

.cart-product-name {
  border: none;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 1;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-left: 0%;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

  div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
  }

    div.bhoechie-tab-menu div.list-group > a {
      margin-bottom: 0;
    }

      div.bhoechie-tab-menu div.list-group > a .glyphicon,
      div.bhoechie-tab-menu div.list-group > a .fa {
        color: #5A55A3;
      }

      div.bhoechie-tab-menu div.list-group > a:first-child {
        border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
      }

      div.bhoechie-tab-menu div.list-group > a:last-child {
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
      }

      div.bhoechie-tab-menu div.list-group > a.active,
      div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
      div.bhoechie-tab-menu div.list-group > a.active .fa {
        /*background-color: #5A55A3;*/
        background-image: #5A55A3;
        color: #ffffff;
      }

        div.bhoechie-tab-menu div.list-group > a.active:after {
          content: '';
          position: absolute;
          left: 100%;
          top: 50%;
          margin-top: -13px;
          border-left: 0;
          border-bottom: 13px solid transparent;
          border-top: 13px solid transparent;
          border-left: 10px solid #428bca;
        }

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
}

  .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

.event-list {
  list-style: none;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  padding: 0px;
  width: 99%;
}

  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 10px 0px;
  }

    .event-list > li > time {
      display: inline-block;
      width: 100%;
      color: rgb(255, 255, 255);
      background-color: rgb(197, 44, 102);
      padding: 5px;
      text-align: center;
      text-transform: uppercase;
    }

    .event-list > li:nth-child(even) > time {
      background-color: rgb(165, 82, 167);
    }

    .event-list > li > time > span {
      display: block;
    }

    .event-list > li > time > .day {
      display: block;
      font-size: 16pt;
      font-weight: 100;
      line-height: 1;
    }

    .event-list > li time > .month {
      display: block;
      font-size: 12pt;
      font-weight: 900;
      line-height: 1;
    }

    .event-list > li > img {
      width: 100%;
    }

    .event-list > li > .info {
      /*padding-top: 5px;*/
      text-align: center;
    }

      .event-list > li > .info > .title {
        font-size: 17pt;
        font-weight: 700;
        margin: 0px;
      }

      .event-list > li > .info > .desc {
        font-size: 9pt;
        font-weight: 300;
        margin: 0px;
      }

      .event-list > li > .info > ul {
        display: table;
        list-style: none;
        border-top: 1px solid gray;
        margin: 0px 0px 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
      }

    .event-list > li > .social > ul {
      display: table;
      list-style: none;
      margin: 0px 0px 0px;
      padding: 0px;
      width: 100%;
      text-align: center;
    }

    .event-list > li > .social > ul {
      margin: 0px;
    }

      .event-list > li > .info > ul > li,
      .event-list > li > .social > ul > li {
        display: table-cell;
        cursor: pointer;
        color: rgb(30, 30, 30);
        font-size: 9pt;
        font-weight: 500;
        padding: 0px 0px;
      }

        .event-list > li > .info > ul > li > a {
          display: block;
          width: 100%;
          color: rgb(30, 30, 30);
          text-decoration: none;
        }

      .event-list > li > .social > ul > li {
        padding: 0px;
      }

        .event-list > li > .social > ul > li > a {
          padding: 3px 0px;
        }
/*.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}*/
.facebook a,
.twitter a,
.google-plus a {
  display: block;
  width: 100%;
  color: rgb(75, 110, 168) !important;
}

.twitter a {
  color: rgb(79, 213, 248) !important;
}

.google-plus a {
  color: rgb(221, 75, 57) !important;
}

.facebook:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(221, 75, 57) !important;
}

@media (min-width: 768px) {
  .event-list > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
  }

    .event-list > li > time,
    .event-list > li > img {
      display: inline-block;
    }

    .event-list > li > time,
    .event-list > li > img {
      width: 80px;
      float: left;
    }

    .event-list > li > .info {
      background-color: rgb(250, 250, 250);
      overflow: hidden;
    }

    .event-list > li > time,
    .event-list > li > img {
      width: 40px;
      height: 70px;
      padding: 6px 0 0 0;
      margin: 0px;
    }

    .event-list > li > .info {
      position: relative;
      text-align: left;
      padding-right: 40px;
    }

      .event-list > li > .info > .title,
      .event-list > li > .info > .desc {
        padding: 0px 16px;
      }

      .event-list > li > .info > ul {
        /*position: absolute;*/
        left: 0px;
        bottom: 0px;
      }

    .event-list > li > .social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
      height: 20px;
    }

      .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
      }

        .event-list > li > .social > ul > li {
          display: block;
          padding: 0px;
        }

          .event-list > li > .social > ul > li > a {
            display: block;
            width: 40px;
            padding: 3px 0px 4px;
          }
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
  box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba( 0, 0, 0, .5 );
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
  box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}

  #imagelightbox-loading div {
    width: 1.25em; /* 20 */
    height: 1.25em; /* 20 */
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
  }

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale( .75 );
  }

  50% {
    opacity: 1;
    -webkit-transform: scale( 1 );
  }

  to {
    opacity: .5;
    -webkit-transform: scale( .75 );
  }
}

@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale( .75 );
  }

  50% {
    opacity: 1;
    transform: scale( 1 );
  }

  to {
    opacity: .5;
    transform: scale( .75 );
  }
}


/* OVERLAY */

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba( 255, 255, 255, .9 );
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

  #imagelightbox-close:hover,
  #imagelightbox-close:focus {
    background-color: #111;
  }

  #imagelightbox-close:before,
  #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
  }

  #imagelightbox-close:before {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }

  #imagelightbox-close:after {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
  }

  .dxeEditAreaSys {
  padding: 0;
  }
 
.input-numeric-password {
  -webkit-text-security: disc;
}

.alertify-notifier.ajs-right {
  right: 10px;
  color: white;
  font-size: 14px;
}



.wallet-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -6px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


  .wallet-link:hover, .wallet-link:focus, .wallet-link:active, .wallet-link.active, .open .dropdown-toggle.wallet-link {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
  }

.gvDocuments:last-child {
  font-weight: bold;
}

.gvDocuments:first-child {
  font-weight: bold;
}