html {
  font-family: Arial;
  font-size:12px !important;
}

 
body {
  font-family: Arial;
    font-size:12px !important;
}

.TableHeader 
{
    width:100%;
    height:100%;
    vertical-align:middle;
    color:black; 
    font-weight:bold;
}

.light-login {
  background-color: #DCDCDC !important;
  background-image: none !important;
}

.dataTables_wrapper_no_padding .row:first-child {
    border-top:0px solid #e0e0e0 !important;
    border-bottom:0px solid #e0e0e0 !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    background-color: #EFF3F8;
}

.dataTables_wrapper_no_padding .row:last-child {
    border-top:0px solid #e0e0e0 !important;
    border-bottom:0px solid #e0e0e0 !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    background-color: #EFF3F8;
}

.scoring_guide_header_link {
    font-size: 12px;
    margin-left:20px;
}

.displayInlineBlock
{
    display:inline-block;
    width:100%;
    }
    
.alert-list
{
    padding:2px;
    margin-bottom:5px;
    font-weight:bold;
    }

.visually-hidden {
    border-width: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.Question-Required:after, .form-group.required .control-label:after, .widget-header.required h4:after, .form-group.required h3:after, .widget-main.required .control-label:after  {
  content:" *";
  color:red;
    font-size:14px;
}


.form-group.conditionallyrequired .control-label:after, .widget-header.conditionallyrequired h4:after, .form-group.conditionallyrequired h3:after, .widget-main.conditionallyrequired .control-label:after  {
  content:" *";
  color:blue;
    font-size:14px;
}


.table > thead > tr > th {
    border-color: #dddddd;
    font-weight:bold;
    color: #000000;
    white-space: nowrap !important;
}

.table > thead > tr > th > a {
    border-color: #dddddd;
    font-weight:bold;
    color: #000000;
}

.th_Row_First_Column {
    font-weight:normal;
}

.col_expand_collapse {
    width: 30px !important;
}

.action-buttons 
{
    text-align:center;
    }

.login-layout .widget-box .widget-main {
    background: #FFFFFF;
}

.accordion-style1.panel-group .panel {
  border-radius: 0;
  border-color: #FFF;
  background-color: #FFF;
  box-shadow: none;
}


.accordion-style1.panel-group .collapse.in > .panel-body {
  border: 1px solid #cdd8e3;
}



.navbar {
  background-color: #296db1 !important;
  background: #296db1 !important;
}

.form-actions {
  padding: 19px 0px 20px;
}

/*.no-skin .sidebar {
  background-color: #0067b1;
  border-style: solid;
  border-color: #cccccc;
  border-width: 0 1px 0 0;
}

.no-skin .nav-list > li {
  border-color: #0067b1;
}*/




.main-icon {
    background: transparent url("../../img/hennepin-logo.png") center center no-repeat;
    width: 59px;
    height: 74px;
    position: absolute;
    left: 15px;
    top: 15px;
}

/*@media only screen and (min-width: 992px) {
  .no-skin .sidebar.h-sidebar {
    background-color: #0067b1;
  }
  
}*/



/***** CALENDAR ****/
.CalendarTitle 
{
    background-color:#296db1;
    color:White;
    height:35px;
    font-size:15px;
    }
.DayHeader 
{
    text-align:center;
    }

.DayHoverOnMouseOver
{
    background-color: #efefef;
    }   

.DayHoverOnMouseOout
{
     background-color: #ffffff;
    }   
    
.NextPrevStyle
{
    padding-left: 4px;
    padding-right: 4px;
    }


.profile-info-name {
    width:200px !important;
}



.radioButtonStyle input[type=radio]:focus {
  outline: none !important;
}

.radioButtonStyle input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}


.radioButtonStyle input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}


.radioButtonStyle input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.radioButtonStyle input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.radioButtonStyle label input[type=radio] {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;

}

.radioButtonStyle input[type=radio]:checked,
.radioButtonStyle input[type=radio]:focus {
  outline: none !important;
}

