.btn-default {
    background:#39393d;
    color:#F0F0F0;
}

.pagination.pagination-xs li a {
    color:#FFFFFF;
    border:none;
}


.bootstrap-table .table thead > tr > th:last-child {
    width:85px !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgba(249,249,249, 0.5);
}

.icon-table{
    max-width:80px;
}


/* Empresa B - Color de fondo de la Barra de menu principal  */
.nav-customer
{
    background:#2E6D9D !important; /* Original background:#1aaada !important; */
    font-size: 14px;
}




.name-company{
    font-size: 17px;
    font-weight: bold;
    color:#FFFFFF !important;
}

.theme-frost #main-navbar .navbar-header a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}   

.nav-customer2
{
    background-color:#FFFFFF;
    border-left:none;
    border-right:none;
    border-bottom:solid 1px #f0f0f0;
}

.btn-right{
    padding-top:7px;
}

.btn-m10{
    margin-bottom:20px;
}

#main-navbar {
    height:50px !important;
}

.theme-frost .page-header {
    background: #FFFFFF !important;
    border-color: #dcdfe0 !important;
    color: #000000 !important;
    max-height: 50px !important;
}

.page-header {
    background: #FFFFFF !important;
    padding-top: 10px;
}

.navbar-ediglass {
    background-color: #2E6D9D;
}

#main-navbar .navbar-nav > li > a {
    height: 50px;
}

