﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0 !important;
    background: #80A9CC1F !important;
    margin: 0 0 60px;
}

footer {
    height: 60px;
    width: 100%;
    color:#FFFFFF;
    background: #95AABA;
    line-height:60px;
    padding: 0 50px;
}

a:hover {
    text-decoration: none !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

textarea:focus, input:focus{
    outline: none;
}

.input-multiline {
    min-height: 100px !important;
}

.content {
    box-sizing: border-box;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.headbar-link:hover {
    color: #9d9d9d !important;
}

.detail-form {
    padding-top: 7px;
    margin-bottom: 0;
}

.toolbar {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0 5px 10px #8999BE29;
    position: fixed;
    z-index: 20;
    padding: 0 43px;
    line-height: 70px;
}

.toolbar-text {
    font-weight: 500;
    font-size: 28px;
    color: #46515A;
    padding: 0 !important;
}

.toolbar-img {
    height: 35px;
    cursor: pointer;
}

.footer-txt {
    text-align: left;
    color: #FFFFFF;
    padding: 0 !important;
}

.footer-main-txt {
    font-weight: bold;
}

.input {
    width: 100%;
    max-width: 100% !important;
    height: 50px;
    background: #FFFFFF19;
    border: 1px solid #80A9CC75;
    border-radius: 4px;
    text-align: left;
    color: #99A6B1;
    font-size: 14px;
    padding: 15px 20px;
}

.input-validation-error {
    background: #FFFFFF19 !important;
    border: 1px solid #E27864 !important;;
    border-radius: 4px !important;;
}

.input-title {
    padding: 0px !important;
    text-align: left;
    font-size: 14px;
    color: #0D0D0D;
    opacity: 1;
    margin-bottom: 14px;
    font-weight: 500;
}

.login-input {
    margin-bottom: 26px;
}

.login-form {
    padding: 26px 45px 30px 42px !important;
    background: #FFFFFF;
    height: 600px;
}

.login-title {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #46515A;
    opacity: 1;
    margin-bottom: 35px;
}

.login-btn {
    margin:40px auto !important;
    display: block !important;
}

.button-blue {
    background: transparent linear-gradient(107deg, #2D95D6 0%, #51D3DE 100%) !important;
    box-shadow: 0 2px 6px #80A9CC42;
    border-radius: 27px !important;
    width: 250px;
    height: 54px;
    text-align: center !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    opacity: 1;
    border: 0 !important;
    font-weight: 500 !important;
}

.button-transparent-white {
    background: transparent !important;
    box-shadow: 0 2px 6px #80A9CC42;
    border: 1px solid #FFFFFF !important;
    border-radius: 27px !important;
    width: 250px;
    height: 54px;
    text-align: center !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
}

.button-close {
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
}

.link > li  {
    font-size: 14px;
    font-weight: 500 !important;
    color: #2D95D6 !important;
    display: block;
    padding-top: 7px;
}

.login-register-link > li {
    text-align: center;
}

.login-forgot-link > li {
    text-align: right;
}

.checkbox > label {
    text-align: left;
    font-size: 14px;
    color: #46515A;
    padding-left: 0 !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.checkbox {
    padding-left: 25px;
}

.login-dashboard {
    padding: 27px 45px 32px 45px !important;
    background: transparent linear-gradient(291deg, #51D3DE 0%, #2D95D6 100%);
    height: 600px;
}

.login-dashboard-title {
    text-align: left;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin-top: 135px;
    margin-bottom: 19px;
}

.login-dashboard-text {
    text-align: left;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 73px;
    width: 460px;
}

.login-customers {
    background: #F3F7FA ;
    height: 200px;
}

.login-customers-title {
    margin-top: 35px;
    margin-bottom: 28px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #46515A;
}

.login-list {
    padding: 80px 45px 0 45px !important;
    background: #FFF;
}

.login-list-item {
    padding-bottom: 200px !important;
}

.login-list-item > div {
    text-align: left;
}

.login-list-item-title {
    font-size: 40px;
    font-weight: 500;
    color: #46515A;
}
.login-list-item-text {
    font-size: 18px;
    font-weight: lighter;
    color: #46515A;
    margin-right: 55px;
}

.login-list-item-separator {
    background: transparent linear-gradient(90deg, #51D3DE 0%, #2D95D6 100%);
    border-radius: 4px;
    width: 95px;
    height: 8px;
    margin-top: 10px;
    margin-bottom: 32px;
}

.login-list-item-img {
    height: 338px;
    box-shadow: 0 4px 26px #80A9CC8F;
}

.login-list-item-img-left {
    float: right;
    margin-right: 30px;
}

.login-list-item-img-right {
    float: left;
    margin-left: 30px;
}

.rectangle-gray {
    background: #80A9CC42;
    opacity: 0.75;
}

.register-title {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #46515A;
    opacity: 1;
    margin-bottom: 40px;
}

.register-main {
    padding: 25px 197px 0 197px;
    height: 100%;
    background: #FFF;
}

.disabled {
    pointer-events:none;
    opacity:0.6;
}

.no-padding {
    padding: 0 !important;
}

.no-pointer {
    pointer-events: none;
    cursor: default;
}

.circle-first {
    margin-left: auto;
}

.circle-last {
    margin-right: auto !important;
}

.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    background: #80A9CC42;
    margin-right: 60px;
}

.text-danger {
    text-align: left;
    font-size: 12px;
    color: #E27864 !important;
    line-height: 2.5;
}

.close-txt {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    margin-right: 13px;
    color: #768591;
    float: right;
}

.close-img {
    width: 14px;
    height: 14px;
    margin-top: 7px;
    float: right;
}

.loupe-img {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    float: right;
}

.table-container, .rules-table-container {
    background: #FFFFFF;
    box-shadow: 5px 5px 10px #8999BE29;
    display: inline-block;
    width: 100%;
    padding: 12px 21px 0 21px;
    margin-top: 55px;
}

.settings-users-list-container {
    display: inline-block;
    width: 100%;
    padding: 12px 21px 0 21px;
}

.rules-table-container {
    display: grid;
}

.language-list-table-container {
    margin-top: 20px !important;
}

.language-selector-container {
    display: flex;
    margin-top: 28px;
}

.language-selector {
    width: 112px;
    height: 27px;
    text-align: center;
    font-weight: normal;
    color: #46515A;
    cursor: pointer;
}

.language-selector-selected {
    line-height: 24px;
    color: #22C4CB;
    font-weight: 500;
}

.language-selector-line-active, .language-selector-line {
    width: 112px;
    height: 3px;
    background: #22C4CB;
    visibility: visible;
}

.language-selector-line {
    visibility: hidden;
}

.language-table-container {
    display: inline-block;
    width: 100%;
}


.language-table-container table tr td p {
    margin: 15px 0;
}

.language-all-dynamic-btn {
    margin-right: 15px;
}

.table {
    font-size: 14px;
    background: transparent;
    color: #46515A !important;
}

.table > tbody > tr > th {
    font-weight: bold;
    font-size: 14px;
    border: 0 !important;
}

.table > tbody > tr {
    padding-left: 21px !important;
    padding-right: 21px !important;
}

.table > tbody > tr > td {
    border-top: 1px solid #80A9CC33 !important;
    padding: 26px 10px !important;
}

.language-table-container table tr td {
    padding: 9px 10px !important;
}

.table-title-tr {
    border-bottom: 2px solid #80A9CC33;
}

.list-container {
    padding: 25px 33px 0 33px;
}

.list-title {
    text-align: left;
    font-weight: 500;
    font-size: 26px;
    color: #46515A;
    margin-right: 20px;
}

.list-create-btn {
    background: #C3D4E367;
    border-radius: 14px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #2D95D6;
    height: 26px;
    margin: auto 0;
}

.title-container {
    display: flex;
}

.list-search-input-container {
    background: #FFFFFF;
    border: 1px solid #C3D4E3;
    padding: 0 20px;
    border-radius: 14px;
    height: 40px;
    width: 260px;
    margin-left: auto;
    line-height: 2.7;
}

.list-search-input {
    text-align: left;
    font-weight: lighter;
    color: #99A6B1;
    height: 40px;
    background: transparent;
    border: 0;
    padding: 0;
    width: 185px;
}

/*
    DEMO STYLE
*/

/*body {*/
/*    font-family: 'Poppins', sans-serif;*/
/*    background: #fafafa;*/
/*}*/

/*p {*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 1.1em;*/
/*    font-weight: 300;*/
/*    line-height: 1.7em;*/
/*    color: #999;*/
/*}*/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.sidebar-header-collapse-img {
    width: 17px;
    height: 16px;
    cursor: pointer;
    float: right;
}

.sidebar-header-collapse-txt {
    text-align: right;
    font-size: 12px;
    color: #FFFFFF;
    float: right;
    margin-right: 11px;
}

.app-sidebar-header-collapse-txt {
    color: #99A6B1 !important;
}

.sidebar-header-content-container {
    height: 75px;
    margin-top: 41px;
    display: flex;
}

.sidebar-header-img-container {
    width: 75px;
    margin-left: 35px;
    margin-right: 30px;
}

.app-li-circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 23px;
}

.fixed-sidebar {
    position: fixed;
    display: block;
}

#sidebar.active ul li .app-li-circle {
    width: 34px !important;
    height: 34px !important;
    margin-right: 0;
}

.app-li-text {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

#sidebar ul li .app-li-circle {
    background: #80A9CC42;
}

#sidebar ul li.active .app-li-circle {
    background: #51D3DE;
}

.sidebar-header-outer-circle {
    width: 75px;
    height: 75px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.sidebar-header-inner-img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin-left: 45px;
    position: absolute;
    top: 53px;
    left: 5px;
}

#sidebar.active .sidebar-header-title{
    visibility: hidden;
}

.sidebar-header-title {
    font-size: 24px;
    font-weight: bold;
}


#sidebar {
    height: 698px;
    min-width: 326px;
    max-width: 326px;
    background: #FFF;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 5px 5px 10px #8999BE29;
    position: fixed;
    z-index: 1;
    top: 70px;
}

