﻿/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

header {
    border-bottom: 1px solid #F0F0F0;
}

#logo {
    background: url(Images/logo.png) no-repeat;
    width: 261px;
    height: 120px;
}

#login {
    float: left;
    right: 380px;
    position: absolute;
    top: 10px;
}

footer {
  position: fixed;
    bottom: 0px;
    height: 35px;
    width: 100%;
    text-align: center;
    background-color: #F7F7F7;
    border-top: 1px solid #F0F0F0;
}

textarea {
    width: 600px;
    /*height: 1px;*/
    border: 2px solid #cccccc;
    padding: 5px;
}

h2 {
    color: #EC1C24;
}

.content-body {
    overflow:auto;
    padding-bottom: 35px;
}
/*-------------------------------- GENERAL --------------------------------*/
body {
    background: white;
    color: #777;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    min-width: 960px;
    

}

h1, h2, h3, h4, h5, h6, .dropcap {
    color: #669ec1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

hr {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

a {
    color: #669ec1;
    text-decoration: none;
    text-decoration: underline;
}

    a:hover {
        color: #414141;
        text-decoration: none;
        text-decoration: underline;
    }

    a.ButtonLink {
        font-size: 20px;
        color: #669ec1;
        text-decoration: none;
    }

    a.ModifyAmendButton {
        font-size: 17px;
        color: #669ec1;
        text-decoration: none;
        margin-left: 10px;
    }

#uploadButton {
    font-size: 20px;
}

h3.problem-resolved {
    background-color: #f5eae8;
}

h3.Pending {
    background-color: #FFFFCC;
    width: 99%;
}

div.Pending {
    background-color: #FFFFCC;
}

h3.Problem {
    background-color: #f5eae8;
    width: 99%;
}

div.Problem {
    background-color: #f5eae8;
}

h3.Checked {
    background-color: #f2ffed;
    width: 99%;
}

div.Checked {
    background-color: #f2ffed;
}

h3.conditions {
    background-color: #f2ffed;
    width: 99%;
}

div.conditions {
    background-color: #f2ffed;
}


/* menu
----------------------------------------------------------*/
#menu {
    float: left;
    right: 380px;
    position: absolute;
    top: 70px;
}

    #menu li {
        display: inline;
        float: left;
        margin: 0;
    }

        #menu li a {
            float: left;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            /*padding-top: 12px;*/
            text-decoration: none;
            position: relative;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
        }

#menu li a:hover {
    background-color: #87C3E8;
	border-bottom: 1px solid #669ec1;
}

.assessmentMenu {
    float: right;
    right: 50px;
}

    .assessmentMenu li {
        display: inline;
        float: left;
        margin: 0;
    }

        .assessmentMenu li a {
            float: left;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            /*padding-top: 12px;*/
            text-decoration: none;
            position: relative;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 2.5;
        }

            .assessmentMenu li a:hover {
                color: #669ec1;
            }

.taskMenu {
    right: 50px;
    text-align: right;
    padding-bottom: 15px;
}

    .taskMenu li {
        display: inline;
        background-color: #7EB1D0;
        border: 1px solid #666;
        color: black;
        border-top: 0;
        border-radius: 0 0 5px 5px;
        height: 18px;
    }

        .taskMenu li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: #000000;
            padding-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 12px;
            text-decoration: none;
        }

            .taskMenu li a:hover {
                color: #669ec1;
            }

.problemPdf-container {
    float: left;
    /*width: 20%;*/
}

.documentChecked {
    text-decoration: underline;
}

.problemChecklist-container {
    float: left;
    width: 75%;
}


h3 a {
    border: 0 none;
    text-decoration: none;
}

legend {
    background-color: #060C56;
    color: #FFF;
    font-weight: bold;
    padding: 0.3em;
}

fieldset {
    border: 0px solid #7F9DB9;
    /*margin: 1px auto;
    padding: 15px;*/
    width: 99%;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #777;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
}

    input[type=text]:focus, input[type=password]:focus, input.title:focus, input.text:focus, textarea:focus, select:focus {
        -moz-box-shadow: 0 0 3px #dadada;
        -webkit-box-shadow: 0 0 3px #dadada;
        border-color: #CCC;
        box-shadow: 0 0px 3px #dadada;
        outline: none;
    }

input[type=text], input[type=password], input.title, input.text, textarea, select {
    margin: 6px 0;
}

input[type='submit']:hover {
    cursor: pointer;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    width: 100%;
}

    table.grid tr.over {
        background: #bce4dc;
        z-index: 1;
    }

tr.gridrow_alternate td {
    background: #ecf6fc;
}

div.RequestCancel {
    background-image: url(icons/Fall.png);
}

