@import url("rfoicon.css?1");

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/opensans/open-sans-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('fonts/opensans/open-sans-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/opensans/open-sans-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
    url('fonts/opensans/open-sans-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'),
    url('fonts/opensans/open-sans-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
    url('fonts/opensans/open-sans-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'),
    url('fonts/opensans/open-sans-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/opensans/open-sans-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('fonts/opensans/open-sans-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/opensans/open-sans-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    color: #6eb044;
    margin-top: 30px;
}

em {
    font-style: normal;
    color: #090;
    word-wrap: break-word;
    white-space: pre-wrap;
}

textarea {
    min-width: 100%;
    min-height: 40px;
    max-height: 300px;
    resize: vertical;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: scale(-1, 1) rotate(360deg);
                transform: scale(-1, 1) rotate(360deg);
    }
    to {
        -webkit-transform: scale(-1, 1) rotate(0deg);
                transform: scale(-1, 1) rotate(0deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: scale(-1, 1) rotate(360deg);
                transform: scale(-1, 1) rotate(360deg);
    }
    to {
        -webkit-transform: scale(-1, 1) rotate(0deg);
                transform: scale(-1, 1) rotate(0deg);
    }
}

.spinner {
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    display: inline-block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    top: 2px;
    margin: 0 8px;
}

.mainLoader {
    display: none;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 45%;
    z-index: 1000;
}
.loading {
    overflow: hidden;
}
.loading .mainLoader {
    display: block;
}
.loading > .b-main > *:not(.navbar):not(.b-nav-dashboard) {
    visibility: hidden;
}

.b-main .container-fluid {
    max-width: 1200px;
    flex: 1 0 auto;
    width: 100%;
}

.b-main {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.container-fluid.b-main {
    display: none;
}

.logged_in_label {
    display: none;
}

#showQSLink {
    padding: 13px 0 0 7px;
    color: #448aff;
    text-decoration: underline;
}
#showQSLink:hover,
#showQSLink:active {
    color: #336add;
}

.navbar-nav > li.active > a {
    filter: none !important;
}

.b-navbar-1,
.b-navbar-2,
.b-navbar-3 {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    background: #fff;
    min-height: 50px;
}
.b-navbar-2 .navbar-nav,
.b-navbar-2 .navbar-nav-left {
    float: none;
}
.b-navbar-2 .navbar-nav > li > a,
.b-navbar-3 .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

.b-navbar-1 .navbar-link {
    text-decoration: underline;
    color: #6eb044;
}
.b-navbar-1 .navbar-text {
    font-weight: bold;
    margin: 0;
    text-align: right;
}
.b-navbar-1 .navbar-text .navbar-btn {
    margin-left: 30px;
    text-transform: uppercase;
}

.b-navbar-2 {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #3d4144;
}
.b-navbar-2 .navbar-nav > li > a,
.b-navbar-2 .navbar-nav > li > a:focus {
    background-color: #3d4144;
}
.b-navbar-2 .navbar-nav > li:not(.active) > a:hover {
    background-color: #7c8185;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.b-navbar-2.affix {
    width: 100%;
    top: 0;
    z-index: 2000;
}

.modal-dialog-affix {
    margin-top: 80px;
}

.b-navbar-3 {
    background: #6eb044;
    min-height: 30px;
    z-index: auto;
}
.b-navbar-3 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.b-navbar-3 .navbar-nav > li > a:hover {
    background-color: #82ce50;
}
.b-navbar-3 .navbar-nav > .active > a,
.b-navbar-3 .navbar-nav > .active > a:hover,
.b-navbar-3 .navbar-nav > .active > a:focus {
    background: #82ce50;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.b-logo {
    display: block;
    float: left;
    min-height: 48px;
    width: 200px;
    margin: 0 -5px 0 0;
    overflow: hidden;
}
.b-logo,
.b-logo:focus {
    outline: none;
}
.b-logo img {
    margin-top: 9px;
    width: 200px;
}

.b-navbar-toggle-text {
    float: right;
    border: none;
    background: none !important;
    margin: 0;
    padding: 15px 15px 0 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-toggle {
    height: 34px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2),
.navbar-toggle.collapsed .icon-bar:nth-child(3),
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0deg);
    position: static;
    top: 0;
    display: block;
    transition: all 0.3s;
}
.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(135deg);
    position: relative;
    top: 3px;
    transition: all 0.3s;
}
.navbar-toggle .icon-bar:nth-child(3) {
    display: none;
}
.navbar-toggle .icon-bar:nth-child(4) {
    transform: rotate(45deg);
    position: relative;
    top: -3px;
    transition: all 0.3s;
}

