.text-hone-primary {
    color: #0859A3
}

.text-hone-accent {
    color: #79BC6B
}

.g-sidenav-pinned .sidenav {
    max-width: 80px !important;
}

/* Helpers to define spacing */
.spacer-20 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.spacer-50 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.spacer-100 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.spacer-150 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.sidelink {
    /*background: #D3EBF4 !important;  Dashboard Link Color */
    margin-top: -2px !important;
    color: #FFFFFF !important;
    width: 100% !important;
    height: 80px;
}

nav#sidenav-main {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
}

.menu-icon {
    pointer-events: none !important;
    display: block;
    background: black;
}

/* Menu Tooltip Styling */


.tooltip {
    pointer-events: none !important;
    text-align: left;
    border-radius: 0px !important;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.21);
}

.tooltip-inner {
    background-color: #fff;
    color: #1e1e1e;
    padding: 18px;
}

.tooltip-inner {
    padding: 18px;
    text-align: left !important;
    border-radius: 0px !important;
}

.tooltip.bs-tooltip-right {
    left: 140px !important;
    min-width: 100px;
}

.tooltip.bs-tooltip-right .arrow:before {
    display: none;
}

.tooltip.bs-tooltip-left .arrow:before {
    display: none;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    display: none;
}

.tooltip.bs-tooltip-top .arrow:before {
    display: none;
}


/* Navigation Styling */
.dropdown-menu.show {
    position: fixed;
    /*width: 250px;*/
    top: 68px;
    margin-left: 80px;
    margin-right: 80px;
    /*height: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;*/
}

.dropdown-toggle::after {
    display: none;
}

.menu-item-header {
    padding-left: 16px;
    font-weight: bold
}

.menu-title-dashboard {
    padding: 20px;
    background: #D3EBF4 !important; /* Dashboard Link Color */
    color: #6DBCDB;
}

.menu-title-profile {
    padding: 20px;
    background: #D7DADB !important; /* Dashboard Link Color */
    color: #707070;
}

.menu-title-assessments {
    padding: 20px;
    background: #DCE2EF !important; /* Assessments Link Color */
    color: #8DA0CB;
}

.menu-title-recruitment {
    padding: 20px;
    background: #EDFAD9 !important; /* Recruitment Link Color */
    color: #A4E343;
}

.menu-title-development {
    padding: 20px;
    background: #DDC4FB !important; /* Development Link Color */
    color: #7A14EF;
}

.menu-title-reports {
    padding: 20px;
    background: #D8F0E8 !important; /* Reports Link Color */
    color: #19ABB7;
}

.menu-title-organization {
    padding: 20px;
    background: #FED0D1 !important; /* Organization Link Color */
    color: #FC4349;
}

.menu-title-administration {
    padding: 20px;
    background: #FDF3E4 !important; /* Administration Link Color */
    color: #F2C078;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2;
}

.wrap-login100 {
    width: 1170px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 303px 65px 40px 65px;
}

.login100-form-title {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    display: block;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%;
}

.rs2-wrap-input100 {
    border-left: none;
}


.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666;
    line-height: 1.2;
    padding: 0 25px;
}

input.input100 {
    height: 55px;
}

/* Log In Form */
.loginImage {
    background: url('../img/theme/login_bg.jpg') bottom center no-repeat #EDEEFF;
    background-size: contain;
    margin-left: -30px;
}