#sidebar.active {
    min-width: 164px;
    max-width: 164px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    display: block !important;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    height: 140px;
    padding: 7px 10px;
    background: transparent linear-gradient(132deg, #2D95D6 0%, #51D3DE 100%);
    box-shadow: 5px 5px 10px #8999BE29;
}

#sidebar .app-sidebar-header {
    /*height: 140px;*/
    padding: 7px 10px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    height: 558px;
    overflow: hidden auto;
}

.components-orgs {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    height: 664px;
}

#sidebar.active ul li a {
    color: transparent;
}

#sidebar.active ul li a:hover {
    color: transparent;
}

#sidebar.active ul li a div{
    width: 100%;
}

#sidebar.active ul li.active > a, a[aria-expanded="true"] {
    color: transparent;
    height: 70px !important;
}

#sidebar ul li a {
    padding: 20px 20px 20px 65px;
    font-size: 18px;
    display: block;
    height: 70px !important;
}
#sidebar ul li a:hover {
    color: #46515A;
    background: #fff;
    text-decoration: none;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    background: transparent;
}

#sidebar ul li.active a:hover {
    background: transparent;
}

#sidebar ul li a:hover {
    background: #8FB9DE1F;
}

#sidebar ul li.active {
    background: #8FB9DE1F;
}

