﻿/*.modal-backdrop {background-color: #ffffff !important;}*/
.cssnone {
    display: none
}
.modal-header-success {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    color:#ffffff;
    background-color: #449d44;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal-header-personalizado {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    color:#ffffff;
    background-color: #202F50;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }


.modal-header-alert {
    padding:9px 15px;
    border-bottom:1px solid #d9534f;
    color:#ffffff;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.modal-header-danger {
    padding:9px 15px;
    border-bottom:1px solid #d9534f;
    color:#ffffff;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
.btn-personalizado {
    background: #202F50;
    color: #ffffff;
    
}
 
.divub {
    z-index: 1020 !important;
    
    
}

.text-wrap {
    display: table-cell;
    word-wrap: break-word;
}
.btn-personalizado:hover, .btn-personalizado:focus, .btn-personalizado:active, .btn-personalizado.active, .open > .dropdown-toggle.btn-personalizado {
    background: #32497A;
    color:#ffffff;
}
 
.btn-personalizado:active, .btn-personalizado.active {
    background: #202F50;
    box-shadow: none;
}
.td.details-control {
    background: url('/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
.tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat center center;
}


.scrollbar::-webkit-scrollbar
{
   width: 12px !important;
	background-color: #F5F5F5;
}
 

.lblEtiqueta
{
	font-family: Arial;
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.scrollbar::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
    color: red
}

.scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #202F50;
}

.table-responsive .table {
    max-width: none;
}

.selected td {
    background-color: #a2aec7 !important; /* Add !important to make sure override datables base styles */
    color:#000;
    }

.row-select {
    /*cursor:hand;*/
  color: #FFF;
  font-size:25px;
  cursor:pointer;
}

.row-notselect {
    /*cursor:hand;*/
  color: #202F50;
  font-size:25px;
  cursor:pointer;
}



/* menu header */
    .css-title:before {
        content: "Menu Contextual";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #eee;
        color:#202F50;
        padding: 2px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
    }
    .css-title :first-child {
        margin-top: 20px;
    }

    /* menu header via data attribute */
    .data-title:before {
        content: attr(data-menutitle);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #eee;
        color:#202F50;
        padding: 2px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
    }
    .data-title :first-child {
        margin-top: 20px;
    }

.list-group-item-primary{
    color:#FFFFFF;
    background-color:#337ab7
}

.rowsuccess {
    color:#3c763d !important;
    background-color:#dff0d8 !important;
    border: 1px solid #d6e9c6 !important;
}

.rowdanger {
    /*a94442*/
    color:#ff0000 !important;
    background-color:#f2dede !important;
    border: 1px solid #ebccd1 !important;
    
}

.rowinfo {
    color:#31708f !important;
    background-color:#d9edf7 !important;
    border: 1px solid #bce8f1 !important;
}

.rowwarning{
    color:#8a6d3b !important;
    background-color:#fcf8e3 !important;
    border: 1px solid #faebcc !important;
}

.rowyellow{
    color:#ffffff !important;
    background-color:#f0ad4e !important;
    border: 1px solid #faebcc !important;
}

.rowprimary {
    color:#ffffff !important;
    background-color:#337ab7 !important;
    border: 1px solid #d6e9c6 !important;
}
.list-group-item-yellow{color:#ffffff;background-color:#f0ad4e}