﻿/*--------############# DSR STYLES ############---------*/
/*------------Main Layout Start----------*/
body {
    background-color: #D1D6D6;
    padding: 0;
    margin: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url(images/img_bodybkgrnd.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
/*------Content Active HyperLinks ----*/
a:link, a:visited, a:active {
    color: #475057;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #475057;
}
/*------Content Active HyperLinks ----*/
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    letter-spacing: 0;
    margin: 0px;
}
/*------Content Headers ----*/
h1 {
    font-size: 20px;
    color: #211E72;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    padding: 0px;
}

.pageHeaderBox {
    float: left;
    text-align: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

.titlecell {
    float: left;
    width: 500px;
}

    .titlecell h1 {
        font-weight: bold;
        font-size: 18px;
    }

h2 {
    font-size: 12px;
    color: #211E72;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    margin: 5px 0 5px 0;
    color: #475057;
}

img {
    border: none;
}
/*------------Main Content Wrapper----------*/
#wrapper {
    min-width: 1020px;
    min-height: 500px;
    background-color: #FFF;
    overflow: visible;
    margin: 0 auto;
    border-bottom: 3px solid #ABB1B1;
    position: relative;
}

#headerWrapper {
    width: 100%;
    float: left;
    min-width: 1020px;
    margin: 0px;
}

#loginDisplayWrapper {
    width: 100%;
    float: left;
    min-width: 1010px;
    background-color: #8D9696;
    text-align: right;
    color: #FFF;
    padding: 0 10px 5px 0;
    
}


    #loginDisplayWrapper a:link, a:visited, a:active {
        color: #FFF;
        text-decoration: none;
    }

    #loginDisplayWrapper a:hover {
        text-decoration: underline;
        color: #475057;
    }

    #loginDisplayWrapper .welcomeLink {
        padding-left: 20px;
        background-image: url(images/welcome.png);
        background-repeat: no-repeat;
    }

    #loginDisplayWrapper .homeLink {
        padding-left: 20px;
        background-image: url(images/home.png);
        background-repeat: no-repeat;
    }

    #loginDisplayWrapper .logoutLink {
        padding-left: 20px;
        background-image: url(images/logoff.png);
        background-repeat: no-repeat;
    }

.headerImageWrapper {
    width: 100%;
    float: left;
    min-width: 1020px;
    margin: 0px;
    background-color: #FFF;
}

.headerLogo {
    float: left;
    height: 70px;
    width: 310px;
    background-image: url(images/header/logo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.headerImage {
    float: right;
    height: 70px;
    width: 820px;
    background-image: url(images/header/slogan.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.sslLogo{
    float:left;
    height:26px;
    width:76px;
    background-image: url('images/comodo_secure_seal_76x26_transp.png');
    padding: 0 0 0 0;
}


#navWrapper {
    background-color: #0D287B;
    border-bottom: solid 1px #FFF;
    border-top: solid 1px #FFF;
    float: left;
    height: 34px;
    padding: 0;
    text-align: right;
    width: 100%;
}
/*------------Body Content Layout Start--------*/
#contentBorder {
    float: left;
    width: 100%;
    background-color: #FFF;
    min-width: 1020px;
    padding: 0px;
    height: auto;
    margin: 1px 0 3px 0;
}

#contentBorderDialog {
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #898989;
    width: 610px;
    padding: 0px;
    height: auto;
    margin: 3px 0 3px 0;
}

#content {
    float: left;
    width: 625px;
    height: auto;
    padding: 15px 30px 25px 35px;
}

    #content .cellsBox {
        float: left;
        width: 600px;
        height: auto;
        padding: 10px;
        margin: 10px 0 0 0;
        border: 1px solid #DF6F1D;
    }

    #content .ccell {
        float: left;
        width: 600px;
        padding: 3px;
        margin: 4px 0 0 0;
    }

        #content .ccell a {
            color: #475057;
            text-decoration: none;
        }

            #content .ccell a:hover {
                color: #475057;
                text-decoration: underline;
            }

    #content .ccellImage {
        float: left;
        width: 104px;
        height: 106px;
        padding: 0;
        margin-right: 0px;
        border-style: none;
    }

    #content .ccellText {
        float: left;
        width: 480px;
        margin-top: 5px;
        padding-left: 10px;
    }

        #content .ccellText a {
            color: #475057;
            text-decoration: none;
        }

            #content .ccellText a:hover {
                color: #475057;
                text-decoration: underline;
            }

    #content .ccellTitle {
        float: left;
        width: 455px;
        font-size: 18px;
        font-weight: bold;
        margin: 18px 0 2px 0;
        background-color: #FDEBDA;
        padding: 3px 5px 3px 10px;
        color: #475057;
    }

        #content .ccellTitle a {
            color: #475057;
            text-decoration: none;
        }

            #content .ccellTitle a:hover {
                color: #475057;
                text-decoration: underline;
            }
