﻿/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Non-Mobile First Method  ==========*/

/*=======================HR TAG STARTS===================*/
.hr-midnight-blue
{
    background-color: #34495E;
    border-color: #34495E;
    color: #34495E;
    height: 2px;
}

.hr-green-sea
{
    background-color: #16a085;
    border-color: #16a085;
    color: #16a085;
    height: 5px;
}

.hr-belize-hole
{
    background-color: #34495E;
    border-color: #34495E;
    color: #34495E;
    height: 1px;
}

/*=======================HR TAG ENDS===================*/

/*=======================PANEL SECTION STARTS===================*/
.panel-midnight-blue-header
{
    color: White !important;
    /*background-color: #34495E !important;
    border-color: #34495E !important;*/

      background-color: #8c2b9f !important;
    border-color: #8c2b9f !important;
}

.panel-midnight-blue-border
{
    border-color: #34495E !important;
}

.panel-title
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px !important;
}

/*=======================PANEL SECTION ENDS===================*/

/*=======================TEXT COLORS STARTS===================*/

.text-midnight-blue
{
    color: #34495E !important;

}

.text-green-sea
{
    color: #16a085;
    font-size: x-large;
}

.text-belize-hole
{
    color: #34495E;
}

.text-pomegranate
{
    color: #c0392b;
}

/*=======================TEXT COLORS ENDS===================*/

/*=======================PADDING - MARGIN VALUE STARTS===================*/

.paddingTopFormControls-8px
{
    padding-top: 8px;
}

.marginTopFormControls-8px
{
    margin-top: 8px;
}

.minHeightFirstRow
{
    min-height: 350px;
    max-height: 350px;
    overflow: auto;
}

/*=======================PADDING - MARGIN VALUE ENDS===================*/




/*=======================TABLE HEADER STARTS===================*/
#visited_with_header
{
    background: #34495e;
    color: white;
    padding: 2px;
    margin-bottom: 2px;
    font-style: italic;
    margin-left: 0px;
    margin-right: 0px;
}

/*=======================TABLE HEADER ENDS===================*/

/*=======================DATA TABLE CSS STARTS===================*/
.headerRow
{
    background-color: #34495E;
    color: White;
}

.headerRow-belize-hole
{
    background-color: #34495E;
    color: White;
    padding-top: 5px;
    padding-bottom: 5px;
}

.headerCell
{
    font-weight: 100 !important;
    text-align: center !important;
    font-size: small !important;
    vertical-align: middle !important;
}

.ColVis_collection
{
    width: auto !important;
    max-height: 300px;
    overflow: auto !important;
}

.hideSortIcon
{
    background-image: none !important;
}

.grid-header
{
    font-size: small;
    border-color: White !important;
}

.gridfilter
{
    border-bottom-color: White;
    border-color: White;
}

.gridfilter .form-control
{
    height: 28px !important;
}

.hiddenColumn
{
    display: none !important;
}

table.dataTable thead td
{
    padding: 10px 18px;
    border-bottom-color: #fff;
}

.tableObsCompliance tbody tr td:nth-of-type(1) ~ td, .tableObsPatternAnalysis tbody tr td:nth-of-type(1) ~ td
{
    text-align: center !important;
    vertical-align: middle !important;
    padding: 1px !important;
}

.tableObsCompliance tbody tr td:nth-child(1), .tableObsPatternAnalysis tbody tr td:nth-child(1)
{
    vertical-align: middle !important;
    padding: 1px !important;
}

.tableObsCompliance tbody tr:nth-child(3) td:nth-child(1), .tableObsCompliance tbody tr:nth-child(6) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(4) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(8) td:nth-child(1)
{
    font-weight: bolder !important;
}

.tableObsCompliance tbody tr:nth-child(4) td:nth-child(1), .tableObsCompliance tbody tr:nth-child(5) td:nth-child(1), .tableObsCompliance tbody tr:nth-child(7) td:nth-child(1), .tableObsCompliance tbody tr:nth-child(8) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(5) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(6) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(7) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(9) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(10) td:nth-child(1), .tableObsPatternAnalysis tbody tr:nth-child(11) td:nth-child(1)
{
    font-weight: bolder !important;
    text-align: right !important;
    color: #16a085;
}


