/*font for richtext editer*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../lib/RichTextPlugin/fontawesome-webfont.eot?v=4.7.0');
    src: url('../lib/RichTextPlugin/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../lib/RichTextPlugin/fontawesome-webfont.woff2?v=4.7.0') format('woff'), url('../../lib/RichTextPlugin/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../lib/RichTextPlugin/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.fieldTitle {
    font-family: Light !important;
    font-size: 13.5px;
    display: inline-block;
    font-weight: normal;
    /*vertical-align: top;*/
}

.fieldValue {
    font-family: Light !important;
    font-size: 12px;
    color: #6D6D6D;
    line-height: 20px;
}
.fieldValueDark {
    font-family: Light !important;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}
.pageTitle {
    font-size: 16px !important;
    text-transform: uppercase;
}

.pageSubTitle {
    font-size: 14px;
}

.pageStyle {
    padding: 15px;
    background-color: #fafafa;
}

.seperater {
    width: 100%;
    margin: 20px 0px 0px 0px;
    height: 1px;
    background-color: #ddd
}

.centerPosition {
    margin-top: inherit;
    text-align: center;
}

.normaltext {
    font-family: Light;
}

.overflow {
    color: #ccc;
    float: right;
    font-size: 18px;
    line-height: 0;
    padding-left: 0px;
    font-size: 20px;
    height: 25px !important;
    cursor: pointer;
}

.overflow>span {
    height: 5px;
    display: block;
}

.textGrean {
    color: #7CD0A2;
}

.customeSpinner {
    color: black;
    width: 125px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/dropdown/dropdown_green.png) no-repeat right;
    border: none;
    cursor: pointer;
    /*border-bottom: solid 1px #ddd;*/
}

.customeSpinner:focus {
    color: black;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/dropdown/dropdown_green.png) no-repeat right;
    border: none;
    border-bottom: solid 1px #ddd;
    outline: none;
}

.buttonBorder {
    color: #3ebe7a;
    border-color: #3ebe7a;
}

.buttonCustom {
    font-family: Light;
    font-size: 12.8px;
}

.buttonCustom:hover {
    background-color: var(--lightGreenColor) !important;
    color: white !important;
}

.buttonGreen {
    background-color: #3ebe7a;
    color: #fff;
    /*border: 0;*/
    outline: none !important;
}

.radBtnRight {
    margin-top: 10px;
    float: right;
}

.cardStyle {
    border-radius: 10px;
    width: 350px;
    padding: 15px;
    margin-left: 20px;
    border: solid 2px #ddd;
}

.customRow {
    display: inline-block;
}

.editOption {
    float: right;
    width: 15px;
    margin-top: 4px;
}

.cardName {
    margin-left: 10px;
    font-size: 11px;
    font-family: Light !important;
    color: #555;
}

.header {
    width: 102%;
    height: 51px;
    background-color: white;
    border-bottom: solid 1px #ddd;
    color: #fff;
    line-height: 51px;
    position: absolute;
    z-index: 2;
    left: -15px;

}

.dynTemplate {
    margin: 20px 0px 20px -10px;
    position: relative;
    overflow: auto;
    /*  overflow-x: auto;*/
}

.hamburgerMenu {
    background-color: #02776A;
}

/*.hamburgerHeader
{
    background: white;
    padding: 2px 5px;
    border-right: 1px solid #f5f6f7;
    padding-left: 0;
    padding-right: 0;
    width: 217px;
    display: inline-block;
    text-align: center;
}
*/
.hamburgerLogoImg {
    width: 128px;
    cursor: default;
    margin-left: 7px;
    height: auto;
}

.hamburgerHeader i {
    padding-left: 15px;
}

.circularImage {
    border-radius: 50%;
}

.thumbnailImage {
    height: 25px;
    width: 25px;
    margin-left: 20px;
}

.headrText {
    font-size: 12px;
    margin-left: 10px;
    color: #666;
}

.headerSelecter {
    margin-left: 10%;
    height: 36px;
}

.imgDiv {
    height: 70px;
    width: 70px;
    background-color: #1789b4;
}

.placeHoderText {
    font-family: Bold !important;
    font-size: 30px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin: auto;
    text-align: center;
    line-height: 70px;
}

.imgDiv {
    padding: 0;
}

.imgDiv img {
    max-width: 70px;
    margin-left: 15px;
}

.imgDiv i {
    padding: 5px;
}

.infoDiv {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
    vertical-align: top;
}

.cardTitleText {
    margin: 2px;
    font-family: Light !important;
    font-size: 13px;
}

.cardSubText {
    margin: 2px;
    font-size: 11px;
    font-family: Light !important;
    color: #777;
}

.deleteNotification {
    background: #505050 !important;
    padding: 0.3px !important;
    width: 13px !important;
    height: 13px !important;
    font-size: 8px !important;
    float: right;
    line-height: 11px;
    cursor: pointer;
    margin-top: 20px;
    vertical-align: middle;
    text-align: center;
}

