/*custom */
/* WIDGET CASH IN HAND */

.widget-cash-in-hand .cash {
  border-right: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  text-align: center;
 margin-bottom:20px;
}
.widget-cash-in-hand .cash:last-child {
  border-right: none;
}
.widget-cash-in-hand .cash .number {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.widget-cash-in-hand .cash .txt {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
@media and (max-width: 800px) {
  .widget-cash-in-hand .row .cash {
    width: 33.3333%;
  }
  .widget-cash-in-hand .row .cash:nth-child(3) {
    border-right: none;
  }
  .widget-cash-in-hand .row .cash .number {
    font-size: 14px;
  }
  .widget-cash-in-hand .row .cash .txt {
    font-size: 11px;
  }
}

/* WIDGET INFOBOX */
.widget-infobox {
 text-align:center;
  margin-top: -8px;
}
.widget-infobox .infobox {
	height:102px;
 background: #f6f6f6;
  float: left;
  margin-right: 18px;
width:100%;
  padding: 6px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  text-align:center;
    border-bottom: 3px solid rgb(246, 246, 246);
}
.widget-infobox .selected
{
border-bottom: 3px solid rgb(248, 131, 57);
}
.widget-infobox .left {
  float: left;
  padding-left: 0;
  padding-right: 10px;
}
.widget-infobox .left i {
  color: #ffffff;
  font-size: 23px;
  text-align: center;
}
.widget-infobox .left i::before {
  display: inline-block;
  height: 48px;
  margin-top: 0;
  padding: 13px;
  width: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget-infobox .right {
  
  padding-left: 0;
  padding-right: 10px;
}
.widget-infobox .right .c-green {
  
  font-weight: 900;
  font-size: 22px;
}

.widget-infobox .right .pull-right {

  font-weight: 100;
  font-size: 14px;
  /*margin-top: 7px;*/
}
.widget-infobox .left[class*="icon-"] {
  font-size: 21px;
}
.c-red{color:#cd6a6a}
.c-blue{color:#00A2D9}
.c-purple{color:#B57EE0}
.c-brown{color:#9E7B2E}
.c-orange{color:#ec8521}
.c-yellow{color:#F3D261}
.c-green{color:#18A689}
.c-gray-light{color:#dadada}
.c-gray{color:#8F8F8F}
.c-dark{color:#343434}
.c-white{color:#fff}
.c-light{color:#B3B3B3}
.c-primary{color:#319db5}
.bg-gray:not(i){background-color:#82848A!important;color:#000!important}
i.bg-gray::before{background-color:#82848A!important;color:#000!important}
.bg-gray.form-control:focus{background-color:#82848A!important;color:#000!important}
.bg-gray-light:not(i){background-color:#fafafa!important;color:#5B5B5B!important}
i.bg-gray-light::before{background-color:#fafafa!important;color:#5B5B5B!important}
.bg-gray-light.form-control:focus{background-color:#fafafa!important;color:#5B5B5B!important}
.modal-footer.bg-gray-light:not(i){background-color:#EFEFEF!important;color:#5B5B5B!important}
.bg-red:not(i){background-color:#C9625F!important;color:#fff!important}
i.bg-red::before{background-color:#C9625F!important;color:#fff!important}
.bg-red.form-control:focus{background-color:#C9625F!important;color:#fff!important}
.bg-yellow:not(i){background-color:#EBC85E!important;color:#fff!important}
i.bg-yellow::before{background-color:#EBC85E!important;color:#fff!important}
.bg-yellow.form-control:focus{background-color:#EBC85E!important;color:#fff!important}
.bg-white:not(i){background-color:#fff!important;color:#000!important}
i.bg-white::before{background-color:#fff!important;color:#000!important}
.bg-white.form-control:focus{background-color:#fff!important;color:#000!important}
.bg-light:not(i){background-color:#E9E9E9!important;color:#000!important}
i.bg-light::before{background-color:#E9E9E9!important;color:#000!important}
.bg-light.form-control:focus{background-color:#E9E9E9!important;color:#000!important}
.bg-green:not(i){background-color:#18a689!important;color:#fff!important}
i.bg-green::before{background-color:#18a689!important;color:#fff!important}
.bg-green.form-control:focus{background-color:#18a689!important;color:#fff!important}
.bg-blue:not(i){background-color:#4584D1!important;color:#fff!important}
i.bg-blue::before{background-color:#4584D1!important;color:#fff!important}
.bg-blue.form-control:focus{background-color:#4584D1!important;color:#fff!important}
.bg-blue2:not(i){background-color:#3498db!important;color:#fff!important}
i.bg-blue2::before{background-color:#3498db!important;color:#fff!important}
.bg-blue2.form-control:focus{background-color:#3498db!important;color:#fff!important}
.bg-primary:not(i){background-color:#319DB5!important;color:#fff!important}
i.bg-primary::before{background-color:#319DB5!important;color:#fff!important}
.bg-primary.form-control:focus{background-color:#319DB5!important;color:#fff!important}
.background-primary:not(i){background-color:#319DB5;color:#fff}
i.background-primary::before{background-color:#319DB5;color:#fff}
.background-primary.form-control:focus{background-color:#319DB5;color:#fff}
.bg-primary-dark:not(i){background-color:#164954;color:#fff}
i.bg-primary-dark::before{background-color:#164954;color:#fff}
.bg-primary-dark.form-control:focus{background-color:#164954;color:#fff}
.bg-blue-light:not(i){background-color:#e8f4f8!important;color:#5B5B5B!important}
i.bg-blue-light::before{background-color:#e8f4f8!important;color:#5B5B5B!important}
.bg-blue-light.form-control:focus{background-color:#e8f4f8!important;color:#5B5B5B!important}
.bg-blue-dark:not(i){background-color:#30364A!important;color:#fff!important}
i.bg-blue-dark::before{background-color:#30364A!important;color:#fff!important}
.bg-blue-dark.form-control:focus{background-color:#30364A!important;color:#fff!important}
.bg-orange:not(i){background-color:#F2A057!important;color:#fff!important}
i.bg-orange::before{background-color:#F2A057!important;color:#fff!important}
.bg-orange.form-control:focus{background-color:#F2A057!important;color:#fff!important}
.bg-purple:not(i){background-color:#A58BD3!important;color:#fff!important}
i.bg-purple::before{background-color:#A58BD3!important;color:#fff!important}
.bg-purple.form-control:focus{background-color:#A58BD3!important;color:#fff!important}
.bg-purple2:not(i){background-color:#6E62B5!important;color:#fff!important}
i.bg-purple2::before{background-color:#6E62B5!important;color:#fff!important}
.bg-purple2.form-control:focus{background-color:#6E62B5!important;color:#fff!important}
.bg-purple-dark:not(i){background-color:#393F51!important;color:#fff!important}
i.bg-purple-dark::before{background-color:#393F51!important;color:#fff!important}
.bg-purple-dark.form-control:focus{background-color:#393F51!important;color:#fff!important}
.bg-dark:not(i){background-color:#2B2E33!important;color:#fff!important}
i.bg-dark::before{background-color:#2B2E33!important;color:#fff!important}
.bg-dark.form-control:focus{background-color:#2B2E33!important;color:#fff!important}
.bg-pink:not(i){background-color:#DC88E6!important;color:#fff!important}
i.bg-pink::before{background-color:#DC88E6!important;color:#fff!important}
.bg-pink.form-control:focus{background-color:#DC88E6!important;color:#fff!important}
.bg-aero:not(i){background-color:#B9D5DB!important;color:#2C2C2C!important}
i.bg-aero::before{background-color:#B9D5DB!important;color:#2C2C2C!important}
.bg-aero.form-control:focus{background-color:#B9D5DB!important;color:#2C2C2C!important}
.bg-purple-gradient{background:#bf9bdd;background:-moz-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);background:-ms-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);background:-o-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(27%,#bf9bdd),color-stop(100%,#9e52dd));background:-webkit-radial-gradient(center,ellipse cover,#bf9bdd 27%,#9e52dd 100%);background:radial-gradient(ellipse at center,#bf9bdd 27%,#9e52dd 100%);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf9bdd',endColorstr='#9e52dd',GradientType=1)}
.bg-opacity-20{background-color:rgba(0,0,0,0.2)}
.bg-corporate{background-color:#31303A!important;color:#fff!important}
.bg-iris{background-color:#223439!important;color:#fff!important}
i.online,i.busy,i.away,i.offline,i.turquoise{-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;content:"";float:left;height:7px;margin-right:13px;margin-right:8px;margin-top:6px;width:7px}
i.online{background-color:#18a689}
i.turquoise{background-color:#52c1df}
i.away{background-color:#f90}
i.busy{background-color:#c75757}
i.offline{background-color:rgba(255,255,255,0.2)}

h2 {
 font-size: 28px;
  color: #3771A5;
  margin-bottom: 18px;
  line-height: 40px;
  font-weight: 500;
  font-family: calibri;
  margin-top: 20px;
}
.promo-caption h2 {
  font-size: 28px;
  color: #3771A5;
  margin-bottom: 18px;
  line-height: 40px;
  font-weight: 500;
  font-family: calibri;
  margin-top: 0px;
}
.promo-caption_detail h2
{
margin-top:10px;
margin-left:5px;
}
.dl-horizontal dt
{
text-align:left;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px 5px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#example{width:100% !important;}
.promo-caption{padding-left:10px;}

.list-group-item.active,.list-group-item.active:hover,
.list-group-item.active:focus
{
	
 background-color: #EFF9FC;
 border-color: #D5E3E7;
 text-decoration:none;
 }
.list-group-item
{
	font-size:16px;
	padding: 10px 8px;
	
}
.list-group-item.active a{
text-decoration:none;
}
.list-group-item a {
 z-index: 2;
 color: #333;


}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
 border-top: 0;
  border-top-left-radius: 0px; 
  border-top-right-radius: 0px; 
}
.fa-doc{
	font-size: 19px;
    margin-top: 6px;
}
.pointer{
	cursor:pointer;
}
