﻿
/*********************
General Elements setting applicable to Page
*********************/
@font-face {
    font-family: "BureauVeritas-Extra";
    src: url("../Content/fonts/BureauVeritas-ExtBdUltraCond.woff") format("woff"), url("../Content/fonts/BureauVeritas-ExtBdUltraCond.woff2") format("woff2"), url("../Content/fonts/BureauVeritas-ExtBdUltraCond.eot") format("eot");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "BureauVeritas-Light";
    src: url("../Content/fonts/BureauVeritas-LightUltExp.woff") format("woff"), url("../Content/fonts/BureauVeritas-LightUltExp.woff2") format("woff2"), url("../Content/fonts/BureauVeritas-LightUltExp.eot") format("eot");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "BureauVeritas-Thin";
    src: url("../Content/fonts/BureauVeritas-ThinUltraCond.woff") format("woff"), url("../Content/fonts/BureauVeritas-ThinUltraCond.woff2") format("woff2"), url("../Content/fonts/BureauVeritas-ThinUltraCond.eot") format("eot");
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 300;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body, html {
    background-color: white;
    min-height: 600px;
    height: auto !important;
    height: 600px;
    min-width: 1240px !important;
}

.extphone {
    width: 50px !important;
}

.chkboxmiddle {
    vertical-align: middle
}


a img {
    border: none;
}

.watermark {
    color: #4D4E53 !important;
}

hr {
    margin-top: 11px;
    margin-bottom: 10px;
}

* {
    margin: 0;
    /*padding:0;   */
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.hiddenload {
    display: none;
}

.smallfont {
    font-size: 80%;
}

.greenlabellarge {
    font-size: large !important;
    color: #B0002D !important;
}

.greenmediumfont {
    font-size: medium !important;
    color: #B0002D !important;
}



.largefont {
    font-size: large !important;
    color: #4D4E53 !important;
}

h1 {
    font-size: x-large;
}

h2 {
    font-size: large;
    vertical-align: middle;
}

.largeh2 {
    font-size: large !important;
    vertical-align: middle !important;
}

.smallh2 {
    font-size: small !important;
    vertical-align: middle !important;
}

h5 {
    font-size: x-small;
    font-weight: normal;
}

/*input[type="text"], input[type="password"], input[type="email"] {
    border: 1px solid #ccc;
    width: 230px;
    height: 24px;
    font-size: 12px;
    padding: 0px;
    padding-left: 2px;
    vertical-align: middle;
}*/

select {
    border: 1px solid #ccc;
    width: 234px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px;
    padding-left: 2px;
    vertical-align: middle;
}


/*input[type="submit"], input[type="button"], input[type="reset"] {
    border: 2px solid #ccc;
    height: 30px;
    font-size: 12px;
    behavior: url(border-radius.htc);
    background-color: #c4c1a0;
}*/

a, a:hover, a:active, a:visited {
    font-size: 12px;
    text-decoration: none;
    color: #4D4E53;
}

.bluelink {
    font-size: 12px;
    text-decoration: underline;
    color: blue !important;
}

.whitelink {
    color: #FFF !important;
    text-decoration: underline !important;
}

p {
    word-wrap: break-word;
    font-size: 1rem;
}

.rounded-corners {
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    text-align: center;
}

#logo {
    display: block;
    /*background-image: url("../images/logo/logo-bkd-subpage.png");*/
    background-image: url("../images/logo/logo-bkd.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: White;
    height: 113px;
    width: 300px;
    margin-top: 3px;
    margin-left: 100px;
    z-index: 100;
    position: absolute;
}

#BVlogo {
    display: block;
    /*background-image: url("../images/logo/BV_logo_subpage.png");*/
    background-image: url("../images/logo/logo-bkd.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-color: White;
    height: 113px;
    width: 300px;
    margin-top: 3px;
    margin-left: 100px;
    z-index: 100;
    position: absolute;
}
/*********************
	Structure
*********************/

#content {
    width: 95%;
    float: left;
    margin: 20px 0 10px 20px;
    padding: 10px;
}

#accountadminlist {
    margin-top: 50px !important;
}

#contentaccount {
    margin: 40px 0 10px 20px;
    width: 80%;
    margin-left: 260px;
    margin-right: 2%;
    height: 100%;
    margin-top: 60px;
    padding-top: 60px;
}


#containerguest {
    width: 800px;
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    margin-top: 30px;
    padding-top: 40px;
}

#container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#header {
    width: 100%;
}




/*********************
  TopMenu, Top-Panel
*********************/
#topmenu {
    display: inline;
    width: 100%;
    float: right;
    height: 39px;
}

    #topmenu a, #topmenu a:hover, #topmenu a:active, #topmenu a:visited {
        padding-left: 12px;
        padding-right: 12px;
        text-decoration: none;
        font-size: 100%;
        text-align: left;
        color: #ddd;
    }

#fixedarea {
    float: right;
    /*font-family:Cambria;*/
    font-size: medium;
    font-weight: bold;
    text-align: right;
    line-height: 45px;
    float: right;
    margin-right: 10px;
    /* font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
    color: #ddd;
}


.logintopmenu {
    border-right: black 1px solid;
}

#footeritem {
    float: left;
    display: inline;
    margin-left: 60px;
}

#menuitem {
    float: left;
    display: inline;
    line-height: 45px;
    width: 800px;
    margin-left: 219px;
}

    #menuitem ul {
        float: right;
    }

    #menuitem li {
        float: right;
        display: inline;
        border-left: black 1px solid;
    }
/*********************
  TopMenu, Top-Panel
*********************/
#top-panel {
    background: #FFF;
    padding: 0px;
    height: 35px;
    float: left;
    width: 100%;
}

    #top-panel ul {
        list-style: none;
        float: right;
    }

        #top-panel ul li {
            display: inline;
            line-height: 20px;
        }

            #top-panel ul li a {
                padding-left: 19px;
                text-decoration: none;
                margin: 0 3px;
                display: inline-block;
            }

    #top-panel a:hover {
        text-decoration: underline;
    }