/*------------Body Content Layout End--------*/
/*-------- Navigation Starts--------- */
.projectslidemenu {
    background-color: #FFFFFF;
    font-size: 10px font-weight: normal;
}

    .projectslidemenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
        /*Top level list items*/
        .projectslidemenu ul li {
            position: relative;
            display: inline;
            float: right;
        }
            /*Top level menu link items style*/
            .projectslidemenu ul li a {
                display: block; /*background of tabs (default state)*/
                color: white;
                text-decoration: none;
                border-left: 1px solid #FFF;
                padding: 7px 10px 8px 10px;
            }

            * html .projectslidemenu ul li a {
                /*IE6 hack to get sub menu links to behave correctly*/
                display: inline-block;
            }

                .projectslidemenu ul li a:link, .projectslidemenu ul li a:visited {
                    color: #FFF;
                }

                .projectslidemenu ul li a:hover {
                    color: #FFF;
                    padding: 7px 10px 7px 10px;
                    background-color: #97251B;
                    z-index: 200;
                }
            /*1st sub level menu*/
            .projectslidemenu ul li ul {
                position: absolute;
                left: 0;
                display: block;
                visibility: hidden;
            }
                /*All subsequent sub menu levels vertical offset after 1st level sub menu */
                .projectslidemenu ul li ul li ul {
                    top: 0;
                }
                /* Sub level menu links style */
                .projectslidemenu ul li ul li a {
                    background-color: #898989;
                    width: 120px;
                    margin: 0;
                    border-bottom: 1px solid #D1D1D1;
                    border-right: 1px solid #D1D1D1;
                    padding: 6px 10px 6px 10px;
                    color: #000;
                }

                    .projectslidemenu ul li ul li a:hover {
                        border-top: 0px;
                        padding: 6px 10px 6px 10px;
                    }
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 11px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}
/*-------- Navigation Ends--------- */
/* new menu*/
ul.menu {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    text-align: left;    
}
    ul.menu li {
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        border-bottom: solid 1px #FFF;
        border-right: 1px solid #FFF;
        color: #FFF;
        cursor: pointer;
        display: inline-block;
        font: bold 12px/14px Arial, Helvetica, sans-serif;
        padding: 10px 20px;
        position: relative;
        transition: all .2s;
        z-index:100
    }
ul.menu li.first{border-left: 1px solid #FFF;
    }
        ul.menu li a {
            color: #fff;
            font: bold 12px/14px Arial, Helvetica, sans-serif;
            text-decoration: none;
        }

        ul.menu li:hover {
            background-color: #97251B;
            color: #fff; 
        }

        ul.menu li ul {
            -moz-transition: opacity .2s;
            -ms-transition: opacity .2s;
            -o-transition: opacity .2s;
            -transition: opacity .2s;
            -webkit-transiton: opacity .2s;
            border-left: solid 1px #FFF;
            border-top: solid 1px #FFF;
            display: none;
            right: -1px;
            opacity: 0;
            padding: 0;
            position: absolute;
            top: 34px;
            visibility: hidden;
            width: 175px;
        }

            ul.menu li ul li {
                background: #555;
                color: #fff;
                display: block;
            }

                ul.menu li ul li:hover {
                    background-color: #97251B;
                }

        ul.menu li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
        }

/*============ Forms Elements =============*/
#fcontent {
    float: left;
    width: 97%;
    min-width: 970px;
    height: auto;
    padding: 10px 2% 10px 1%;
}

#fcontentDialog {
    float: left;
    width: 540px;
    height: auto;
    padding: 20px;
}

#fcontent ul li {
    list-style-type: square;
    line-height: 15px;
    margin-bottom: 0px;
}

#tabs ul li {
    list-style-type: none;
    line-height: 15px;
    margin-bottom: 0px;
}

#tabs p {
    color: white;
}

#fcontent ol li {
    line-height: 18px;
    margin-bottom: 0px;
}

