﻿/*Variables*/

/*Color hover row */

/* Fonts */

/********************************Html helper classes ******************************/

button {
    margin: 0px 5px;
    min-width: 100px;
}

.form-group {
    margin: 0;
    padding: 12px 0px;
}

.control-label {
    font-weight: 400 !important;
}

div.control-label>label {
    font-weight: 400 !important;
}

.control-label-with-checkbox {
    font-weight: 400 !important;
    padding: 8px 0px;
}

div.control-label-with-checkbox>label {
    font-weight: 400 !important;
}

.control-label-with-checkbox>span {
    padding: 0 !important;
}

.glyphicon-info-sign {
    color: #0081c6 !important;
    border: none;
    font-size: 18px !important;
    top: 3px;
    margin: 0px;
    padding: 0px 5px;
}

.glyphicon-info-sign:active {
    border: none;
    border-width: 0px;
}

.collapse-link i.glyphicon.glyphicon-minus {
    top: 5px;
    margin: 0px;
    padding: 0px 5px;
}

.collapse-link i.glyphicon.glyphicon-plus {
    top: 5px;
    margin: 0px;
    padding: 0px 5px;
}

.collapse-link i.glyphicon.glyphicon-triangle-top {
    top: 5px;
    margin: 0px;
    padding: 0px 5px;
}

.collapse-link i.glyphicon.glyphicon-triangle-bottom {
    top: 5px;
    margin: 0px;
    padding: 0px 5px;
}

Label input[type="checkbox"] {
    margin: 2px 4px;
    width: 15px;
}

Label input[type="radio"] {
    margin: 0px 5px;
    width: 13px !important;
}

.LabelofRadio {
    font-weight: 400 !important;
    padding: 0px 10px;
}

.LabelofRadio>span {
    padding: 0 !important;
}

[readonly].LabelofRadio>input {
    cursor: default !important;
}

.ControlOfRadio {
    padding-top: 3px;
}

.ControlOfRadio div label {
    padding-left: 30px;
}

.ControlOfRadio[disabled] *:hover {
    background-color: transparent !important;
    cursor: default;
}

.ControlOfChecBox {
    padding-top: 3px;
}

.ControlOfChecBox>div {
    padding-left: 15px;
}

.ControlOfChecBox[disabled] *:hover {
    background-color: transparent !important;
    cursor: default;
}

.TextBox {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    -webkit-opacity: 1 !important;
}

.TextBox, .ComboBox {
    margin: 0px;
    padding: 0px 5px;
    background-color: white;
}

.ComboBox select {
    background: transparent;
    width: 168px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white !important;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0px 0px;
    color: inherit;
    margin: 0;
    padding: 10px 10px;
    height: 40px;
}

.ibox-title .collapse-link {
    font-size: 9px !important;
    margin: 0px;
    padding: 0 5px;
    color: inherit;
}

.ibox-content {
    clear: both;
}

.ibox-content {
    background-color: white !important;
    color: inherit;
    padding: 15px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.popover {
    text-align: inherit;
    width: auto !important;
    max-width: none;
}

h3 {
    font-size: 14px;
    padding-left: 14px;
}

/********************************End of Html helper classes ******************************/

/********************************Override general control classes ******************************/

input:not([readonly]):focus {
    outline: none !important;
    box-shadow: 0 0 2px #719ECE;
    border: 1px solid #719ECE !important;
    -webkit-opacity: 1 !important;
}

input {
    outline: none !important;
    border: 1px solid #9e9e9e;
}

/*********************************End of override general control **************************/

/********************************searchable combobox custom classes************************/

.custom-combobox {
    position: relative;
    display: inline-block;
    border: 1px solid #9e9e9e;
}

.custom-search {
    position: relative;
    display: inline-block;
    border: 1px solid #9e9e9e;
    background-color: white !important;
    margin: 2px 7.5px;
}

.custom-combobox-input {
    margin: 0;
    background: none;
    width: calc(100% - 25px);
    padding: 0px 0px !important;
}

.custom-searchable-input {
    margin: 0;
    background: none;
    width: calc(100% - 25px);
    padding: 1px 0px;
}

.custom-combobox-focus {
    outline: none !important;
    border: 1px solid #719ECE !important;
    box-shadow: 0 0 1px 1px #719ECE;
}

.custom-combobox-focus input:focus {
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 6px 5px;
    width: 26px;
    cursor: default;
    color: black;
    font-size: 9px;
    margin-left: -1px;
    margin-right: -1px;
    background: none !important;
    border-radius: 2px;
}

.custom-searchable-toggle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
    width: 26px;
    min-width: 26px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 0px;
}

.cmb-icon-search {
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    color: #2d2d2d !important;
}

.cmb-icon-arrow {
    color: #2d2d2d !important;
    line-height: 1;
    position: absolute;
    left: 16px;
    right: 18px;
    font-size: 7px;
    top: 5px;
    bottom: 5px;
}

[dir="rtl"] .cmb-icon-arrow {
    left: 0px;
}

/****************End searchable combobox custom classes********************************/

/****************searchable combobox override jquery classes**************************/

.ui-menu .ui-menu-item {
    padding: 3px .4em 3px .4em !important;
}

.ui-state-default {
    border: none;
}

ul.ui-autocomplete {
    position: absolute;
    max-height: 200px;
    overflow: auto;
    padding: 1px;
    border: 1px solid #719ECE !important;
    z-index: 100;
    outline: none !important;
    box-shadow: 0 0 2px #719ECE;
    left: 0px !important;
    right: 0px !important;
}

.ui-state-focus {
    background: none !important;
    background-color: #dedede !important;
    border: 1px solid #dedede !important;
}

.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}

/*************End searchable combobox override jquery classes**********************/