/*********************
  Region, Colored Area Just below the top Bar
*********************/

#region {
    width: 100%;
    height: 39px;
    position: absolute;
    margin-top: 39px;
}

    #region ul {
        margin-right: 20px;
        margin-top: 10px;
        float: right;
        color: #ddd;
    }

        #region ul li a {
            color: #ddd;
        }


.gradientgrey {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#515151), to(#515151), color-stop(.9,#515151));
    background: -moz-linear-gradient(0% 0% 270deg,#515151, #515151, #515151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#515151, endColorstr=#515151); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#515151, endColorstr=#515151)"; /* IE8 */
    background: -ms-linear-gradient(top left, #515151 0%, #515151 100%);
}

.gradientgreen {
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B0002D), to(#B0002D), color-stop(.7,#B0002D));
    background: -moz-linear-gradient(0% 0% 0deg,#B0002D, #B0002D, #B0002D 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D)"; /* IE8 */
    background: -ms-linear-gradient(top left, #B0002D 0%, #B0002D 100%);
}



#region {
    text-align: right;
    float: right;
    color: White;
    font-size: 80%;
}

/************************
Region Footer
************************/


#footer {
    display: inline;
    width: 100%;
    float: left;
    height: 39px;
    bottom: 0px;
    margin-left: 0px;
}

    #footer a, #footer a:hover, #footer a:active, #footer a:visited {
        color: black;
    }

#footeritem {
    float: left;
    display: inline;
    line-height: 45px;
    width: 100%;
}

#footer ul {
    width: 100%;
    float: left;
}

#footer li {
    float: left;
    display: inline;
    border-left: black 4px none;
}



/*********************
	Icons
*********************/
.icon {
    padding-left: 4px;
    text-decoration: none;
    height: 20px;
    font-size: 12x;
    margin: 0 3px;
    display: inline-block;
    line-height: 20px;
}

.user {
    background: transparent url(../Images/icons/user.png) no-repeat left;
}

.useradd {
    background: transparent url(../Images/icons/user_add.png) no-repeat left;
}

.group {
    background: transparent url(../Images/icons/group.png) no-repeat left;
}

.search {
    background: transparent url(../Images/icons/magnifier.png) no-repeat left;
}

.online {
    background: transparent url(../Images/icons/world.png) no-repeat left;
}

.pagenew {
    background: transparent url(../Images/icons/page_add.png) no-repeat left;
}

.rss {
    background: transparent url(../Images/icons/rss.png) no-repeat left;
}

.feed {
    background: transparent url(../Images/icons/feed.png) no-repeat left;
}

.report {
    background: transparent url(../Images/icons/report.png) no-repeat left;
}

.house {
    background: transparent url(../Images/icons/house.png) no-repeat left;
}

.manage {
    background: transparent url(../Images/icons/cog.png) no-repeat left;
}

.manage_page {
    background: transparent url(../Images/icons/page_gear.png) no-repeat left;
}

.folder {
    background: transparent url(../Images/icons/folder.png) no-repeat left;
}

.promotions {
    background: transparent url(../Images/icons/coins.png) no-repeat left;
}

.cart {
    background: transparent url(../Images/icons/cart.png) no-repeat left;
}

.folder_table {
    background: transparent url(../Images/icons/folder_page.png) no-repeat left;
}

.shipping {
    background: transparent url(../Images/icons/car.png) no-repeat left;
}

.invoices {
    background: transparent url(../Images/icons/page_white_text_width.png) no-repeat left;
}

.addorder {
    background: transparent url(../Images/icons/folder_page_add.png) no-repeat left;
}

.add {
    background: transparent url(../Images/icons/add.png) no-repeat left;
}

.app_add {
    background: transparent url(../Images/icons/application_add.png) no-repeat left;
}

.report_seo {
    background: transparent url(../Images/icons/report_link.png) no-repeat left;
}

.modules {
    background: transparent url(../Images/icons/bricks.png) no-repeat left;
}

.modules_manage {
    background: transparent url(../Images/icons/bricks_gear.png) no-repeat left;
}

/*********************
	Home Page
*********************/
#SearchHome {
    background-color: White;
    height: 160px;
    width: 300px;
    margin-top: 10px;
    margin-left: 70px;
    *margin-left: 0px; /* - shows in IE7 and below */
    z-index: 100;
    position: absolute;
    background-image: url("../images/logo/bkd-shade.png");
    /*  -moz-box-shadow:    1px 0 1px  -1px #C0C1C9 , -1px 0 1px  -1px #C0C1C9;
    -webkit-box-shadow:  1px 0 1px  -1px #C0C1C9 , -1px 0 1px  -px #C0C1C9;
    box-shadow: 1px 0 1px  -1px #C0C1C9 , -1px 0 1px  -1px #C0C1C9;
    -ms-filter:progid:DXImageTransform.Microsoft.Shadow(Color=#C0C1C9, Strength=1, Direction=90),    
     progid:DXImageTransform.Microsoft.Shadow(Color=#C0C1C9, Strength=1, Direction=240);     
    filter:  progid:DXImageTransform.Microsoft.Shadow(Color=#C0C1C9, Strength=1, Direction=90),    
     progid:DXImageTransform.Microsoft.Shadow(Color=#C0C1C9, Strength=1, Direction=270);
*/
}


    #SearchHome table {
        position: relative;
        margin-left: 10%;
        margin-right: 10%;
    }

    #SearchHome td {
        list-style: none;
        /* font-family:Cambria;*/
        font-size: large;
        font-weight: bold;
        line-height: 30px;
        margin-top: 30px\0/IE8+9;
        margin-top: 10px;
        color: #4D4E53
    }

    #SearchHome input[type="text"] {
        height: 24px;
        width: 230px;
        vertical-align: middle;
        line-height: 24px;
    }

    #SearchHome select {
        height: 24px;
        width: 233px;
    }

    #SearchHome input[type="submit"] {
        border: 1px solid #DFDFD0;
        background: #9cf;
        width: 80px;
        height: 25px;
        background-color: #DFDFD0;
    }