th {
    background-color: #7dafcd;
    color: white;
    font: inherit;
    font-size: 100%;
    padding: .6em .3em;
    text-align: left;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
    text-align: left;
    /*border-bottom: 1px solid #95bce2;*/
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/* -----------------------------------
PDFs
----------------------------------- */

ul.pdfs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.pdfs li {
        background-image: url(~/Content/Icons/pdf.jpg);
        background-position: 0 50%;
        background-repeat: no-repeat;
        padding: 10px 40px;
    }

.icon16 {
    display: block;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}

.pdf {
    background-image: url(Icons/pdf.gif);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.ReportSent {
    background-image: url(Icons/Problem.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.ReAssessing {
     background-image: url(Icons/Trackback.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

/* -----------------------------------
Application 
----------------------------------- */

div#Applications td .pending {
    background-image: url(~/Content/Icons/Hourglass.png);
}

div#Applications tr.Pending {
    background-color: #f5eae8;
}

div#Applications td .lodged {
    background-image: url(~/Content/Icons/Load.png);
}

div#Applications tr.Lodged {
    background-color: #f2ffed;
}

div#Applications td .cancelled {
    background-image: url(~/Content/Icons/cancelled16.png);
}

div#Applications tr.cancelled {
    background: #f5eae8;
    text-decoration: line-through;
}

ul#DocumentsToBeCertified li.pdfRequired {
    color: #ff0000;
    font-size: 1.2em;
}

#AttachPdf {
    background: url(~/Content/Icons/Down.png) 10px 5px no-repeat;
    height: 30px;
    text-indent: 20px;
    width: 90px;
}

#DetachPdf {
    background: url(~/Content/Icons/Up.png) 10px 5px no-repeat;
    height: 30px;
    text-indent: 20px;
    width: 90px;
}

/* -----------------------------------
Assessment
----------------------------------- */

div#Assessments tr.pending {
    background-color: #FFFFCC;
}

div#Assessments tr.problem {
    background-color: #f5eae8;
}

div#Assessments tr.answered {
    background-color: #f2ffed;
}

div#Assessments tr.approved {
    background-color: #DCEEEF;
}

/* -----------------------------------
Problem Comments
----------------------------------- */

div#ProblemComments td .explanation {
    background-image: url(~/Content/Icons/Question.png);
}

div#ProblemComments td .answer {
    background-image: url(~/Content/Icons/Trackback.png);
}

.problem-resolved {
    text-decoration: line-through;
}

/* -----------------------------------
Nav Tabbing Effects
----------------------------------- */
/*Underlined Style(Header Nav)*/
.tabs-style-underline nav {
    background: #fff;
}

    .tabs-style-underline nav a {
        padding: 0.25em 0 0.5em;
        border-left: 1px solid #e7ecea;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
        position: relative;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.5;
        
    }

    .tabs-style-underline nav li:last-child a {
        border-right: 1px solid #e7ecea;
    }

    .tabs-style-underline nav li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #7EB1D0;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,150%,0);
        transform: translate3d(0,150%,0);
    }

    .tabs-style-underline nav li.tab-current a::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .tabs-style-underline nav a span {
        font-weight: 700;
    }

/*Linebox style(Sub menus)*/
.tabs-style-linebox ul li {
    margin: 0 0.5em;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox a {
    padding: 0 1.5em;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .tabs-style-linebox a:hover,
    .tabs-style-linebox a:focus {
        color: #7EB1D0;
    }

.tabs-style-linebox li.tab-current a {
    color: #fff;
}

.tabs-style-linebox a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linebox a:hover::after,
.tabs-style-linebox a:focus::after,
.tabs-style-linebox li.tab-current a::after {
    background: #7EB1D0;
}

/*Inspection Doc Setup button styles*/
.moveDocBtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

    .moveDocBtn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }

.moveDocBtn_Red {
    background: #f07676;
    background-image: -webkit-linear-gradient(top, #f07676, #ed5f5f);
    background-image: -moz-linear-gradient(top, #f07676, #ed5f5f);
    background-image: -ms-linear-gradient(top, #f07676, #ed5f5f);
    background-image: -o-linear-gradient(top, #f07676, #ed5f5f);
    background-image: linear-gradient(to bottom, #f07676, #ed5f5f);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

    .moveDocBtn_Red:hover {
        background: #f28c8c;
        background-image: -webkit-linear-gradient(top, #f28c8c, #f07676);
        background-image: -moz-linear-gradient(top, #f28c8c, #f07676);
        background-image: -ms-linear-gradient(top, #f28c8c, #f07676);
        background-image: -o-linear-gradient(top, #f28c8c, #f07676);
        background-image: linear-gradient(to bottom, #f28c8c, #f07676);
        text-decoration: none;
    }
/*----------------------------------------------------------------------------*/

/*Grid sorting - headers*/
.sort_asc {
    background-image: url('/Content/Icons/ascending.png');
    background-repeat: no-repeat;
    background-position: 60% 20%; 
    
}

.sort_desc {
    background-image: url('/Content/Icons/descending.png');
    background-repeat: no-repeat;
    background-position: 60% 20%; 
}
/*----------------------------------------------------------------------------*/