.fieldset {
    float: left;
    text-align: left;
    height: auto !important;
    width: 100%;
    background-color: #F4F5F7;
    border: 1px solid #D1D6D6;
    padding: 5px;
    margin-bottom: 5px;
}

.fieldsetTable {
    float: left;
    text-align: left;
    height: 100px;
    width: 100%;
    background-color: #E5E5E5;
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
}

.rowCell {
    width: 100%;
    float: left;
    height: auto;
    margin: 3px 0 3px 0;
}

.labelBox {
    float: left;
    width: 650px;
    height: 300px;
    border: 1px solid #990;
}

.buttonBox {
    float: right;
    width: 220px;
    height: 300px;
    border: 1px solid #990;
}

.label {
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: 11px;
}

.rowCell a:link, .rowCell a:active, .rowCell a:visited {
    text-decoration: none;
    color: #475057;
}

.rowCell a:hover {
    text-decoration: underline;
    color: #475057;
}

.textField_single {
    width: auto;
    background-color: #FFF;
    border: 1px solid #666;
    height: 22px;
    line-height: 22px;
    padding: 1px;
}

.textField_multi {
    width: 400px;
    background-color: #FFF;
    border: 1px solid #666;
    height: auto;
    padding: 1px;
}

#select {
    background-color: #FFF;
    border: 1px solid #666;
    height: 20px;
    line-height: 20px;
    width: 220px;
}

input {
    color: #000000;
    margin: 0px;
    padding: 0px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    resize: none;
    width: 90%;
    height: 45px;
}

.text-box {
    width: 90%;
}

.answ {
    display: inline;
    float: left;
    width: auto;
    margin: 0 0 0 8px;
}

.answRisk {
    display: inline;
    float: left;
    min-width: 65%;
    width: auto;
    margin: 0 0 0 8px;
}

.btnCellRisk {
    float: right;
    margin-left: 10px;
    width: 150px;
    padding: 0px;
}

.asterix {
    color: #FF0000;
}

.required {
    text-align: right;
    font-size: 11px;
}

.btnCell {
    float: left;
    margin-left: 10px;
    width: 200px;
    padding: 0px;
}

.btn_clear {
    margin: 0 0 10px 0;
}

.sbtButtonBox {
    float: right;
    text-align: right;
    height: auto !important;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btnAddBox {
    float: right;
    width: auto;
    margin-right: -10px;
}

.colLeft {
    float: left;
    width: 320px;
    height: auto;
    margin-right: 10px;
}

.colMiddle {
    float: left;
    width: 310px;
    height: auto;
    margin-right: 10px;
}

.colRight {
    float: left;
    width: 310px;
    height: auto;
}

.actionCol {
    width: 90px;
}
/*------------Button Section Start--------*/
.formbutton {
    cursor: pointer;
    color: #FFF;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    border: 1px solid #0D287B;
    background-color: #09C;
}

    .formbutton:hover {
        cursor: pointer;
        color: #FFF;
        padding: 4px 10px 4px 10px;
        border: 1px solid #983232;
        background-color: #C66;
    }

.actionbutton {
    cursor: pointer;
    color: #FFF;
    padding: 1px 5px 1px 5px;
    border: 1px solid #484891;
    background-color: #8080C0;
    margin: 0 3px 0 0;
    font-size: 10px;
}

    .actionbutton:hover {
        cursor: pointer;
        color: #FFF;
        padding: 1px 5px 1px 5px;
        border: 1px solid #983232;
        background-color: #C66;
    }
/*------------LogBox -------------*/
#loginBox {
    text-align: right;
    padding-right: 5px;
    font-size: 11px;
    font-weight: bold;
}
/*------------Master Display Table Start----------*/
.displayTableWrap {
    float: left;
    width: 100%;
}

table.displayTable {
    float: left;
    width: 100%;
    border: 1px solid #0D287B;
    border-collapse: collapse;
    background-color: #FFF;
}

    table.displayTable th {
        background-color: #0D287B;
        text-align: left;
        color: #FFFFFF;
        padding: 2px 0 2px 4px;
    }

    table.displayTable tr.even td {
        color: #000;
        background-color: #EDEEF0;
    }

    table.displayTable td {
        border: 1px solid #6CF;
        padding: 3px;
    }

    table.displayTable th a:link, a:visited {
        color: #FFFFFF;
    }

    table.displayTable td a:link, table.displayTable td a:visited, table.displayTable td a:active {
        display: block;
        color: #475057;
        text-decoration: underline;
    }

    table.displayTable td a:hover {
        color: #475057;
    }