#dashboardgrid {
    padding-top: 180px;
    margin-left: 70px;
    margin-right: 70px;
}


#advancedsearchgrid {
    padding-top: 10px;
    margin-left: 70px;
    margin-right: 70px;
}


/******************************
Log In Form
*
*********************************/

.loginrememberme {
    font-size: 12px;
}

.loginstatusmessage {
    text-align: justify;
}

#login,
#forgotpassword {
    border: 1px solid #ccc;
    width: 231px;
    float: left;
    height: 175px;
    background: url("../images/login-bkd.jpg") top left repeat-x;
    margin: 0px;
    padding: 0px;
}


.largefontlogin {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

.loginsubheading {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    border: 0;
}

#forgotpasswordsubmitdiv {
    width: 210px;
}

    #forgotpasswordsubmitdiv input[type="submit"] {
        -moz-box-shadow: inset 0px 1px 0px 0px #f9eca0;
        -webkit-box-shadow: inset 0px 1px 0px 0px #f9eca0;
        box-shadow: inset 0px 1px 0px 0px #f9eca0;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e55302), color-stop(1, #f4aa00) );
        background: -moz-linear-gradient( center top, #e55302 5%, #f4aa00 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55302', endColorstr='#f4aa00');
        background-color: #e55302;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #e65f44;
        display: inline-block;
        color: #fff;
        font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: bold;
        margin-left: 10px;
        text-decoration: none;
        width: 90px;
        height: 19px;
    }

    #forgotpasswordsubmitdiv input[type="button"] {
        -moz-box-shadow: inset 0px 1px 0px 0px #f9eca0;
        -webkit-box-shadow: inset 0px 1px 0px 0px #f9eca0;
        box-shadow: inset 0px 1px 0px 0px #f9eca0;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e55302), color-stop(1, #f4aa00) );
        background: -moz-linear-gradient( center top, #e55302 5%, #f4aa00 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e55302', endColorstr='#f4aa00');
        background-color: #e55302;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #e65f44;
        display: inline-block;
        color: #fff;
        font-family: Trebuchet MS;
        font-size: 14px;
        font-weight: bold;
        margin-left: 0ppx;
        text-decoration: none;
        width: 90px;
        height: 19px;
    }

.signin input[type="submit"] {
    background-color: #B0002D;
    display: inline-block;
    color: #fff;
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    width: 197px;
    height: 21px;
}

.signin a {
    color: #fff;
}

.signin input[type="submit"]:hover, #forgotpasswordsubmitdiv input[type="submit"]:hover, #forgotpasswordsubmitdiv input[type="button"]:hover {
    background-color: #B0002D;
}



#loginerror ul {
    list-style: none;
    margin-left: 1px;
    padding-top: 15px;
}

#errormessage {
    color: red;
    font-size: 80%;
}

.successmessage {
    color: green !important;
    font-size: 80%;
    font-weight: 200;
}


#errormessagefp,
.errormessagewhite {
    color: #e1284c !important;
    font-size: 120% !important;
}

/*

#logincontrols ul li{
	 margin-top:3px\0/IE8+9;
	 line-height:35px;
	 vertical-align:middle;
}
#logincontrols ul{
	list-style:none;
}
*/

#logincontrols, #forgotpasswordcontrols {
    text-align: left;
    list-style: none;
    font-size: 12px;
    margin-left: 12px;
    text-align: left;
    color: White;
}

#fpcontentdiv {
    margin-top: 10px;
}

#forgotpasswordcontrols p {
    margin-top: 12px;
}

#acctdetails {
    font-size: 10px !important;
    margin: 5px 0px 0 0;
    list-style-type: none;
    padding: 0px;
}

    #acctdetails li {
        padding: 0 0 0 0px;
        margin: 0px;
        float: left;
        border-right: solid 1px #fff;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }

        #acctdetails li a {
            padding: 0 2px 0 2px;
            margin: 0px;
            float: left;
            color: #fff;
            font-size: 10px;
        }

            #acctdetails li a:hover {
                text-decoration: none;
                color: #f2f2f2;
                font-size: 10px;
            }

        #acctdetails li.end {
            padding: 0 0 0 0px;
            margin: 0px;
            float: left;
            border-right: none;
        }

        #acctdetails li.end {
            padding: 0 0px 0 5px;
            margin: 0px;
            float: left;
            color: #f2f2f2;
            font-size: 10px
        }


#logincontrols input[type="text"], #logincontrols input[type="password"],
.forgotpasswordcontrolsdiv input[type="text"], .forgotpasswordcontrolsdiv input[type="password"] {
    width: 195px !important;
    border: 1px solid #ccc;
    padding: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 19px;
    font-size: 12px;
    vertical-align: top;
    vertical-position: middle;
    line-height: 19px;
}

.ie6css {
    width: 195px;
}

#logincontrols select,
.forgotpasswordcontrolsdiv select {
    width: 197px !important;
    border: 1px solid #ccc;
    padding: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 19px;
    font-size: 12px;
    vertical-align: top;
}

.forgotpasswordcontrolsdiv {
    margin-bottom: 3px;
}

.loginlocation,
.forgotlocation {
    width: 195px !important;
    border: 1px solid #ccc;
    padding: 0px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 19px;
    font-size: 12px;
    vertical-align: top;
}









#loginsubmitcontrols {
    font-size: 12px;
    width: 231px;
}


