﻿/* DEFAULTS
----------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0px none;
}

a, button {
    text-decoration: none;
    color: #1068af;
    outline: none;
    cursor: pointer;
}

    a:hover, button:hover {
        text-decoration: underline;
    }

body {
    font: 12px/18px "Arial", Helvetica, sans-serif;
    background: #e8e8e8 url(../Images/bg.gif) 0 0 repeat-x;
    color: #666;
}

.wrapper {
    width: 950px;
    margin: 0 auto;
}

/* Header */
.header {
    width: 100%;
    height: 80px;
    float: left;
    clear: both;
}

    .header img {
        float: left;
        margin: 20px 0 13px 12px;
    }

    .header p {
        float: right;
        margin: 0;
        height: 55px;
        padding: 35px 10px 0;
    }

        .header p span {
            padding: 0 10px;
        }

        .header p a {
        }

            .header p a.logout, header p a.login {
                background: url(../Images/log.png) 0 0 no-repeat;
                padding: 2px 0 0 20px;
            }

            .header p a.login {
                background: url(../Images/log.png) 0 bottom no-repeat;
                padding: 2px 0 0 20px;
            }
             .header p a.Admin {
                background: url(../Images/psdicons81.jpg) 0 bottom no-repeat;
                padding: 2px 0 0 20px;
            }

/* Navigation */
.nav {
    height: 40px;
    float: right;
}

    .nav .navContain {
        height: 40px;
        float: left;
    }

    .nav a {
        float: left;
        height: 39px;
        color: white;
        padding: 0 20px;
        margin: 0 8px 0 0;
        font: bold 15px/39px "Century Gothic", Arial, Helvetica, sans-serif;
        background: #97ba38;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
    }

        .nav a.Patient {
            background-image: url(../Images/patient.png);
            background-position: 17px center;
            background-repeat: no-repeat;
            padding-left: 40px;
        }

        .nav a.vacancies {
            background-image: url(../Images/history.png);
            background-position: 17px center;
            background-repeat: no-repeat;
            padding-left: 40px;
        }

        .nav a.examination {
            background-image: url(../Images/examination.png);
            background-position: 17px center;
            background-repeat: no-repeat;
            padding-left: 40px;
        }

        .nav a.reports {
            background-image: url(../Images/admin.png);
            background-position: 17px center;
            background-repeat: no-repeat;
            padding-left: 42px;
        }

        .nav a.probation {
            background-image: url(../Images/ProbationSystem.png);
            background-position: 17px center;
            background-repeat: no-repeat;
            padding-left: 42px;
        }

        .nav a:hover {
            background-color: #0080c2;
            text-decoration: none;
            color: white;
            text-shadow: none;
            filter: none;
        }

        .nav a.active, nav a.active:hover {
            background-color: #1d64ad;
            height: 40px;
            text-shadow: none;
            filter: none;
        }

