
mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.upload-section {
    display: flex;
    justify-content: space-between;
}

.login-wrapper {
    /*border: 1px #b3b4b5 solid;*/
    border-radius: 5px;
    min-height: 299px;
    background: #ffffff url("../Images/Login/image.jpg") no-repeat left center;
    /*  width: 800px;*/
}

    .login-wrapper .form {
        padding: 50px 150px 0 0;
        width: 414px;
    }

        .login-wrapper .form li {
            padding-bottom: 15px;
            list-style: none;
        }

            .login-wrapper .form li .logintextbox {
                resize: none;
                height: 41px;
                width: 641px;
                border-radius: 5px;
                border: 1px #e8e8e8 solid;
                background: #ffffff no-repeat 10px center !important;
                margin: 0;
                display: block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 20px 0 45px;
                font-size: 16px;
                font-family: Arial, sans-serif;
                color: #000000;
            }

.no-boxsizing .logintextbox {
    width: 349px !important;
}

.login-wrapper .form li .logintextbox.email-icon {
    background-image: url("../Images/Icons/email.png") !important;
}

.login-wrapper .form li .logintextbox.password-icon {
    background-image: url("../Images/Icons/key.png") !important;
}

.login-wrapper .form li.two-items {
    padding: 20px 0 30px 0;
}

.login-wrapper .form li input[type=checkbox] {
    display: inline-block !important;
    vertical-align: middle;
}

.login-wrapper .form li label {
    background: none;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 0.875em;
    color: #515151;
    padding-left: 5px;
}

.login-wrapper .form li a {
    font-size: 0.875em;
    text-decoration: none;
    line-height: 16px;
}