.theme-frost .btn-primary, .theme-frost .btn-primary:focus {
    border-color: #2E6D9F;
    border-bottom-color: #2a89aa;
    background: #2E6D9D;
    text-align: left !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.product-item {
    margin:10px;
    border:solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
}

.product-item .product-header {
    background-color: #5F7394;
    font-weight: bold;
    padding-left:10px;
    overflow: hidden;
}

.product-item .product-header h3 {
    font-size:12px;
    margin-top: 5px;
    font-weight: bold;
    color:#FFFFFF;
}

.product-item img {
    max-height:100px;
    padding:10px;
}

.new-position img {
    max-height:160px;
}

.col-shapes img {
    max-height:150px;
}

.product-text
{
    height:40px;
    vertical-align: bottom;
}

.col-product
{
    padding-right:0px;
    padding-left:0px;
}

.panel-product
{
    padding-left:20px !important;
    padding-right:20px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.panel-ediglass {
    margin-bottom:0px !important;
}

.panel-ediglass .panel-heading{
    background-color: #5F7394 !important;
}

.panel-ediglass .panel-heading .panel-title{
    color:#FFFFFF !important;
}

.menu-product{
    background: #FFFFFF;
    border:solid 1px #cccccc;
}

.list-product
{
    display:block;
    margin-top:0;
    margin-bottom:9px;
    padding:0 !important;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    
}

.list-product li {
    text-align: left;
}

.list-product li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 5px;
    text-decoration: none;
}

.list-product li a:hover {
    color:#FFFFFF;
    background: #2E6D9D;
}

.list-product li.active {
    background: #2E6D9D;
}

.list-product li.active a {
    color:#FFFFFF;
}

.datepicker{ z-index: 9990 !important; }

.panel-group .single-accordion {
    background: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    margin-top: 0 !important;
}

.accordion-head{
    background-color: #2E6D9D !important;
    color:#FFFFFF !important;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 21px;
    line-height: 22px;
    padding: 0 6px 0 14px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.accordion-body {
    padding: 5px 0px 0 5px;
}

.alert {
    padding: 5px !important;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}

.alert-info{
     background-color: #2E6D9D !important;
     color:#FFFFFF !important;
     border:none;
}

.white{
    background:#FFFFFF !important;
}

.border5
{
    border: solid 5px #cccccc;
    padding:5px;
}

.borderb0
{
    border-bottom: solid 0px #cccccc;
}

.padding5
{
    padding:5px;
    margin-bottom:5px;
}

.ico-drop{
    overflow: hidden;
}

.ico-drop label{
    margin-top:10px;
    margin-left:5px;
}

.ico-process
{
    float:left;
    width:40px;
}

.ico-shape{
    overflow: hidden;
    text-align: center;
}

.ico-shape label{
    margin-top:5px;
}

.ico-shape-img
{
    width:100px;
    
}

.dropdown-menu {
    min-width: 200px;
    overflow: hidden;
}

.dropdown-menu-shape {
    min-width: 600px;
    overflow: hidden;
}

.list-group-item {
    border: none !important;
    padding: 1px;
}

.list-group{
    margin-bottom:0px;
}

.remarks{
    padding-left:0px !important;
}

.view-header {
    overflow: hidden;
    margin-bottom: 5px;
}

.header-process
{
    padding:2px;
    background: #cccccc;
}

.header-process h4
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.type1{
    background:#eeeeee;
}

.type2{
    background:#ffffff;
}

.first{
    border-bottom: 2px solid transparent !important;
}

.last td{
    padding-top:0px !important;
    padding-bottom:2px !important;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li > a {
    padding:5px 20px;
    background-color: #2E6D9D !important; 
    color: #ffffff !important;
    border-radius: 0px 0px 0 0 !important;
    border-bottom: none !important;
    font-size: 12px !important;
}

.nav-tabs > li > a.disabled{
    opacity: 0.65; 
}

.nav-tabs > li.active > a {
    background-color: #2E6D9D !important;
    border-bottom: #2E6D9D !important;
}

.tab-content {
    padding-top: 5px;
}

.alert-process{
    background: #f0f0f0;
    border-color: #cccccc;
    color: #333333;
    background-size: 20px 20px;
}

.btn-process{
    border-color: #cccccc;
    border-bottom-color: #cccccc;
    background: #FFFFFF;
    color:#333333;
    background-repeat: repeat-x;
}

.alert-ig{                           /* Vidrio cámara - colores del esquema */
    background:#E2F1F8 !important;  
    color: #000000 !important;
    border:solid 2px #BCE8F1;
}


.alert-info{
    background:#666666 !important;   /* Fondo de la web (azul clarito) Original: E2F1F8  */
    color: #000000 !important;
    border:solid 2px #1aaada;
}

.alert-warning{
    border-width: 2px;
}

.btn-white{
    background: #FFFFFF;
    color:#000000;
    border: solid 1px #c2c2c2;
}

.border5 h4 {
    margin-top:4px !important;
    margin-bottom: 2px !important;
}

h6 {
    margin-top:4px !important;
    margin-bottom:4px !important;
    font-size: 13px;    
}

.process-btns{
    padding-top:3px;
}

.bold{font-weight: bold;}

.color-input{color:#27475F !important; font-weight: bold;}

.hardwarePhoto
{
    color: #000000 !important;
}

.header-title{
    color:#FFFFFF;
    font-size:20px;
}

.header-h1{
    color:#2E6D9D !important;
    font-weight: bold !important;
}

.modal-body .row .col-md-12, .modal-body .row .col-md-11, .modal-body .row .col-md-10, .modal-body .row .col-md-9, .modal-body .row .col-md-8, .modal-body .row .col-md-7, .modal-body .row .col-md-6, .modal-body .row .col-md-5, .modal-body .row .col-md-4, .modal-body .row .col-md-3, .modal-body .row .col-md-2, .modal-body .row .col-md-1{margin-bottom: 10px;}

.company-data
{
    background: #FFFFFF;
    padding:20px;
}

.img-hardware{max-height:200px;}

.navbar-inverse .navbar-nav > .active > a
{
    background: #1AAADA !important;
}

.a-customer{
    color: #FFFFFF !important;
}

/* Empresa B - Color del menu seleccionado de la barra de menu principal */

.first-td{
    padding-bottom:2px !important;
}

.second-td{
    padding-top:0px !important;
}

.grey-label{background: #c2c2c2; width:100%;}

.mb1{margin-bottom: 5px;}

.nav-tabs > li.active a{
    background: #31a1c6 !important;
}

.a-customer:hover, .list-product li a:hover, .theme-frost .btn-primary:hover{
    background: #de9328 !important; /* Original background: #1aaada !important; */  
}

.product-red{border-color: red;}

.product-red .product-header{background-color: red !important;}

.jquery-validate-error{color:red !important;}

/* Eliminamos el hover azul de las tablas 
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: #1aaada;
    color:#f0f0f0;  D2EBFE
}
*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background: #F5F5F5;
}


.tr-status-sent{
    background: #FADEC5 !important; /* Original: DFF5BC */
    color:#000000; 
}

.tr-status-draft{
    background: #FADEC5 !important;
    color:#000000;     
}

.tr-status-exported{
    background: #DFF5BC !important;
    color:#000000;     
}

.tr-row-selected{
/*    background: #E4E4E4 !important; */
    background: #1aaada;
    color:#f0f0f0;    
}