#successsendmessage, #expiredpassword {
    text-align: left;
    color: red;
}

    #successsendmessage p, #expiredpassword p {
        font-size: 1rem;
    }

    #successsendmessage_new a, #successsendmessage_new a:hover, #successsendmessage_new a:active, #successsendmessage_new a:visited
    #expiredpassword_new a, #successsendmessage_new a:hover, #successsendmessage_new a:active, #successsendmessage_new a:visited,
    #successsendmessage a, #successsendmessage a:hover, #successsendmessage a:active, #successsendmessage a:visited
    #expiredpassword a, #successsendmessage a:hover, #successsendmessage a:active, #successsendmessage a:visited {
        padding-left: 0px;
        text-decoration: none;
        text-align: left;
        color: blue;
        font-size: 12px;
    }

#successsendmessage_new, #expiredpassword_new {
    margin-top: 10px;
    text-align: center;
    color: #f05424;
}

    #successsendmessage_new p, #expiredpassword_new p {
        font-size: 14px;
    }

        #successsendmessage_new p a, #expiredpassword_new p a {
            color: black !important;
        }

#div-table {
    display: table;
}

#div-table-row {
    width: 600px;
    height: 35px;
    clear: both;
    margin-top: 3px;
}

#div-table-col-left {
    float: left;
    width: 300px;
    margin: 0 5px 0 0;
}

#div-table-col-mid input[type="text"], #div-table-col-mid input[type="password"], #div-table-col-mid input[type="email"], #div-table-col-mid select {
    border: 1px solid #ccc;
    width: 230px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    vertical-align: middle;
}





#registerrable {
    padding-top: 50px;
    width: 600px
}

    #registerrable td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

#registerrableservicetd {
    padding-Left: 80px;
}

#registersubmit input[type="submit"] {
    float: left;
    width: 100px;
}



.registerservicescheckbox {
    float: right;
    margin-left: 0px;
    top: -1px;
}

#rgigersupportinfo {
    width: 400px;
    margin-left: 600px;
    margin-top: 100px;
    position: absolute;
    text-align: left;
    font-size: 14px;
}




.field-validation-error {
    color: #E65525;
    padding-left: 5px;
    padding-left: 0px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Loading screen */
#loadingScreen {
    /* 
 background: url(../images/ajax-loader.gif) no-repeat 5px 8px;
*/
    padding-left: 40px;
}
/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
    display: none;
}

.redrow {
    color: Red !important;
    height: 30px;
}




#grdsettingsavecontrol {
    position: absolute;
    padding-left: 305px;
    vertical-align: bottom;
    bottom: 0px;
    padding-top: 20px;
}

#userinfobutton {
    margin-top: 30px !important;
}




#sortable1, #sortable2 {
    list-style: none;
    margin: 0;
    padding: 0 0 2.5em;
    float: left;
    margin-right: 10px;
    border: 2px;
    width: 250px;
    position: absolute;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden
}

.moveright {
    padding: 3px;
    margin: 0;
    width: 40px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    background: #c4c1a0;
    text-align: center;
    color: Black !important;
}



#divdragmiddle {
    min-height: 200px;
    width: 50px;
    margin-top: 200px;
    position: absolute;
    margin-left: 260px;
    float: right;
}

#divdragleft {
    min-height: 200px;
    width: 250px;
    height: 85%;
    position: absolute;
    background-color: Silver;
}

#divdragright {
    min-height: 200px;
    width: 250px;
    height: 85%;
    position: absolute;
    margin-left: 315px;
    float: right;
    background-color: Silver;
}

#sortable1 li, #sortable2 li {
    margin: 0 2px 2px 2px;
    padding: 1px;
    position: relative
}


#quicklinksreports {
    position: relative;
    padding-left: 500px;
    padding-top: 20px;
    width: 250px;
    float: left;
    height: 150px;
}

#quicklinkbottleorders {
    padding-left: 790px;
    padding-top: 50px;
    width: 300px;
    position: relative;
}

    #quicklinksreports ul,
    #quicklinkbottleorders ul {
        list-style: none;
        padding-left: 0px;
    }

    #quicklinksreports a, #quicklinksreports a:hover, #quicklinksreports a:active, #quicklinksreports a:visited,
    #quicklinkbottleorders a, #quicklinksreports a:hover, #quicklinksreports a:active, #quicklinksreports a:visited {
        color: #4D4E53;
        text-decoration: none;
    }



#quicklinkcontainers {
    display: inline;
    position: absolute;
    margin-left: 50px;
}

/*ResultPage*/

.ui-datepicker-trigger {
    vertical-align: middle;
}

#SearchResult {
    margin-top: 60px;
    margin-left: 70px;
    margin-right: 100px;
    width: 90%;
    z-index: 100;
    background-color: #F2F2EA;
    margin-top: 60px;
    -moz-box-shadow: inset 0 0 24px #F2F2EA;
    -webkit-box-shadow: inset 0 0 24px #F2F2EA;
    box-shadow: inset 0px 0px 24px 0px #C7C7C3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F2F2EA') ";
    background: -ms-linear-gradient(top left, #F2F2EA 0%, #F2F2EA 100%);
}

.GradientBackground {
    margin-top: 60px;
    margin-left: 70px;
    margin-right: 100px;
    width: 90%;
    z-index: 100;
    background-color: #ebebe6;
    margin-top: 60px;
    -moz-box-shadow: inset 0 0 24px #F2F2EA;
    -webkit-box-shadow: inset 0 0 24px #F2F2EA;
    box-shadow: inset 0 0 24px #C7C7C3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F2F2EA') ";
    background: -ms-linear-gradient(top left, #F2F2EA 0%, #F2F2EA 100%);
}

#SearchResult input[type="text"] {
    line-height: 26px !important;
}

#SearchResult ul {
    position: relative;
    padding-right: 10%;
}

#SearchResult li {
    list-style: none;
    /* font-family:Cambria;*/
    font-size: large;
    font-weight: bold;
    line-height: 30px;
    display: inline-table;
}

#SearchResultgrid {
    padding-top: 5px;
    margin-left: 70px;
    margin-right: 70px;
    width: 90%;
}