.radioButtonStyle input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
  margin-right: 10px;
  font-size: 13px;
}

.radioButtonStyle input[type=radio] + label::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/

  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.radioButtonStyle input[type=radio]:checked + label::before {
  display: inline-block;
  content: '\f00c';
  color: #32a3ce;
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.radioButtonStyle input[type=radio]:hover + label::before,
.radioButtonStyle input[type=radio] + label:hover::before {
  border-color: #ff893c;
}



.radioButtonStyle input[type=radio]:focus + label::before {
  border-color: #f59942;
}

.radioButtonStyle input[type=radio]:active + label::before,
.radioButtonStyle input[type=radio]:checked:active + label::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}



.radioButtonStyle input[type=radio]:disabled + label::before,
.radioButtonStyle input[type=radio][disabled] + label::before,
.radioButtonStyle input[type=radio].disabled + label::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB;
}

.radioButtonStyle .radio label input[type=radio] + label {
  margin-left: -10px;
}

.radioButtonStyle input[type=radio] + label::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #32a3ce;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}

.radioButtonStyle input[type=radio]:checked + label::before {
  content: "\f111";
}

.radioButtonStyle input[type=checkbox].input-lg + label::before {
  border-radius: 4px;
  font-size: 16px;
  height: 24px;
  line-height: 21px;
  min-width: 24px;
  top: auto;
}

.radioButtonStyle input[type=radio].input-lg + label::before {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  min-width: 24px;
  top: auto;
}

.radioButtonStyle label {
    padding-top:10px;
}

.ImageButtonGrid {
    display: none;

}





input[type=radio] + label::before {
  border-radius: 100%;
  font-size: 10px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #32a3ce;
  line-height: 15px;
  height: 17px;
  min-width: 17px;

}
input[type=radio]:checked + label::before {
  content: "\f111";
  margin-right: 5px; /* This property sets adds spacing between the radio button and the text */
}

input[type=radio].input-lg + label::before {
  font-size: 14px;
  height: 24px;
  line-height: 22px;
  min-width: 24px;
  top: auto;
}

.radio label {
    padding-left:0px !important;
}

.hr-margin-sm {
    margin-bottom:10px;
    margin-top:10px;
}

.h4-margin-sm {
    margin-top: 5px;
    margin-bottom:5px;
}


 .summaryanswerlistitem {
    line-height: 20px;
    padding-bottom: 3px;
}



 #questions ul li {
    font-size: 90%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    border-width: 0;
    font-weight: normal;
    background-image: none;
}


 .answered, .notanswered {
    float: left;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #CCC;
}

 .answered {
    background-image: url(../Images/Tick.png);
}

.summaryanswer {
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
    font-family:Arial;
    margin-left: 5px;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
}

.width-75-px {
    width: 75px !important;
}

.QuestionText {
    font-size:16px;

}


.breadcrumbs {
    border-bottom:0px !important;
    background-color:#FFFFFF !important;
}

.spell-check-right {
    float:right !important;
    display:block;
}

.spell-check-span-right {
    display:none;
    float:right !important;
}

.label-spell-check {
    padding-top:30px !important;
}



.SortDesc:after,
.SortAsc:after{
  content: ' ';
  position: relative;
  left: 2px;
  border: 6px solid transparent;
}
.SortDesc:after{
  top: 10px;
  border-top-color: #307ecc;

}
.SortAsc:after{
  bottom: 15px;
  border-bottom-color: #307ecc;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}



.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}


 #modalAddEditPayment {
    overflow-y:scroll;
}

 .client-info {
  padding-left:5px;
  padding-right:5px;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 22px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
   .spell-check-right {
    display:none;
}

   .spell-check-span-right {
    display:block;
    float:right !important;
}

   .label-spell-check {
    width:100% !important;
    padding-top:0px !important;
    padding-right:12px !important;
}
}



textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {

    font-size: 12px !important;

}


