/* RFEG: DELEGACIONES CSS*/
/* 03/03/2023 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;800&family=Scope+One&display=swap');
html,body,p,span,a,li,td,h4,h5,h6,label {
    font-family: "Manrope","Helvetica Neue",sans-serif !important;
    font-weight: normal;
}
/* Body */
body {
    background: -webkit-linear-gradient(left, #b3272c 0%, #6AAFDC 100%) !important;
}
.container {
    background-color:#f6f2f9;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
/* Header */
.navbar-inverse {
    background: -webkit-linear-gradient(left, #b3272c 0%, #6AAFDC 100%) !important;
    border-bottom:5px solid #f6f2f9;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav li > a{
    font-weight: 800;
    /*text-transform: uppercase;*/
    color: #f6f2f9;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #9804a4;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #642882;
    border: 1px solid #eae2e0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #a50dc8;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a50dc8), to(#a50dc8));
    background-image: -webkit-linear-gradient(top, #a50dc8, 0%, #a50dc8, 100%);
    background-image: -moz-linear-gradient(top, #a50dc8 0%, #a50dc8 100%);
    background-image: linear-gradient(to bottom, #a50dc8 0%, #a50dc8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50dc8', endColorstr='#a50dc8', GradientType=0);
}
.container .well-lg {
    background-image: url("/include/images/cabecerafondoTRA.jpg");
    padding: 24px 24px 10px 24px; /* quitamos el padding++ que le damos a btn-group */
    background-repeat: no-repeat;
}
.container .well-lg .row h3{
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.container .well-lg .row h2 p{
    padding-bottom:10px;
}
.container .well-lg .row h3,
.container .well-lg .row h2 {
    background-image: linear-gradient(to right, #5A278B 0%, #D6667A 50%, #B92E32 70%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* MAIN Button row v1 */

.row-fluid .btn-group {
    left:15px;
}
.row-fluid .btn-group a {
    color: #f6f2f9;
    background-color: #5A278B;
    border-color: #5A278B;
    font-size:14px;
    font-weight:600;
    /*text-transform: uppercase;*/
}
.row-fluid .btn-group a:hover {
    background-color: #7937b8;
}
.row-fluid .btn-group a:active {
    background-color: #491c74;
}

.row-fluid .btn-group .btn-default {
    color: #f6f2f9;
    background-color: #5A278B;
    border-color: #5A278B;
}

/* MAIN Button row v2 */

.row-fluid .btn-group {
    left:15px;
    padding-top:15px;
}
.row-fluid .btn-group a {
    color:#491c74;
    background: none;
    border-color: none;
    border-bottom:1px solid transparent;
    font-size:14px;
    font-weight:800;
    /*text-transform: uppercase;*/
}
.row-fluid .btn-group a:hover {
    background-color: #491c7427;
}
.row-fluid .btn-group a:active {
    background-color: #491c7463;
}

.row-fluid .btn-group .btn-default {
    color: #491c74;
    background:none;
    border: none;
}


/* Table Main */
.mateTableDiv #mate1_table_form table {
    border-collapse:separate; 
    border-spacing: 0 5px;
    border:none;
}

/* Table Header */
.mateTableDiv #mate1_table_form table tr.header {
    border-collapse:separate !important; 
    border-spacing: 0 5px;


}
.mateTableDiv #mate1_table_form table tr.header td {
    border-top: 1px solid rgba(78,0,132,.3);
    border-bottom: 1px solid rgba(78,0,132,.3);
    border-left:none;
    background: rgba(78, 0, 132, 0.7);
    vertical-align: middle!important;
}

.mateTableDiv #mate1_table_form table tr.header td:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-left: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.header td:last-child {
    border-radius: 0 6px 6px 0;
    -moz-border-radius:  0 6px 6px 0;
    -webkit-border-radius:  0 6px 6px 0;
    border-right: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.header td,
.mateTableDiv #mate1_table_form table tr.header td a{
    font-size:14px;
    color: rgb(128, 152, 168);
    font-weight:600;
    /*text-transform: uppercase;*/
}
/* Table Rows w/o header */

.mateTableDiv #mate1_table_form table tr.odd,
.mateTableDiv #mate1_table_form table tr.even {
    /* border-radius: 3px; */
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px !important;
    padding: 6px 0px 6px 0px;
    min-height: 50px;
    height:50px;
    line-height: 1.3em;
    /* display: table; */
    width: 100%;
}
.mateTableDiv #mate1_table_form table tr.odd {
    background-color: rgba(78,0,132,.05);
    /* border:none; */
    border-right: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.even td{
    background-color: rgba(235,235,235,.15);
}

/* Table Cells */
.mateTableDiv #mate1_table_form table tr.odd td,
.mateTableDiv #mate1_table_form table tr.even td{
    border-top: 1px solid rgba(78,0,132,.3);
    border-bottom: 1px solid rgba(78,0,132,.3);
    border-left:none;
    vertical-align: middle!important;
}
.mateTableDiv #mate1_table_form table tr.odd td:first-child,
.mateTableDiv #mate1_table_form table tr.even td:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-left: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.odd td:last-child,
.mateTableDiv #mate1_table_form table tr.even td:last-child {
    border-radius: 0 6px 6px 0;
    -moz-border-radius:  0 6px 6px 0;
    -webkit-border-radius:  0 6px 6px 0;
    border-right: 1px solid rgba(78,0,132,.3);
}

/* Cabeceras "ADD ARRIVAL" etc */
.mateTitleDiv {
    padding-bottom: 20px;
}

/* Inputs on focus */
.form-control:focus {
    border-color:#7937b8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 109, 206, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 109, 206, 0.6);
}
.form-control option:hover {
    background:#7937b8;
}
.mateSearchBtnsDiv {
    padding-top:20px;
}
.totales {
    padding-top:20px;
}

/* Buttons */
/*.btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #7937b8;
    background-color:#ecd8ff;
    border-color:#1f0b32;
}
.btn:hover {
    color: #1f0b32;
    background-color:#e5caff;
    border-color:#1f0b32;
}

.btn-primary,
.btn-default {
    color: #ffffff;
    background-color:#491c74;
    border-color:#1f0b32;
}
.btn-primary:hover,
.btn-default:hover {
    color: #ffffff;
    background-color:#7937b8;
    border-color:#1f0b32;
}
.btn-info {
    color: #ffffff;
    background-color:#5A278B;
    border-color:#1f0b32;
}
.btn-info:hover {
    color: #ffffff;
    background-color:#7937b8;
    border-color:#1f0b32;
}
.btn-success  {
    font-weight: 800;
}
.btn-danger {
    color: #ffffff;
    font-weight: 800;
}
.btn-danger:hover {
    color: #ffffff;
    background-color:#bd413d;
}
*/

 */
/* GP: DELEGACIONES CSS*/
/* 03/03/2023 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;800&family=Scope+One&display=swap');
html,body,p,span,a,li,td,h4,h5,h6,label {
    font-family: "Manrope","Helvetica Neue",sans-serif !important;
    font-weight: normal;
}
/* Body */
body {
    background: -webkit-linear-gradient(left, #b3272c 0%, #6AAFDC 100%) !important;
}
.container {
    background-color:#f6f2f9;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
/* Header */
.navbar-inverse {
    background: -webkit-linear-gradient(left, #b3272c 0%, #6AAFDC 100%) !important;
    border-bottom:5px solid #f6f2f9;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav li > a{
    font-weight: 800;
    /*text-transform: uppercase;*/
    color: #f6f2f9;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #9804a4;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 15px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #c957fb;
    border: 1px solid #eae2e0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #a50dc8;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#a50dc8), to(#a50dc8));
    background-image: -webkit-linear-gradient(top, #a50dc8, 0%, #a50dc8, 100%);
    background-image: -moz-linear-gradient(top, #a50dc8 0%, #a50dc8 100%);
    background-image: linear-gradient(to bottom, #a50dc8 0%, #a50dc8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50dc8', endColorstr='#a50dc8', GradientType=0);
}
.container .well-lg {
    background-image: url("/include/images/cabecerafondoTRA.jpg");
    padding: 24px 24px 10px 24px; /* quitamos el padding++ que le damos a btn-group */
    background-repeat: no-repeat;
}
.container .well-lg .row h3{
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.container .well-lg .row h2 p{
    padding-bottom:10px;
}
.container .well-lg .row h3,
.container .well-lg .row h2 {
    background-image: linear-gradient(to right, #b3272c 0%, #2ea2dc 50%, #B92E32 70%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* MAIN Button row v1 */

/* .row-fluid .btn-group {
    left:15px;
}
.row-fluid .btn-group a {
    color: #f6f2f9;
    background-color: #5A278B;
    border-color: #5A278B;
    font-size:14px;
    font-weight:600;
    text-transform: uppercase;
}
.row-fluid .btn-group a:hover {
    background-color: #7937b8;
}
.row-fluid .btn-group a:active {
    background-color: #491c74;
}

.row-fluid .btn-group .btn-default {
    color: #f6f2f9;
    background-color: #5A278B;
    border-color: #5A278B;
} */

/* MAIN Button row v2 */

.row-fluid .btn-group {
    left:15px;
    padding-top:15px;
}
.row-fluid .btn-group a {
    color:#1a0131;
    background: none;
    border-color: none;
    border-bottom:1px solid transparent;
    font-size:14px;
    font-weight:800;
    /*text-transform: uppercase;*/
}
.row-fluid .btn-group a:hover {
    background-color: #3721fd27;
}
.row-fluid .btn-group a:active {
    background-color: #fd0fdd63;
}

.row-fluid .btn-group .btn-default {
    color: #040336;
    background:lightgrey;
    border: blueviolet;
    border-radius: 12px;
    border-left: inset;
}

.btn .btn-secondary {
    background-color: #747474;!important;
}


    /* Table Main */
.mateTableDiv #mate1_table_form table {
    border-collapse:separate; 
    border-spacing: 0 5px;
    border:none;
}

/* Table Header */
.mateTableDiv #mate1_table_form table tr.header {
    border-collapse:separate !important; 
    border-spacing: 0 5px;


}
.mateTableDiv #mate1_table_form table tr.header td {
    border-top: 1px solid rgba(78,0,132,.3);
    border-bottom: 1px solid rgba(78,0,132,.3);
    border-left:none;
    background: rgba(2, 135, 176, 0.7);
    vertical-align: middle!important;
}

.mateTableDiv #mate1_table_form table tr.header td:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-left: 1px solid rgba(0, 106, 132, 0.3);
}
.mateTableDiv #mate1_table_form table tr.header td:last-child {
    border-radius: 0 6px 6px 0;
    -moz-border-radius:  0 6px 6px 0;
    -webkit-border-radius:  0 6px 6px 0;
    border-right: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.header td,
.mateTableDiv #mate1_table_form table tr.header td a{
    font-size:14px;
    color: rgb(0, 0, 0);
    font-weight:600;
    /*text-transform: uppercase;*/
}
/* Table Rows w/o header */

.mateTableDiv #mate1_table_form table tr.odd,
.mateTableDiv #mate1_table_form table tr.even {
    /* border-radius: 3px; */
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px !important;
    padding: 6px 0px 6px 0px;
    min-height: 50px;
    height:50px;
    line-height: 1.3em;
    /* display: table; */
    width: 100%;
}
.mateTableDiv #mate1_table_form table tr.odd {
    background-color: rgba(78,0,132,.05);
    /* border:none; */
    border-right: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.even td{
    background-color: rgba(235,235,235,.15);
}

/* Table Cells */
.mateTableDiv #mate1_table_form table tr.odd td,
.mateTableDiv #mate1_table_form table tr.even td{
    border-top: 1px solid rgba(78,0,132,.3);
    border-bottom: 1px solid rgba(78,0,132,.3);
    border-left:none;
    vertical-align: middle!important;
}
.mateTableDiv #mate1_table_form table tr.odd td:first-child,
.mateTableDiv #mate1_table_form table tr.even td:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-left: 1px solid rgba(78,0,132,.3);
}
.mateTableDiv #mate1_table_form table tr.odd td:last-child,
.mateTableDiv #mate1_table_form table tr.even td:last-child {
    border-radius: 0 6px 6px 0;
    -moz-border-radius:  0 6px 6px 0;
    -webkit-border-radius:  0 6px 6px 0;
    border-right: 1px solid rgba(78,0,132,.3);
}

/* Cabeceras "ADD ARRIVAL" etc */
.mateTitleDiv {
    padding-bottom: 20px;
}

/* Inputs on focus */
.form-control:focus {
    border-color:#7937b8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 109, 206, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(229, 109, 206, 0.6);
}
.form-control option:hover {
    background:LightGray; /* #7937b8;*/
}
/* 3. Change option's color when the select menu is opened? */
.bootstrap-select.btn-group .dropdown-menu>li>a {
  color: green;
}

.mateSearchBtnsDiv {
    padding-top:20px;
}
.totales {
    padding-top:20px;
}

/* Buttons */
.btn {
    font-weight: 600;
    /*text-transform: uppercase;*/
    color: #ffffff;
    background-color: #b2b1b1;
    border-color:#1f0b32;
}
.btn:hover {
    color: #ffffff;
    background-color:#a53b3ea5;
    border-color:#1f0b32;
}

.btn-primary,
.btn-default {
    color: #ffffff;
    background-color: #16b6ff;
    border-color:#1f0b32;
}
.btn-primary:hover,
.btn-default:hover {
    color: #ffffff;
    background-color:#7937b8;
    border-color:#1f0b32;
}
.btn-info {
    color: #ffffff;
    background-color:#5A278B;
    border-color:#1f0b32;
}
.btn-info:hover {
    color: #ffffff;
    background-color:#7937b8;
    border-color:#1f0b32;
}
.btn-success  {
    font-weight: 800;
    background-color:#b0344b;
    
}
.btn-danger {
    color: #ffffff;
    font-weight: 800;
}
.btn-danger:hover {
    color: #ffffff;
    background-color:#bd413d;
}