#mainMenuNavbar {
    position: absolute;
    width: 100%;
}
#mainMenuNavbar .navbar-nav {
    margin-top: 0;
}

#mainMenuNavbar .dropdown-menu {
    min-width: 100%;
    transition: max-height 0.2s ease-out, opacity 0.3s ease-in, left 0.3s step-end;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    left: -10000px;
}
#mainMenuNavbar .open .dropdown-menu {
    visibility: visible;
    max-height: 200px; /* is used for slide effect, need to be equal or a few bigger than actual height of .dropdown-menu */
    opacity: 1;
    transition: max-height 0.3s ease-in, opacity 0.2s ease-out, left 0.3s step-start;
    left: 0;
}

/* language selector */

.b-lang {
    width: 90px;
    float: right;
    z-index: 1005;
    margin-top: 14px;
    cursor: pointer;
}
.b-lang .dropdown-toggle,
.b-lang .dropdown-menu {
    color: #9a9a9a;
    border: 1px solid #9a9a9a;
    padding: 1px 3px;
    line-height: 18px;
    border-radius: 4px;
    font-size: 12px;
}
.b-lang .dropdown-menu {
    min-width: 0;
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0;
    margin-top: -2px;
}
.b-lang .dropdown-toggle .caret {
    float: right;
    margin-top: 8px;
    color: #9a9a9a;
}
.b-lang .dropdown-menu > li > a {
    padding: 5px;
    color: #9a9a9a;
}
.b-lang .dropdown-menu > li:last-of-type > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* alt language selector */

.b-lang-alt {
    cursor: pointer;
    float: right;
    width: 88px;
    z-index: 1005;
}
.b-lang-alt .dropdown-toggle,
.b-lang-alt .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    -webkit-box-shadow: none;
    line-height: 50px;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.b-lang-alt.open .dropdown-toggle {
    background-color: #7c8185;
}
.b-lang-alt .dropdown-toggle .rfoicon {
    display: inline-block;
    font-size: 9px;
    margin-left: 3px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}
.b-lang-alt.open .dropdown-toggle .rfoicon {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
.b-lang-alt .dropdown-menu {
    text-align: left;
}
.b-lang-alt .dropdown-menu > li > a {
    color: #fff;
    background-color: #3d4144;
    padding: 10px 15px;
}
.b-lang-alt .dropdown-menu > li > a:hover {
    background-color: #7c8185;
}

#selectLangDialog .nav > li > a {
    color: #000;
    font-size: 130%;
}

/* footer */

.footer-container {
    clear: both;
    margin-top: 80px;
    flex: 0 0 auto;
}
.social {
    display: none;
    height: 80px;
    background: #6eb043;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    padding-top: 14px;
    font-family: "Cabin", sans-serif;
    text-align: center;
}
.social a {
    display: inline-block;
    width: 54px;
    height: 52px;
    margin-left: 10px;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    background: url(/css/images/new/social.png) no-repeat;
}
.social a.btn-f { background-position:    0   0; } .social a.btn-f:hover { background-position:    0   -52px; }
.social a.btn-g { background-position:  -54px 0; } .social a.btn-g:hover { background-position:  -54px -52px; }
.social a.btn-p { background-position: -108px 0; } .social a.btn-p:hover { background-position: -108px -52px; }
.social a.btn-t { background-position: -162px 0; } .social a.btn-t:hover { background-position: -162px -52px; }
.social a.btn-y { background-position: -216px 0; } .social a.btn-y:hover { background-position: -216px -52px; }

#footer {
    background: #3d4144;
    padding: 15px 0;
    color: #fff;
}
#footer ul {
    list-style-type: none;
}
#footer .links {
    margin: 0 auto 60px auto;
    width: 350px;
}
#footer ul li {
    font-size: 12px;
    line-height: 18px;
}
#footer .links a {
    color: #fff;
    text-decoration: none;
}
#footer .links a:hover {
    color: #82ce50;
}
#footer .links img {
    margin-top: -3px;
}
#footer .links ul li.topic,
#footer .links ul li.subtopic {
    padding-bottom: 10px;
    font-size: 18px;
    margin-top:20px;
}
#footer .links ul, #footer .links div {
    padding: 10px;
}
#footer .links div ul {
    padding: 0;
}
#footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