#advancesearch {
    background: -ms-linear-gradient(top left, #F2F2EA 0%, #F2F2EA 100%);
    text-align: right;
    color: #4D4E53;
    margin-left: 10px;
}

.advancesearchBkg {
    background: -ms-linear-gradient(top left, #F2F2EA 0%, #F2F2EA 100%);
    text-align: right;
    color: #4D4E53;
    margin-left: 10px;
}

#datecolumn input[type="text"] {
    border: 1px solid #ccc;
    width: 88px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px;
    vertical-align: top;
}

#basicSearch input[type="button"] {
    height: 26px;
}

/*Job Details*/
#jobdetail {
    margin-top: 40px;
    margin-left: 70px;
    argin-right: 70px;
}

#jobdetailheaderdiv {
}

#jobdetailheader, #sampledetailsheader {
    margin-top: 10px;
    color: #4D4E53;
}

.sampleDetailHeader {
    margin: 8px;
    border-spacing: 8px;
}

.jobheadercontnet {
    color: #4D4E53;
}



#jobdetailheader ul {
    padding-left: 1px;
}

#jobdetailheader td {
    vertical-align: text-top;
}

#jobdetailheader li {
    list-style: none;
    /* font-family:Cambria;*/
    display: block;
}

#sampledetailsheader h2, #jobdetailheader h2 {
    color: Black;
}

/*
.borderright
{
    min-height: 100px;
    height:100px !important;
    border-right:1px solid grey;
    vertical-align:top;
    width:350px;
   
}
*
.bordernone
{
    min-height: 100px;
    height:100px !important;
   
    vertical-align:top !important;
}
*/



#resultcontent {
    padding-top: 30px;
    /* min-height:400px;*/
}

.tab {
    width: 100%;
    height: 31px;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 0;
    padding: 0
}
    /* border-top-left-radius:5px 5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px; */
    .tab li {
        float: left;
        background-color: #ebebe6;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        border-left: none;
        overflow: hidden;
        position: relative;
        margin: 0 2px -1px 0;
        padding: 0;
        font-weight: bold;
    }
/*moz-border-radius-topleft:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topright:0px;-webkit-border-top-right-radius:0px;border-top-left-radius:0px 0px;border-top-right-radius:0px 0px*/
.min-width {
    min-width: 120px;
    display: inline-block;
}
/*.tab li + li{border-left:1px solid #ccc ;  background-color:#ebebe6;font-weight:bold}*/
.tab li a {
    height: 30px;
    display: block;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    padding: 0 14px;
}

.tab li:hover {
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B0002D), to(#B0002D), color-stop(.7,#B0002D));
    background: -moz-linear-gradient(0% 0% 0deg,#B0002D, #B0002D, #B0002D 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D)"; /* IE8 */
    background: -ms-linear-gradient(top left, #B0002D 0%, #B0002D 100%);
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
    height: 30px;
}

.tab li.active {
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B0002D), to(#B0002D), color-stop(.7,#B0002D));
    background: -moz-linear-gradient(0% 0% 0deg,#B0002D, #B0002D, #B0002D 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D)"; /* IE8 */
    background: -ms-linear-gradient(top left, #B0002D 0%, #B0002D 100%);
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
    color: white;
}

    .tab li.active a {
        height: 30px;
        display: block;
        font-size: 12px;
        color: white;
        text-decoration: none;
        padding: 0 14px
    }


.tab li.activeright {
    float: right !important;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B0002D), to(#B0002D), color-stop(.7,#B0002D));
    background: -moz-linear-gradient(0% 0% 0deg,#B0002D, #B0002D, #B0002D 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D)"; /* IE8 */
    background: -ms-linear-gradient(top left, #B0002D 0%, #B0002D 100%);
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
    color: white;
}

    .tab li.activeright a {
        color: white;
    }
/*********************
	Sidebar
*********************/
.accountcontact {
    width: 860px;
}

    .accountcontact td {
        vertical-align: top;
    }

.contactphoto {
    width: 150px;
    height: 150px;
}

.accountcontactphoto {
    width: 160px;
    height: 100px;
    vertical-align: middle;
}

.accountcontactaddress {
    width: 250px;
    height: 100px;
    vertical-align: top;
}

#sidebaraccount {
    background: #FFF;
    width: 200px;
    margin: 55px 0 10px 0;
    padding: 10px;
    float: left;
}

    #sidebaraccount ul {
        list-style: none;
        line-height: 22px;
    }

        #sidebaraccount ul li a, #sidebar ul li a:visited {
            padding-left: 19px;
            text-decoration: none;
            margin: 0 3px;
            display: block;
        }

            #sidebaraccount ul li a:hover {
                text-decoration: underline;
                background-color: #B0002D;
            }

        #sidebaraccount ul li ul {
            margin-left: 10px;
        }

    #sidebaraccount h3 {
        padding: 2px;
        font-size: 14px;
    }



.nonactiveaccountmenu {
    display: block;
    border: solid #666;
    border-width: 0 1px;
    outline: none;
    /*color: #4D4E53 !important;*/
    background: white;
    font-weight: normal;
    border-width: 0px 0 1px;
    height: 40px;
}

.activeaccountmenu {
    display: block;
    border: solid #666;
    border-width: 0 1px;
    outline: none;
    /*color: black !important;*/
    background: white;
    font-weight: bold;
    border-width: 0px 0 1px;
    height: 40px;
}