.deleteGroup {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Light !important;
    float: right;
}

.rowstyle {
    height: 40px;
    margin-top: 12px;
    line-height: 16px;
    font-family: Light !important;
    font-size: 13.5px;
}

.hint {
    font-family: Light !important;
    font-size: 11px;
    color: #777;
}

.headerTab {
    /*margin-left: 20%;*/
    height: 50px;
}

.tabText {
    font-size: 12px;
    color: #666;
    border: none;
    height: 10px;
    line-height: 10px;
    cursor: pointer;
}

.tabSelecter {
    width: 100%;
    height: 2px;
    margin-top: -10px;
    background-color: #02776A;
}

.tableHeadStyle {
    background-color: #f5f5f5;
    margin-top: 20px;
}

.templateTextArea {
    border-bottom: 1px solid #f5f6f7;
    background: transparent;
}

.textareastyle {
    width: 100%;
    border: none;
}

.textareastyle:focus {
    outline: none;
}

.tableContent {
    height: 40px;
    color: #555;
    vertical-align: middle !important;
    line-height: 20px !important;
    padding-top: 15px;
    font-family: Light !important;
    font-size: 13px !important;
}

.AddUsertableContent {
    height: 40px;
    line-height: 40px !important;
    padding-top: 15px !important;
    /*vertical-align: middle!important;*/
    font-family: Light !important;
    font-size: 13.5px !important;
}

.closeModal {
    color: white;
    opacity: 1;
    margin: -27px 17px !important;
}

.updateRoleSpinner {
    text-align: center;
    height: 10px;
    margin-bottom: 0px;
    width: 300px;
    margin-left: 0px;
}

.roleSelection {
    background-color: #F5F5F5;
    padding: 10px 0px;
    margin-top: -5px;
}

.bubbleButton {
    display: inline-block;
    font-size: 12.81px;
    color: #505050;
    margin-top: 5px;
    background-color: #ebebeb;
    border-radius: 30px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.headerFontSizeSemiBold {
    font-size: 17px;
    font-family: Light !important;
    color: #323232 !important;
}

.searchBar {
    border: none;
    font-size: 12px;
    width: 100%;
    font-family: Light !important;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
}

.searchBar:focus {
    outline: none;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
}

.verticalTop {
    vertical-align: top;
}

.verticalBottom {
    vertical-align: bottom;
}

.tableInput {
    border: none;
    font-size: 13px;
    width: 100%;
    resize: none;
    font-family: Light !important;
    /* border-bottom: 1px solid #e4e4e4; */
    background: transparent !important; 
}
.tableInput::placeholder {
    color: #fff;
}

.tableInput:focus {
    outline: none;
    background: transparent;
}

.adminmenuitems {
    padding: 0px !important;
    line-height: 50px;
    height: 50px;
}

.selectedmenuItem {
    background-color: #04BEA9;
    border-left: solid 4px #013E2C;
}

.adminRoleSelection {
    margin: 0px;
    line-height: 53px;
    height: 1px;
    color: black;
    text-align: center;
}

.adminSpinner {
    width: 105px;
    height: 25px;
    margin-left: 50px;
    position: relative;
    top: 8px;
}

.dropDownOption {
    border: solid 1px #ccc;
    z-index: 10;
    position: absolute;
    background: white;
    margin-top: -10px;
    margin-left: 50px;
    width: 200px;
    border-radius: 0px;
    box-shadow: 5px 5px 5px #888888;
    display: none;
}

.modalDisable {
    display: block;
}

/* Roles Selection Css */
.rolesDropDown input[type="checkbox"] {
    display: block !important;
    float: left;
    height: 20px;
    width: 30px;
}

.roleDisable,
.roleDisable img {
    pointer-events: none;
    opacity: 0.5;
}

/* Roles Selection Css Ends*/
.dropDownItem {
    color: #555;
    cursor: pointer;
    font-size: 12.8px;
    font-family: Light;
    margin: 0px;
    line-height: 20px;
    /*background-color: white;*/
    border-radius: 0px;
    padding: 10px;
}

.dropDownItem:hover {
    background-color: var(--lightGreenColor);
    color: white;
}

.dropDownItem:focus {
    background-color: var(--lightGreenColor);
    color: white;
}

.minHam {
    margin-left: 25px !important;
    width: 20px !important;
}

body {
    overflow: hidden;
}

@media (max-width: 770px) {
    header {
        position: static;
    }

    .hamburger {
        width: 250px;
        left: -190px;
        position: absolute;
        z-index: 1;
    }

    #hambugerToggler {
        display: block;
    }

    .headerTitle {
        margin-left: 40px;
    }

    .dynTemplate {
        margin: 20px 0px 20px 40px;
        overflow-x: auto;
    }
}