label {
  font-weight: normal;
  font-size: 12px;
}




.radioButtonStyle input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  font-weight: normal;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
}



.radioButtonStyle input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  cursor: pointer;
}


.input-group-addon {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}


.form-control {
    font-size:12px;
    height:auto;
    padding:2px;
}

select.form-control {
    font-size:12px;
    height:auto;
}

.btn {
    font-size:12px;
}


.table-header {
  background-color: #307ecc;
  color: #FFF;
  font-size: 12px;
  line-height: 28px;
  padding-left: 12px;
  margin-bottom: 1px;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}



.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 1px;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}


.widget-header > .widget-title {
  line-height: 1px;
  padding: 0;
  margin: 0;
  display: inline;
}

    .modal-90 
    {
        width: 90% !important;
    }

/************************* links *********************/
a {
    color: #265986;
}

.link_white {
    color:#fff;
}

.link_white:hover {
    color:#fff;
    text-decoration:underline;
}

.link_white:visited {
    color:#fff;
    text-decoration:underline;
}

.breadcrumb > li > a {
  display: inline-block;
  color: #376f94;
}

/************************* errors *********************/
.form-group.has-error .control-label,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #c13f3d;
}

.ValidationErrorMessage {
    color:#c13f3d;
}



/************************* misc *********************/
.blue {
  color: #3070a5 !important;
}

.green {
  color: #4d7e33 !important;
}

.widget-header {
  color: #387098 !important;
}


/************************* badges *********************/
.label-success,
.label.label-success,
.badge.badge-success,
.badge-success {
  background-color: #557c44;
}

.label-danger,
.label.label-danger,
.badge.badge-danger,
.badge-danger {
  background-color: #c74832;
}


/************************* tables *********************/
.table-header {
  background-color: #296db1;
}






/************************* Wizard Steps *********************/
.steps li .title {
  color: #64707b;
}

/*.steps li:before {
  border-top: 4px solid #64707b;
}

.steps li .step {
  border: 5px solid #64707b;
}*/

/************************* All Buttons *********************/
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 1.00;
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
  box-shadow: none;
}



/************************* btn-primary *********************/
.btn-primary,
.btn-primary:focus {
  /*background-color: #428bca !important;
  border-color: #428bca;*/
  background-color: #2e6da4 !important;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:focus:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle:active,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.active {
  /*background-color: #1b6aaa !important;
  border-color: #428bca;*/
    background-color: #134975 !important;
  border-color: #2e6da4;
}
.btn-primary.no-border:hover,
.btn-primary.no-border:active {
  /*border-color: #1b6aaa;*/
  border-color: #134975;
}
.btn-primary.no-hover:hover,
.btn-primary.no-hover:active {
  /*background-color: #428bca !important;*/
  background-color: #2e6da4 !important;
}


.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  /*background-color: #428bca !important;
  border-color: #428bca;*/

  /*background-color: #757575 !important;
  border-color: #565656;*/


    background-color: #EFEFEF !important;
  border-color: #DCDCDC;
  color:  #656565 !important;
}

 .btn-primary.disabled i.ace-icon.white,
 .btn-primary[disabled] i.ace-icon.white,
fieldset[disabled] .btn-primary i.ace-icon.white,
.btn-primary.disabled:hover i.ace-icon.white,
.btn-primary[disabled]:hover i.ace-icon.white,
fieldset[disabled] .btn-primary:hover i.ace-icon.white,
.btn-primary.disabled:focus i.ace-icon.white,
.btn-primary[disabled]:focus i.ace-icon.white,
fieldset[disabled] .btn-primary:focus i.ace-icon.white,
.btn-primary.disabled:active i.ace-icon.white,
.btn-primary[disabled]:active i.ace-icon.white,
fieldset[disabled] .btn-primary:active i.ace-icon.white,
.btn-primary.disabled.active i.ace-icon.white,
.btn-primary[disabled].active i.ace-icon.white,
fieldset[disabled] .btn-primary.active i.ace-icon.white {
          color:  #656565 !important;
    }




