﻿@media (min-width: 770px) {
    body {
        width: calc(100% );
    }
}

body {
    left: 0;
    font-size: 11px;
    margin-bottom: 60px;
    font-family: 'Open Sans','Helvetica','Verdana',sans-serif;
    font-size: 15px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #f7f7f7;
    position: static;
}

a {
    color: #007a9c;
    text-decoration: none;
}

.page-title {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 30px;
    font-family: 'Playfair Display',serif;
    line-height: 1.2;
    font-weight: 400;
    color: #0086b1;
}

.trBlueBorder home-page {
    line-height: 1.5;
}

.side-colored {
    width: 100%;
    background: #fff;
    padding: 10px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.side-colored-orange {
    border-left: 2px solid #ffb81c;
}

.side-colored-green {
    border-left: 2px solid #84bd00;
}

.side-colored-purple {
    border-left: 2px solid #9e007e;
}

.side-colored-title {
    font-weight: 400;
    font-size: 22px;
    color: #003057;
    margin: 0 0 10px;
    line-height: 1.3;
    display: block;
}

/*SHARED */
.m-t-50 {
    margin-top: 50px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-l-0 {
    margin-left: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r--15 {
    margin-right: -15px;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-20 {
    padding-top: 20px;
}

.w-100 {
    width: 100px !important;
}

.w-full {
    width: 100%;
}

.w-110 {
    width: 110px;
}

.w-140 {
    width: 140px;
}

.w-220 {
    width: 220px;
}


.b-t-g {
    border-top: solid 4px #84bd00 !important;
}

.b-r-g {
    border-right: solid 4px #84bd00 !important;
}

.b-l-g {
    border-left: solid 4px #84bd00 !important;
}

.b-b-g {
    border-bottom: solid 4px #84bd00 !important;
}

.b-t-o {
    border-top: 4px solid #ffb81c !important;
}

.b-t-gr {
    border-top: 4px solid darkgray !important;
}

.bk-white {
    background-color: #fff;
}

.f-s-11 {
    font-size: 11px !important;
}

.white-box {
    padding: 10px 26px 15px 26px;
    background-color: #fff;
}

.white-box-noMarginR {
    padding: 10px 0 15px 26px;
    background-color: #fff;
}

.gray-box {
    padding: 10px 26px 15px 26px;
    background-color: #f7f7f7;
}

.bk-lightgray {
    background-color: #f7f7f7;
}

.lbl {
    font-size: 12px;
    text-align: left;
    color: #888888;
    font-weight: normal;
    margin-left: 20px;
    margin-bottom: 7px;
}

.vertical-t {
    vertical-align: top;
}

.display-inline {
    display: inline !important;
}

.font-size-13 {
    font-size: 13px;
}

.title-inForm {
    font-size: 20px;
    font-family: 'Playfair Display',serif;
    line-height: 1.2;
    font-weight: 400;
    color: #0086b1;
}
/* added important to rewrite telerik css*/
.btn, .rbDecorated {
    font-size: 13px !important;
    border: solid 1px #007a9c !important;
    display: inline-block !important;
    font-weight: 700 !important;
    padding: 8px 15px !important;
    margin: 0 0 10px 0 !important;
    border-radius: 2px !important;
    -webkit-transition: all .1s !important;
    -moz-transition: all .1s !important;
    -o-transition: all .1s !important;
    transition: all .1s !important;
}

.btn-default {
    background: #007a9c;
    color: #fff;
}

.btn-cancel {
    background-color: #fff;
    color: #007a9c;
}

    .btn-cancel:hover {
        background-color: #d4d4d4;
    }

form .form-control {
    margin-bottom: 0;
    border: 1px solid #ccc;
}
/*overwrite telerik styles*/
.rbDecorated {
    height: auto !important;
    background: #007a9c !important;
    color: #fff !important;
}

.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated, .RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft {
    background-image: none !important;
}

/* width should be auto, has set width because of issue on the hover */
.rmSized .rmHorizontal .rmItem { /*, .rmSized .rmRootGroup .rmVertical .rmItem{*/
    width: 300px !important;
}

.score-box {
    background: #fff;
    font-size: 11px;
    border: solid 1px #007a9c;
    padding: 5px 7px;
    /*box-shadow: 5px 5px 5px gray;*/
}
/*List Grid */
.list {
    margin-top: 50px;
    /*padding: 20px 0 20px 0;*/
    color: #222222;
}

/*table thead td{
    background-color: #f7f7f7;
    border-top: solid 4px lightgray;
    
}*/
table.GridView {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border: 0;
}

    table.GridView th:first-child, table.GridView td:first-child_ {
        padding-left: 28px;
    }

    table.GridView tr td, table.grid tr th {
        padding: 11px 5px 14px 5px;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        box-shadow: inset 0 -1px 0 0 #e3e3e3;
        font-size: 15px;
        font-weight: normal;
        color: #222222;
    }

.grid-header {
    width: 100%;
    background-color: #fff;
}

    .grid-header td {
        padding-left: 20px;
    }

.td-border-bottom td {
    border-bottom: 1px solid #e3e3e3;
    padding: 11px 5px 14px 20px;
}

.grid-rows {
    width: 100%;
    background-color: #fff;
}

    table.GridView tr td, table.GridView tr th, .grid-rows td, .table-header {
        padding: 11px 5px 14px 20px;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        box-shadow: inset 0 -1px 0 0 #e3e3e3;
        font-size: 15px;
        font-weight: normal;
        color: #222222;
    }

.list-overflow-wrapper table {
    width: 100%;
}

.loader-wrapper {
    height: 300px;
    padding-top: 100px;
}

@media (min-width: 992px) {
    .table-session tr td, .table-capping tr td {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .table-item tr td {
        width: 25%;
    }
}
/* START TOP MENU*/
.RadMenu {
    float: inherit !important;
}

.RadMenu_Default .rmRootGroup {
    border: none !important;
    background-color: transparent !important;
}

.RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmVertical .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow {
    background-image: none !important;
}

.RadMenu_Default .rmGroup, .RadMenu_Default .rmMultiColumn, .RadMenu_Default .rmGroup .rmVertical {
    border: none !important;
    background: none !important;
}
/*.RadMenu_Default, .RadMenu_Default a.rmLink{
    color: #fff !important;
}*/
.rmLink.rmRootLink:hover, .rmLink.rmRootLink.rmExpanded:hover, .rmText.rmExpandDown:hover, .rmLink.rmRootLink.rmExpanded {
    color: #007a9c !important;
}
/*.rmItem :hover{
color: #fff;
}*/
.RadMenu .rmHorizontal .rmText {
    margin-top: 5px !important;
}

.RadMenu .rmText:hover {
    color: #007a9c !important;
}

.menu-browse {
    display: block;
    z-index: 300;
    position: relative;
    background: #007a9c;
}

@media (min-width: 1036px) {
    .menu-browse .rmRootGroup.rmHorizontal {
        width: 100%;
        max-width: 1200px;
        padding: 0 10px;
        margin: 0 auto;
        list-style: none;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
    }
}

@media (min-width: 1036px) {
    .menu-browse ul, .menu-browse ol {
        list-style: none;
        padding: 0;
        margin: 0;
        -webkit-padding-start: 0;
    }
}

/*@media (min-width: 1036px) {
    .menu-browse .rmRootGroup.rmHorizontal > li.rmItem {
        padding-right: 25px;
    }
}*/

@media (min-width: 1036px) {
    .menu-browse .rmRootGroup.rmHorizontal > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        margin-top: 6px;
    }
}

ul li {
    list-style: none;
}

@media (min-width: 1036px) {
    .menu-browse .rmRootGroup.rmHorizontal > li.rmItem > a:not(.toggle-open) {
        padding-right: 10px;
    }
}

@media (min-width: 1036px) {
    .menu-browse .rmRootGroup.rmHorizontal > li > a:not(.toggle-open) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        padding: 8px 15px 14px;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}

.menu-browse .rmRootGroup.rmHorizontal li a {
    color: #007a9c;
    font-weight: 400;
    padding: 14px 10px 14px 15px;
}

.menu-browse .rmRootGroup.rmHorizontalw li a:hover {
    background-color: #fff;
    color: #007a9c;
}

.rmVertical.rmGroup .rmItem, .rmVertical.rmGroup .rmItem a span {
    background-color: #fff !important;
}

.rmVertical.rmGroup.rmLevel1 a {
    color: #fff;
    font-size: 16px;
}

.rmVertical.rmGroup.rmLevel1 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* END TOP MENU*/

/* START FOOTER*/
.footer {
    background-color: #505759;
    color: White;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 30;
}
/* END FOOTER */

.marker-details-content {
    background-color: #fff;
    padding: 40px;
}

/*Should be fixed !!*/
.ajax__tab_header {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 20px;
    /*font-family: 'Playfair Display',serif;*/
    line-height: 1.2;
    font-weight: 400;
    color: #0086b1;
}

.border-blue {
    border: solid 1px #0086b1;
}

.tbl-comments th {
    height: 45px;
    font-weight: 600;
    vertical-align: top;
}
/*.tbl-comments tr td{
padding:10px 0 10px 15px;
}*/
.border-top-thick {
    border-top: solid 44px #f7f7f7;
}

/*ITEM AND SESSION*/
.inside-full-W table {
    width: 100%;
}

.itemSession .title-column {
    background-color: #f7f7f7;
    font-weight: 500;
    padding: 10px 16px;
}

.itemSession input[value="Reload Sessions"] {
    width: 50px;
}

.itemSession .calnedar-txt {
    margin-bottom: 0;
    width: 100px;
    display: inline;
    height: 36px;
}

.itemSession .load-session-btn {
    vertical-align: top;
}

.ajax__calendar_title {
    background-color: #007a9c;
    padding: 3px;
    color: #fff;
    margin-bottom: 10px;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #fff !important;
}

.ajax__calendar_dayname {
    margin-top: 10px !important;
}

.ajax__calendar_footer.ajax__calendar_today {
    margin-bottom: 10px;
}

.nocapping {
    color: #f83a59;
    text-align: center;
    margin-top: 10px;
    width: 60%;
    border: solid 1px #f83a59;
    padding: 10px;
}

/*QcSets*/
.details .GridView tr td {
    font-size: 13px;
}

.details .GridView.Grid-header {
    background-color: #f7f7f7;
    font-size: 15px !important;
}

.details table.GridView tr td, .details table.GridView tr th, .details .grid-rows td, .details .table-header {
    padding: 11px 5px 14px 0px !important;
}

.details table.GridView td:first-child {
    padding-left: 10px !important;
}

.filter-box {
    margin-top: 30px;
    margin-bottom: 20px;
}


/********************/
.ajax__tab_header {
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


    .ajax__tab_header:after {
        content: "";
        display: table;
        clear: both;
    }

    .ajax__tab_header > span {
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

        .ajax__tab_header > span:hover {
            cursor: pointer;
        }

        .ajax__tab_header > span.ajax__tab_active {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

.ajax__tab_body {
}


/*****************/
.holding {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.loginComp {
    position: absolute;
    top: 30%;
    width: 100%;
    font-size: 16px;
}

.details {
    float: right;
    margin-right: 15%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 2em;
}

.loginComp .rbDecorated {
    padding: 0 !important;
}

.loginComp .title {
    font-size: 38px;
    margin-bottom: 80px;
    color: #003057;
}

.loginComp .btn-login, .loginComp .rbDecorated {
    background-color: #003057 !important;
}

.ie9 img[src$=".svg"] {
    width: 100%;
}

.login-box {
    border: solid 0.1px #08528e;
    padding: 60px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

.login-input {
    padding: 3px 5px;
    border: solid 1px gray;
    line-height: normal;
    font-size: 13px;
    background-color: #fff;
    width: 170px;
}
/*.BackGround_login {background:#fff!important;}*/
.BackGround_login .pearson-banner {
    background-color: rgba(255, 255, 255,0.9);
}

.login-wrapper {
    background: #666 url(../Images/login_bg.jpg);
    background-size: cover;
    height: 600px;
    margin-top: -90px;
}

    .login-wrapper .login-form {
        padding-top: 200px;
    }

        .login-wrapper .login-form .form-group {
            text-align: center;
            margin-bottom: 20px;
        }

        .login-wrapper .login-form label {
            color: #fff;
            font-size: 18px;
            margin-bottom: 10px;
        }

.btn-login {
    margin-top: 40px;
    padding: 10px;
    width: 140px !important;
}

    .btn-login input {
        padding: 12px 18px !important;
        font-size: 15px !important;
        background-color: #fff !important;
        color: #666 !important;
    }

.login-text {
    padding-top: 40px;
    font-size: 13px;
}

.req-text {
    font-size: 11px;
    text-align: center;
    padding-top: 40px;
}

    .req-text ul {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

        .req-text ul li {
            padding: 3px 0;
        }

.lbl-login-error {
    color: #ff9999;
}

.lock-user-content {
    background-color: #fff;
    padding: 40px;
}
