body {
  margin: 0;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color:#000000;
  background-color: #fff;
  padding-top:115px;
  background-color: #d1d1d1;
}


.wrapper {
  min-width: 1028px;
  overflow: hidden;
}

#verifarma-header {
  min-width: 1028px;
}
/* HEADER */

#verifarma-header {

	height: 65px;
	background-color: #3E5367;
	color: #FFF;
	border: 0;
  height:115px;
}

.verifarma-header-login {
  height: 65px;
  background-color: #3E5367;
  color: #FFF;
  border: 0;
  height: 65px !important;
}

#verifarma-header .navbar-header {
	width: 200px;
	background-color: #FFF;
	height: 65px;
	border:0;

}

#verifarma-header .navbar-logo {
	padding-left: 45px;
}

.login-logo {
    background: url('../images/logo.png') no-repeat top left;
    height: 55px;
    width: 138px;
    margin-left: 55px;
    margin-top: 7px;
}

.login-image {
  background: url('../images/login-img.jpg') no-repeat top left;
  height: 158px;
  width: 467px;
}

#verifarma-header #navbar-main {
	margin:14px 10px 10px 10px;
	font-size: 13px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0;
}
#verifarma-header .container {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width:100%;
}

.navbar-default .navbar-nav	 > li > a {
  color: #fff;
  border-right: 1px solid;
  padding: 8px 19px;
}

.navbar-default .navbar-nav > li > a.active {

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #d1d1d1;
  background-color: #73879C;

}


/*#navbar-main > ul > li > a {
  color: #a9cd94;
}*/

#navbar-main .navbar-nav {
  margin-left:10px;
}



.navbar-default .navbar-right > li > a {
	border-right: 0;
}


#state-menu-bar  {
	background-color: #7d7d7d;
	width: 100%;
	height: 50px;
	padding:10px;
}


.profile-box {
	background-color: #73879C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:30px;
}


#state-menu-bar {
  color:#FFF;
}

#state-menu-bar h1 {
  font-size: 20px;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  margin: 8px;
  padding-left: 10px;
}

#state-menu-bar h2 {
  font-size: 14px;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  margin:12px 8px;
  padding-left: 20px;
}

.submenu-btn {
  float: left;
  color: #a1a3a5;
  background-color: white;
  padding: 5px 10px;
  position: relative;
  top: 7px;
  font-size: 21px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;

}
.profile-dropdown {
  width: 214px;
  background-color: #ebebeb;
  color: #555555;
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  font-size: 16px;
  padding:10px 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-top: 15px !important;

}

/* dropdown menu   caret */

.profile-dropdown:after
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 7px 9px;
  border-color: #ebebeb transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -7px;
  top: -9px;
  left: 66%;
}



.profile-dropdown li {
  border-bottom: 1px solid #d6d6d6;
  padding: 8px;
}

.profile-dropdown li:last-child {
  border-bottom: 0;
}


.btn-primary {
  color: #ffffff;
  background-color: #4e9242;
  border-color: #b9e0b1;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #539145;
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:active {
  color: #d1d1d1;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #d1d1d1;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #d1d1d1;
  background-color: transparent;
}
.btn-success {
  color: #ffffff;
  background-color: #d1d1d1;
  border-color: #a7d89e;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #939393;
  border-color: #7d7d7d;
}

.btn-warning {
  color: #FFFFFF;
  background-color: #f6a20f;
  border-color: #f6a20f;
}

.btn-danger {
  color: #FFFFFF;
  background-color: #ae1713;
  border-color: #ae1713;
}

/* los hover */
.btn-primary:hover {
  color: #ffffff;
  background-color: #7dbc71;
  border-color: #5cab4d;
}

.btn-primary:active {
  color: #ffffff;
  background-color: #4e9242;
  border-color: #5cab4d;
}

.btn-primary:focus {
  color: #ffffff;
  background-color: #4e9242;
  border-color: #5cab4d;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #b9e0b1;
  border-color: #a7d89e;
}


.btn-success:active {
  color: #ffffff;
  background-color: #8eb886;
  border-color: #a7d89e;
}

.btn-success:focus {
  color: #ffffff;
  background-color: #8eb886;
  border-color: #a7d89e;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #979797;
  border-color: #7d7d7d;
}
.btn-secondary:active {
  color: #FFFFFF;
  background-color: #6a6a6a;
  border-color: #7d7d7d;
}

.btn-secondary:focus {
  color: #FFFFFF;
  background-color: #6a6a6a;
  border-color: #7d7d7d;
}


.btn-warning:hover {
  color: #FFFFFF;
  background-color: #f8b53f;
  border-color: #f6a20f;
}

.btn-warning:active {
  color: #FFFFFF;
  background-color: #d18a0d;
  border-color: #f6a20f;
}

.btn-warning:focus {
  color: #FFFFFF;
  background-color: #d18a0d;
  border-color: #f6a20f;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #be4542;
  border-color: #ae1713;
}

.btn-danger:active {
  color: #FFFFFF;
  background-color: #941410;
  border-color: #ae1713;
}

.btn-danger:focus {
  color: #FFFFFF;
  background-color: #941410;
  border-color: #ae1713;
}

.btn-link {
	color: #555
}

.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.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: #5cab4d;
    border-color: #5cab4d;
  }


  .acctions-header .btn-link {
    color: white;
  }