/************************* btn-success *********************/
.btn-success,
.btn-success:focus {
  background-color: #4a7943 !important;
  border-color: #4a7943;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus:active,
.btn-success:focus:hover,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .btn-success.dropdown-toggle,
.open > .btn-success.dropdown-toggle:active,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.active {
    background-color: #3f6739 !important;
  border-color: #4a7943;
}
.btn-success.no-border:hover,
.btn-success.no-border:active {
  border-color: #4a7943;
}
.btn-success.no-hover:hover,
.btn-success.no-hover:active {
  background-color: #3f6739 !important;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #EFEFEF !important;
  border-color: #DCDCDC;
  color:  #656565 !important;
}

 .btn-success.disabled i.ace-icon.white,
 .btn-success[disabled] i.ace-icon.white,
fieldset[disabled] .btn-success i.ace-icon.white,
.btn-success.disabled:hover i.ace-icon.white,
.btn-success[disabled]:hover i.ace-icon.white,
fieldset[disabled] .btn-success:hover i.ace-icon.white,
.btn-success.disabled:focus i.ace-icon.white,
.btn-success[disabled]:focus i.ace-icon.white,
fieldset[disabled] .btn-success:focus i.ace-icon.white,
.btn-success.disabled:active i.ace-icon.white,
.btn-success[disabled]:active i.ace-icon.white,
fieldset[disabled] .btn-success:active i.ace-icon.white,
.btn-success.disabled.active i.ace-icon.white,
.btn-success[disabled].active i.ace-icon.white,
fieldset[disabled] .btn-success.active i.ace-icon.white {
          color:  #656565 !important;
    }





 

/************************* btn-grey *********************/
.btn-grey,
.btn-grey:focus {
  background-color: #727272 !important;
  border-color: #727272;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus:active,
.btn-grey:focus:hover,
.btn-grey:active:hover,
.btn-grey.active:hover,
.open > .btn-grey.dropdown-toggle,
.open > .btn-grey.dropdown-toggle:active,
.open > .btn-grey.dropdown-toggle:hover,
.open > .btn-grey.dropdown-toggle:focus,
.open > .btn-grey.dropdown-toggle.active {
    background-color: #636363 !important;
  border-color: #727272;
}
.btn-grey.no-border:hover,
.btn-grey.no-border:active {
  border-color: #727272;
}
.btn-grey.no-hover:hover,
.btn-grey.no-hover:active {
  background-color: #636363 !important;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #EFEFEF !important;
  border-color: #DCDCDC;
  color:  #656565 !important;
}

 .btn-grey.disabled i.ace-icon.white,
 .btn-grey[disabled] i.ace-icon.white,
fieldset[disabled] .btn-grey i.ace-icon.white,
.btn-grey.disabled:hover i.ace-icon.white,
.btn-grey[disabled]:hover i.ace-icon.white,
fieldset[disabled] .btn-grey:hover i.ace-icon.white,
.btn-grey.disabled:focus i.ace-icon.white,
.btn-grey[disabled]:focus i.ace-icon.white,
fieldset[disabled] .btn-grey:focus i.ace-icon.white,
.btn-grey.disabled:active i.ace-icon.white,
.btn-grey[disabled]:active i.ace-icon.white,
fieldset[disabled] .btn-grey:active i.ace-icon.white,
.btn-grey.disabled.active i.ace-icon.white,
.btn-grey[disabled].active i.ace-icon.white,
fieldset[disabled] .btn-grey.active i.ace-icon.white {
          color:  #656565 !important;
    }



 

/************************* btn-info *********************/
.btn-info,
.btn-info:focus {
  background-color: #2578b0 !important;
  border-color: #2578b0;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus:active,
.btn-info:focus:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .btn-info.dropdown-toggle,
.open > .btn-info.dropdown-toggle:active,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.active {
    background-color: #206796 !important;
  border-color: #2578b0;
}
.btn-info.no-border:hover,
.btn-info.no-border:active {
  border-color: #2578b0;
}
.btn-info.no-hover:hover,
.btn-info.no-hover:active {
  background-color: #206796 !important;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #EFEFEF !important;
  border-color: #DCDCDC;
  color:  #656565 !important;
}

 .btn-info.disabled i.ace-icon.white,
 .btn-info[disabled] i.ace-icon.white,
fieldset[disabled] .btn-info i.ace-icon.white,
.btn-info.disabled:hover i.ace-icon.white,
.btn-info[disabled]:hover i.ace-icon.white,
fieldset[disabled] .btn-info:hover i.ace-icon.white,
.btn-info.disabled:focus i.ace-icon.white,
.btn-info[disabled]:focus i.ace-icon.white,
fieldset[disabled] .btn-info:focus i.ace-icon.white,
.btn-info.disabled:active i.ace-icon.white,
.btn-info[disabled]:active i.ace-icon.white,
fieldset[disabled] .btn-info:active i.ace-icon.white,
.btn-info.disabled.active i.ace-icon.white,
.btn-info[disabled].active i.ace-icon.white,
fieldset[disabled] .btn-info.active i.ace-icon.white {
          color:  #656565 !important;
    }



 
/************************* btn-default *********************/
.btn-default,
.btn-default:focus {
  background-color: #586f7d !important;
  border-color: #586f7d;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus:active,
.btn-default:focus:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .btn-default.dropdown-toggle,
.open > .btn-default.dropdown-toggle:active,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.active {
    background-color: #4c5f6b !important;
  border-color: #586f7d;
}
.btn-default.no-border:hover,
.btn-default.no-border:active {
  border-color: #586f7d;
}
.btn-default.no-hover:hover,
.btn-default.no-hover:active {
  background-color: #4c5f6b !important;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #EFEFEF !important;
  border-color: #DCDCDC;
  color:  #656565 !important;
}

 .btn-default.disabled i.ace-icon.white,
 .btn-default[disabled] i.ace-icon.white,
fieldset[disabled] .btn-default i.ace-icon.white,
.btn-default.disabled:hover i.ace-icon.white,
.btn-default[disabled]:hover i.ace-icon.white,
fieldset[disabled] .btn-default:hover i.ace-icon.white,
.btn-default.disabled:focus i.ace-icon.white,
.btn-default[disabled]:focus i.ace-icon.white,
fieldset[disabled] .btn-default:focus i.ace-icon.white,
.btn-default.disabled:active i.ace-icon.white,
.btn-default[disabled]:active i.ace-icon.white,
fieldset[disabled] .btn-default:active i.ace-icon.white,
.btn-default.disabled.active i.ace-icon.white,
.btn-default[disabled].active i.ace-icon.white,
fieldset[disabled] .btn-default.active i.ace-icon.white {
          color:  #656565 !important;
    }


 /************************* btn-white.btn-success *********************/
 .btn-white.btn-success {
  border-color: #54784e;
  color: #54784e !important;
}

 .btn-white.btn-success:hover,
.btn-white.btn-success:focus,
.btn-white.btn-success.active,
.btn-white.btn-success:active,
.open > .btn-white.btn-success.dropdown-toggle,
.open > .btn-white.btn-success.active.dropdown-toggle {
  background-color: #edf4eb !important;
  border-color: #54784e;
  color: #476542 !important;
}



  /************************* btn-white.btn-info *********************/
.btn-white.btn-info {
  border-color: #407395;
  color: #407395 !important;

}
.btn-white.btn-info:hover,
.btn-white.btn-info:focus,
.btn-white.btn-info.active,
.btn-white.btn-info:active,
.open > .btn-white.btn-info.dropdown-toggle,
.open > .btn-white.btn-info.active.dropdown-toggle {
  background-color: #eef5fa !important;
  border-color: #8fbcd9;
  color: #407395 !important;
}