/*------------Master Display Table End----------*/
/*------------Master Data Table Start----------*/
table.dataTable {
    float: left;
    width: 100%;
    border: 1px solid #6CF;
    border-collapse: collapse;
    background-color: #FFF;
}

    table.dataTable th {
        text-align: left;
        color: #000;
        padding: 2px 0 2px 4px;
        background-color: #6CF;
    }

        table.dataTable th a:link, a:visited {
            color: #000;
        }

    table.dataTable tr.even td {
        color: #000;
        background-color: #EDEEF0;
    }

    table.dataTable td {
        border: 1px solid #6CF;
        padding: 3px;
    }
    /*-------Row Hover effect-------*/
    table.dataTable tr:hover th[scope=row], table.dataTable tr:hover td {
        background-color: #B9E9FF;
        color: #475057;
    }

    table.dataTable td a:link, table.dataTable a:visited, table.dataTable a:active {
        /*display: block;*/
        color: #475057;
        text-decoration: underline;
    }

    table.dataTable td a:hover {
        color: #475057;
        background-color: #FDEBDA;
    }

th.medcollheading {
    background-color: #E4711E;
    color: #FFF;
    width: 90%;
    padding: 3px;
}
/*------------Master Data Table End----------*/
/* ----------- Scroll Table Style ------------------*/
table.tbscroll {
    width: 100%;
    border-collapse: collapse;
}

    table.tbscroll thead {
        width: 100%;
    }

        table.tbscroll thead th {
            background-color: #0D287B;
            border: 1px solid #FFF;
            padding: 3px;
            color: #FFF;
            text-align: left;
        }

    table.tbscroll tbody {
        width: 100%;
    }

    table.tbscroll tr td {
        text-align: left;
        background-color: #FFF;
        color: #000;
        border: 1px solid #0D287B;
        padding: 3px;
    }

    table.tbscroll tbody tr.alt td {
        background-color: #E4ECF7;
    }

    table.tbscroll tr.over td, table.tbscroll tbody tr.alt.over td {
        background-color: #BCD4EC;
        color: #000;
    }

    table.tbscroll a {
        color: #2A4A73;
        text-decoration: underline;
    }

        table.tbscroll a:hover {
            text-decoration: none;
        }
/*------------Footer Layout Start Here ----------*/
.footer {
    width: 100%;
    min-width: 1010px;
    margin: 0px;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    position: relative;
    bottom: 0px;
}

.footerLogo {
    float: right;
    background-image: url(images/footer/drisklogo.ico);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 45px;
    width: 45px;
}

.footer p {
    color: #FFF;
    margin: 0 auto 0 auto;
    font-size: 11px;
}

.footer a:link, .footer a:visited, .footer a:active {
    color: #4FFF;
    text-decoration: none;
}

.footer a:hover {
    color: #FFF;
    text-decoration: underline;
}
/*------------Footer Layout End ----------*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* tables */
table.tablesorter thead tr .header {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}


/* Accord Table view items */
.ControlTestTable {
    display: block;
    border: none;
    border-style: solid;
    border-color: #6CF;
    border-width: 1px;
    background-color: #d1d6d6;
    margin: 2px 10px 0 30px;
}

.ControlTestHeader {
    display: block;
    margin: 1px 1px 1px 1px;
    border: inherit;
    font-weight: bold;
    background-color: #6CF;
}

.ControlTestBody {
    display: block;
    margin: 1px 1px 1px 1px;
    border: inherit;
    background-color: white;
}

.ControlName {
    width: 15%;
    height: auto;
    display: inline-block;
    margin: 0 3px 0 0;
}

.ControlDescription {
    height: auto;
    display: inline-block;
    width: 35%;
    margin: 0 3px 0 0;
}

.Response {
    height: auto;
    display: inline-block;
    width: 10%;
    text-align: center;
    margin: 0 3px 0 0;
}

.Evidence {
    height: auto;
    display: inline-block;
    width: 23%;
    margin: 0 3px 0 0;
}

.DateAnswered {
    height: auto;
    display: inline-block;
    width: 15%;
    margin: 0 0 0 3px;
}

 .progressbar {
  width:300px;
  height:21px;
}
.progressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
   /* height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}