/* other styles */

.modal-dialog .modal-header .modal-title {
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.header-nav-tabpanel .nav-tabs {
    border: none;
}
.header-nav-tabpanel .nav-tabs > li > a,
.header-nav-tabpanel .nav-tabs > li > a:hover,
.header-nav-tabpanel .nav-tabs > li > a:focus,
.header-nav-tabpanel .nav-tabs > li.active > a,
.header-nav-tabpanel .nav-tabs > li.active > a:hover,
.header-nav-tabpanel .nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0;
    outline: none;
}
.header-nav-tabpanel .nav-tabs > li > a:hover,
.header-nav-tabpanel .nav-tabs > li.active > a,
.header-nav-tabpanel .nav-tabs > li.active > a:hover,
.header-nav-tabpanel .nav-tabs > li.active > a:focus {
    border-color: #448aff;
    color: #448aff;
}
.header-nav-tabpanel .nav-tabs > li > a,
.header-nav-tabpanel .nav-tabs > li > a:hover {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    text-transform: uppercase;
}
.header-nav-tabpanel .nav-tabs > li.disabled > a,
.header-nav-tabpanel .nav-tabs > li.disabled > a:hover {
    border-color: transparent;
    color: #C8C8C8;
    cursor: not-allowed;
}
.header-nav-tabpanel .nav-tabs.nav-justified > li {
    top: 1px;
}
.header-nav-tabpanel .tab-content {
    background: #fff;
    border: 1px solid #d5dbde;
    padding: 30px 15px;
}
.modal-dialog .header-nav-tabpanel .nav-tabs > li > a {
    padding: 10px 15px;
    font-size: 12px;
}
.modal-dialog .header-nav-tabpanel .tab-content {
    border: none;
    padding: 0;
}
.modal-dialog .header-nav-tabpanel .nav-tabs:not(.hidden) + .tab-content {
    border-top: 1px solid #d5dbde;
    padding-top: 30px;
}

.file_name {
    white-space: pre;
}

.message {
    font-size: 120%;
    font-weight: bold;
    word-wrap: break-word;
}

.message .file_name,
#confirmDialog .file_name {
    display: inline-block;
    max-width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: #696;
}

.overflowData,
.overflowData * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#waitDialog .progressbar-bg,
.progress-wrapper .progressbar-bg {
    width:0%;
    background: #080;
    background: linear-gradient(0deg, #060, #0a0);
    height:31px;
}
#waitDialog .progressbar-value,
.progress-wrapper .progressbar-value {
    width:100%;
    color:#fff;
    font-family: Tahoma, sans-serif;
    position: absolute;
    top: 15px;
    left:0px;
    text-align: center;
    height:30px;
    line-height:30px;
}
#waitDialog .progress,
.progress-wrapper .progress {
    height: 31px;
    background-image: -webkit-linear-gradient(top,#B1ADAD 0,#E8E4E4 100%);
    background-image: -o-linear-gradient(top,#B1ADAD 0,#E8E4E4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#B1ADAD),to(#E8E4E4));
    background-image: linear-gradient(to bottom,#B1ADAD 0,#E8E4E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB1ADAD', endColorstr='#FFE8E4E4', GradientType=0);
    background-repeat: repeat-x;
}


#resultDialog .modal-body,
#resultDialog .modal-footer {
    text-align: center;
}
#resultDialog.wide .modal-body{
    text-align: left;
}
#resultDialog .message {
    font-size: 120%;
    font-weight: bold;
}
#resultDialog .error {
    background-color: #ac0000;
}
#resultDialog .warning {
    background-color: #f48900;
}

#resolveNamesConflictDialog .radio input {
    margin-left: 0;
}

#scorebar {
    background: url("/css/images/scorebar.jpg") repeat-x 0 5px #bbb;
    height: 5px;
    font-size: 1px;
    position: absolute;
    left: 0;
}

#scorebar_text {
    font-size: 10px;
    color: #ad0c0c;
    font-weight: bold;
    margin-top: 4px;
    visibility: hidden;
    margin-bottom: -5px;
}