.form-inline fieldset {
  padding-top: 5px;
}

.table {
  font-size: 13px;
  text-align: center;

}
.table thead {
  background-color: #7c7c7c;
  font-size: 14px;
  color: white;
  padding:40px;
  text-align: center;

}
.table thead th {
  border-right: 1px solid #a7a7a7;
  margin:10px;
  height: 50px;
  text-align: center;
}
.table thead th:last-child {
  border-right: 0;
}

.secondary-table thead th {
  border-right: 1px solid #b5b5b5;
}
.table thead th:first-child {
  border-right: 0;
}
.table-striped > tbody > tr {
  background-color: #e9f8e1;
  border-bottom: 5px solid white;
  height:42px;
}
.nested-element {
  background-color: #aaaaaa !important;
  border: 0 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #d9edcd;
}

.secondary-table thead {
  background-color: #aaaaaa;

}
.secondary-table thead th {
  height: 30px;
}

.secondary-table > tbody > tr:nth-of-type(odd), .terciary-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebeb;
}

.secondary-table > tbody > tr, .terciary-table > tbody > tr {
  background-color: #FFF;
}

.secondary-table >tbody > tr {
  border : 0;
}

.table .actived {
  border-bottom: 0;

}


.terciary-table thead {
  background-color: #cbcbcb;
  color: #555;

}

.secondary-table .nested-element {
  background-color: white !important;
}



.detail-table .lab{
  font-family: Tahoma,Helvetica,Arial,sans-serif;
}


.table tr.filter {
  background-color: #7c7c7c !important;
}

.table tr.filter .form-control {
  background-color: #7c7c7c;

}



.table .select-column {
  width: 50px;
}


.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #b5b5b5;
}


.table .second-level-container{
  padding: 0;
}

.tracing-data-container {
  border: 1px solid #cbcbcb !important;
  background-color: white;
  border-bottom: 6px solid #cbcbcb !important;
}

.terciary-table  td.item-detail-container {
  background-color: white;
  border:1px solid #cbcbcb;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #555;
  background-color: #e0e0e0;
  border: 1px solid #dddddd;
  margin-left: -1px;
}


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #e0e0e0;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #a7d89e;
    border-color: #a7d89e;
    cursor: default;
  }

.navigation-off-canvas {
  float: left;
  width: 200px;
  height: 100%;
  position: fixed;
  top: 115px;
  -webkit-box-shadow: 3px 7px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 7px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 7px 3px 0px rgba(50, 50, 50, 0.75);
  overflow:hidden;
  background:white;
  z-index: 100000;

}

.canvas {
  float:right;
  width: 100%;
  padding-left: 200px;
  padding-top: 20px;

}
.navigation-off-canvas .secondary-nav {
  list-style-type: none;
  padding: 0 ;
  margin: 0;
  font-size: 13px;
  width: 200px;

}
.navigation-off-canvas .secondary-nav li {
  min-height: 60px;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;

}
.navigation-off-canvas .secondary-nav li .label-menu {
  margin-left:15px;
  margin-right: 10px;
}