.rcornersmenu a:hover,
.rcorners a:hover b {
    font-weight: bold;
    color: white;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B0002D), to(#B0002D), color-stop(.7,#B0002D));
    background: -moz-linear-gradient(0% 0% 0deg,#B0002D, #B0002D, #B0002D 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#B0002D, endColorstr=#B0002D)"; /* IE8 */
    background: -ms-linear-gradient(top left, #B0002D 0%, #B0002D 100%);
    border-bottom: 1px solid #e9e9e9;
}

.rcornersmenu ul, li {
    list-style: none;
}



.line {
    position: absolute;
    background-color: #B0002D;
}


.horizontal {
    width: 80%;
    height: 3px;
}

#line1 {
    top: 310px;
    left: 240px;
}



/* for added rotation effects */
.forty-five {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


#reportcontainer {
    margin-top: 140px;
    margin-left: 70px;
    margin-right: 70px;
}

#reportdetails {
    margin-top: 10px;
    height: 550px;
    width: 1200px;
    border: 2px groove;
}

#reportwizard {
    background: #FFF;
    width: 910px;
    padding: 10px;
    float: left;
    margin-left: 270px;
    position: absolute;
    color: #4D4E53;
    height: 530px;
}

#ReportName {
    line-height: 26px;
    padding-bottom: 3px !important;
}

#sidebarreport {
    background: #FFF;
    width: 250px;
    float: left;
    position: absolute;
    background-color: #ebebe6;
    height: 550px;
    border-right: 1px solid grey;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebe6), to(#F0F0EB), color-stop(.9,#F0F0EB));
    background: -moz-linear-gradient(0% 0% 270deg,#ebebe6, #F0F0EB, #F0F0EB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ebebe6, endColorstr=#F0F0EB);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ebebe6, endColorstr=#F0F0EB)";
    background: -ms-linear-gradient(top left, #ebebe6 0%, #F0F0EB 100%);
}

    #sidebarreport ul {
        list-style: none;
    }

.selectedsidebar {
    height: 33px;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    -moz-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 0px;
    behavior: url(border-radius.htc);
    background: white;
    margin-right: -1px;
}

#sidebarreport ul li {
    height: 30px;
    padding: 10px;
    border-bottom: 1px solid grey;
}


    #sidebarreport ul li a:hover {
        text-decoration: underline;
    }

    #sidebarreport ul li ul {
        margin-left: 2px;
    }

#sidebarreport h3 {
    padding: 2px;
    font-size: 14px;
}

#sidebarreport a,
#sidebarreport a:hover,
#sidebarreport a:hover b {
    font-weight: normal;
    color: #4D4E53;
}

.reportchecklist {
    border: solid 2px Grey;
    color: black;
    padding: 4px;
    width: 850px;
    height: 400px;
    overflow: auto;
    opacity: 1.0 !important;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        margin-left: 10px;
    }

    ul.tree li {
        margin: 0;
        padding: 0 12px;
        line-height: 20px;
        color: #369;
    }

        ul.tree li.last {
        }

.reporttable {
    width: 100%;
}

    .reporttable td {
        vertical-align: top;
    }

.reportheadrow td {
    border-bottom: Solid 1px #B0002D;
}

.reporheaderline {
    height: 2px;
}

.reportheadercolumn {
    height: 40px;
}

#reportlayoutholder {
    padding-left: 40px;
    padding-top: 1px;
    padding-bottom: 10px;
}

#policydescriptiondiv {
    margin-left: 10px;
    margin-top: 1px;
    width: 500px;
    height: 93px;
    overflow: auto;
}

#policydescription1div {
    margin-left: 10px;
    width: 500px;
    height: 93px;
    overflow: auto;
}

#policydescription {
    overflow: auto;
}

#policydescription1 {
    overflow: auto;
}

.greenlabel {
    color: red;
    font-size: small;
    background-image: url("../images/check/greencheck.png");
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ebebe6;
    padding-left: 25px !important;
    padding-top: 0px;
}

.greylabel {
    font-size: small !important;
    ;
    background-position: left !important;
    ;
    background-color: #ebebe6 !important;
    ;
    padding-left: 25px !important;
    padding-top: 0px !important;
    color: #4D4E53 !important;
}

#reportsummary {
    width: 40%;
    margin-top: 40px;
    margin-left: 40px;
    padding-left: 10px;
    border: 1px solid grey;
    border-collapse: collapse;
    background-color: #ebebe6;
}



/*Account Creation Page*/

.usercreatebutton {
    padding: 5px;
    margin: 3px;
    color: Black !important;
    border: 1px solid #ccc;
    display: block;
    float: left;
    background: #c4c1a0;
    text-align: center;
}

#userinfocontent {
    width: 990px;
    margin-top: 20px;
}

#userinfocontentaccess {
    width: 990px;
    margin-top: 80px;
    position: relative;
}

.createreportbutton {
    margin-top: 40px !important;
}

/*Acces Rights*/

.createreportbutton {
    padding: 3px;
    margin: 0;
    width: 100px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    background: #c4c1a0;
    text-align: center;
    color: Black !important;
}


.accesrightbutton {
    padding: 3px;
    margin: 0;
    width: 130px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    background: #c4c1a0;
    text-align: center;
    color: Black !important;
}

.deleteaccesrightbutton {
    margin-left: 840px;
    margin-top: 10px;
    padding: 5px;
    color: Black;
    width: 100px;
    border: 1px solid #ccc;
    display: block;
    float: left;
    background: #c4c1a0;
    text-align: center;
}

#availableparent {
}
/* Assign Access */
#rolescontainer {
    padding-top: 40px;
    display: block;
}


#assignedroles {
    margin-top: 80px;
}

#availableroles {
    margin-bottom: 20px;
    color: #4D4E53;
}

#availableroles {
    width: 990px;
}

#dynamicassignedroles {
    overflow-y: auto;
    width: 950px;
}


#availablerole {
    border-spacing: 0px;
    width: 950px;
    border-bottom: 1px solid #B0002D;
}

#assignedroletable {
    overflow: auto;
    overflow-y: auto;
    border-spacing: 0px;
    border-bottom: 1px solid #B0002D;
    color: #4D4E53;
}

#youradminnroletable {
    overflow: auto;
    overflow-y: auto;
    border-spacing: 0px;
    border-bottom: 1px solid #B0002D;
    color: #4D4E53;
    margin-top: 15px;
}

    #youradminnroletable td {
        height: 32px;
    }

