:root{
    --color_01:#67809c;
    --color_02:#adbd38;
    --color_03:#4f5160; /* NAVBAR */
    --color_04:#588133;  /* LIENAS DETALLES */
    --color_05:#FFFFFF; /* ICONOS */
    --color_06:#588133; /* VERDE */
    --color_err:#d20303; /* VERDE */
    --color_rev:#adadad; /* VERDE */

    --color_tab1:#ff6600;
    --color_tab2:#ff9900;
    --color_tab3:#ffcc00;
    --color_tab4:#99cc00;
    --color_tab5:#808000;
    --color_tab_informe:#993300;
    
    
}
#tablesort th {
    white-space: nowrap;
}
.nopadding{
    padding: 0 !important;
}
.nopaddingl{
    padding-left: 0 !important;
}
.nopaddingr{
    padding-right: 0 !important;
}
.filtroform {
    min-width: 270px;
}
form.form-searchbox {
    display: flex;
}
.btncont{
    margin-left: 10px;
}
#table_totales td {
    white-space: normal !important; 
    font-size: 11px;
}
#myTab1 li a {
    position: relative;
    display: block;
    padding: 8px 8px;
    font-size: 11px;
}
a.logo {
    filter: grayscale(1)brightness(10);
}
.avatarimg {
    max-width: 30px;
    text-align: center;
    border-radius: 10px;
}
.dashboard__users__username__img {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dashboard__users__username__img p {
    margin: 0 0 0 0px;
}
span.btn {
    color: white;
    padding: 3px 10px;
}
span.btn-del {
    background: #b92727;
    color: white;
    padding: 3px 10px;
}

.dashboard__users tbody td {

}
span.btn a {
    color: white;
}
a:focus, a:hover {
    opacity: 0.9;
    text-decoration: none;
}
.buttonsbox {
    display: flex;
    justify-content: flex-end;
}
.buttonsbox span {
    margin: 0 5px !important;
}
.buttonsbox .btn {
    padding: 0;
    font-size: 10px;
}
.buttonsbox .btn a{
    padding: 3px 5px;
    
}
.dashboard__users__username__img i {
    color: #c5c5c5;
    margin-right: 10px;
}
.table th.buttonsbox{
    border: none;
}
.panel-head{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ico_p {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.ico_p i {
    margin-right: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px 3px;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 3px
}
.ico_p i.status_2 {
    color: white;
    background: var(--color_01);
}
.ico_p span {
    font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif;
    font-size: 8px;
}
.panel-head p{
margin: 0;
}
.progress-sm {
    height: 5px;
    margin: 7px 0 0;
}
.portlet-boxed .portlet-title {
    color: #435f76;
    font-size: 25px;
}

.permisos-group .checkbox input[type=checkbox],
.permisos-group .checkbox-inline input[type=checkbox] {
    position: relative;
    margin-top: 4px;
    margin-left: 0;
    height: 20px;
    width: 20px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    padding: 0;
    text-align: center;
}

.permisos-group thead th {
    text-align: center;
}
.permisos-group tbody th {
    text-align: right;
}
.permisos-group p {
    margin: 2px 0 0;
    font-weight: 600;
}
.permisos-group th {
    font-family: 'Open Sans', 'Trebuchet MS', arial, sans-serif !important;
    font-weight: 600 !important;
}

.btn-primary,
.btn-primary:hover {
    color: #ffffff;
    background-color: var(--color_01);
    border-color: var(--color_01);
}
.btn-edit,
.btn-edit:hover {
    color: #ffffff;
    background-color: var(--color_02);
    border-color: var(--color_02);
}

.btn-del,
.btn-del:hover {
    color: #ffffff;
    background-color: var(--color_tab1);
    border-color: var(--color_tab1);
}

.btn-revision,
.btn-revision:hover {
    color: #ffffff;
    background-color: var(--color_rev);
    border-color: var(--color_rev);
    padding: 5px 10px !important;
    cursor: not-allowed;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: var(--color_01);
    border-color: var(--color_01);
}

.btn:hover{
    filter: brightness(1.1);
}

td.radiobox {
    text-align: center;
}

.flex-r {
    display: flex;
    justify-content: flex-end;
}
.errorclass input,
.errorclass select {
    border: 1px solid red;
}
.errorclass p {
    color: var(--color_err);
}
.creadook {
    background: var(--color_04);
    max-width: 660px;
    margin: 0 auto 20px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    padding: 10px;
}

h4.loguser {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
}

.loguser i{
    margin-right: 5px;
}
textarea.convenio_box {
    width: 100%;
    min-height: 450px;
    padding: 10px;
}

.logo-login {
    max-width: 240px;
    margin: 0 auto 20px;
}
tr.lock, tr.lock i {
    background: #f5f5f5 !important;
    color: #c2c2c2 !important;
}
.ico_p i.fa.fa-lock {
    color: #ffffff !important;
    background: red !important;
    padding: 3px 4px;
}
.lockbox {
    display: flex;
    justify-content: center;
}
.userlock, .userlock i {
    color: #c2c2c2 !important;
    background: white !important;
}
td.nameitem {
    width: 100%;
}
.txtCalRes, .txtCalRes:active, .txtCalRes:focus {
    text-align: right;
    width: 100%;
    border: none;
    outline: none;
    user-select: none;
}
input.txtCal,input.txtCal:active,input.txtCal:focus,
input.txtCaltotal,input.txtCaltotal:active,input.txtCaltotal:focus

{
    max-width: 110px;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
    outline: none;
    text-align: right;
}
.tdmoney{
  position: relative;     
}
.tdmoney:after {
    content: '$';
    position: absolute;
    left: 0;
}
#myTab1 li p:before{
    display: inline;
    content: '■';
    margin-right: 5px;
    width: 30px;
    height: 40px;
    font-size: 19px;
}
ul#myTab1 p {
    text-align: left;
    height: 40px;
    line-height: normal;
}
#myTab1 li.tab_1 p:before {
    color:var(--color_tab1);
}
#myTab1 li.tab_2 p:before {
    color:var(--color_tab2);
}
#myTab1 li.tab_3 p:before {
    color:var(--color_tab3);
}
#myTab1 li.tab_4 p:before {
    color:var(--color_tab4);
}
#myTab1 li.tab_5 p:before {
    color:var(--color_tab5);
}

