﻿a.po-link {
    color: black !important;
}

    a.po-link > .form-label > i {
        color: #428bca !important;
    }

.text-red {
    color: #b91c1c !important;
}

.text-red-bg {
    background-color: #fef2f2 !important;
}

    /*BOOTSTRAP MOD*/
th {
    background-color: #eee;
    text-decoration: none;
}

    th a {
        color: #428bca !important;
    }

tr:hover {
    cursor: pointer !important;
}
    
@media ( max-width: 585px ) {
    .input-group span.input-group-btn, .input-group input, .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .input-group {
        position: relative;
    }

    .input-group span.data-up {
        position: absolute;
        top: 0;
    }

    .input-group span.data-dwn {
        position: absolute;
        bottom: 0;
    }

    .form-control.text-center {
        margin: 34px 0;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }
}

.radioLeft
{
   float: left;
}

.textBlock
{
    float: left;
    width: 80%; /*Adjust this value to fit*/
}

.text-black {
    color:black !important;
}

.text-small{
    font-size:small;
}

.text-court{
    font-weight:bold;
    text-decoration:underline;
}

.text-underline{
    text-decoration:underline;
}

.text-italic{
    font-style:italic;
}

.td-width35 {
    width:35%;
}

.td-width30 {
    width:30%;
}

.td-width50 {
    width:50%;
}

.tr1{

    border-bottom-style :solid;
    border-bottom-color :gray;
    border-bottom-width :1px;
}

.textI9{
    text-decoration:underline;
    font-size:9pt;
}


.modal.modal-wide .modal-dialog {
  width: 95%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.divider {
    text-align:center;
}

.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:45%;
    border:1px solid #ccc;
    line-height:30px;

}

.left {
    float:left;
}

.right {
    float:right;
}
/*.badge {
    margin-top:10px;
}*/


/*IF YOU FIND A PROBLEM WITH link IN YOUR PAGE YOU CAN USE THE FOLLOWING STYLES AND APPLY THE CLASS TO THE TAG*/
a.trf-link:link {
    text-decoration: underline;
}

a.trf-link:visited {
    text-decoration: underline;
    text-decoration-color: #884488; 
}

a.trf-link:hover {
    text-decoration: underline;
    text-decoration-color: #bb1122; 
}

a.trf-link:active {
    text-decoration: underline;
    text-decoration-color: #884488; 
}

/* ACTIVE FONT COLOR FOR THE NAV TABS PANELS */
.with-nav-tabs.panel-primary .nav-tabs > li.active > a {
                color: #3071a9 !important;
}


/*BADGES IN THE PANELS TO SHOW THE NUMBER OF …*/
div.trf-badge-text,
span.trf-badge-text {
    color: #3071a9 !important;
}



/* APPLYING GRADIENT TO THE PANELS */
.trf-panel-heading {
    background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
}

/*APPLYING GRADIENTS TO THE BUTTONS*/
button.btn-warning {
   background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}

.btn-success {  /*NOT BUTTON, CAUSE IT IS USED SOMETIMES IN SUBMIT INPUT TYPES*/
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}

/*LINKED BUTTONS, THE SECOND CONDITION IS BASED IN THE IDS, BECAUSE ALL THE CONTROLS DIDN’T APPLY THE CLASS ocs-lnbtn-info */
button.btn.btn-sm.btn-info.trf-lnbtn-info,
a.btn.btn-info.trf-lnbtn-info:link,
a.btn.btn-info.trf-lnbtn-info {
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%) ;
}

a[id$="lnkModifySearch_standard_bottom"],
a[id$="lnkbtnBackToResult_top"],
a[id$="lnkbtn_DetailsBottom"]
{ /*THATS WHY SECOND LINKBUTTON DOESNT GET THE CSS CLASS*/
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%) ;
}

/* Guillermo*/
.coc-info-tip {
    /*color: #0f6191;*/
    cursor: help;
}

.rb_visible {
    display: block;
}

.rb_hidden {
    display: none;
}

.div_visible {
    display: block;
}

.div_hidden {
    display: none;
}

.coc-input-group-radio {
    min-width: 1rem;
}

.coc-infotip--header {
    background-color: transparent;
    color: #1b1e21 !important;
}

.coc-input-group-input {
    max-width: 9rem;
}

.coc-input-group-append span.input-group-text {
    min-height: 100%
}

.coc-input-group-prepend span.input-group-text {
    min-height: 100%
}

/** TOP OF PAGE **/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
}


.scroll {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: #ebebeb; /*#dc3545;*/
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /*z-index: 9999;*/
}

.scroll:hover {
    background: #ddd; /*#c82333; */
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}


.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.exp {
    width: 50px;
    height: 50px;
    background-color: #ebebeb; /*#dc3545;*/
    color: black; /*white;*/
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.fa-exp-icon {
    line-height: inherit;
    vertical-align: middle !important;
}

/* TSD Headers*/

.TSDtableHeader {
    font-size: 1.1em;
    font-weight: 600;
    text-transform: capitalize;
    /*transition: all .3s ease-out;*/
    background-color: #ebebeb;
    /*box-shadow: unset;*/
    /*color: #445963;*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*height: 45px;*/
    /*padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;*/
}

/*.TSDtableHeader:hover {
    background-color: #ddd;
}*/

.TSDcardHeader {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease-out;
    background-color: #ebebeb;
    box-shadow: unset;
    /*color: #445963;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
}

/*.TSDcardHeader:hover {
    background-color: #ddd;
}*/

.TSDhyperlink {
    color: #05517a; /*066598; 066293; 05517a; 044162; 033149*/
    text-decoration: underline;
}

    .TSDhyperlink:visited {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

    .TSDhyperlink:hover {
        text-decoration: underline;
        text-decoration-color: #0000ff; /* bb1122 */
    }

    .TSDhyperlink:active {
        text-decoration: underline;
        text-decoration-color: #884488;
    }

.TSDalert-success {
    color: black;
    background-color: #4c6b1c69; /* green: 4c6b1ca8; 4c6b1c8a; 4c6b1c7a;  4c6b1c6a;*/
    background-color: rgba(76,107,28,0.411);
    border-color: #92a576;
}

    .TSDalert-success hr {
        border-top-color: #92a576;
    }

    /*.TSDalert-success .alert-link {
        color: #0b2e13;
    }*/

.TSDalert-info {
    color: black;
    background-color: #15679c52; /* blue: 15679ca8; 15679c70; 15679C6E; 15679C52*/
    background-color: rgba(21,103,156,0.321);
    border-color: #6ca8cc;
}

    .TSDalert-info hr {
        border-top-color: #6ca8cc;
    }

    /*.TSDalert-info .alert-link {
        color: #062c33;
    }*/

.TSDalert-warning {
    color: black;
    background-color: #c7ae78a3; /* gold: c7ae78;*/
    background-color: rgba(199,174,120,0.639); 
    border-color: #b1943a;
}

    .TSDalert-warning hr {
        border-top-color: #b1943a;
    }

    /*.TSDalert-warning .alert-link {
        color: #533f03;
    }*/

.TSDalert-danger {
    color: black;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .TSDalert-danger hr {
        border-top-color: #f1b0b7;
    }

    /*.TSDalert-danger .alert-link {
        color: #491217;
    }*/