.login-wrapper .form li .logintextbox::-webkit-input-placeholder {
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox:-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox:-ms-input-placeholder {
    color: #cfcfcf !important;
}

.logintextbox {
    border: none;
    color: #c53446;
    height: 46px;
    line-height: 46px;
    outline: none;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 25px;
}

.searchtextbox {
    border: none;
    color: black;
    height: 46px;
    line-height: 46px;
    outline: none;
    background: #F1F2F5;
    border-radius: 4px;
    padding-left: 40px;
    font-size: 16px;
    width: 250px;
}

    .searchtextbox.search-icon {
        background: #F1F2F5 url("../Images/search.png") no-repeat left center;
        background-position-x: 8px;
    }



/* main layout
----------------------------------------------------------*/
.page {
    margin: 0 auto;
    max-width: 1024px;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

#body {
    background-color: #fff;
    clear: both;
    max-width: 1024px;
}

header {
    clear: both;
    background-color: #ffffff;
    margin: 0px auto;
    max-width: 1024px;
    text-align: center;
    width: auto;
}

footer {
    background-color: #000;
    text-align: center;
}

    footer p {
        font-size: 14px;
    }

        footer p a:link {
            color: #ffffff;
            text-decoration: none;
        }

            footer p a:link:hover {
                text-decoration: underline;
            }

.textbox {
    border: 1px solid #b7b7b7;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    background: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-family: Arial;
    display: block;
}

.ddl {
    background: #ffffff;
    border: 1px #b7b7b7 solid;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    color: #333333;
    vertical-align: middle;
    font-family: 'Franklin Gothic Book';
    display: block;
    width: 100%;
}

.rbscore {
    text-align: center;
    margin-left: 5%;
    width: 100%;
    vertical-align: top;
    border: 0px !important;
}

.alert {
    position: fixed;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*top: 25%;*/
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    font-size: 14px;
    color: red;
    /*padding-top: 27px;*/
}

.banner {
    padding: 10px;
    text-align: center;
    background: #9fdc53;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9fdc53), color-stop(50%, #71c168), color-stop(51%, #71c168), color-stop(100%, #1c917e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fdc53', endColorstr='#1c917e', GradientType=1);
    /* IE6-9 */
    color: #ffffff;
    vertical-align: central;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
    width: 100%;
}

.full {
    width: 100%;
    display: block;
}

.short {
    width: 49%;
    display: inline-block;
}

.Terms {
    padding-left: 300px;
}

.btn {
    min-width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 1px;
    background: #00788C;
    border: #00788C;
    border-radius: 3px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
}

    .btn:hover {
        background: #ffffff;
        color: #00788C !important;
        border: 1px solid #00788C;
    }

.btn2 {
    min-width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 1px;
    background: #00788C;
    border: #00788C;
    border-radius: 3px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
}

    .btn2:hover {
        background: #ffffff;
        color: #00788C !important;
        border: 1px solid #00788C;
    }


.PopUpbtn {
    min-width: 71px;
    height: 35px;
    text-align: center;
    line-height: 45px;
    padding: 0 1px;
    background: #00788C;
    border: #00788C;
    border-radius: 3px;
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    font-size: 1.000em;
    font-weight: normal;
    cursor: pointer;
}

    .PopUpbtn:hover {
        background: rgb(255, 255, 255);
        color: #00788C !important;
        border: 1px solid #00788C;
    }



.Tabbtn.active {
    background: #00788C;
    color: white;
    border-top: 1px solid #00788C;
    border-left: 1px solid #00788C;
    border-right: 1px solid #00788C;
}

.Tabbtn {
    /*   background: #00788C;
    color: white;*/
    background: linear-gradient(180deg, #DFE0E2 0%, rgba(209, 211, 213, 0) 100%);
    color: black;
    height: 45px;
    width: 180px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: none;
}


.Homebtn {
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #96C31E;
    border: #96C31E;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: bold;*/
    width: 200px;
    max-width: 50%;
    margin: 4px;
    cursor: pointer;
}

.Backbtn {
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #00AEEF;
    border: #00AEEF;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: bold;*/
    width: 200px;
    max-width: 50%;
    margin: 4px;
    cursor: pointer;
}

.Searchbtn {
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #FF8200;
    border: #FF8200;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: bold;*/
    width: 200px;
    max-width: 50%;
    margin: 4px;
    cursor: pointer;
}

.Adminbtn {
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #00A5C8;
    border: #00A5C8;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: bold;*/
    width: 200px;
    max-width: 50%;
    margin: 4px;
    cursor: pointer;
}

input[type="button"] {
    outline: none;
}

    input[type="button"]::-moz-focus-inner {
        border: 0;
    }



.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-align: center;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    text-align: center;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

.assessment-progress {
    width: 50%;
    margin: 0 auto;
}

    .assessment-progress .ui-progressbar {
        border-radius: 0;
        height: 18px !important;
        border: 1px #9d9d9d solid;
        background: #ffffff;
    }

    .assessment-progress .ui-progressbar-value {
        background: #6eab24;
    }

    .assessment-progress .progress-label {
        font-size: 0.875em;
        color: #333333;
        font-weight: bold;
        padding: 4px 0 0 0;
        margin: 0 auto;
    }

.sticky {
    position: fixed;
    top: 0;
    padding: 10px;
    background: white;
    width: 100%;
    max-width: 1024px;
}

.valueitem {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.fullvalueitem {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.valueitemtop {
    display: inline-block;
    width: 130px;
    vertical-align: top;
}

.item {
    display: inline-block;
    width: 180px;
    padding-left: 2px;
}

.itemtop {
    display: inline-block;
    width: 110px;
    padding-left: 2px;
}

.greyborder {
    border: 1px solid #b7b7b7;
    padding: 10px;
}

.insidesticky {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

#wrapper {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.table-ui {
    width: 100%;
    border-collapse: collapse;
}

    .table-ui .table-ui-header {
        color: #ffffff;
        font-weight: bold;
        background: #006150 !important;
        text-align: center;
    }

    .table-ui tr {
        text-align: left;
    }

        .table-ui tr td {
            vertical-align: middle;
            min-width: 40%;
            padding: 5px;
            margin: 0;
        }

    .table-ui .table-ui-header th {
        vertical-align: middle;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    .table-ui .text-center {
        text-align: center;
        padding-left: 14px !important;
    }

.smallstickytext {
    font-size: 10px;
}

@media all and (max-width: 623px) {
    #wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .valueitem {
        display: inline-block;
        width: 160px;
        vertical-align: top;
    }

    .item {
        display: inline-block;
        width: 140px;
        padding-left: 2px;
    }

    .rbscore {
        text-align: left;
        display: block;
        padding: 0;
        margin: 0;
    }

    .rbcontainer {
        width: 150px;
        text-align: left;
    }

    .Terms {
        padding-left: 0;
    }

    .float-left {
        text-align: center;
        display: block;
        float: none;
    }

    .float-right {
        text-align: center;
        display: block;
        float: none;
    }

    .short {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 400px) {
    #wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .rbscore {
        text-align: left;
        display: block;
        padding: 0;
        margin: 0;
    }

    .rbcontainer {
        width: 150px;
        text-align: left;
    }

    .Terms {
        padding-left: 0;
    }
}

.ui-dialog .ui-dialog-buttonpane button.ui-button {
    border-radius: 0;
    border: 1px #00788C solid !important;
    color: #00788C !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    padding: 0;
    text-align: center;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaebec));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eaebec 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebec',GradientType=0 );*/
    /* IE6-9 */
}

    .ui-dialog .ui-dialog-buttonpane button.ui-button:hover {
        background: #ffffff;
    }

.ui-dialog .ui-dialog-content {
    line-height: 1.3;
}

    .ui-dialog .ui-dialog-content p {
        padding: 20px 0;
    }

    .ui-dialog .ui-dialog-content label {
        display: block;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .ui-dialog .ui-dialog-content .textbox {
        width: 100% !important;
        height: 35px;
        display: block !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px #c0c0c0 solid;
        border-radius: 2px;
        line-height: 35px;
        padding: 0 35px 0 7px;
        background: #ffffff;
        color: #333333;
        margin: 0;
        vertical-align: middle;
    }

.no-boxsizing .ui-dialog .ui-dialog-content .textbox {
    width: 530px !important;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

.ui-dialog .ui-dialog-content textarea.textbox {
    padding: 7px;
}

.ui-dialog .ui-dialog-titlebar {
    background: #00788C;
    color: #ffffff;
    border-radius: 0;
    border: none;
    text-align: center;
}

.ui-dialog {
    z-index: 9999 !important;
    max-width: 600px;
    background: #ffffff;
}

.Selection {
    border: 1px solid #E8E9EB;
    border-radius: 5px;
    width: 65%;
}

.filter {
    vertical-align: middle;
    padding: 5px;
    width: 26%;
    text-align: left;
}

.short {
    width: 5%;
}

.primary {
    color: #00788C;
}

.primarybg {
    color: white;
    background: #00788C;
}

.secondary {
    color: #fec60b;
}

.secondarybg {
    color: white;
    background: #9eabaa;
    /*color:#f15b5c*/
}

h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
}

h4 {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 15px 0px 15px !important;
    margin: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0;
    border-bottom: none;
}

.listtable {
    width: 100%;
    border-collapse: collapse;
}

    .listtable th {
        border: 1px solid white;
        color: white;
        font-weight: normal;
        background: #00788C;
        padding: 10px;
    }

    .listtable > tbody td {
        padding: 20px;
        border: 1px solid #DCDDDE
    }

        .listtable > tbody td a {
            color: #00788C;
            font-weight: bold;
        }

    .listtable > tfoot td {
        padding: 0;
    }

    .listtable > tfoot .center {
        text-align: center;
    }
/*.ulstyle > ul {
    list-style: none; 
}

.ulstyle > ul li::before {
    content: "\2022";
    color: #00788C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}*/
.vertical-text {
    border: 1px solid black;
}

    .vertical-text div {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        /* accepts left, right, top, bottom */
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        /* do not set in IE9+? */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }


.userItem .userRow {
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

    .userItem .userRow .userLabel {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

    .userItem .userRow .userValue {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

        .userItem .userRow .userValue .full {
            width: 100%;
        }