.assignedroleheadrow td {
    border-bottom: Solid 1px #B0002D;
    border-top: Solid 5px #B0002D;
    height: 25px !important;
    color: Black;
}

.assignedroleheaderline {
    height: 30px;
}

.assignedroleheadercolumn {
    height: 50px;
    color: Black !important;
}


.availableroleheadrow td {
    border-bottom: Solid 1px #B0002D;
    border-top: Solid 5px #B0002D;
    height: 25px;
    color: Black;
}

.availableroleheaderline {
    height: 30px;
}


.assignedroletable td {
    height: 0px;
}

#reporthistory {
    margin-top: 30px;
    min-height: 300px;
}

#reporttablehome {
    border: 0px solid #000000;
    padding: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 600px;
    border-bottom: 1px solid #B0002D;
    color: #4D4E53;
    margin-top: 60px;
}


div#jobdetail {
    margin-top: 60px;
}

div#jobdetailheaderdiv {
    -moz-box-shadow: inset 0 0 24px #F2F2EA;
    ;
    -webkit-box-shadow: inset 0 0 24px #F2F2EA;
    ;
    box-shadow: inset 0 0 24px #b3b3b3;
    height: 170px;
    min-width: 1060px;
    background-color: #ebebe6;
    margin-right: 10px
}

#jobdetailheader {
    margin-left: 10px;
}

.jobheadercontnet table {
    min-width: 218px !important;
    margin-right: 8px;
}

table#jobheadercontnet td {
    margin: 0px;
    padding: 0px;
}

table#jobdetailheader td {
    margin: 0px;
    padding: 0px;
}

div.jobheadercontnet {
    margin: 18px 10px 18px 0px;
    padding: 0px;
    color: #58595b;
    border-right: solid 1px #cccccc;
    height: 120px;
}

    div.jobheadercontnet h2 {
        color: #58595b;
    }

    div.jobheadercontnet label {
        color: #58595b;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

div.jobheadercontnetnone {
    margin: 18px 10px 18px 10px;
    padding: 0px;
    color: #58595b;
    height: 150px;
}

    div.jobheadercontnetnone h2 {
        color: #58595b;
    }

    div.jobheadercontnetnone label {
        color: #58595b;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }


.smallfontlabel {
    font-weight: normal !important
}

.reporttablehome tbody {
    display: table-row-group;
    width: 100% !important;
}

.reporttablehome td {
    height: 25px;
}

.reporttablehomeheaderorw td {
    border-bottom: Solid 1px #B0002D;
    border-top: Solid 3px #B0002D;
    height: 33px;
}

.resourcecontentlist li {
    list-style-type: circle;
}

#lastcolumn {
    width: 400px !important
}

    #lastcolumn td {
        width: 400px !important;
    }


.resourcedivionsheading {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    width: 765px;
    height: 85px;
    color: white;
    float: left;
}

.resourcecategoryheading {
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    width: 270px;
    height: 85px;
    float: left;
    margin-right: 10px;
    color: white;
}

    .resourcecategoryheading a,
    .resourcecategoryheading a:hover,
    .resourcecategoryheading a:active,
    .resourcecategoryheading a:visited {
        color: White;
        font-size: large;
    }
/*Style for select Box*/


.jquery-selectbox {
    position: relative;
    height: 24px;
    border: 1px solid #ccc;
    width: 100px;
    z-index: 0;
    float: left;
    display: inline;
    text-align: left;
    font-size: 9px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #4D4E53;
    padding: 0;
    background-color: White;
    vertical-align: middle;
}

    .jquery-selectbox.selecthover {
        border-color: Gray;
        background-color: White;
        z-index: 700;
    }

    .jquery-selectbox .jquery-selectbox-currentItem {
        padding-left: 3px;
        padding-bottom: 10px !important;
        white-space: nowrap;
        display: block;
        overflow: hidden;
    }

    .jquery-selectbox .jquery-selectbox-list {
        display: none;
        position: absolute;
        top: 24px;
        padding: 2px;
        left: -2px;
        width: 100px;
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1000;
        border: 1px solid #ccc;
        background-color: White;
        line-height: 17px;
    }

    .jquery-selectbox .jquery-selectbox-moreButton {
        float: right;
        background: url("../images/grid/dropdown_arrow.png");
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

        .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
            background: url("../images/grid/dropdown_arrow.png");
        }

    .jquery-selectbox .jquery-selectbox-item.listelementhover {
        color: #4D4E53;
        background: #F2F0F0;
    }

    .jquery-selectbox .jquery-selectbox-item {
        display: block;
        cursor: default;
    }

/** ERROR classes **/
form .error .jquery-selectbox {
    color: #d00;
    border-color: #d00;
}





/*Terms and condition page */

#termsconditionscrolltext {
    height: 300px;
    overflow-y: auto;
    border: 1px solid black;
    margin-top: 5px;
}

#termsandconditionform {
    margin-left: 10px;
    margin-top: 20px;
}

.customerportalacceptbutton {
    margin-right: 10px !important;
    background-color: #c4c1a0 !important;
    width: 300px !important;
    float: right;
    margin-top: 20px;
}

#termsconditionscrolltext ul li {
    margin-top: 5px;
    margin-left: 0px;
}


/*Phase III Iteration-II*/

.accessrightcombo {
    border: 1px solid #ccc;
    width: 280px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px;
    padding-left: 2px;
    vertical-align: middle;
}

.phonexttextbox {
    border: 1px solid #ccc;
    width: 50px !important;
    height: 24px;
    font-size: 12px;
    padding: 0px;
    padding-left: 2px;
    vertical-align: middle;
}

.PetSearchBox {
    font-size: 12px;
    font-weight: normal;
}