.CustomComboboxToggleDisabled:not([readonly]) {
    background: #e6e6e6 !important;
    outline: none;
    -webkit-opacity: 1 !important;
}

.form-not-group {
    margin-bottom: 15px;
}

.btningroup {
    margin: 0px 0px;
}

.btngroup {
    padding-left: 0px;
    padding-right: 0px;
}

.RadioLabel {
    font-weight: 400 !important;
    padding: 0px 12px;
}

.notifications {
    width: 320px;
    padding: 2px 4px 0px 10px !important;
}

.header-setting {
    width: 270px;
    padding: 2px 4px 0px 10px !important;
}

.notifications-wrapper {
    overflow: hidden !important;
}

.menu-title {
    font-size: 1.5rem;
    display: inline-block;
}

.header-dropdown-menu .divider {
    margin: 5px 0px 5px 0px !important;
}

.item-title {
    font-size: 1.3rem;
    color: #2d2d2d !important;
    padding: 0px !important;
}

.menu-item {
    display: inline-block;
    width: 270px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #0081c6 !important;
    margin: 0 0 0px !important;
}

.read-notification-item {
    padding: 2px 2px 2px 4px;
    margin: 2px;
    border-radius: 4px;
}

.displaynone {
    display: none;
}

[readonly].RadioLabel>input {
    cursor: default !important;
    -webkit-opacity: 1 !important;
}

.bootstrap-switch {
    border-radius: 5px;
    border: solid #bebebe 2px;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
}

.bootstrap-switch-container>input {
    visibility: hidden;
    display: none;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
    height: 15px;
    width: 17px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-width: 2px;
}

.bootstrap-switch .bootstrap-switch-label:before {
    border-radius: 5px !important;
}

.bootstrap-switch-handle-on {
    background-color: #8ebb8e !important;
}

.bootstrap-switch-handle-on:before {
    font-family: 'Glyphicons Halflings' !important;
    content: '\e013';
    color: #8ebb8e !important;
}

.bootstrap-switch-handle-off {
    background-color: #bebebe !important;
}

.bootstrap-switch-handle-off:before {
    font-family: 'Glyphicons Halflings' !important;
    content: "\e014";
    color: #bebebe !important;
}

.glyphicon-larger-cog {
    color: #ffffff !important;
    font-size: 20px;
}

.glyphicon-larger-notification {
    color: #ffffff !important;
    font-size: 18px !important;
}

a:hover .glyphicon-larger-notification {
    color: #55b4e6 !important;
}

a:hover .glyphicon-larger-cog {
    color: #55b4e6 !important;
}

.TestConnection {
    padding: 0;
}

.TestConnection.col-xs-10 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.CheckUserButtonDiv {
    padding: 0;
}

.CheckUserButtonDiv.col-xs-10 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.EmptyDivAsLabel {
    display: inline-block;
    white-space: pre-wrap;
}

.login-btn {
    margin-left: 0px;
    margin-right: 0px;
}

.externalLogin-btn {
    width: 100%;
    margin: 0px
}

.orlabel {
    display: flex;
    flex-direction: row;
    width: 95%;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: auto;
}

.orlabel:before, .orlabel:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #b9b9b9;
    margin: auto;
}

html[dir="ltr"] .orlabel:before, html[dir="rtl"] .orlabel:after {
    margin-right: 10px
}

html[dir="ltr"] .orlabel:after, html[dir="rtl"] .orlabel:before {
    margin-left: 10px
}
.termsBody {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #e6e6e6;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    -webkit-opacity: 1 !important;
    overflow: hidden;
    clear: both;
}

.termsForm {
    height: 400px;
    display: block;
    position: relative;
    top: calc(50% - 200px);
}

.languagesContainer {
    width: 100%;
}

.languagesContainer .language {
    display: inline-block;
    font-size: 11px;
    margin: 15px 5px 0px 5px;
}

.languagesContainer .language:hover {
    text-decoration: underline !important;
}

.accept-btn {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .dialog.col-xs-10 {
        width: 83.33333333% !important;
    }
}

@media (min-width: 768px) {
    .dialog.col-sm-10 {
        width: 83.33333333% !important;
    }
}

@media (min-width: 992px) {
    .dialog.col-md-6 {
        width: 50% !important;
    }
}

.div-margin {
    margin-left: 15px;
    margin-right: 15px;
}

input[disabled], [ReadOnly].ComboBox {
    padding: 0px;
    -webkit-opacity: 1 !important;
}

.LoginButtonDiv {
    padding: 0;
}

.ExternalLoginButtonDiv {
    width: 100%
}

.full-width {
    width: 100%;
}

.full-width span {
    width: 93% !important;
}

.LoginButtonDiv.col-xs-10 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.EmptyDivAsLabel {
    display: inline-block;
    white-space: pre-wrap;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: right;
        margin-top: 1.5px;
    }
}

label {
    margin-bottom: 0px;
}

.md-padding, .no-padding, .sm-padding {
    padding: 0;
}

@media (min-width: 768px) {
    [dir="rtl"] .sm-padding {
        padding-left: 3px;
        padding-right: 0px;
    }
    [dir="ltr"] .sm-padding {
        padding-left: 0px;
        padding-right: 3px;
    }
}

@media (min-width: 992px) {
    [dir="rtl"] .sm-padding {
        padding-left: 3px;
        padding-right: 0px;
    }
    [dir="ltr"] .sm-padding {
        padding-left: 0px;
        padding-right: 3px;
    }
    .md-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    [dir="rtl"] .sm-padding {
        padding-left: 3px;
        padding-right: 0px;
    }
    [dir="ltr"] .sm-padding {
        padding-left: 0px;
        padding-right: 3px;
    }
    .md-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}