﻿/************************************************
		Website Layout Frames	#555														
************************************************/
/*body{
    min-width: 550px;
}*/
/*font for headings only*/
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;
}*/
/*angular based search*/
#divSearchResult .dropdown-menu {
    min-width: 300px;
}

    #divSearchResult .dropdown-menu ul {
        padding-left: 10px;
        margin-left: 5px;
    }

/*#divSearchResult .dropdown-menu > ul li > ul {
            padding-left: 10px;
            margin-left: 0px;
        }*/

#divSearchResult a {
    color: #555;
    text-decoration: underline;
}
/*generic error message class to use for errors*/
.errorMsg {
    /*Syed changed background-color from #990000*/
    background-color: #d9534f;
    color: #ffffff;
}
/*added: 12-04-2017*/
input.reverseGreenInput{
    background-color:#65b741 !important;
    color:white !important;
    border-color:#5ba53b !important;
}
.thinRedBorder {
    border: 1px solid #d9534f;
}

.fontSize5PerLarge {
    font-size: 105%;
}

a.visited:visited {
    color: #A0A0A0;
}

.messageError {color: red; font-weight: bold }

input.link-type-input {
    /*text-decoration:underline;*/
    cursor: pointer;
    color: #6CBE45;
}

.ligthGrayText {
    color: #555;
}

#fullWidthTopBar {
    /*width: 100%;
    height: 70px;*/
    /*background-color: #686868;*/
    background-color: #555555;
    border-bottom: 3px solid #68BD45;
}

#divSideColumn {
    font-size: 95%;
    min-height: 1000px;
}

@media (min-width: 768px) {
    .custom-padding-left0 {
        padding-left: 0px;
    }
}

/*side panel end*/
.infoSign {
    /*position:absolute;    
    left:30%;
    top:inherit;*/
    cursor: pointer;
    color: #65B741;
    text-decoration: none;
    outline: 0;
}

    .infoSign:hover {
        color: black;
        text-decoration: none;
    }

    .infoSign:visited {
        color: black;
    }

    .infoSign:focus {
        outline: 0;
    }

.btnPopoverClose {
    padding-left: 5px;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 0.5;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .btnPopoverClose:hover,
    .btnPopoverClose:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
        outline: 0;
    }

/*Product menu for small devices*/
#divSmallDeviceControlPanel {
    overflow: hidden;
}

/*-----------------small menu end*/
/*helper classes*/
.TwentyPercentWidth {
    width: 20%;
    float: left;
    position: relative;
}

.EightyPerWidth {
    width: 80%;
}

.EightyPercentWidth {
    width: 80%;
    float: left;
    position: relative;
}

.TenPercentWidth {
    width: 10%;
    float: left;
    position: relative;
}

.MarginTop10 {
    margin-top: 10px;
}

.padding10pxTopBottomLeft {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.padding10pxAll {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.paddingTop4 {
    padding-top: 4px;
}

.paddingTop2 {
    padding-top: 2px;
}

.padding25LeftRight {
    padding-left: 25px;
    padding-right: 25px;
}

.paddingLeftRight20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding0LeftRight {
    padding-left: 0;
    padding-right: 0;
}

.paddingTop6 {
    padding-top: 7px;
}

/*helper classes ends*/
#main-wrap {
    background-color: white;
}

#header {
    padding: 0;
}

.shadow {
    box-shadow: 0 0 8px black;
}

.clearFloat {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}
/*using as table header i.e. job list*/
.bg-lightheader {
    background-color: #a0a0a0;
    color: white;
}

div#divLoginMsg {
    padding-top: 15px;
    padding-right: 15px;
    width: 70%;
    height: 40px;
    color: white;
    text-align: right;
}
/*work around for check boxes in .net when we give Text value it generates a seperate label where as per bootstrap check box should be
    inside a label
*/
/*bootstrap overwrites*/
.popover-title {
    background-color: #AAAAAA;
    color: white;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 5px;
}

    .checkbox label label {
        font-weight: bold;
        padding-left: 0;
    }
.newlinkdiv {
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-left: 15px;
    display: grid;
    padding: 17px;
    background-image: url('../images/green and white gradient.jpeg');
    background-repeat: no-repeat;
    /*border: 1px solid #e3e3e3;*/
    text-align: center;
    background-size: cover;
}
@media (min-width: 992px){
    .newlinkdiv{
        width:22%;
    }
}

.newlinkdiv a:hover{
cursor:pointer;
text-decoration-line:none;

}
@media only screen and (max-width:1897px) {
    .newlinkdiv {
        padding:15px;
    }

}
@media only screen and (max-width:1859px) {
    .newlinkdiv {
        padding: 30px;
    }
}
@media only screen and (max-width:1673px) {
    .newlinkdiv {
        padding: 39px;
    }
}

