﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

.mainBody {
    background-color: #FFFFFF;
    padding: 18px 5px 5px 5px;
    width: 98%;
    display: block;
    margin: 0 auto;
}

.columnLeft {
    width: 410px;
    background-color: #FFF;
    float:left;
    margin-left: 10px;
    padding-bottom:20px;
    display: none;
}

.columnRight {
    width: calc(100% - 424px);
    background-color: #FFF;
    float:right;
    position:relative;
    border: 1px solid #E6E6E6;
    padding: 24px 0px;
}
.columnRight.Full_Width {
    width: calc(100% - 48px);
}

.credits {
    height: 345px;
    margin: 0px 20px 20px 20px;
    position: relative;
    display: none;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background-size: 100% 250px !important;
    width: calc(100% - 40px);
}

#a_BuyCredits, #tab_Courses .usertext {
    margin-bottom: 25px !important;
}


.courses {
    height: 345px;
    margin: 0px 20px 20px 20px;
    position: relative;
    display: block;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background-size: 100% 250px !important;
}

.tbl_AllUsers {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
}

.d_Logo {
    height: 200px;
    top: 0;
    background-size: auto 66px;
    position: relative;
/*    background-position: 50% 85px;*/
}

.tbl_AllUsers th:nth-child(n+4) {
    text-align: center;
}

#UsersList td:nth-child(n+4) {
    text-align: center;
}

.userHeader {
    display:inline;
    position:relative;
    width:100%;
    margin:0px;
}

.userOptions {
    display:inline;
    position:relative;
    float:right;
    vertical-align:middle;
}

#userSiteList{
    margin-left: 20px;  
}
#tab_Courses .usertext, .columnRight .usertext {
    color: #3F3D56;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 24px;
}

.positionPicker {
    width: 120px;
    height: 40px;
}

#d_Allocate_Courses {
    font-size: 16px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="text"].entry {
    height: 36px;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-family: defaultFont;
    font-size: 15px;
    max-width: 100%;
}

.entry:disabled {
    background-color: #CCCCCC
}

input[type="text"].search {
    width: 158px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 30px;
}

.tbl_AllUsers th {
    text-align: left;
    font-family: semiBoldFont;
    font-size: 12px;
    color: #8B899D;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 24px;
    border-bottom: 1px solid #CCCCCC;
}

.tbl_AllUsers td {
    text-align: left;
    font-family: defaultFont;
    font-size: 14px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 24px;
    color: #A09EB2;
}

.tbl_AllUsers tbody {
    color: #555658;
}
    .tbl_AllUsers tbody tr {
        transition: 0.3s ease;
    }
        .tbl_AllUsers tbody tr:hover {
            background-color: #F9F9FC;
        }

#CreateEditUser {
    display:none;
    position:relative;
    width:370px;
    left:calc(50% - 250px);
    margin-top:20px;
}
#a_CreateEditUserSave {
    width: auto;
    padding: 0 13.5px;
}

.label {
    text-align: left;
    font-family: defaultFont;
    font-size: 18px;
    color: #AAAAAA;
    line-height: 30px;
    padding: 10px 0px;
}
#d_Create_Edit_User_Active_Label {
    font-size: 16px;
    padding: 0;
    color: #3F3D56;
    display: inline-block;
    line-height: 30px;
}

.checkbox {
    height: 30px;
    width: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-family: defaultFont;
    font-size: 15px;
    vertical-align: middle;
}

.CreateEditUserRow {
    margin-top:10px;
    margin-bottom:10px;
}

.CreateEditUserRowCheckBox {
    margin-top:15px;
    margin-bottom:10px;
}

#editPosition, #editManager {
    margin-top:0px !important;
}

.balanceCredits {
    height: 86px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    width: 210px;
    margin-left: -105px;
}

.credits h1 {
    text-align: center;
    text-transform: capitalize;
    color: #3F3D56;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 24px;
}
#creditsRemaining {
    font-size: 16px;
    font-family: defaultFont;
    cursor: pointer;
}

.courses h1 {
    line-height:250px;
    cursor:pointer;
    position:absolute;
    width:100%;
    text-align:center;
}

#tab_Courses:hover {
    background-color: #F2F2F2;
}

#tab_Courses {
    cursor:pointer;
    display: none;
}
#tab_Courses h1 {
    line-height: 325px;
}

#a_BuyCredits {
    text-align:center;
    float:none;
    display:none;
}

.nameDivider {
    background-color: #4D4D4D;
    height:10px;
    width:1px;
    margin-left:20px;
    margin-right:20px;
    position:relative;
    display:inline-block;
}

.ConsoleLink {
    cursor: pointer;
    color: #4D4D4D;
    font-family: defaultFont;
    text-align: center;
    position: relative;
    font-weight: 400;
    margin: 0px 8px 0px 0px;
    text-decoration-line: underline;
    float: left;
    display: inline;
}

.ConsoleLink:hover, #a_User_Guide:hover {
    font-weight: 600;
}

#UsersCount {
    display: inline;
    position: relative;
    color: #3F3D56;
    font-family: defaultFont;
    font-size: 16px;
}

.NoVATLabel {
    line-height: 16px !important;
    width: 90% !important;
    margin-left: 25px !important;
    margin-bottom: 10px !important;
}

.activeCheckBox {
    cursor:pointer;
    width: 20px;
    height: 20px;
}

.defradio {
    width: 85px;
    margin-bottom: 0px;
    color: #666;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
    float: right;
    line-height: 40px;
    font-family: defaultFont;
}

#selectPosition {
    float:right !important;
    margin:0px 10px 0px 10px !important;
}

.childradio {
    display: block;
}
.CreateEditUserButtons {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#tb_BuyCredits {
    display:inline;
    position:relative;
    float:right;
    width:120px;
    height:40px;
    font-size:24px;
    color:#808080;
    text-align:right;
    border-radius:2px;
    border: 1px solid #CCCCCC;
}

#managerPopup {
    text-align:center !important;
    left:calc(50% - 200px);
}

.userOptionsSearch {
    float:right;
    display:inline;
}

#a_Allocate_Courses {
    text-decoration: none;
    width: 145px;
    font-size: 16px;
    height: 40px;
    font-family: semiBoldFont;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}

@media(max-width: 999px) {
    .userOptions {
        width: calc(100% - 40px);
        display: block;
        margin: 15px auto;
        padding: 0 20px;
    }
    .userOptionsSearch, #selectPosition, .defradio, #a_Allocate_Courses {
        display: inline-block;
        float: none !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }
}

@media(max-width: 660px) {
    #selectPosition {
        display: block;
    }
}

@media (max-width: 600px) {
    .tbl_AllUsers {
        table-layout: fixed;
    }
        .tbl_AllUsers th:nth-child(2), .tbl_AllUsers th:nth-child(3), 
        .tbl_AllUsers td:nth-child(2), .tbl_AllUsers td:nth-child(3) {
            display: none;
        }
        .tbl_AllUsers td {
            word-break: break-word;
            padding: 5px 10px;
        }
}

@media(max-width:767px) {
    input[type="text"].entry {
        max-width: calc(100% - 30px);
    }
    #editPosition, #editManager {
        width: calc(100% - 10px);
    }
}