.secondary-nav li.active{
  border-left: 4px solid #5cab4d;
  padding-left: 5px;


}

.secondary-nav li.active .btn-link {
  color: #5cab4d;
}

.search-filter {
  text-align: right;
}

.second-level {
  background-color: #cbcbcb;

}
ul.second-level {
  list-style-type: none;
}
.navigation-off-canvas .second-level li {
  border-bottom: 1px solid #aaaaaa;
  padding-left:32px;
  padding-top: 20px;
}

.simple-box {
  border-top:1px solid #d6d6d6 ;
  padding:15px 10px ;
}
.container {
  width: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
}

.filter .selectpicker {
  background-color: #7c7c7c;
}

.filter .selectpicker .caret {
  color: #FFF;
}

.form-inline .bootstrap-select  {
  display: inline-block !important;
  width: auto !important;
}

.check-cap {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #5cab4d;
  overflow:hidden;
  color: white;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.check-cap-empty {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #ebebeb;
  overflow: hidden;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.check-cap-empty:hover {
  background-color: #555;
}

.bootstrap-checkbox > button.btn.btn-large {
  padding: 0px 0 0px 0px;
  width: 36px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {

  outline: none !important;
}



/* switch button */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 26px;
  border-top-right-radius: 26px;
}


.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 26px;
  border-top-right-radius: 26px;
}


.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;

}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}


.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #5cab4d;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #fff;
  background: #636363;
}

.bootstrap-switch-on .bootstrap-switch-container {
  background-color: #5cab4d;
}

.bootstrap-switch-off .bootstrap-switch-container {
  background-color: #636363;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background: #a7d89e;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  background: #959595;
}

.bootstrap-select.btn-group .dropdown-menu {
  background: #7d7d7d;
  color: #fff;
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}







.selectpicker.dropdown-menu > li > a {
  color: #FFF;
}


.selectpicker .selected a {
  background-color: #a7d89e;
  color: #5cab4d;
}
.selectpicker.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #a7d89e;
  color: #5cab4d;
}


/* aler messages */

.alert-warning {
  background-color: #f6e2bf;
  border-color: #f6a20f;
  color: #f6a20f;
}

.alert-warning .alert-icon {
  border-right: 1px solid #f6a20f;
  margin:0px 10px;
  padding:10px;
}


.alert-danger {
  background-color: #ffcfce;
  border-color: #cc0f0b;
  color: #cc0f0b;
}

.alert-danger .alert-icon {
  border-right: 1px solid #cc0f0b;
  margin:0px 10px;
  padding:10px;
}

.alert-success {
  background-color: #c6efcc;
  border-color: #2f9900;
  color: #2f9900;
}

.alert-success .alert-icon {
  border-right: 1px solid #2f9900;
  margin:0px 10px;
  padding:10px;
}

.alert-info {
  background-color: #a9c6e4;
  border-color: #002157;
  color: #002157;
}

.alert-info .alert-icon {
  border-right: 1px solid #002157;
  margin:0px 10px;
  padding:10px;
}
.alert-box-icon {
  min-height: 120px;
}


/* date picker */

.datepicker {
   padding: 0px;
   -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
   border-radius: 0px;
  direction: ltr;
}

 .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #FFF;
  background-color: #b5d79f;
}

.datepicker td {
  background-color: white;
  border-radius: 0;
}

.datepicker tr:first-child th:first-child {
    -moz-border-radius-topleft:10px;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px
}

.datepicker tr:first-child th:last-child {
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px
}
.datepicker {
  border: 0;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background: #b5d79f;
  color: white;
}

input.datepicker {
  background: white;
  border: 1px solid #ccc;
}

.datepicker, .datepicker-days {
  background: transparent;
}

.datepicker-days > table:first-child {
  border: 0;
}
.bg-grey {
    background-color: #d1d1d1;
}

.bg-white {
  background-color: white;
}

#verifarma-header .navbar-header     {
        -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow:    2px 3px 5px 0px rgba(50, 50, 50, 0.75);
            box-shadow:         2px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.login-container {
    width: 930px;
    height: 550px;
    background-color: white;
    margin:10px auto;
    padding: 10px 40px;
}

.login-container h1 {
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 30px;
    display: inline-block;
}