.notifyJobcombo {
    border: 1px solid #ccc;
    width: 122px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px;
    padding-left: 2px;
    vertical-align: middle;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.resultTab {
    padding-left: 70px;
    margin-top: 30px;
    width: 90%
}

.tabLink {
    height: 30px;
    display: block;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    padding: 0 14px;
}

.quicklinks {
    position: relative;
    padding-left: 100px;
    padding-top: 20px;
    width: 250px;
    float: left;
    height: 150px;
}

.ui-button {
    margin-left: -1px;
    /*position: relative;
    display: inline-block;*/
}

.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}

.ui-autocomplete-input {
    margin: 0;
    padding: 5px 10px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }
/*ETR Sample Editor Grid CSS*/
.button-text-wrapper {
    height: 30px;
    position: relative;
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    border: solid 1px #ccc;
    border-radius: 5px;
    behavior: url(border-radius.htc);
}

    .button-text-wrapper .inputText {
        height: 28px;
        position: absolute;
        border: none;
        text-align: center;
    }

    .button-text-wrapper .inputButton {
        height: 30px;
        top: 0;
        right: 0;
        border: none;
    }


.table-header-rotated {
    border-collapse: collapse;
    background-color: #FFFFFF;
    color: #4D4E53;
    width: 100%;
    border-bottom: 1px solid #B0002D;
}

    .table-header-rotated td.testCell {
        border-left: 1px solid #B0002D;
        border-right: 1px solid #B0002D;
        width: 15px;
    }

    .table-header-rotated td.sampleCell {
        border: none;
    }

    .table-header-rotated td > input[type="checkbox"] {
        width: 15px;
    }

    .table-header-rotated td {
        text-align: center;
        padding: 5px 2px 5px 2px;
    }

    .table-header-rotated th.rotate {
        white-space: nowrap;
        width: 30px;
    }

        .table-header-rotated th.rotate > div {
            -moz-transform: translate(18px,15px) rotate(300deg);
            -o-transform: translate(18px,15px) rotate(300deg);
            -webkit-transform: translate(18px,15px) rotate(300deg);
            transform: translate(18px,15px) rotate(300deg);
            width: 30px;
        }

            .table-header-rotated th.rotate > div > span {
                border-bottom: 1px solid #B0002D;
                padding: 5px 25px 5px 5px;
                display: block;
                width: 250px;
                text-align: left;
                height: 18px;
                font-size: smaller;
            }

    .table-header-rotated th.rotate {
        white-space: nowrap;
    }

    .table-header-rotated th.row-header {
        padding: 5px;
        border-bottom: 1px solid #B0002D;
        border-top: 1px solid #B0002D;
        text-align: center;
    }

    .table-header-rotated th.first {
        border-left: 1px solid #B0002D;
        padding: 1px 5px;
    }

.GreyColumn {
    background-color: lightgray;
    width: 20px;
    border-right: 1px solid #B0002D;
    border-left: 1px solid #B0002D;
}

    .GreyColumn input[type="checkbox"] {
        background-color: white;
    }

.topHrLine {
    display: block;
    border-top: 1px solid #B0002D;
    -moz-transform: translate(270px,2px) rotate(60deg);
    -o-transform: translate(270px,2px) rotate(60deg);
    -webkit-transform: translate(270px,2px) rotate(60deg);
    transform: translate(270px,2px) rotate(60deg);
    width: 32px;
}

.topHrLineInvisible {
    border: 0;
    border-top: 2px solid rgba(255,255,255,.1);
    width: 30px;
}

.input-dialog {
    background: white;
    border: 1px solid #666;
    display: none;
    padding: 10px 0;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    height: 50px;
    max-height: 80px;
    min-height: 50px;
}

.no-of-bottle::-webkit-input-placeholder {
    font-size: 6pt;
}

input.no-of-bottle:-moz-placeholder {
    font-size: 6pt;
}

.no-of-bottle::-moz-placeholder {
    font-size: 6pt;
}

.no-of-bottle:-ms-input-placeholder {
    font-size: 6pt;
}

.no-of-bottle {
    height: 18px;
}

.th-for-ie8-and-below {
    -ms-writing-mode: tb-rl;
    *writing-mode: tb-rl;
    white-space: nowrap;
    border-top: #B0002D 1px solid;
    border-right: #B0002D 1px solid;
    border-left: #B0002D 1px solid;
    padding-top: 5px;
    padding-right: 5px;
}
/*ETR Sample Editor Grid CSS END*/

.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

.testCheckBox {
}

.searchInput::-ms-clear {
    display: none !important;
}

.etrLandingPageSearch {
    position: absolute;
    width: 325px;
    right: 0;
    float: right;
}

.etrTableFixed660 {
    table-layout: fixed;
    width: 660px;
}

.etrLandingPageTopLabel1 {
    font-size: 18px;
    margin-left: 430px;
}

.etrLandingPageTopLabel2 {
    width: 45%;
    min-width: 550px;
    margin-left: 430px;
}

    .etrLandingPageTopLabel2 a {
        text-decoration: underline;
        color: #6600ff;
        font-size: 12px;
    }

        .etrLandingPageTopLabel2 a:hover {
            text-decoration: underline;
            color: #6600ff;
            font-size: 12px;
        }

.etrTemplateSampleTopLabel1 {
    font-size: 13px;
    /*font-weight:bold;*/
}

.timepicker {
    width: 75px !important;
    text-align: center;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }

.ui-datepicker-buttonpane button {
    font-weight: bold !important;
    opacity: 1 !important;
}

.ui-timepicker-select {
    width: 6em;
}

.infoImage {
    height: 16px;
    width: 16px;
    float: right;
    -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Chrome, Safari, Opera */
    transform: rotate(60deg);
}

.submissionEditsTitle {
    text-align: left;
    font-size: large;
}

.submissionEditMessage {
    font-weight: bold;
}

.submissionEditTable td {
    padding: 10px 0 10px 0;
}

.dropDownScroll {
    height: 60px;
    max-height: 60px;
    overflow-y: scroll;
}
