body {
    background-color: #f2f2f2;
    /*font-size: 24px;*/
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-container {
    background: #12BC8E;
}

.topbar-container {
    background: #2b2b2b;
    color: #d8d8d8;
    padding: 5px 0px;
    margin-bottom: 30px;
}

.footer-container {
    background: #f2f2f2;
}

.footer
    {display: block;
     margin-left: auto;
     margin-right: auto;
     width: 40%;
    }
/*
.form-group {
	margin-right: 30px;
}
*/

#form-login input[type="text"], #form-login input[type="password"] {
    height: auto;
    padding: 8px;
}

.topbar-container a {
    color: #fff;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

.panel-collapse .list-group-item li.list-group-item:last-child {
    padding-bottom: 0;
}

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

/*
.input-sm {
	padding: 5px 2px;
}
*/

.select2-container .select2-choice span {
    margin-right: 3px;
}

th {
    vertical-align: middle !important;
}

.hidden {
    visibility: hidden;
}

#btn_add_origen_destino {
    margin-top: 32px;
}

.form-group {
    margin-top: auto;
}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.modal-header-default {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f5f5f5;
    /*
    -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-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    /*
    -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-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #e6f05d;
    /*
    -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 {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    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-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #12BC8E;
    /*
    -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-primary
    {background-image: linear-gradient(to bottom,#12BC8E 0,#12BC8E 100%);
    border: 1px solid #0baf83;
    }

	
.btn-primary:hover , button.btn-primary:hover, a.btn-primary:hover , btn.btn-primary:hover
	{background-color: #068160 !important;
	border-color: #068160 !important;
	color:#FFF;	
	}

.btn-primary.disabled
    {background-color: #068160;
    border-color: #068160;
    opacity: .65;
    }
.centrar
    {display: flex;
    align-items: center; 
    }

     
.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #12BC8E;
    /*
    -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-backdrop {
    background-color: #000;
}

.submit-operaciones {
    margin-top: 22px;
}

.tab-content table {
    margin-top: 10px;
}

.tr_final {
    background-color: #F1F1F1;
    /*#FBB450*/
    font-weight: bold;
}

.tab-pane {
    padding-top: 15px;
}

table thead th {
    cursor: pointer;
}

/* css para las tablas que usan tablesorter. Se sobreescribe lo definido en el plugin por defecto  */

/* tables */

/*
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
*/

/*
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
*/

table.tablesorter thead tr .header {
    /*background-image: url(jquery.tablesorter/themes/blue/bg.gif);*/
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

/*
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
*/

/*
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
*/

table.tablesorter thead tr .headerSortUp {
    background-image: url(jquery.tablesorter/themes/blue/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(jquery.tablesorter/themes/blue/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #ccc;
    /*8dbdd8;*/
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.text-danger {
    color: red;
}

table.table-wrap {
    table-layout: fixed;
}

table td.wrap {
    word-wrap: break-word;
}

/*
.modal.loading .modal-content:before {
    content: 'Procesando...';
    text-align: center;
    line-height: 155px;
    font-size: 20px;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #EEE;
    z-index: 1000;
}*/

.btn_download_excel {
    margin-right: 10px;
}

.top-header {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}