#sidebar ul li.active:hover {
    background: #8FB9DE1F;
}

a[data-toggle="collapse"] {
    position: relative;
}

/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {*/
/*    content: '\e259';*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    font-family: 'Glyphicons Halflings';*/
/*    font-size: 0.6em;*/
/*}*/

/*a[aria-expanded="true"]::before {*/
/*    content: '\e260';*/
/*}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.sidebar-menu-img-container {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-right: 23px;
}

.sidebar-menu-img-txt {
    font-size: 18px;
    color: #46515A;
    display: flex !important;
}

.sidebar-item-divider {
    height: 1px;
    background: #EEF2F5;
    margin-left: 112px;
}

#sidebar ul li.active .sidebar-item-divider {
    background: transparent;
}

#sidebar.active ul li .sidebar-item-divider {
    background: transparent;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.content-logged {
    padding-left: 326px;
    padding-bottom: 55px;
}

#content {
    width: 100%;
    /* TODO FIX THIS LATER */
    min-height: calc(100vh - 60px);
    transition: all 0.3s;
    padding-top: 70px;
}

.navbar-right {
    height: 70px !important;
}

.toolbar-container {
    width: 200px !important;
    left: -65px !important;
    /*transform: translate3d(-138px, 70px, 0px) !important;*/
}