#myTab1 li span {
    display: block;
    font-size: 9px;
    text-align: right;
    color: black;
    height: 10px;
}
.savecontainer select{
    max-width: 300px;
    margin-right: 10px;
}
.savecontainer {
    display: flex;
    justify-content: flex-end;
}

i.grayc {
    color: #c5c5c5;
    margin-right: 10px;
}
.label-secondary {
    background-color: var(--color_tab4);
    color: #ffffff;
}
.colorcheck {
    color: #73db73;
}
.colorcheck {
    cursor: pointer
}
@media (max-width: 998px) {
    .content-page { margin-left: 100%; }
}



.tablesorter-headerUnSorted .tablesorter-header-inner:before {
    content: "\f0dc";
    font-family:FontAwesome;
    margin-right: 5px;
    color: #adbd38;
}

.tablesorter-headerAsc .tablesorter-header-inner:before{
    content: "\f0dd";
    font-family:FontAwesome;
    margin-right: 5px;
    color: #adbd38;
}
.tablesorter-headerDesc .tablesorter-header-inner:before{
    content: "\f0de";
    font-family:FontAwesome;
    margin-right: 5px;
    color: #adbd38;
}


.inputreadonly {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    border: none;
  }
  th.inputreadonly p {
    margin: 0 0 0 10px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}
p.selcss {
    margin: 0 !important;
    cursor: pointer;
}

th.inputreadonly p {
    margin-right: 7px !important;
}
button#btn-cargar {
    margin: 0;
    float: right;
}
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    color: white;
}
.anex h4 {
    margin: 0;
}
.anex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f3f3f3;
    line-height: normal;
    padding: 6px;
    margin-bottom: 20px;
}
div#tabla-datos {
    min-height: 100px;
    background: whitesmoke;
    margin-bottom: 50px;
}
textarea#info_anexa {
    display: none;
}
textarea#comentarioadmin {
    height: 140px;
    margin-bottom: 20px;
    resize: none;
}
tr.locked {
    background: #ebebeb !important;
    color: #919191 !important;
}
td.nameitem {
    position: relative;
}
.locked td.nameitem:BEFORE {
    CONTENT: "\f00c";
    COLOR: #319956;
    font-family: FontAwesome;
    margin-right: 2px;
}
button.btn-closesession {
    background: transparent;
    border: none;
    padding: 17px;
    color: white;
}
.filtsbar {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filtsbar label{
    margin: 0;
}
.uploadfil{
    display: flex;
    align-items: center;
}

.uploaddel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uploaddel a{
    color: black;
}
.uploaddel a:hover{
    text-decoration: underline;
}