.principal-navbar{
    box-shadow: 0 1px 5px rgba(0,0,0,0.18);
}

thead tr{
    background: #eee;
}

td.actions a{
    margin-left: 10px;
}

.homeImg{
	width:100px;
	height:10px;
}

h2.h2-blue{
	color:#428BCA;
}
h4.h4-blue{
	color:#428BCA;
}

.mrgRight20{
	margin-left:10px;
	margin-right:10px;
}

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}

.IconosMenu{
    width: 20px;
    height: 20px;
    display: inline-block;
}


.form-control { margin-bottom: 10px; }

.imgView{
	width:200px;
	height:240px;
}

.viewFotoMini{
	width:50px;
	height:50px;
}

.imgHome{
	width:75px;
}

.imgIndex{
	width:100px;
	height:100px;
}

.productDetailImage{
	width:100px;
	height:80px;
}

.resaltar-menu{
    z-index: 1050;
}

table .btn-default,
table .btn-primary,
table .btn-success,
table .btn-info,
table .btn-warning,
table .btn-danger {
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 3px 0px rgba(0, 0, 0, 0.3);
}

.load-img{
    width:30px;
    height:30px;
    position: absolute;
    margin-left: -30px;
}

#insurance-carrier-list .load-img {
    margin-left: 5px !important;
    margin-top: 27px;
}

.error-message{
    color:#d9534f;
}

.disable {
    background-color: #F4F4F4;
    border-color: #CCCCCC #BBBBBB #BBBBBB;
    cursor:not-allowed;
}

.as-close {
    font-weight: bold;
    width:12px;
    height:12px;
}

.select-search{
    margin-right: 2px;
}

.add-index{
    margin-right: 22px;
    margin-top: 19px;
}

.color {
    height: 15px;
    width: 15px;
    display: inline-block;
    border:1px solid #FFFFFF;
}

.img-icon-index{
    width: 50px;
    height:50px;
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}

.panel-no-shadow{
   box-shadow: #FFFFFF 5px 5px 5px;
}

.btn-select-ayuda{
    display: none;
}

.mark-required {
    color: #d9534f;
    font-size: 20px;
}

.opt-search-content input{ 
    margin-left: 3px;
    margin-right: 4px; 
}

.fv-form .help-block{
    color: #FF0000 !important;
}

.has-error .controls {
    border-color: #FF0000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .controls {
    border-color: #FF0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-feedback .controls {
    padding-right: 42.5px;
}
 ul li a i{
    margin-right: 7px;
 }

 #tab1 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
 #tab4 .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}