/********************************/
/*   App Specific text colors   */
/********************************/

.lightBlueTxt {
    color:#003366;
}
.errorTxt {
    color:#ff0000;
}
.yellowTxt{
    font-weight:bold;
    font-size:1.1em;
    color:#ff0000;
}
/***********************************************/
/*             AboutOTIS2.aspx                 */
/***********************************************/
.subList, .subList ul li {
    list-style:none;
}
.subList ul li {
    margin-top:15px;
}

/***********************************************/
/*             OTIS2Profile.aspx               */
/***********************************************/
.resultsTitleRow{
    color: #000046;
    font-size: 1.3em;
    padding:5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    border-bottom:4px solid #cecece;
    margin-bottom:10px;
    font-weight:bold;
}
.resultsTitleRow h1 {
    color: #000046;
    font-size: 1.3em;
    margin:0px;
    display:inline-block;
}
.resultsTitleRow h2 {
    color: #000046;
    font-size: 1.1em;
    margin:0px;
}

.profileSubHeader {
    
    color:#000046;
    font-size: 1.3em;
    padding:5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.resultsBorderBottom {
    border-bottom:4px solid #cecece;
}

/*Note nth-child does not work with IE8 so look for JavaScript at bottom of page for row colors */
.offenderRow:nth-child(2n+1){
    background:#cecece;
}



/****************************/
/* OTIS2.aspx search results*/
/****************************/

.offenderRow:nth-child(2n+1) {
    background:#cecece;
}

/*******************************/
/*    Most Wanted              */
/*******************************/
.mostWantedImgBg {
    background:#ff0000;
}
.mostWantedDetailsBg {
    background:#336699;
}
.transitionBg{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(0,49,96,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(0,49,96,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(0,49,96,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(0,49,96,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(0,49,96,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(0,49,96,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#003160',GradientType=0 ); /* IE6-9 */
}
.dangerBg{
    border:1px solid #CC0300;
    background:#f7eabd;
    color:#000;
    font-size:.8em;
    font-weight:bold;
    padding:5px;   
    margin-bottom:10px;
}
.mostWantedBannerTitle {
    color:#000046;
    font-size:1.3em;
    font-weight:bold;
}
.mostWantedBanner a{
    color:#000046;
}
.mostWantedBanner section {
    padding:10px;
}
.row-fluid.resultsHeader {
    background:#18334C;
    /*background: rgb(11,25,38); /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(11,25,38,1) 0%, rgba(49,99,147,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,25,38,1)), color-stop(100%,rgba(49,99,147,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  rgba(11,25,38,1) 0%,rgba(49,99,147,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  rgba(11,25,38,1) 0%,rgba(49,99,147,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  rgba(11,25,38,1) 0%,rgba(49,99,147,1) 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  rgba(11,25,38,1) 0%,rgba(49,99,147,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1926', endColorstr='#316393',GradientType=0 ); /* IE6-9 */

    padding-bottom:5px;
}
.row-fluid.resultsHeader a {
    color:#fff;
}


/****************************************/
/*     Desktop Specific Styels          */
/****************************************/
@media screen and (min-width:601px) {

    /*******************************/
    /*    Most Wanted              */
    /*******************************/
    .mwItem {
        font-size:.8em;
    }

    /*******************************/
    /*OTIS2.aspx search results tbl*/
    /*******************************/
    [class*="searchCol"] {
        padding:0px !important;
        margin:0px !important;
        font-size:0.7em;
    }
    
    .searchCol1 {
        width:7% !important;
    }
    .searchCol2 {
        width:10% !important;
    }
    .searchCol3 {
        width:11.5% !important;
    }
    .searchCol4 {
        width:10% !important;
    }
    .searchCol5 {
        width:4% !important;
    }
    .searchCol6 {
        width:6% !important;
    }
    .searchCol7 {
        width:10% !important;
    }
    .searchCol8 {
        width:10% !important;
    }
    .searchCol9 {
        width:6% !important;
    }
    .searchCol10 {
        width:8.5% !important;
    }
    .searchCol11 {
        width:8.5% !important;
    }
    .searchCol12 {
        width:8.5% !important;
    }
}

/********************************************/
/*          Mobile Specific Styles          */
/********************************************/
@media screen and (max-width:600px) {

    /*******************************/
    /*    Most Wanted              */
    /*******************************/
    .mwItem section{
        padding:0px 10px;
        font-size:1em;
    }
    .mwItem span.visible-phone {
        display:inline-block !important;
        width:auto;
        margin-right:5px;
        font-weight:bold;
    }
    .mwItem img{
        margin-bottom:10px;
        margin-top:10px;
    }

    /************************************/
    /*        OTIS2.aspx - results      */
    /************************************/
    [class*="searchCol"] span{
        width:auto !important;
        display:inline-block !important;   
    }
    .offenderRow {
        padding:10px;
        font-size:1em !important;  
        
          
    }
    .offenderRow span {
        font-weight:bold;
    }
       
    .wrapper {
        padding:10px;
    }
    #pnlPageControl {
        padding:10px
    }

    /***********************************************/
    /*             OTIS2Profile.aspx               */
    /***********************************************/
     #pnlResults .span3, #pnlResults .span6,
     #searchResultsCriteria .span4, #searchResultsCriteria .span8 {
        width:auto !important;
        display:inline-block !important;
    }
    #pnlStatusAlias .span3, #pnlStatusAlias .span6,
    #pnlPASentences .rowWapper div, 
    #pnlPISentences .rowWapper div, 
    #pnlRASentences .rowWapper div, 
    #pnlRISentences .rowWapper div{
        width:47% !important;
        display:inline-block !important;
        vertical-align:text-top;
        margin-bottom:10px;
    }
    #pnlStatusAlias .splitRow {
        width:100% !important;
    }
    .rowWapper {
        padding:10px 10px 10px 15px;
    }
    .rowWapper .rightTxt.leftTxtMobile {
        font-weight:bold;
    }
    .rowWapper .span6.bold {
        font-weight:normal !important;
    }
    #imgOffender {
        width:95% !important;
        margin:0px auto !important;
    }
}