.modal-open .modal {
    overflow: auto;
}

.modal-body .result-error {
    color: #f00000;
    margin: 0 0 20px 0;
    display: none;
}
.modal-body.processing {
    display: none;
    font-size: 110%;
    padding: 30px;
    text-align: center;
}
.modal-body .wait-loader {
    display: inline-block;
    background: url(/css/images/ajax-loader.gif) no-repeat 0 4px;
    padding-left: 24px;
}

.tableScrollable thead th,
.tableScrollable thead td {
    white-space: nowrap;
}
.tableScrollable thead th div,
.tableScrollable thead td div {
    position: absolute;
    padding: 8px;
    top: 0;
    margin-left: -9px;
    border-left: 1px solid #ddd;
    width: 100%;
    background: inherit;
    line-height: 22px;
}
.tableScrollable.tableScrollable-noborder thead th div,
.tableScrollable.tableScrollable-noborder thead td div {
    border-left: none;
    margin-left: -8px;
}

.tableSortable .headerSort {
    cursor: pointer;
}
.tableSortable .headerSort i {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    opacity: 0.8;
    line-height: 0;
}
.tableSortable .headerSort i:before {
    content: "\e150";
    font-size: 10px;
    margin-top: 1px;
}
.tableSortable .headerSort.headerSortDown i:before {
    content: "\e253";
    font-size: 8px;
    margin-top: 4px;
}
.tableSortable .headerSort.headerSortUp i:before {
    content: "\e252";
    font-size: 8px;
    margin-top: 4px;
}

.alertsContainer > .alert {
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
}
.alertsContainer > .alert a {
    color: #008BFF;
    text-decoration: underline;
}
.alertsContainer > .alert a:hover {
    color: #008BFF;
    text-decoration: none;
}
.alertsContainer > .alert.alert-danger {
    background-color: #FDD0D0;
}

.msg-unavailable {
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
}

.popover {
    max-width: 320px;
    width: auto;
}

.roundbutton {
    border-radius: 50%;
    background: #448114;
    width: 20px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    cursor: help;
}

.moreSettings {
    font-size: 90%;
    color: #149ab5;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.moreSettings:hover {
    color: #0c5f70;
    border-color: #0c5f70;
}
.moreSettingsDiv {
    display: none;
    margin-top: 20px;
}
.moreSettingsDiv button {
    margin-top: 15px;
}
.moreSettingsDivGroup {
    text-align: left;
    margin-top: 10px;
}

#createEditGroupWidget .dropdown-menu {
    right: 30px;
    min-width: calc(100% - 30px);
}
#createEditGroupWidget .disableAccessFrom {
    margin: 5px 0 0 22px;
}
#createEditGroupWidget .disableAccessFromHint {
    font-size: 10px;
    margin-left: 23px;
}
#createEditGroupWidget .allowedIPGroupPolicyHint {
    font-size: 10px;
    margin-bottom: 5px;
}
#createEditGroupWidget .form-group .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
}
#createEditGroupWidget ._sync_selector,
#createEditGroupWidget ._perm_selector {
    padding-left: 0;
}
#createEditGroupWidget ._selector_value span {
    font-size: 13px;
    color: #bcc;
    margin-right: 5px;
}
#createEditGroupWidget .dropdown-menu table {
    width: 100%;
}
#createEditGroupWidget .dropdown-menu table tr {
    cursor: pointer;
    vertical-align: baseline;
}
#createEditGroupWidget .dropdown-menu table tr:hover {
    background: #eee;
}
#createEditGroupWidget .dropdown-menu table tr td.value {
    border: none;
    padding: 5px;
    text-align: right;
    color: #080;
    white-space: nowrap;
    min-width: 150px;
}
#createEditGroupWidget .dropdown-menu table tr td.desc {
    border: none;
    padding: 5px;
    font-size: 13px;
    white-space: nowrap;
    color: #999;
    text-align: right;
}
#createEditGroupWidget .selector {
    font-weight: normal;
    background: #fff;
    width: 100%;
    text-align: right;
}
#createEditGroupWidget .form-horizontal .b-label-form {
    text-align: left;
    font-size: 98%;
}
#createEditGroupWidget .form-horizontal .b-label-form.disabled,
#createEditGroupWidget .form-horizontal textarea:disabled {
    opacity: 0.65;
}