@media only screen and (max-width:1149px) {
    .newlinkdiv {
        padding: 28px;
    }
}
@media only screen and (max-width:1011px) {
    .newlinkdiv {
        min-height: 210px;
    }
}
.well {
    padding: 10px;
    margin-bottom: 10px;
}
/*for new style mobile responsve menu*/
.nav > li > a {
    padding: 6px 8px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-inverse {
    background-color: #555555;
    border-color: #555555;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #aaaaaa;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #aaaaaa;
    }

ul.nav li.open ul.dropdown-menu {
    width: 100%;
}
/*override widths to suit our layout*/
@media (min-width: 992px) {
    .col-md-2 {
        /*width: 19.66666667%; */
        width: 16.43333334%;
    }

    .col-md-5 {
        width: 40.16666667%;
    }

    .col-md-10 {
        width: 82%;
    }
    .col-md-11{
        width: 90.5%;
    }

    .padding10px15pxTopRight {
        padding-right: 15px;
        padding-top: 10px;
    }
}

.navbar {
    min-height: 70px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 10px 8px;
    height: 70px;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }

    .navbar-nav {
        padding-top: 0px;
        float: right;
    }
}


/*for iPhone portrait adjustin CSS*/
@media (max-width: 769px) {
    #imgLogo {
        width: 230px;
        height: 55px;
    }

    .navbar-brand {
        padding: 10px 8px;
        height: 70px;
    }

    .navbar-nav {
        float: none;
    }
}

/*when using multiple headings in same line h4, h5 etc*/
.inline-headers h4, .inline-headers h5 {
    display: inline-block;
    vertical-align: baseline;
}
/*applies to all*/
.list-group-item {
    padding: 3px 15px;
    text-align:center;
    font-size:15px;
    font-weight:100;
 
    
}

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
/*for side menu*/
#divSideColumn .list-group, #divProductsMenu .list-group, #divSideMenuSmall .list-group {
margin-top:6px;    
margin-bottom: 0px;
box-shadow: 1px 1px 4px grey;
}

/* Amrish Added 07/11/for side menu scrollbar*/
#divSideColumn::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#divSideColumn::-webkit-scrollbar-thumb {
    background-color:darkgray;
}

    #divSideColumn .list-group > a:first-child, #divSideColumn .list-group > a:first-child:hover, #divProductsMenu .list-group a:first-child, #divProductsMenu .list-group a:first-child:hover, #divSideMenuSmall .list-group a:first-child, #divSideMenuSmall .list-group a:first-child:hover {
        background-color: #555;
       # border-color: #555;
        color: white;
        text-decoration: none;
        cursor: default;
        -webkit-box-shadow: inset 0 0 15px 3px #222;
        -moz-box-shadow: inset 0 0 15px 3px #222;
        box-shadow: inset 0 0 5px 1px #333;
    }

#divSideColumn a.list-group-item:hover, #divProductsMenu a.list-group-item:hover, #divSideMenuSmall a.list-group-item:hover {
    color: #6ABD46;
    text-decoration: underline;
}

#divSideColumn .list-group-item.active, #divSideColumn .list-group-item.active:hover, #divSideColumn .list-group-item.active:focus, #divSideMenuSmall .list-group-item.active, #divSideMenuSmall .list-group-item.active:hover, #divSideMenuSmall .list-group-item.active:focus {
    color: white;
}
/*-------------------------------------------Bootstrap override ends-*/
/*******************************
    Syed Added: 2-11-2014 quote finder*/
#divQuoteFinder {
    width: 320px;
    border: 1px solid silver;
    padding: 10px;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200000;
    transition: right 0.3s ease;
    webkit-transition: right 0.3s ease;
}


#divQuotesFound {
    width: 320px;
    position: absolute;
    top: 120px;
    right: 0px;
    font-size: 12px;
    z-index: 200000;
    display: none;
}

#divExpandPanelButton {
    display: none;
}

/* This slide-out will start off collapsed (previously before 5-Oct-2019 was only in the small screen section below */
#trOptions2 {
    margin-right: -319px;
}


/*internal used panels need to be collapse on small screens*/
@media (max-width: 1650px) {
    /*#divQuoteFinder, #htmltrExpressEntry {
        display: none;
    }*/
    #divQuoteFinder {
        right: -280px;
    }

        #divQuoteFinder:hover {
            right: 0;
        }


    /*expand panel button for small screens*/
    /*#divExpandPanelButton {
        width: 55px;
        position: fixed;
        z-index: 9999999;
        top: 0px;
        right: 0px;
        display: block;
    }*/
}

img.loadingImage {
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#spanQuotesHistoryClose {
    cursor: pointer;
}

#divQuotesFound p {
    border-bottom: 1px solid gray;
}
/******************************************
login message
**************************/




/************************************************
		Main Content Section															
************************************************/

/*div.main-content-col2 {
   
    min-height:700px; 
}*/


/*div.main-content-col2 > h1:first-child {
        margin-top: .25em;
    }*/

/************************************************
		FOOTER																			
************************************************/
/*Syed:-Changed to footerWrap from footer-wrap*/
/*div#footerWrap {
    background: url('../images/cssImages/appa.png');
    background-repeat: no-repeat;
    background-position: right;
}*/

div#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

    div#footer a:link,
    div#footer a:visited {
        color: #555;
        text-decoration: underline;
    }

    div#footer a:hover {
        color: #87c540;
    }

#divAccredLogo img {
    margin: auto;
    width: 90%;
}
/************************************************
		Header																			
************************************************/

/*a[href^="mailto:"]:{
    content: " (" attr(data-print) ")";
    color:red;
}*/
.divTWPGLogoForPrint {
    display: none;
}

/*for print document*/
@media only print {

    .hideForPrint {
        display: none;
    }

    textarea {
        height: 75px;
    }

    .divTWPGLogoForPrint {
        display: block;
    }
}