/* Error Toast Msg */
.errorToast {
    width: 40%;
    /*min-height:55px;*/
    height: auto;
    right: 30%;
    /*margin-left:-100px;*/
    bottom: 10px;
    position: absolute;
    left: 30%;
    background-color: #d44b00;
    opacity: 0.8;
    color: #ffffff;
    font-family: Light !important;
    font-size: 12.8px;
    padding: 10px;
    text-align: left;
    border-radius: 2px;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    /*box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);*/
    box-shadow: 0px 0px 24px -1px #969696;
}

.errorToast:hover {
    opacity: 1;
    box-shadow: 0px 0px 24px -1px #323232;
}
/* Error Toast Msg */
.instructerrorToast {
    width: 40%;
    /*min-height:55px;*/
    height: auto;
    right: 30%;
    /*margin-left:-100px;*/
    bottom: 10px;
    position: absolute;
    left: 30%;
    background-color: #d44b00;
    color: #ffffff;
    font-family: Light !important;
    font-size: 12.8px;
    padding: 10px;
    text-align: left;
    border-radius: 2px;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    /*box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);*/
    box-shadow: 0px 0px 24px -1px #969696;
}

.instructerrorToast:hover {
    opacity: 1;
    box-shadow: 0px 0px 24px -1px #323232;
}
/*spinner*/
.overlay {
    width: 100%;
    height: 100%;
    background-color: #454545;
    opacity: 0.1;
    position: fixed;
    top: 0px;
    display: none;
}

.spinnerLoader {
    /* background-image: url('../img/loading.gif');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;*/

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    display: none;
    background-image: url('../img/loading.gif');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.pageScroll {
    overflow: auto;
}

.adminRightTab {
    float: right;
    margin-right: 150px;
}

.emptyImg {
    background-color: #02776A;
    color: white;
    text-transform: capitalize;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-family: Bold !important;
}

.addRoleStyle {
    font-size: 12.81px;
    color: #505050;
    background-color: #ebebeb;
    border-radius: 30px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding: 6px;
    vertical-align: middle;
    text-align: center;
    font-family: Light;
    font-size: 12px;
    width: 120px;
    margin-bottom: 5px;
    line-height: 14px;
}

.itemHover:hover {
    background-color: #D4EAFB;
}

.dataTables_length {
    display: none !important;
}

.dataTables_filter {
    margin-right: 10px;
    font-size: 13px !important;
    font-family: Light !important;
    color: #333 !important;
}

.dataTables_filter label {
    font-weight: 100;
}

.dataTables_filter input {
    border: none !important;
    margin-bottom: 10px !important;
    color: black !important;
    border-bottom: solid 1px #ccc !important;
}

.dataTables_filter input:focus {
    outline: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px !important;
}

.contentRole {
    height: 40px;
    line-height: 25px !important;
    font-family: Light !important;
    font-size: 13.5px !important;
}


.tableHeadStyle {
    font-size: 13px;
    font-family: Light !important;
}

.table>thead>tr>th {
    vertical-align: middle !important;
}

.extendedBubbliButton {
    margin: 0px;
    line-height: 20px;
    text-overflow: ellipsis;
    /*width: 140px;*/
    overflow: hidden;
    white-space: nowrap;
}

table.dataTable thead th {
    border-bottom: 1px solid transparent !important;
    color: #555;
}

.singleLineText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.HeaderRole {
    width: 100%;
    margin-left: 20px;
    /*text-decoration: underline;*/
}

.headerOrganisationName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.HeaderRoleCVO {
    margin-left: 20px;
    /*text-decoration: underline;*/
}

.removeHeighlight {
    border: none !important;
}

.setBorder {
    border-bottom: solid 1px #ddd;
}

.errortext {
    font-family: Light !important;
    font-size: 12px;
    color: red;
    line-height: 10px;
    margin-top: 5px;
}

.headerUserName {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    vertical-align: middle;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.tableRefresh {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    margin-top: 2px;
    right: 300px;
    font-size: 12.8px;
    color: #505050;
    font-family: Light !important;
}

.tableHeadStyle {
    /*min-width: 100px!important;*/
    vertical-align: middle !important;
}

.groupIcon {
    margin-right: -10px;
    margin-left: 50px;
}

.notallowed {
    cursor: not-allowed !important;
}

.settingSpinnr {
    border-bottom: solid 1px #ccc;
}

.addDegreeSpinner {
    margin: 0px;
    border-bottom: solid 1px #ddd;
}

.tabIndicator {
    height: 3px;
    width: 70%;
    background-color: var(--greenColor);
    margin-top: 2px;
}

.rightTab {
    width: 110px;
    text-align: center;
    float: right;
    padding: 10px;
    cursor: pointer;
}

.rightTab:hover {
    color: var(--greenColor);
}

.selectedTab {
    color: var(--greenColor);
}

.profileCount {
    font: 34.16px Light;
    color: #323232;
    margin: 0px 0px 4px 0px;
    line-height: 30px;
}