#videoDialog .modal-dialog {
    width: 906px;
}
#videoDialog .modal-body {
    padding: 4px;
}
#videoDialog .youtubeiframe {
    display: none;
    height: 500px;
    width: 100%;
}

.typeahead-users.dropdown-menu {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}
.typeahead-users.dropdown-menu > li {
    border-top: 1px solid #d4d4d4;
}
.typeahead-users.dropdown-menu > li:first-child {
    border-top: none;
}
.typeahead-users.dropdown-menu > li > a {
    padding: 8px 15px;
    margin-right: 20px;
    width: 100%;
}
.typeahead-users.dropdown-menu > li > a > div {
    font-weight: bold;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.typeahead-users.dropdown-menu > li > a > em {
    color: #808080;
    display: block;
    font-size: 12px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.typeahead-users.dropdown-menu > li.active > a > em {
    color: #fff;
}
.typeahead-users.dropdown-menu > li > a strong {
    color: #000;
    background: #ffff00;
    font-weight: inherit;
}

.otp-confirm_description {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.otp-confirm_description div {
    color: #080;
    font-weight: bold;
    text-align:center;
    font-size: 120%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.otp-confirm_table tr td {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
}
table.otp-confirm_table tr td:first-child {
    padding-right: 10px;
}

/***** Start Screen Widget *****/

#startScreenWidget .modal-dialog {
    width: auto;
    margin-top: 50px;
}
#startScreenWidget .modal-content {
    overflow: hidden;
    border-radius: 20px;
    border: none;
    background-color: #ebebeb;
}
#startScreenWidget .modal-body {
    min-height: 300px;
    padding: 70px 90px 90px;
    text-align: center;
}
#startScreenWidget .modal-body .title {
    font-size: 36px;
    font-weight: 300;
}
#startScreenWidget .modal-body .line {
    background: #5bb254;
    height: 4px;
    width: 70px;
    margin: 46px auto 74px;
}
#startScreenWidget .modal-body .text {
    font-size: 22px;
    margin-bottom: 64px;
}
#startScreenWidget .modal-body ol {
    list-style-type: none;
    counter-reset: num;
    text-align: left;
}
#startScreenWidget .modal-body ol li {
    position: relative;
    padding-bottom: 18px;
}
#startScreenWidget .modal-body ol li:before {
    content: counter(num) ')';
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -26px;
}
#startScreenWidget .modal-body .btn {
    background: #5bb254;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    font-size: 22px;
    padding: 16px 58px;
    margin-bottom: 34px;
}
#startScreenWidget .modal-body .btn:hover {
    background: #4b954b;
}
#startScreenWidget .modal-body .link {
    margin-top: 16px;
}
#startScreenWidget .modal-body .text a,
#startScreenWidget .modal-body .link a {
    color: #5c82fc;
    font-size: 22px;
    text-decoration: underline;
}
#startScreenWidget .modal-body .text a:hover,
#startScreenWidget .modal-body .link a:hover {
    text-decoration: none;
}
#startScreenWidget .modal-body .close {
    position: absolute;
    top: 16px;
    right: 22px;
}

/* Password quality indicator */

