/*-------------------------------------------------------------------*/
/*  Start : Background Color and Input Color                         */
/*-------------------------------------------------------------------*/
body
{
    background-color:#e6e6e6;
}
.input-sm ,.input-sm datepicker
{
    font-weight:400;
    color:#0000b3;
}

.mislabel-input,.mislabel-input-sm ,.mislabel-input-require,.mislabel-desc,.mislabel-desc-sm,.mislabel-constant {
    font-weight:400;
    color: #000066;
}
.content-wrapper, .panel-body
{
    background-color:#e6e6e6;
}
.modal-body
{
    background-color:#e6e6e6;
}
.box
{
    background-color:#e6e6e6;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-dropdown
{
    font-weight:400;
    color:#0000b3;
  }
  
.skin-blue-light .treeview > a {
  color: #330066;
  font-weight:400;
}
.skin-blue-light .treeview-menu > li > a {
  color: #003d99;
  font-weight:400;
}

.icheckbox_square-blue,.icheckbox_square-blue.disabled {
    background-position: -24px 0;
}
.iradio_square-blue,.iradio_square-blue.disabled {
    background-position: -144px 0;
}
/*-------------------------------------------------------------------*/
/*  End : Background Color and Input Color                           */
/*-------------------------------------------------------------------*/
.CardBox:hover
{
    background: #F0F8FF;
    cursor:pointer;
}
/*-------------------------------------------------------------------*/
/* Overide Company Dropdown                                          */
/*-------------------------------------------------------------------*/
.navbar-nav > .branch-menu > .dropdown-menu
{
  width: 700px;  
}
@media (max-width: 768px) 
{
    .navbar-nav > .branch-menu > .dropdown-menu
    {
      width: 350px;  
    }
}

    