/*=======================DATA TABLE CSS ENDS===================*/

/*=======================FORM CONTROL STARTS===================*/

.radio-list-custom label
{
    margin-right: 30px;
    margin-left: 3px;
}

.radio-list-custom input
{
    vertical-align: top;
    margin-top: 5px;
}

.chk-list-custom label
{
    margin-right: 30px;
    margin-left: 3px;
    min-width: 18%;
}

.chk-list-custom input
{
    vertical-align: top;
    margin-top: 5px;
}

.fileUploadPrimaryBlue
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-style: normal;
    color: White;
    color: #fff;
    background-color: #34495E !important;
    border-color: #34495E !important;
}

.fileUploadPrimaryBlue:hover, active, focus
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-style: normal;
    color: #fff;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.fileUploadGreenSea
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-style: normal;
    color: White;
    color: #fff;
    background-color: #16a085 !important;
    border-color: #16a085 !important;
}

.fileUploadGreenSea:hover, active, focus
{
    font-family: Trebuchet MS;
    font-size: medium;
    font-style: normal;
    color: #fff;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.div-maxlength-count div
{
    color: Green;
    width: 100% !important;
}

.input-group .midnight-blue
{
    border-radius: 0;
    border-color: #d2d6de;
    color: White;
    font-weight: lighter;
    background-color: #34495E !important;
}

.input-group .asbestos
{
    border-radius: 0;
    border-color: #d2d6de;
    color: Black;
    background-color: White !important;
}

.img-responsive
{
    display: block;
    height: auto;
    max-width: 80%;
}

.linkBtns-left-menu
{
    text-decoration: none;
    color: #34495e;
}

.linkBtns-left-menu:hover
{
    text-decoration: none;
    font-weight: bolder;
    color: #34495e;
}

.alert-midnight-blue
{
    background-color: #34495e;
    border-color: #34495e;
    color: White;
}

.alert-midnight-blue-inverted
{
    background-color: White;
    border-color: #34495e;
    color: #34495e;
}

.lstMultiSelect div button
{
    text-align: left !important;
}

.lstMultiSelect div button .caret
{
    margin-left: 74% !important;
}

.lstMultiSelect div ul
{
    width: 100% !important;
}

.dataTables_length .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: auto !important;
}

.tablePatternAnalysisByCat tbody tr td + td, .tablePatternAnalysisByCat thead tr td + td
{
    text-align: center !important;
}

.tableObsPatternAnalysisBySubCat tbody tr td + td + td, .tableObsPatternAnalysisBySubCat thead tr td + td + td
{
    text-align: center !important;
}

/*=======================FORM CONTROL ENDS===================*/



/*=====================NAV TABS STYLE STARTS=================*/

.nav-tabs
{
    border-bottom: 1px solid #4C4545;
}
.nav-tabs > li > a
{
    padding: 7px;
    border-radius: 0;
    color: #555;
    padding: 4px 7px;
}

.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:active
{
    background: #eee;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover
{
    /* border-top: 3px solid #CCC0C0;8*/
    border: 1px solid #4C4545;
    border-bottom-color: transparent;
    border-top: 3px solid #34495E;
}

.nav-tabs > li.active > a
{
    border: 1px solid #4C4545 !important;
    border-bottom-color: transparent !important;
    border-top: 3px solid #34495E !important;
}
.auto
{
    z-index: 2000 !important;
}

.tabPanelContent
{
    padding-left: 20px;
    padding-right: 35px;
    border-bottom: 1px solid #34495E !important;
    border-right: 1px solid #34495E !important;
    border-left: 1px solid #34495E !important;
}

/*=====================NAV TABS STYLE ENDS=================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px)
{

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px)
{

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px)
{
    .chk-list-custom label
    {
        margin-right: 30px;
        margin-left: 3px;
        min-width: 85%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px)
{
    .chk-list-custom label
    {
        margin-right: 30px;
        margin-left: 3px;
        min-width: 85%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px)
{
    .chk-list-custom label
    {
        margin-right: 30px;
        margin-left: 3px;
        min-width: 85%;
    }
}