.subnav {
    width: 100%;
    height: 29px;
    padding: 6px 0 0;
    float: left;
    clear: both;
    color: white;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background: #1d64ad;
    background: -moz-linear-gradient(top, #1d64ad 0%, #17529b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d64ad), color-stop(100%,#17529b));
    background: -webkit-linear-gradient(top, #1d64ad 0%,#17529b 100%);
    background: -o-linear-gradient(top, #1d64ad 0%,#17529b 100%);
    background: -ms-linear-gradient(top, #1d64ad 0%,#17529b 100%);
    background: linear-gradient(to bottom, #1d64ad 0%,#17529b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d64ad', endColorstr='#17529b',GradientType=0 );
}

    .subnav .path {
        float: left;
        padding: 3px 0 0 10px;
        margin: 0;
        width: auto;
        color: #5385bc;
    }

        .subnav .path a, .subnav .path span {
            padding: 0 2px;
            margin: 0 2px;
            color: white;
        }

        .subnav .path span {
            color: #82a4df;
        }

        .subnav .path a.home {
            text-indent: -9999px;
            background: url(../Images/home-icon.png) center center no-repeat;
            float: left;
            width: 16px;
            height: 15px;
        }

    .subnav .links {
        float: right;
        padding: 0;
        margin: 0;
        width: auto;
    }

        .subnav .links a {
            padding: 0 12px;
            margin: 0 6px 0 0;
            line-height: 29px;
            float: left;
            color: white;
            font-weight: bold;
            text-decoration: none;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            text-shadow: 1px 1px 0px #0060b3;
            filter: dropshadow(color=#0060b3, offx=1, offy=1);
            background: #0080c2;
        }

            .subnav .links a:hover {
                 background:#b6ca70;
         text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
            }

             .subnav .links2 {
        float: right;
        padding: 0;
        margin: 0;
        width: auto;
    }

        .subnav .links2 a {
            padding: 0 12px;
            margin: 0 6px 0 0;
            line-height: 29px;
            float: left;
            color: white;
            font-weight: bold;
            text-decoration: none;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
            text-shadow: 1px 1px 0px #0060b3;
            filter: dropshadow(color=#0060b3, offx=1, offy=1);
            background: #888;
        }

            /*.subnav .links2 a:hover {
                 background:#b6ca70;
         text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
            }*/

    .subnav a.active, .subnav a.active:hover {
        color: white;
        background:#97ba38;
         text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
    }
/*extra view*/

.container2 {
    float: left;
    background: white;
    width: 1140px;
    /*margin: 600px 0px 25px 0px;*/
     margin: 0 0 25px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 1px 1px 3px 3px #888;
    -moz-box-shadow: 0px 1px 3px 0px #888;
    box-shadow: 1px 1px 3px 3px #888;
        margin-left:430px;
}

    .container2 .contain2 {
        clear: both;
        float: left;
        width: 97%;
        padding: 1.5%;
    }

        .container2 .contain2 .stretchWide {
            clear: both;
            width: 97%;
            padding: 1% 1.5%;
        }
         .container2 .two-columns {
        clear: both;
        float: left;
        width: 100%;
    }

        .container2 .two-columns .column {
            padding: 2.5% 1.5%;
            float: left;
            width: 47%;
        }

    .container2 .icon .first img {
        margin-bottom: 25px;
    }

    .container2 .icon .first p.btn {
        text-align: center;
    }

        .container2 .icon .first p.btn a {
            float: none;
        }

    .container2 .icon .first {
        width: 22%;
        padding: 2.5% 1.5%;
        text-align: center;
    }

    .container2 .icon .second {
        width: 71%;
        padding: 2.5% 1.5%;
    }

    .container2 .three-columns {
        clear: both;
        float: left;
        width: 100%;
    }

        .container2 .three-columns .column {
            padding: 1.5%;
            float: left;
            width: 30%;
        }
/* Main Content Area */

.container {
    float: left;
    background: white;
    width: 100%;
    margin: 0 0 25px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 1px 3px 0px #888;
    -moz-box-shadow: 0px 1px 3px 0px #888;
    box-shadow: 0px 1px 3px 0px #888;
}

    .container .contain {
        clear: both;
        float: left;
        width: 97%;
        padding: 1.5%;
    }

        .container .contain .stretchWide {
            clear: both;
            width: 97%;
            padding: 1% 1.5%;
        }

    .container .two-columns {
        clear: both;
        float: left;
        width: 100%;
    }

        .container .two-columns .column {
            padding: 2.5% 1.5%;
            float: left;
            width: 47%;
        }

    .container .icon .first img {
        margin-bottom: 25px;
    }

    .container .icon .first p.btn {
        text-align: center;
    }

        .container .icon .first p.btn a {
            float: none;
        }

    .container .icon .first {
        width: 22%;
        padding: 2.5% 1.5%;
        text-align: center;
    }

    .container .icon .second {
        width: 71%;
        padding: 2.5% 1.5%;
    }

    .container .three-columns {
        clear: both;
        float: left;
        width: 100%;
    }

        .container .three-columns .column {
            padding: 1.5%;
            float: left;
            width: 30%;
        }

/* Font Styles  */

h1 {
    color: #333;
    font: bold 22px/26px "Century Gothic", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}

    h1 span {
        color: #0080c2;
        font-size: 15px;
        line-height: 19px;
        display: block;
    }

h2 {
    color: #333;
    font: bold 19px/23px "Century Gothic", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
}

em {
    font-style: normal;
    font-weight: bold;
}

.ruler {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin: 5px 0 15px;
    clear: both;
}

button {
    font-weight: bold;
    font-family: "Arial", Helvetica, sans-serif;
    background: none;
    padding: 0;
}

p.btn {
    padding-top: 15px;
    clear: left;
}

    p.btn a {
        margin-right: 15px;
    }

    p.btn23 {
    padding-top: 15px;
    clear: left;
}

    p.btn23 a {
        margin-right: 15px;
    }

p.centered {
    text-align: center;
}

/* Dashboards */
ul.dash {
    float: left;
    width: 100%;
    clear: both;
    background: url(../Image/pixel.png) center 0 repeat-y;
}

    ul.dash li {
        float: left;
        width: 45%;
        padding: 2.5%;
    }

        ul.dash li.ruler {
            float: left;
            clear: both;
            width: 100%;
            height: 1px;
            margin: 0;
            border-bottom: 1px solid #ccc;
            padding: 0;
        }
        ul.dash li.ruler1 {
            float:left;
            clear: both;
            width: 100%;
            height: 1px;
            margin: 0;
            
            border-bottom: 1px solid #ccc;
            padding: 0;
        }


        ul.dash li .icon {
            float: left;
            width: 30%;
        }

        ul.dash li .info {
            float: left;
            width: 70%;
        }

            ul.dash li .info p {
                margin: 0 10px 20px 0;
            }

            ul.dash li .info .btn {
                float: left;
                margin: 0 10px 12px 0;
            }

                ul.dash li .info .btn a, p.btn a, .formPagination a, input.btn {
                    float: left;
                    padding: 7px 12px;
                    color: white;
                    font: bold 12px/12px "Arial", Helvetica, sans-serif;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    background: #008dc8;
                    background: -moz-linear-gradient(top, #008dc8 0%, #0074bc 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008dc8), color-stop(100%,#0074bc));
                    background: -webkit-linear-gradient(top, #008dc8 0%,#0074bc 100%);
                    background: -o-linear-gradient(top, #008dc8 0%,#0074bc 100%);
                    background: -ms-linear-gradient(top, #008dc8 0%,#0074bc 100%);
                    background: linear-gradient(to bottom, #008dc8 0%,#0074bc 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dc8', endColorstr='#0074bc',GradientType=0 );
                    -webkit-box-shadow: 1px 1px 1px 0px #ccc;
                    -moz-box-shadow: 1px 1px 1px 0px #ccc;
                    box-shadow: 1px 1px 1px 0px #ccc;
                }

                    ul.dash li .info .btn a:hover, p.btn a:hover, .formPagination a:hover, input.btn:hover {
                        text-decoration: none;
                        filter: none;
                        background: #1d64ad;
                        background: -moz-linear-gradient(top, #1d64ad 0%, #17529b 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d64ad), color-stop(100%,#17529b));
                        background: -webkit-linear-gradient(top, #1d64ad 0%,#17529b 100%);
                        background: -o-linear-gradient(top, #1d64ad 0%,#17529b 100%);
                        background: -ms-linear-gradient(top, #1d64ad 0%,#17529b 100%);
                        background: linear-gradient(to bottom, #1d64ad 0%,#17529b 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d64ad', endColorstr='#17529b',GradientType=0 );
                    }

/* Tables */
.listing table {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    font: 11px/14px "Arial", Helvetica, sans-serif;
    border: 1px solid #ccc;
    border-bottom: 0;
}

    .listing table thead th {
        text-align: left;
        padding: 10px;
        color: #333;
        font-size: 11px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid white;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    }

        .listing table thead th:last-child {
            border-right: 0;
        }

    .listing table th span {
        float: right;
    }

    .listing table form {
        display: inline;
    }

    .listing table td span.neg {
        padding-left: 18px;
        background: url(../Images/arrow-down.gif) 0 center no-repeat;
    }

    .listing table td span.pos {
        padding-left: 18px;
        background: url(../Images/arrow-up.gif) 0 center no-repeat;
    }

    .listing table tbody th {
        text-align: left;
        padding: 10px;
        font-weight: normal;
        background: #eee;
        border-bottom: 1px solid #ccc;
    }

        .listing table tbody th a, table tbody th input.btn {
            text-align: center;
            margin: 0 4px;
            padding: 3px 6px;
            color: #333;
            font: 700 12px/12px "Arial", Helvetica, sans-serif;
            border: 1px solid #bbb;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
            background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 1px 1px 1px 0px #ccc;
            -moz-box-shadow: 1px 1px 1px 0px #ccc;
            box-shadow: 1px 1px 1px 0px #ccc;
        }

            .listing table tbody th a:hover, table tbody th input.btn:hover {
                cursor: pointer;
                background: #333;
                color: white;
                border-color: #333;
                text-decoration: none;
            }

        .listing table tbody th select {
            min-width: 60px;
            width: auto;
            padding: 4px 6px;
            margin: 0;
            background: white;
        }

        .listing table tbody th input {
            float: left;
            width: auto;
            padding: 4px 6px;
            margin: 0;
            background: white;
        }

            .listing table tbody th input.btn {
                height: 25px;
                margin: 0 4px;
            }

    .listing table.details {
        border: 0;
        font-size: 12px;
    }

        .listing table.details thead th {
            padding: 0 0 10px 0;
            background: white;
            border: 0;
            border-bottom: 1px dotted #ccc;
            color: #333;
            font: bold 16px/20px "Century Gothic", Arial, Helvetica, sans-serif;
        }

        .listing table.details td {
            padding: 6px 0;
            border-bottom: 1px dotted #bbb;
            min-width: 200px;
        }

            .listing table.details td:first-child {
                color: #333;
            }

.viewtable table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.candidate table {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    font: 11px/14px "Arial", Helvetica, sans-serif;
    border: 1px solid #ccc;
    border-bottom: 0;
}

    .candidate table thead th {
        text-align: left;
        padding: 5px;
        color: #333;
        font-size: 11px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid white;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    }

        .candidate table thead th:last-child {
            border-right: 0;
        }

    .candidate table th span {
        float: right;
    }

    .candidate table td span.neg {
        padding-left: 18px;
        background: url(../Images/arrow-down.gif) 0 center no-repeat;
    }

    .candidate table td span.pos {
        padding-left: 18px;
        background: url(../Images/arrow-up.gif) 0 center no-repeat;
    }

    .candidate table tbody th {
        text-align: left;
        padding: 10px;
        font-weight: normal;
        background: #eee;
        border-bottom: 1px solid #ccc;
    }

        .candidate table tbody th a, table tbody th input.btn {
            text-align: center;
            margin: 0 4px;
            padding: 3px 6px;
            color: #333;
            font: 700 12px/12px "Arial", Helvetica, sans-serif;
            border: 1px solid #bbb;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
            background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
            -webkit-box-shadow: 1px 1px 1px 0px #ccc;
            -moz-box-shadow: 1px 1px 1px 0px #ccc;
            box-shadow: 1px 1px 1px 0px #ccc;
        }

            .candidate table tbody th a:hover, table tbody th input.btn:hover {
                cursor: pointer;
                background: #333;
                color: white;
                border-color: #333;
                text-decoration: none;
            }

        .candidate table tbody th select {
            min-width: 60px;
            width: auto;
            padding: 4px 6px;
            margin: 0;
            background: white;
        }

        .candidate table tbody th input {
            float: left;
            width: auto;
            padding: 4px 6px;
            margin: 0;
            background: white;
        }

            .candidate table tbody th input.btn {
                height: 25px;
                margin: 0 4px;
            }

    .candidate table.details {
        border: 0;
        font-size: 12px;
    }

        .candidate table.details thead th {
            padding: 0 0 10px 0;
            background: white;
            border: 0;
            border-bottom: 1px dotted #ccc;
            color: #333;
            font: bold 16px/20px "Century Gothic", Arial, Helvetica, sans-serif;
        }

        .candidate table.details td {
            padding: 6px 0;
            border-bottom: 1px dotted #bbb;
            min-width: 200px;
        }

            .candidate table.details td:first-child {
                color: #333;
            }

/* Forms */
form {
    font: 12px/18px "Arial", Helvetica, sans-serif;
}

    form label {
        font-weight: bold;
        color: #333;
        margin-bottom: 2px;
    }

input, select, textarea {
    padding: 8px;
    background: #f1f1f1;
    outline: none;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    margin: 0 0 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px 0px #dddddd;
    -moz-box-shadow: inset 1px 1px 2px 0px #dddddd;
    box-shadow: inset 1px 1px 2px 0px #dddddd;
}

    input.date {
        background-image: url(../Images/date.png);
        background-position: 97% center;
        background-repeat: no-repeat;
    }

.checkbox, .radio {
    margin: 0 0 15px 0;
    width: 100%;
}

    .checkbox input, .radio input {
        outline: 0;
        border: 0;
        padding: 0;
        width: auto;
        background: none;
        margin: 0 5px 0 0;
    }

input:focus, select:focus, textarea:focus {
    border: 1px solid #333;
}

.placeholder, ::-webkit-input-placeholder, :-moz-placeholder {
    color: #aaa;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.success, .error {
    background: #dcf3c7 url(../Images/success.png) 15px center no-repeat;
    color: #336801;
    padding: 10px 15px 10px 50px;
    border: 1px solid #a6d877;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 15px;
}

.error {
    background: #fbd5d5 url(../Images/error.png) 15px center no-repeat;
    color: #8d0d0d;
    border-color: #f3abab;
}

.formPagination {
    width: 97%;
    clear: both;
    padding: 0 1.5%;
    text-align: center;
    color: #333;
    font: bold 16px/16px "Century Gothic", Arial, Helvetica, sans-serif;
}

    .formPagination a {
        font: bold 15px/16px "Century Gothic", Arial, Helvetica, sans-serif;
        padding: 8px 15px;
        margin: 0 0 10px;
    }

        .formPagination a.back {
            float: left;
        }

            .formPagination a.back img {
                float: left;
                margin: 2px 10px 0 0;
            }

        .formPagination a.next {
            float: right;
            width: auto;
        }

            .formPagination a.next img {
                float: right;
                margin: 2px 0 0 10px;
            }

/* Footer  */
footer {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    padding: 0 0 50px;
}

    footer p {
        text-align: center;
        font-size: 11px;
        line-height: 16px;
        color: #888;
    }

        footer p a {
            color: #888;
        }

/* Login  */
body.login .wrapper {
    width: 300px;
}

body.login header {
    text-align: center;
    height: auto;
    padding: 0;
}

    body.login header img {
        float: none;
        margin: 25px 0;
    }

body.login .container {
    width: 90%;
    padding: 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    body.login .container .contain {
        padding: 0;
    }

    body.login .container form {
    }

    body.login .container p {
        clear: both;
        display: block;
        padding: 15px 0 0;
        margin: 0;
    }

/* Filter Results */
dl.filter {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px;
}

    dl.filter p {
        margin: 0;
    }

    dl.filter dt {
        width: 30%;
        float: left;
        padding: 14px 0 0;
    }

    dl.filter dd {
        width: 70%;
        text-align: center;
        padding: 10px 0;
        float: left;
        background: #e8e8e8;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        dl.filter dd em {
            color: #333;
            padding-right: 10px;
            font-size: 13px;
        }

        dl.filter dd select {
            min-width: 75px;
            width: auto;
            padding: 4px 6px;
            margin: 0 0 0 5px;
            border-color: #aaa;
            background: white;
        }

div.filter {
    width: 96%;
    text-align: left;
    clear: both;
    padding: 10px 2%;
    margin: 0 0 20px;
    background: #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    div.filter em {
        color: #333;
        padding-right: 10px;
        font-size: 13px;
        float: left;
    }

    div.filter select {
        min-width: 75px;
        width: auto;
        padding: 4px 6px;
        margin: 0 0 0 5px;
        border-color: #aaa;
        background: white;
    }


/*Btn Buttons*/

/*input.btn {
    padding: 7px 12px;
    color: #478fbe;
    font: bold 14px/14px "Arial";
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #0e4e96;
    background: -moz-linear-gradient(top, #0e4e96 0%, #0e4e96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e4e96), color-stop(100%,#0e4e96));
    background: -webkit-linear-gradient(top, #0e4e96 0%,#0e4e96 100%);
    background: -o-linear-gradient(top, #0e4e96 0%,#0e4e96 100%);
    background: -ms-linear-gradient(top, #0e4e96 0%,#0e4e96 100%);
    background: linear-gradient(to bottom, #0e4e96 0%,#0e4e96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4e96', endColorstr='#0e4e96',GradientType=0 );
    -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
}
    input.btn:hover {
        text-decoration: none;
        filter: none;
        background: #7fd0ff;
        background: -moz-linear-gradient(top, #7fd0ff 0%, #92d14f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fd0ff), color-stop(100%,#7fd0ff));
        background: -webkit-linear-gradient(top, #7fd0ff 0%,#7fd0ff 100%);
        background: -o-linear-gradient(top, #7fd0ff 0%,#7fd0ff 100%);
        background: -ms-linear-gradient(top, #7fd0ff 0%,#7fd0ff 100%);
        background: linear-gradient(to bottom, #7fd0ff 0%,#7fd0ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd0ff', endColorstr='#7fd0ff',GradientType=0 );
        cursor: pointer;
    }*/

input.btn {
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: #1695d6;
}

    input.btn:hover {
        text-decoration: none;
        filter: none;
        background: #1d64ad;
        cursor: pointer;
    }
    input.btn3 {
    padding: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: #1695d6;
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
}

    input.btn3:hover {
        text-decoration: none;
        filter: none;
        background: #1d64ad;
        cursor: pointer;
       
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
    }
    input.btn2 {
    padding: 8px;
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    height:30px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    background:#888;
         text-shadow:  1px 1px 0px #0060b3;
        filter: dropshadow(color=#73a224, offx=1, offy=1);

         -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
}

    input.btn2:hover {
        text-decoration: none;
       -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        filter: none;
       color: white;
        background:#888;
         text-shadow: 1px 1px 0px #0060b3;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
        cursor: pointer;

         -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
    }

    input.Dischargebtn {
   padding: 10px;
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background:#97ba38;
         text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);

            -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
         
}

    input.Dischargebtn:hover {
       text-decoration: none;
       -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
        filter: none;
       color: white;
        background:#b6ca70;
         text-shadow: 1px 1px 0px #73a224;
        filter: dropshadow(color=#73a224, offx=1, offy=1);
        cursor: pointer;

            -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

      -webkit-box-shadow: 1px 1px 1px 0px #ccc;
    -moz-box-shadow: 1px 1px 1px 0px #ccc;
    box-shadow: 1px 1px 1px 0px #ccc;
    }

/* Radio Buttons*/
.RadioButtonWidth input, select, textarea {
    padding: 0px;
    background: none;
    outline: none;
    border: 0px solid #ccc;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    margin: 0 0 0px;
    -webkit-border-radius: none;
    -moz-border-radius: 2px;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.RadioButtonWidth label {
    display: inline;
    padding-left: 5px;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    margin: 0 0 0px;
}

.RadioButtonWidth td {
    text-align: left;
    padding-left: 5px;
    vertical-align: bottom;
}

.Normal {
    COLOR: #000000;
    font: 12px/12px "Arial", Helvetica, sans-serif;
}

.TextboxClass {
    height: 15px;
    padding: 8px;
    background: #f1f1f1;
    outline: none;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    width: 200px;
    resize: none;
    
    
}
.TextboxClass2 {
    height: 15px;
    padding: 8px;
    background: #f1f1f1;
    outline: none;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    width: 200px;
    resize:vertical;
  

}

.AddRow {
    height: 20px;
    padding: 0px 0px 0px 2px;
    background: #ffffff;
    outline: none;
    margin-bottom: 0px;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    width: 150px;
}

.AddRowMultitline {
    padding: 2px;
    background: #ffffff;
    outline: none;
    margin-bottom: 0px;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
}

.AddRowregretlist {
    height: 20px;
    padding: 0px;
    background: #ffffff;
    outline: none;
    margin-bottom: 0px;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    min-width: 80px;
}

.AddRowempnt {
    height: 20px;
    padding: 0px;
    background: #ffffff;
    outline: none;
    margin-bottom: 0px;
    border: 1px solid black;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    width: 80px;
}

.Normalerror {
    COLOR: red;
    font: 12px/12px "Arial", Helvetica, sans-serif;
}

.ViewOnly {
    font: 12px/18px "Arial", Helvetica, sans-serif;
    color: #333;
}

.Signature {
    font: 12px/18px "Arial", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    background: #f1f1f1;
}

.BlueImagebutton {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.js .jshidden {
    display: none;
}

.RadiobuttonTable input, select, textarea {
    padding: 8px;
    background: #f1f1f1;
    outline: none;
    border: 0px solid #ccc;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    margin: 0 0 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 2px 0px #dddddd;
    -moz-box-shadow: inset 1px 1px 2px 0px #dddddd;
    box-shadow: inset 1px 1px 2px 0px #dddddd;
}

.profileTable {
}

    .profileTable td {
        padding-bottom: 10px;
        color: Black;
        padding-left: 5px;
    }

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalPopup {
    background:grey;
}


.confirmationbox {
    position: absolute;
    top: 407px;
    left: 478px;
    background-color: #fff;
    border: 1px solid black;
    padding: 10px;
    display: block;
    text-align: left;
}

.DeleteImage {
    background-color: white;
    border: none;
    border-left: none;
    border-top: none;
    padding: 0px;
}

.Qcheckbox input, select, textarea {
    padding: 0px;
    border: none;
    margin: 0 0 0px;
    background-color: white;
}

.checkboxclass {
    padding: 0px;
    background: red;
    outline: none;
    border: 0px solid #ccc;
    font: 12px/12px "Arial", Helvetica, sans-serif;
    margin: 0 0 0px;
    -webkit-border-radius: none;
    -moz-border-radius: 0px;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.candidates {
    background-color: #cccccc;
}

.divFileUpload {
    border: 1px solid black;
    height: 30px;
    width: 180px;
    background-color: transparent;
    padding: 0px;
}

    .divFileUpload input {
        border: 0px solid black;
    }

/*Btn Button*/

input.historybtnst {
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: #1695d6;
}

    input.historybtnst:hover {
        text-decoration: none;
        filter: none;
        background: #1d64ad;
        cursor: pointer;
    }

input.historybtn {
    padding: 10px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: #1d64ad;
}

    input.historybtn:hover {
        text-decoration: none;
        filter: none;
        background: #1695d6;
        cursor: pointer;
    }

.submenu {
    float: right;
    padding: 0;
    margin: 0;
    width: auto;
}

    .submenu a {
        padding: 5px;
        margin: 0;
        line-height: 29px;
        float: left;
        color: #0080c2;
        font-weight: bold;
        text-decoration: none;
        background: white;
        width: 125px;
    }

        .submenu a:hover {
            background: #1695d6;
            color: White;
        }

        .submenu a.active, .submenu a.active:hover {
            color: white;
            background: #0080c2;
            filter: none;
            text-shadow: none;
        }


      /*Dialog-Box Css*/


.ui-dialog > .ui-widget-header {
    background: #0080c2;
}
.ui-widget-overlay {
  background-image: none !important;

   
}
.ui-widget button { 
  margin-right:40px !important;
 font-size: 12px !important;
 font-weight:bold !important;
 padding: 3px 30px 3px 30px !important;
  background: #1695d6 !important;
  color:white !important;



}
.ui-widget button:hover { 

   background: #1d64ad !important;
  


}


/*Remove line on top of button*/

 .ui-widget-content {
     /*border:none !important;*/
     /*padding-top:10px !important;*/
   
       

 }



.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog .ui-dialog-titlebar {
    text-align: center;
    font-size: 15px;
}

   /*Datepicker*/

.ui-datepicker { font-size:9pt !important; background:  white !important;border-color:#a8d0e8 !important;}

.ui-datepicker .ui-datepicker-header {background:#0080c2 !important;}
.ui-datepicker .ui-datepicker-Highlighted a {background: #0080c2 !important;}

.ui-datepicker td {
	color: white !important; border-color:#a8d0e8 !important;
}
 .ui-datepicker td span,

.ui-datepicker td a{
	background: #0080c2 !important;color: white !important;border-color:#a8d0e8 !important;
}
 .ui-datepicker td a:hover{
	background: #1695d6 !important;color: white !important;border-color:#a8d0e8 !important;
}
 
.ui-datepicker .ui-datepicker-prev-hover {
	background: #a8d0e8  !important;
}
.ui-datepicker .ui-datepicker-next-hover {
	background: #a8d0e8 !important;
}

.ui-datepicker-current-day .ui-state-active { background: #97ba38 !important; border-color: #b6ca70  !important; }
.ui-datepicker-current-day .ui-state-active:hover { background: #b6ca70  !important;border-color: #97ba38  !important; }

/**/

.Button
    {
        margin:5px;
    }

 .ui-dialog .ui-dialog-buttonpane { text-align: center; color: #0080c2; } 
 .ui-dialog .ui-dialog-buttonpane button { float: none; } 





  
/*.divider{

    margin:9px;

}*/

/*.ui-datepicker {
    background: #333;
    border: 1px solid #555;
    color: #EEE;
}*/
/*.ui-datepicker th { background-color: #CCCCFF; }*/