.with-pwd-quality-ind {
    position: relative;
}
.with-pwd-quality-ind .pwd-quality-ind {
    position: absolute;
    top: 8px;
    right: 45px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.with-pwd-quality-ind .pwd-quality-ind > .icon {
    width: 18px;
    height: 18px;
    background: url('images/password-quality-indicator-good.svg') no-repeat center;
    background-size: contain;
}
.with-pwd-quality-ind .pwd-quality-ind.in-progress > .icon {
    color: rgb(255,255,255);
    background-image: url('images/progress-circle.svg');
}
.with-pwd-quality-ind .pwd-quality-ind.have-problems:not(.in-progress) > .icon {
    background-image: url('images/password-quality-indicator-bad.svg');
}
.with-pwd-quality-ind .pwd-quality-ind .check-list {
    display: none;
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    right: -45px;
    color: rgb(255,255,255);
    background-color: rgba(65, 65, 65, 1);
    border-radius: 4px;
    padding: 0.5em;
    white-space: nowrap;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list {
    display: block;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .title {
    text-align: left;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item {
    display: flex;
    align-items: center;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item .icon {
    flex: none;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item .text {
    padding-left: 4px;
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item.initial .icon {
    background-image: url('images/account-setup-password-hint-mark-initial.svg');
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item.passed .icon {
    background-image: url('images/account-setup-password-hint-mark-passed.svg');
}
.with-pwd-quality-ind .pwd-quality-ind:hover .check-list .item.failed .icon {
    background-image: url('images/account-setup-password-hint-mark-failed.svg');
}
.with-pwd-quality-ind .pwd-quality-ind .connector {
    display: none;
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    bottom: 27px;
    right: 1px;
    background-color: rgba(65, 65, 65, 1);
}
.with-pwd-quality-ind .pwd-quality-ind:hover .connector {
    display: block;
}
.with-pwd-quality-ind input.keyboardInput {
    padding-right: 70px !important;
}
.with-pwd-quality-ind input.bad-value {
    border-color: rgba(201, 1, 1, 1);
}
.with-pwd-quality-ind input.weak-value {
    border-color: rgba(255, 184, 0, 1);
}
.with-pwd-quality-ind input.form-control.bad-value:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.with-pwd-quality-ind input.form-control.weak-value:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(255, 184, 0, 0.78);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(255, 184, 0, 0.78);
}
.breach-warning {
    background-image: url('images/warn-exclamation.svg');
    background-position: 14px center;
    background-repeat: no-repeat;
    margin: 10px 0 0;
    font-size: 13px;
    padding-left: 50px;
    text-align: left;
    white-space: normal;
    line-height: 18px;
}

/**********/

.input-with-placeholder input,
.input-with-placeholder select {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    color: rgba(0,0,0,.87);
    height: 54px;
    padding: 8px 8px 0 13px;
    font-size: 16px;
    outline: none;
    width: 100%;
}
.input-with-placeholder input:hover:not(:disabled),
.input-with-placeholder input:focus,
.input-with-placeholder select:hover:not(:disabled),
.input-with-placeholder select:focus {
    border-color: rgba(193, 228, 191, 1);
}
.input-with-placeholder input.bad-value,
.input-with-placeholder input.bad-value:hover:not(:disabled),
.input-with-placeholder input.bad-value:focus,
.input-with-placeholder select.bad-value,
.input-with-placeholder select.bad-value:hover:not(:disabled),
.input-with-placeholder select.bad-value:focus,
.input-with-placeholder.has-error input,
.input-with-placeholder.has-error input:hover:not(:disabled),
.input-with-placeholder.has-error input:focus,
.input-with-placeholder.has-error select,
.input-with-placeholder.has-error select:hover:not(:disabled),
.input-with-placeholder.has-error select:focus {
    border-color: rgba(201, 1, 1, 1);
}
.input-with-placeholder input.weak-value,
.input-with-placeholder input.weak-value:hover:not(:disabled),
.input-with-placeholder input.weak-value:focus,
.input-with-placeholder select.weak-value,
.input-with-placeholder select.weak-value:hover:not(:disabled),
.input-with-placeholder select.weak-value:focus {
    border-color: rgba(255, 184, 0, 1);
}
.input-with-placeholder .input-placeholder {
    position: absolute;
    color: rgba(148, 148, 148, 1);
    text-indent: 14px;
    font-size: 16px;
    top: 15px;
    order: -1;
    pointer-events: none;
    transition: all 0.3s ease-in;
    opacity: 1;
}
.input-with-placeholder input:disabled:not([value=""]) ~ .input-placeholder,
.input-with-placeholder input:valid ~ .input-placeholder,
.input-with-placeholder input:focus ~ .input-placeholder,
.input-with-placeholder select:disabled:not([value=""]) ~ .input-placeholder,
.input-with-placeholder select:valid ~ .input-placeholder,
.input-with-placeholder select:focus ~ .input-placeholder {
    top: 6px;
    line-height: 1;
    font-size: 12px;
}
.input-with-placeholder.with-pwd-quality-ind .pwd-quality-ind {
    top: 18px;
    right: 55px;
}
.input-with-placeholder.with-pwd-quality-ind .pwd-quality-ind .check-list {
    right: -55px;
}
.input-with-placeholder.with-pwd-quality-ind input.keyboardInput {
    padding-right: 80px !important;
}

/**********/

.btn-toggle {
    background: #f0f0f0;
    border: 1px solid rgba(110,176,68,.5);
    border-radius: 15px;
}
.btn-toggle input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width:0;
}
.btn-toggle label {
    position: relative;
    float:left;
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
    width: 50%;
    text-align: center;
    font-weight: normal;
    opacity: .5;
}
.btn-toggle input[type="radio"]:checked + label {
    color: #448114;
    font-weight: bold;
    opacity: 1;
}
.btn-toggle input[type="radio"]:checked + label::before {
    content: " ";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}
.btn-toggle input[type="radio"]:checked + label:first-of-type::before {
    border-right: 1px solid rgba(110,176,68,.5);
}
.btn-toggle input[type="radio"]:checked + label:last-of-type::before {
    border-left: 1px solid rgba(110,176,68,.5);
}
.btn-toggle.no,
.btn-toggle.no input[type="radio"]:checked + label::before {
    border-color: rgba(169, 68, 66, 0.5);
}
.btn-toggle.no input[type="radio"]:checked + label {
    color: #a94442;
}

.pre {
    white-space: pre;
}
.pre-wrap {
    white-space: pre-wrap;
}

/**********/

@media (min-width: 965px) {
    .logged_in_label {
        display: inline;
    }
    .b-logo {
        width: 32px;
    }
    .b-navbar-2 .navbar-nav {
        float: right;
    }
    .b-navbar-2 .navbar-nav-left {
        float: left;
        margin-left: 30px;
    }
    .b-navbar-2 .navbar-nav > li > a {
        padding: 15px 10px;
    }
    .b-navbar-2 .navbar-nav > li:not(.active) > a:hover {
        -webkit-box-shadow: inset 0px -4px 0px 0px #6eb044;
                box-shadow: inset 0px -4px 0px 0px #6eb044;
    }
    .b-navbar-3 .navbar-nav > .active > a,
    .b-navbar-3 .navbar-nav > .active > a:hover,
    .b-navbar-3 .navbar-nav > .active > a:focus {
        -webkit-box-shadow: inset 0px -4px 0px 0px #3d4144;
                box-shadow: inset 0px -4px 0px 0px #3d4144;
    }
    #mainMenuNavbar {
        position: inherit;
        width: inherit;
    }
    #mainMenuNavbar .navbar-nav {
        margin-top: inherit;
    }
    .social {
        display: block;
    }
    #footer .links {
        width: 600px;
    }
    #createEditGroupWidget .modal-dialog.modal-sm {
        width: 450px;
    }
    #startScreenWidget .modal-dialog {
        width: 910px;
    }
}

@media (min-width: 1060px) {
    .b-logo {
        width: 125px;
    }
    .b-logo img {
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width: 1135px) {
    .b-logo {
        width: 200px;
    }
    .b-logo img {
        width: 200px;
        margin-top: 9px;
    }
}

@media (min-width: 1200px) {

}

/****
Old browser support (IE8 and older):
if @media query is not supporting by browser - it is the old browser
****/

#old-browser-msg {
    background: #fff;
    height: 100%;
    text-align: center;
    position: relative;
    opacity: 1;
}
#old-browser-msg .b1,
#old-browser-msg .b2,
#old-browser-msg .b2 a {
    height: 50px;
}
#old-browser-msg .b2 {
    background: #3c3c3c;
}
#old-browser-msg .b2 a {
    width: 240px;
    padding-top: 10px;
    display: inline-block;
}
#old-browser-msg .b3 {
    font-size: 18px;
    line-height: 32px;
    padding: 100px 0 340px 0;
}
#old-browser-msg .b-content {
    position: relative;
    min-height: 100%;
}
* html #old-browser-msg .b-content {
    height: 100%;
}
#old-browser-msg .b-footer {
    position: relative;
    margin-top: -280px;
    height: 280px;
}
#old-browser-msg .b4 {
    height: 80px;
    background: #6eb043;
}
#old-browser-msg .b5 {
    padding-top: 50px;
    height: 200px;
    background: #3d4144;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
@media (min-width: 1px) {
    .container-fluid.b-main {
        display: flex;
        flex-direction: column;
    }
    #old-browser-msg {
        opacity: 0;
    }
}

/* css for IE10+ */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        display: flex;
    }
}