.toolbar-container  li a:hover {
    background: #fff !important;
}

.toolbar-container-li {
    height: 70px;
}

.toolbar-img-container {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    margin: 15px;
}

.dropdown-menu {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    min-width: 200px !important;
    top: 18px !important;
    left: -75px !important;
    transform: translate3d(-80px, 35px, 0px) !important;
}

.dropdown-menu > li > a {
    background: #fff;
    color: #46515A !important;
    font-size: 14px !important;
}

.dropdown-menu > li> a:hover  {
    color: #51D3DE !important;
}

.dropdown-menu > li {
    background: #fff;
}

.dropdown-menu > li {
    margin-bottom: 30px;
}

.dropdown-logout {
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider {
    margin: 0 26px !important;
}

.dropdown-menu-header-outer-circle {
    width: 60px;
    height: 60px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.dropdown-menu-header-inner-img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: 45px;
    position: absolute;
    top: 20px;
    left: -14px;
}

.dropdown-menu-header-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 59px;
    line-height: 59px;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    word-wrap: break-word;
}

.dropdown-menu-header-img-container {
    margin-right: 10px;
}

.dropdown-menu-content-container {
    /*height: 75px;*/
    /*margin-top: 41px;*/
    display: flex;
}

.dropdown-menu-header {
    height: 89px;
    padding: 15px 26px;
    background: transparent linear-gradient(118deg, #51D3DE 0%, #2D95D6 100%);
}

.toolbar-custom-img {
    padding: 0 !important;
}

.toolbar-doc-img {
    height: 35px;
    background: url("/Images/toolbar-doc.svg") top center no-repeat;
}

.toolbar-doc-img:hover {
    background: url("/Images/toolbar-doc-active.svg") top center no-repeat;
}

.toolbar-feedback-img {
    height: 35px;
    background: url("/Images/toolbar-feedback.svg") top center no-repeat;
}

.toolbar-feedback-img:hover {
    background: url("/Images/toolbar-feedback-active.svg") top center no-repeat;
}

toolbar-img-container a.active toolbar-dropdown-img {
    background: url("/Images/toolbar-dropdown-active.svg") top center no-repeat;
}

.toolbar-dropdown-img {
    height: 35px;
    background: url("/Images/toolbar-dropdown.svg") top center no-repeat;
}

.toolbar-dropdown-img:hover {
    background: url("/Images/toolbar-dropdown-active.svg") top center no-repeat;
}

.toolbar-dropdown-img-active {
    background: url("/Images/toolbar-dropdown-active.svg") top center no-repeat;
}

.toolbar-dropdown-arrow {
    position: absolute;
    right: 20px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3CAFDA;
}

.list-empty-container {
    padding-top: 65px;
}

.list-empty-img {
    width: 401px;
    height: 265px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.list-empty-text {
    text-align: center;
    font-weight: lighter;
    font-size: 18px;
    color: #46515A;
    margin-top: 47px;
    margin-bottom: 119px;
}

.list-item-tr {
    cursor: pointer;
}

.list-img-container {
    width: 17px;
    height: 17px;
    margin-right: 23px;
    position: relative;
    display: inline-block;
}

.list-edit-img {
    height: 17px;
    background: url("/Images/list-edit.svg") top center no-repeat;
}

.list-edit-img:hover {
    background: url("/Images/list-edit-hover.svg") top center no-repeat;
}

.list-delete-img {
    height: 17px;
    background: url("/Images/list-delete.svg") top center no-repeat;
}

.list-delete-img:hover {
    background: url("/Images/list-delete-hover.svg") top center no-repeat;
}

.list-options-container, .list-options-container-flex{
    float: right;
}

.list-options-container-flex {
    display: flex !important;
}

.create-btn {
    margin: 50px auto !important;
    display: block !important;
}

.create-title {
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    color: #46515A;
}

.create-container {
    padding: 25px 33px 55px 33px;
}

.create-fields-container {
    margin: 25px 0 55px 0;
    padding: 22px 22px 0 22px !important;
    background: #FFFFFF;
    box-shadow: 5px 5px 10px #8999BE29;
}

.create-fields-row-container {
    margin-bottom: 60px;
    padding: 0px !important;
}

.create-fields-last-row-container {
    margin-bottom: 0;
    padding: 0px !important;
}

.create-left-fields {
    padding: 0 22px 0 0 !important;
}

.create-right-fields {
    padding: 0 0 0 22px !important;
}

.create-radio > input {
    visibility: hidden;
    position: absolute;
}

.create-radio > label {
    cursor: pointer;
}

.create-radio > input + label:hover {
    border: 2px solid #51D3DE;
    color: #51D3DE;
}

.create-radio > input:checked + label {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #51D3DE;
    border-radius: 6px;
    background: transparent;
    color: #51D3DE;
    font-size: 15px;
}

.create-radio > input + label {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    border: 2px solid #DAE7F0;
    border-radius: 6px;
    background: transparent;
    color: #46515A;
    font-size: 15px;
}

.create-radio-left {
    padding: 0 15px 0 0 !important;
}

.create-radio-right {
    padding: 0 0 0 15px !important;
}

.create-radio-input {
    visibility: hidden;
    position: absolute;
    width: 0;
}

.create-app-icon-container {
    display: flex;
}

.create-app-icon-img-container {
    width: 116px;
    height: 116px;
    margin-right: 20px;
    cursor: pointer;
}

.create-app-icon-img-circle {
    background: #80A9CC9F;
    width: 116px;
    height: 116px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.create-app-icon-img {
    height: 37px;
    width: 47px;
    position: absolute;
    top: 40px;
    left: 34px;
}

/* Select styling */
/*the container must be positioned relative:*/
.custom-select, .custom-select1, .custom-select2, .custom-select3 {
    position: relative;
    border-radius: 6px;
    padding: 0 !important;
    border: 0;
    height: 50px;
}

.custom-select select, .custom-select1 select, .custom-select2 select, .custom-select3 select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #80A9CC75;
    border-color: #80A9CC75 #fff #fff #fff;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: white white #80A9CC75 white;
    top: 17px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #99A6B1;
    padding: 13px 16px;
    border: 1px solid #80A9CC75;
    cursor: pointer;
    user-select: none;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: lighter;
    color: #99A6B1;
}

.select-items div {
    color: #46515A !important;
    background: #fff;
    font-weight: normal !important;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #51D3DE !important;
    border: 2px solid #51D3DE; 
}

.select-selected-item {
    font-weight: bold;
    color: #46515A;
}

.rules-left-list {
    padding: 0 22px 0 0 !important;
}

.rules-list-title-container {
    display: flex;
    margin: 10px 0 20px 0;
}

.rules-list-title {
    color: #46515A;
    font-size: 20px;
    font-weight: 500;
    margin-right: 13px;
}

.rules-list-li, .rules-list-li-no-drag {
    height: 70px;
    display: block;
    cursor: grab;
    position: relative; 
    z-index: 10;
}

.rules-list-li-no-drag {
    cursor: default;
}

.rules-list-placeholder {
    height: 70px;
    width: 100%;
    border-top: 1px solid #51D3DE;
    border-bottom: 1px solid #51D3DE;
    display: block;
}

.rules-list-content {
    border-top: 1px solid rgba(128, 169, 204, 0.2) !important;
    padding: 25px 0 !important;
}

.rules-list-content-arrows {
    border-top: 1px solid rgba(128, 169, 204, 0.2) !important;
    display: grid;
    height: 70px;
    line-height: 50px;
}

.rules-list-content-options {
    display: flex;
}

.rules-list-content-single-arrow {
    line-height: 76px;
}

.rules-list-arrow-container {
    width: 13px;
    height: 18px;
    position: relative;
    display: inline-block;
}

.rules-list-arrow-form {
    height: 35px;
}

.rules-list-arrow-up-img {
    height: 19px;
    background: url("/Images/rules-list-up-arrow.svg") top center no-repeat;
}

.rules-list-arrow-down-img {
    height: 19px;
    background: url("/Images/rules-list-down-arrow.svg") top center no-repeat;
}

.rules-list-item-title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 7px !important;
}

.create-entry-multi-title, .settings-users-title {
    color: #46515A;
    font-size: 20px;
    font-weight: bold;
}

.settings-users-title {
    margin-right: 13px;
}

.settings-users-title-container {
    margin-top: 70px;
    margin-bottom: 50px;
    padding: 0 !important;
    display: flex;
}

.custom-switch{
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 0 !important;
}

.custom-switch i {
    position: relative;
    display: inline-block;
    width: 68px;
    height: 31px;
    background-color: #C3D4E3;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
    margin-top: 13px;
}

.custom-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 64px;
    height: 27px;
    background-color: #C3D4E3;
    border-radius: 15px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.custom-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.custom-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.custom-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.custom-switch input { display: none; }

.custom-switch input:checked + i { background-color: #A8D17E; }

.custom-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.custom-switch input:checked + i::after { transform: translate3d(40px, 2px, 0); }

.create-entry-switch-container {
    display: flex;
    height: 50px;
}

.create-entry-switch-left-text, .create-entry-lang-switch-left-text {
    margin: auto 20px auto 0;
}

.create-entry-switch-right-text, .create-entry-lang-switch-right-text {
    margin: auto 0 auto 20px;
}

.create-entry-switch-checked {
    color: #46515A;
    font-weight: bold;
}

.create-entry-switch-unchecked {
    color: #BCCCD8;
    font-weight: normal;
}

.create-entry-name-container {
    padding: 0 10px 0 0 !important;
    margin-right: 20px;
}

.create-entry-selector-left {
    padding: 0 20px 0 0 !important;
}

.create-entry-selector-middle {
    padding: 0 10px !important;
}

.create-entry-selector-right {
    padding: 0 0 0 20px !important;
}

.rate-list-li {
    background: #FFFFFF;
    box-shadow: 5px 5px 10px #8999BE29;
    margin-bottom: 8px;
    padding: 18px 25px 21px 25px !important;
    display: block;
}

.rate-list-ul {
    padding: 0;
    margin-top: 30px !important;
}

.rate-list-content-container {
    display: flex;
    padding: 0 !important;
}

.rate-list-main-title {
    font-size: 18px;
    font-weight: 500;
    color: #46515A;
    padding: 0 !important;
    margin-bottom: 16px;
}

.rate-list-title {
    font-size: 12px;
    color: #768591;
    margin-right: 10px;
}

.rate-list-detail, .rate-list-detail-star-container {
    font-size: 12px;
    font-weight: 500;
    color: #46515A;
    cursor: default;
}

.rate-list-detail-star-container {
    display: flex;
}

.rate-list-detail-star-img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.rate-list-detail .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #768591;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    font-weight: lighter;
    top: 22px;
    left: 68px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.rate-list-detail:hover .tooltiptext {
    visibility: visible;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-license {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background: #FFFFFF;
    box-shadow: 0 4px 12px #66839D93;
    margin: auto;
    padding: 31px 53px 0 53px;
    border: 0 !important;
    width: 50%;
}

.modal-delete-text {
    font-size: 16px;
    color: #46515A;
    padding: 0!important;
    margin-top: 88px;
}

.modal-license-text {
    margin: 40px 0;
    font-size: 16px;
    color: #46515A;
    padding: 0!important;
}

.main-licensed {
    display: none;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.profile-validity-img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.profile-validity-description, .profile-validity-title {
    font-size: 14px;
}

.profile-validity-title {
    font-weight: 500;
}

.profile-validity-container {
    margin-top: 40px;
    float: right;
    display: flex;
}

.navigation-bar {
    height: 30px;
    background: #E5EDF5;
    padding: 0 34px !important;
    display: flex;
    line-height: 30px;
}

.navigation-bar-text, .navigation-bar-controller {
    font-size: 12px;
    color: #46515A;
}

.navigation-bar-controller {
    font-weight: bold;
}

.navigation-bar-arrow {
    margin: 10px 19px;
    width: 6px;
    height: 11px;
}

.alert-container {
    width: 450px !important;
    padding: 0 21px 0 0 !important;
    display: flex;
    background: #FFFFFF !important;
    border: 0 !important;
    box-shadow: 0 3px 10px #65747E29 !important;
    border-radius: 6px !important;
    position: fixed;
    z-index: 107;
    top: 0;
    right: 0;
    margin-top: 95px;
    margin-right: 33px;
}

.alert-content-container {
    padding: 20px 24px 20px 16px;
    display: flex;
}

.alert-img {
    height: 31px;
    width: 31px;
    margin-left: 16px;
}

.alert-txt {
    width: 278px;
    font-size: 12px;
    font-weight: 600;
    color: #47525D;
    border-bottom: 1px solid #DEDFE080;
    padding: 6px 0;
    margin-left: 14px;
}

.alert-side-color {
    width: 6px;
    height: 75px;
    border-radius: 6px 0 0 6px;
}

.alert-side-color-green {
    background: #9DD176;
}

.alert-side-color-red {
    background: #E27864;
}

.alert-close-img {
    width: 14px;
    height: 14px;
    margin-top: 14px;
    float: right;
}

.chosen-container-single .chosen-single div {
    margin-right: 10px;
}

.chosen-container-single .chosen-single div b {
    background: url("/Images/dropdown-arrow.svg") no-repeat 0 2px;
    margin: 20px 20px 0 0;
    height: 11px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 2px;
    transform: rotate(180deg);
}

.chosen-container .chosen-drop {
    border: 1px solid #80A9CC75;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.chosen-container-active .chosen-single {
    border: 1px solid #80A9CC75;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #80A9CC75;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.chosen-container-single .chosen-single {
    padding: 13px 16px;
    border: 1px solid #80A9CC75;
    cursor: pointer;
    user-select: none;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: lighter;
    color: #99A6B1;
    background: transparent;
    box-shadow: 0 0 0 0;
}

.chosen-container .chosen-results li {
    padding: 16px 16px;
    border: 1px solid #80A9CC75;
    user-select: none;
    height: 50px;
    border-radius: 6px;
    font-size: 14px;
    color: #46515A !important;
    background: #fff;
    font-weight: normal !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    background: #fff;
    color: #51D3DE !important;
    border: 2px solid #51D3DE;
}

.chosen-container .chosen-results {
    max-height: 280px;
}

.flag-switch-list-content {
    border-top: 1px solid rgba(128, 169, 204, 0.2) !important;
    padding: 8px 0 !important;
}

.flag-switch-content {
    width: 155px;
    margin: auto;
}

.flag-description {
    max-height: 70px;
    overflow: hidden;
    line-height: 70px;
    padding: 0 !important;
}

.flag-enabled-title {
    text-align: center;
}

.chart-container {
    position: relative;
    margin: 45px auto 0 auto;
    height: 200px !important;
    width: 100% !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar ul li a {
        padding: 20px 65px;
        color: transparent;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