.loginContainer {
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn-min-width {
    min-width: 100px;
}


/* Dual Select Form Group Elements */
 
/* Select field */
.dual-select-form-group{
    
}
.dual-select-form-group select {
    min-height: 400px;
}

.dual-select-form-group button {
    max-width: 50px;
    max-height: 30px;
}

.dual-select-form-group option {
    margin-top: 1rem !important;;
}

.toolbar {
    float:left;
    margin-left: 20px;
}


/* survey outline */
.content-header {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.content-ctl{
    justify-content: start;
}

.content-ctl button {
    max-width: 50px;
    max-height: 50px;
    margin-bottom:.5rem!important
}

/* modal form outline */

.md-form-footer{
    display: block;
}

.hd-line-after h1,
.hd-line-after h2,
.hd-line-after h3,
.hd-line-after h4{
    overflow: hidden;
}

.hd-line-after h1:after,
.hd-line-after h2:after,
.hd-line-after h3:after,
.hd-line-after h4:after,
.hd-line-after h5:after{
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: center;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid black;
}

.hd-line-info h1:after,
.hd-line-info h2:after,
.hd-line-info h3:after,
.hd-line-info h4:after,
.hd-line-info h5:after{
    border-color: #11cdef !important;
}

.hd-line-danger h1:after,
.hd-line-danger h2:after,
.hd-line-danger h3:after,
.hd-line-danger h4:after,
.hd-line-danger h5:after{
    border-color: #fa3a0e !important;
}

.hd-line-primary h1:after,
.hd-line-primary h2:after,
.hd-line-primary h3:after,
.hd-line-primary h4:after,
.hd-line-primary h5:after{
    border-color: #5e72e4 !important;
}

.hd-line-success h1:after,
.hd-line-success h2:after,
.hd-line-success h3:after,
.hd-line-success h4:after,
.hd-line-success h5:after{
    border-color: #2dce89 !important;
}

.hd-line-purple-2 h1:after,
.hd-line-purple-2 h2:after,
.hd-line-purple-2 h3:after,
.hd-line-purple-2 h4:after,
.hd-line-purple-2 h5:after{
    border-color: #7A14EF!important;
}

.color-picker{
    
}

.color-picker input {
    display: none;
}

.color-picker .button {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
}

.color-picker .button span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #eeeeee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: ease .3s;
}

.color-picker .button span:hover {
    padding: 10px;
}

.color-picker .orange .button span {
    background: #FF5722;
}

.color-picker .amber .button span {
    background: #FFC107;
}

.color-picker .lime .button span {
    background: #8BC34A;
}

.color-picker .teal .button span {
    background: #009688;
}

.color-picker .blue .button span {
    background: #2196F3;
}

.color-picker .indigo .button span {
    background: #3F51B5;
}

.color-picker .layer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    /*transition: ease .3s;*/
    z-index: -1;
}

.orange input:checked ~ .layer {
    background: #F4511E;
}

.amber input:checked ~ .layer {
    background: #FFB300;
}

.lime input:checked ~ .layer {
    background: #7CB342;
}

.teal input:checked ~ .layer {
    background: #00897B;
}

.blue input:checked ~ .layer {
    background: #1E88E5;
}

.indigo input:checked ~ .layer {
    background: #3949AB;
}

/* Colors */

/* Text colors */
.text-purple-1 {
    color:  #9b7ede !important;
}
.text-purple-2 {
    color: #7A14EF!important;
}


/* background colors */
.bg-primary{
    background: #0b1526;
}

.bg-info{
    background: #11cdef;
}

.bg-warning{
    background: #fb6340;
}

.bg-success{
    background: #2dce89;
}

.bg-danger{
    background: #f5365c;
}

.bg-gray-1{
    background: #f7f8f8;
}

.bg-purple-1{
    background-color: rgba(122, 20, 239, .25);
}

.bg-purple-2{
    background: #9B7EDE;
}

.bg-primary{
    background: #0b1526;
}

.bg-info{
    background: #11cdef;
}

.bg-warning{
    background: #fb6340;
}

.bg-success{
    background: #2dce89;
}

.bg-danger{
    background: #f5365c;
}

.bg-gray-1{
    background: #f7f8f8;
}

.bg-purple-1{
    background-color: rgba(122, 20, 239, .25);
}

.bg-purple-2{
    background: #9B7EDE;
}

/* border colors */
.border-primary{
    border-color: #0b1526;
}

.border-info{
    border-color: #11cdef;
}

.border-warning{
    border-color: #fb6340;
}

.border-success{
    border-color: #2dce89;
}

.border-danger{
    border-color: #f5365c;
}

.border-gray-1{
    border-color: #f7f8f8;
}

.border-purple-1{
    border-color: rgba(122, 20, 239, .25);
}

.border-purple-2{
    border-color: #9B7EDE;
}

/* circles */
.circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
}
.circle-sm {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: auto;
}
.circle-lg {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
}



.page-mid-content {
    padding-top: 45px;
}


nav#sidenav-main {
    display: none !important;
}
.g-sidenav-pinned .sidenav.fixed-left+.main-content{
    margin-left: 0;
}

@media only screen and (max-width : 1199px){
    .sidenav.fixed-left+.main-content{
        margin-left: 0 !important;
    }
}


.modal-open .modal {
    z-index: 999 !important;
}

.modal-backdrop {
    z-index: 998 !important;
}
.error-color {
    color: darkred;
}