.logo-login-container {
    width:200px;
    height: 80px;
    background-color: #ebebeb;
    border-left: 4px solid #5cab4d;
    padding:10px 50px;
    position:relative;
    top:-10px;
    right:-45px;

}
.header-login {
    margin-bottom: 20px;
}
.login-container h4 {
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size : 20px;
}

.login-container p {
    font-size : 16px;
}

.green-text {
    color: #73879C;
}

.border-right {
    border-right: 1px solid #c0c0c0;
}

.servicio-cliente {
    margin-top: 20px;
}
.service-message {
    background-position: 7px center;
    background-repeat: no-repeat;
    padding: 15px;
    border:1px solid #c0c0c0;
    width: 467px;
    height:75px;
}
.service-message p {
    font-size: 16px;
}
.service-message b {
    font-family: Tahoma,Helvetica,Arial,sans-serif;
}
.light-text {
    font-family: Tahoma,Helvetica,Arial,sans-serif;
}

/*override del breakpoint */
.navbar {
  border-radius: 4px;
}
.navbar-header {
  float: left;
}

.navbar-header-otherWholesaler {
  float: right;
  padding-right: 2%;
  background-color: #FFF;
  height: 65px;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    2px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         2px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}


.panel {
    border:0;
    color: #888;
}
.panel-head {
    height: 48px;
    background-color:  #3E5367;

    padding: 20px;
}
.panel-head h3{
    font-size: 13px;
    color: white;
    margin:0;
    padding:0;
}
.panel-body {
    padding:20px;
    margin-bottom:20px;
    /*height:300px;*/
}
.pending-actions {
    color: #888;
}

.pending-actions b{
    font-family: Tahoma,Helvetica,Arial,sans-serif;
}
.pending-actions  tr td:first-child {
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    font-size: 36px;
}
.pending-actions tr:last-child {
    border-bottom: 4px solid #d6d6d6;
}

.panel-info .informe-head {
    background-color: #ebebeb;
    padding:15px 20px 5px;
}
.panel-info .informe-head h1{
    font-size: 36px;
    font-family: Tahoma,Helvetica,Arial,sans-serif;
    padding: 0px;
    margin: 0;

}
.panel-info p {
    font-size: 16px;
}
.panel-info p.informe-desc {
    padding:15px 20px 10px;
}

.info-elements tr td {
    min-height: 50px;
    font-size: 14px;
    border: 0;
    border-top: 0px !important;
    border-bottom: 1px dotted #d6d6d6 !important;
}
.info-elements tr:first-child {

}

.info-elements tr td:first-child {
    font-size:26px;
}

.info-elements tr:last-child {
    border-bottom: 4px solid #d6d6d6 !important;
}



/* TABS */

.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs li a, .nav-tabs li a:focus, .nav-tabs li a:active, .nav-tabs li:hover{
  background-color: #e0e0e0;
  color: #7d7d7d;
}

.nav-tabs li a {
  font-size: 12px;
}



.nav-tabs li a:hover {

}

.nav-tabs li a:active {

}

.nav-tabs li.active a {
  background-color: #b6d79f;
  color: white;
}

.tab-pane {
  border: 2px solid #b6d79f;
  border-top: 6px solid #b6d79f;
  padding:20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
  background-color: #b6d79f;
  color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs > li.disabled > a {
  background-color: #b7b7b7;
  color: #777777;
}


/* popups */
.modal-dialog .modal-header {
    height: 48px;
    background-color:  #3E5367;
    color: white;
    padding: 20px;
}
.modal-dialog .modal-header h3, .modal-dialog .modal-header h4{
    font-size: 13px;
    color: white;
    margin:0;
    padding:0;
}

.modal-content {
    border-radius: 0;
    color: #888;
}




.modal-footer {
    margin-left: 20px;
    margin-right: 20px;
}

.txtalgn-center {
    text-align: center;
}

.error-modal .modal-header  {
    color: #951d1a;
    background-color: #edcdcc;
    border: 2px solid #951d1a;
}

.error-modal .modal-header h4, .error-modal .modal-header h3 {
    color: #951d1a;
}

.error-modal .modal-content .modal-body {
    background-position:left center;
    background-repeat: no-repeat;
    padding-left: 137px;
    min-height: 100px;

}
