/* Global styles */
*, a:focus {
    outline:none;
}

iframe {
    border:0 solid #fff;
}

* > iframe{
    max-width: 100% !important;
}

a:hover,
a:focus,
a:active,
a:focus:active {
    text-decoration:none;
}

body{
    /*float:left;*/
    position:relative;
    background: #f0f0f0;
    color: #000;
    font-family: 'source';
    font-size: 14px;
    font-weight: normal;
    padding:0 !important;
    min-height:100vh;
}

/* jqgrid tables have horizontal scroll if this is disabled */
body {
    overflow-y:scroll !important;
}

body.modal-open {
    overflow-y:scroll !important;
    max-height:100%;
}

.modal-dialog {
    padding-bottom:30px;
}

h1 {
    margin-top:10px;
    margin-bottom:10px;
    font-size:30px;
}

h1,h2,h3,h4,h5,h6 {
    color:#3e3f51;
    font-family: 'source-light';
}

.cursor-pointer {
    cursor:pointer;
}

select[multiple] option {
    overflow:hidden;
}

/* placeholder styles*/
.form-control:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #ccc;
}
.form-control:-webkit-input-placeholder {
    color: #ccc;
}

/* helper classes*/

.scrollable {
    overflow:hidden !important;
}

/* dropdown*/

.dropdown-menu {
    padding:0;
    margin:0;
    border-radius:0;
    min-width:250px;
    border:0 solid #fff;
}

.dropdown-menu > li > a {
    padding: 12px 10px;
    /*white-space:normal;*/
}

.dropdown-menu > li > a > img {
    margin-right:10px;
    margin-bottom:10px;
}

.dropdown-menu .notification-item {
    padding:0;
    margin:0;
}

.dropdown-header,
.dropdown.open .dropdown-toggle {
    background:#505268;
}

.dropdown-header {
    padding:10px 15px;
}

.open > .dropdown-toggle.btn-default {
    border:1px solid #ccc;
}

.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus {
    background:#fff;
}

.styled-select.search-select {
    overflow: visible;
    border: none;
}

.styled-select.search-select select{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.styled-select.search-select:before,
.widget-filter .styled-select.search-select:before{
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
}

.widget-filter .bootstrap-select .btn,
.bootstrap-select .open > .dropdown-toggle.btn-default,
.bootstrap-select .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus {
    padding: 3px 10px;
    width: 100%;
    box-shadow: none;
}

.bootstrap-select .btn{
    padding: 7px 10px;
    width: 100%;
    box-shadow: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    max-width: 100%;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 10px;
}

/* Inputs*/
textarea {
    margin-top:5px;
    resize:vertical;
    transition:all 0s;
    min-height:100px;
}

.form-group {
    position:relative;
    margin-bottom:10px;
    min-height:34px;
    /*float:left;*/
    max-width:100%;
}

.form-group .regular-radio + label {
    margin-top:0;
}

.form-group .regular-checkbox + label{
    padding-top:2px;
    margin-top:7px;
    min-height:20px;
    font-size:12px;
}

.form-group .styled-select {
    margin-bottom:0;
}

.form-group label {
    min-height:14px;
}

.nav-stacked > li + li {
    margin-top:0;
}

.no-label {
    margin-top:21px;
}

.no-label .form-group .regular-checkbox + label {
    margin-top:0;
}

.nicescroll-rails {
    cursor:pointer !important;
}

/* modals */

.modal {
/*    width:0;*/
    height:0;
    overflow:visible;
    margin:0 auto;
    padding:0 !important;
    max-width:100%;
    position: absolute;
    min-height:1px !important;
/*    left:50%;*/
}

.modal.fade.in {
    top:0;
}

.modal-open .modal {
    overflow:visible;
    width:600px;
/*    margin-left:-300px;*/
}

/*.modal-dialog {
    margin:0 -300px;
}

.modal-dialog.modal-sm {
    margin:0 -150px;
}

.modal-dialog.modal-lg {
    margin:0 -450px;
}*/

.modal-header {
    border-bottom:1px solid #eee;
    background:#3174B6;
    padding:10px;
    border-radius:4px 4px 0 0;
    cursor: move;
}

.modal-header .close {
    background:#fff;
    color:#3174B6;
    opacity:0.9;
    width:25px;
    height:25px;
    border-radius:50%;
    margin-top:0;
    font-size:18px;
    position: absolute;
    right: -13px;
    top: -20px;
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.modal .modal-body {
    padding-top: 5px;
}

.modal .btn-group.langSelector {
    position: absolute;
    top: -61px;
    right: 15px;
}

.modal .btn-group.langSelector .btn.active {
    background: #9bcc58;
}

.modal-header .close:hover {
    opacity:1;
}

.modal-header-content {
    height:20px;
    margin-top:5px;
}

.modal-title {
    color:#fff;
    /*text-align:center;*/
    padding:0 5px;
}

.modal-content {
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.modal-footer {
    border-top:1px solid #eee;
    padding: 10px 15px;
}

.modal-footer .btn + .btn {
    margin-bottom:5px;
}

.modal-dialog {
    width:auto;
    max-width:100%;
}

/* quick forms*/
.modal .nav-tabs {
    border-bottom:0 solid #fff;
}

.modal .nav > li > a {
    padding:5px 10px;
}

.modal .form-horizontal .control-label {
    padding-top:5px;
}

.modal #forma_dijalog_content_paid {
    overflow-y:visible;
}

fieldset {
    border:1px solid #d8d8d8;
    border-radius:4px;
    margin-bottom:15px;
    padding:10px 0;
}

.modal .boxForm:last-of-type fieldset {
    margin-bottom:0;
}

.modal .styled-select {
    height:30px;
}

.modal .styled-select select {
    padding: 4px 6px;
}

.modal .styled-select:before {
    top:0;
    right:3px;
}

legend {
    font-size: 16px;
    padding: 0 5px;
    border-bottom:0 solid #fff;
    width:auto;
    margin:0 0 0 10px;
    background:#fff;
    /*font-weight:bold;*/
}

.modal .legend {
    font-size:13px;
}

.modal .langSelector .btn {
    padding:2px 10px;
    box-shadow:0 0 0 0 #fff;
}

.modal .tab-wrapper {
    margin-bottom:0;
}

.modal .form-horizontal .form-group {
    margin-left:0;
}

.modal .form-horizontal .widget-filter .form-group {
    margin-left:15px;
    margin-right:0;
}

.modal .style-big-gray .tab-content {
    padding:15px 0 0px 0px;
}

.modal label {
    font-size:13px;
}

.modal .btn-icon {
    height:24px;
}

.modal .form-control {
    height:30px;
    font-size: 13px;
}

.modal .form-group {
    min-height:30px;
}

.modal .input-group-addon {
    padding:3px 8px;
}

.modal .tab-wrapper {
    overflow:visible;
}

/*.modal .modal-body {
    overflow-y:auto;
}*/

.modal .bank-extract {
    height:220px;
    overflow-y:auto;
}

.modal-footer {
    overflow:hidden;
}


/* quick forms end*/

/* form element small style */
.form-sm label {
    margin-bottom: 0px;
    font-size:12px;
}

.form-sm .form-group{
    margin-bottom: 5px;
}

.widget-content.widget-content-full{
    margin: 0px;
    padding: 0px;
}

/* end form element small style */

.imagePreview {
    max-width: 100%;
}

.text-success {
    color:#8CC43E;
}

/* toastr (notifications)*/

#toast-container > :hover {
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.25);
}

.toast-top-right {
    left:50% !important;
    margin-left:-150px;
    margin-top:-50px;
    top:50% !important;
}

/* panels*/

.panel {
    box-shadow:0 0 0 0 #fff;
}

.panel-title {
    position:relative;
    font-weight:normal;
    padding-right:50px;
}

.panel-title > a:hover,
.panel-title > a:focus,
.panel-title > a:active,
.panel-title > a:focus:active {
    text-decoration:none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    color:#333;
}

.panel-title i {
    cursor:pointer;
}

.panel-group {
    margin-bottom:30px;
}

.panel-group .panel {
    margin-bottom:15px;
}

.panel-group ul {
    padding-left:25px;
}

.panel-group > ul {
    padding-left:0;
}

.panel-group > ul > li {
    width:50%;
}

.panel-default > .panel-heading {
    background-color:#fafafa;
    box-shadow: 0 0 0 0 #fff;
    border-radius:4px;
}

.panel-title .appended-icons {
    position:absolute;
    top:0;
    right:0;
}

.panel-title .appended-icons i {
    margin-left:3px;
}

.panel-item {
    position:relative;
    background:#f8f8f8;
    border:1px solid #f1f1f1;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
    color:#444559;
    padding:5px;
    height:140px;
}

.panel-item .intro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    text-align: center;
    background: #eee;
    color:#999;
    height: 100%;
    padding-top: 0;
}

.panel-item .counter {
    color:#999;
    line-height:30px;
    margin-bottom:5px;
}

.panel-item .intro i {
    margin-top:5px;
    width:100%;
}

.panel-item .picture,
.panel-item .content {
    padding-left: 35px;
    font-size: 12px;
    padding-right: 35px;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 27px;
}

.panel-item .picture,
.panel-item .picture img {
    max-height:100px;
}

.panel-item .drag {
    position:absolute;
    top:0;
    right:0;
    background:#eee;
    height:100%;
    width:30px;
}

.panel-item .drag i {
    position:absolute;
    top:calc(50% - 6px);
    left:9px;
    text-align:center;
}

.panel-item-grid {
    max-width:300px;
    float:left;
    width:100%;
    padding:0 15px;
}

/* Global styles end */

/* icons */

.sidebar .icon-search {
    background: transparent no-repeat bottom right;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 24px;
    height: 24px;
    border: 0 solid #fff;
}

.dropdown-icon {
    margin-top: 3px;
    width: 42px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}

.icon-holder {
    display:inline-block;
    width:28px;
    height:24px;
    font-size:20px;
    vertical-align:middle;
    text-align:center;
    margin-top:2px;
    margin-right:10px;
}

/* icons end*/

/* Menu*/

.menu {
    transition:all 0.3s;
}

.menu.closed {
    height:0;
    overflow:hidden;
}

.menu.open {
    height:auto;
    overflow:visible;
}

.menu-2level > li:first-of-type {
    padding-top:0;
}

.menu-2level > li:last-of-type {
    padding-bottom:0;
}

.menu-2level {
    display:none;
}

.menu-2level.open {
    display:block;
}

.sidebar .nav ul.menu-3level {
    padding-left:33px;
    list-style-type: none;
}

.sidebar .nav ul.menu-3level li a {
    padding:0;
}

.sidebar .nav > li > a {
    height: 50px;
    max-height: 50px;
    line-height: 30px;
}

/* Menu end*/

/* Buttons */

.navbar-toggle {
    float:left;
    display:block;
    margin-left:0;
    transition:all 0.3s;
    margin:8px 5px 8px 0;
    padding:9px 9px 9px 7px;
}

.navbar-toggle .icon-bar {
    background:#ccc;
}

.btn {
    padding:7px 30px;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset;
    margin:0 5px 5px;
    border:0 solid #fff;
    transition:box-shadow 0.3s, background-color 0.3s;
/*    max-width:100%;*/
}

.btn:only-child {
    margin:0 0 5px;
}

.btn:focus:active,
.btn:focus {
    outline:0 solid #fff;
}

.btn:active {
    transform:translate(0,1px);
    outline:0 solid #fff;
}

.btn-default {
    border:1px solid #ddd;
}

.btn-primary {
    background:#e6e6e6;
    color:#3e3f53;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:focus:active {
    background:#ccc;
    color:#3e3f53;
}

.btn-primary i {
    color:#3E3F53;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
    background:#eee;
    border:1px solid #DBDBDB;
}

.btn-danger {
    background:#CD4E2D;
}

.btn-warning {
    background:#F4940E;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:active:focus {
    background:#E0840D;
}

.btn.btn-xs {
    padding:2px 8px;
}

.btn.btn-xs.btn-icon {
    padding: 3px 8px 2px 20px;
}
.btn.btn-xs.btn-icon i {
    line-height: 22px;
    width:22px;
}

.btn.btn-sm {
    padding:5px 15px;
}

.btn.btn-sm.btn-icon {
    padding-left:30px;
}

.btn.btn-sm.btn-icon i {
    margin-left:5px;
}

.btn.btn-lg {
    padding:6px 30px;
}

.btn.btn-xl {
    padding: 6px 40px;
    font-size: 1.5em;
}

.btn.btn-icon {
    position:relative;
}

.btn.btn-icon i.icon-plus {
    margin-top:2px;
}

.btn.btn-sm.btn-icon i {
    width:20px;
    background-size: 50%;
    line-height:26px;
}

.btn.btn-lg.btn-icon i {
    width: 32px;
    line-height: 36px;
    font-size: 0.9em;
}

.btn.btn-xl.btn-icon i {
    width:40px;
    line-height:42px;
}

.btn.btn-link {
    padding:0;
    color:#45465a;
    line-height:32px;
    box-shadow:0 0 0 0 #fff;
}

.btn.btn-link.btn-icon {
    padding-left:27px;
}

.btn.btn-link.btn-icon i {
    color:#45465A;
}

.btn-icon i {
    width:30px;
    height:100%;
    line-height:32px;
    position:absolute;
    top:0;
    left:0;
    background-position:center center;
}

.btn-group .btn {
    margin:0;
    padding:6px 20px;
    box-shadow:0 0 0 0 #fff;
}

.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:focus:active {
    border-color:#ccc;
    outline:0 solid #fff;
}

.btn-group .btn.active {
    background:#3174B6;
    color:#fff;
}

.btn-group.btn-group-xs .btn {
    padding: 2px 12px;
    height: 24px;
}

.btn.btn-rect {
    padding:6px 0;
    width:32px;
}

.btn.btn-rect-icon {
    padding: 3px 8px !important;
    width: 32px;
    height: 28px;
    margin-top:-2px !important;
}

.btn.btn-rect-icon i {
    line-height:20px !important;
}

.btn.btn-circ {
    padding:6px 0;
    width:32px;
    border-radius:50%;
}

.image-uploader .btn.btn-sm {
    margin:5px 2px 0;
}

.image-upload-actions {
    margin-top:20px;
}

/* Buttons end */

/* Alerts*/

.alert {
    padding:10px 15px;
    border-radius:0;
}

.alert-danger {
    background:#f2dedf;
    border:1px solid #E0BCBD;
    color:#D66A4D;
}

.alert-warning {
    background:#edc09f;
    border:1px solid #C6A085;
    color:#b7713e;
}

.alert-info {
    border:1px solid #89A6C4;
}

.alert-success {
    border:1px solid #ACC487;
}

/* Alerts end*/

/* Styled select */

.styled-select {
    position:relative;
    background:#fff;
    border:1px solid #ddd;
    overflow:hidden;
    border-radius:4px;
    width:100%;
    margin-bottom:15px;
    height:32px;
    max-width:100%;
}

.styled-select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 30px;
    pointer-events:none;
    background: #fcfcfc url("../images/icons/caret-down.png") no-repeat scroll center center;
}

.styled-select select {
    background: transparent none repeat scroll 0% 0%;
    width: calc(100% + 28px);
    border:0 solid #fff;
    padding:6px;
    color:#514f64;
    cursor:pointer;
}

.styled-select select option:hover {
    background:#3175b6;
}

option:disabled {
    color:#bbb;
}

.styled-select.styled-select-xs {
    max-width:70px;
}

.styled-select.styled-select-sm {
    max-width:140px;
}

.form-control {
    transition:all 0.3s;
    color:#333;
}

.form-control:focus {
    border: 1px solid #DBDBDB;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.select-category-wrapper .form-group {
    display: flex;
    width: 100%;
}

.select-category-wrapper .form-group label {
    width: calc(100% / 3);
    padding: 7px 15px 0;
    text-align: right;
}

/* Styled select end */

/* multiselect box*/

.multiselect-box {
    border: 1px solid #dbdbdb;
    padding: 3px 6px;
    border-radius: 4px;
    margin-left: 10px;
    color: rgb(153, 153, 153);
    overflow-y:auto;
    color:#969696;
}

/* multiselect box end*/

/* Notifications */

.notification-item {
    position:relative;
    background:#fff;
    list-style-type: none;
    padding:14px 8px 10px;
    margin-bottom:10px;
    box-shadow:0px 1px 5px rgba(0, 0, 0, 0.25);
}

.notification-item .notification-description {
    color:#999;
}

.notification-title {
    font-size:1.2em;
    line-height:1;
    padding-right:65px;
    margin-bottom:3px;
}

.notification-image {
    float:left;
    margin-right:8px;
}

.notification-timestamp {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
    line-height: 20px;
    color:#999;
}

.notification-description {
    line-height:1;
}

/* Notifications end */

/* Inputs */

label {
    font-weight:normal;
    color:#969696;
    margin-bottom:2px;
}

.form-control {
    box-shadow:0 0 0 0 #fff;
}

.form-horizontal .btn {
    margin: 0 5px 5px 0;
}

.form-horizontal .btn-group .btn {
    margin: 0 0 5px 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top:0;
}

.form-horizontal .control-label.text-left {
    text-align:left;
}

.form-horizontal .form-group {
/*    margin-left:15px;*/
}

.date {
    cursor:pointer;
}

.datepicker-days {
    padding:5px;
}

.date,
.time-picker,
.datetime-picker {
    max-width:190px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius:4px;
}

.bootstrap-datetimepicker-widget a[data-action] {
    box-shadow:0 0 0 #fff;
}

.regular-radio {
	display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    padding: 11px;
    font-size:100%;
    padding:0 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor:pointer;
    margin-bottom:0;
}

.regular-radio + label span {
    position:absolute;
    top:-11px;
    left:25px;
    padding-left:5px;
    line-height:44px;
    width:200px;
    color:#7c7c7c;
    cursor:pointer;
}

.regular-radio + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: white;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    box-shadow: inset 0 0 0 4px #fff;
    transition:background 0.2s;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #3273b5;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    transition:background 0.2s;
}

.regular-radio:checked + label {
    position:relative;
    color: #99a1a7;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
    -webkit-appearance: none;
    padding: 11px;
    font-size:100%;
    padding:0 20px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor:pointer;
    margin-bottom:0;
}

.regular-checkbox + label span {
    position:absolute;
    top:-11px;
    left:25px;
    padding-left:5px;
    line-height:44px;
    width:200px;
    color:#7c7c7c;
    cursor:pointer;
}

.regular-checkbox + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    background: white;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    background: url("../images/icons/checkbox-blue.png") center center no-repeat #fff;
    background-size:0px 0px;
    transition:background-size 0.1s;
}

.regular-checkbox:checked + label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    background: url("../images/icons/checkbox-blue.png") center center no-repeat #fff;
    background-size:8px 8px;
    border:1px solid #b4b4b4;
    text-shadow: 0px;
    left: 0px;
    font-size: 32px;
    transition:background-size 0.1s;
}

.regular-checkbox:checked + label {
    position:relative;
    color: #99a1a7;
}

.table .regular-checkbox + label {
    padding:0;
}

.table .regular-checkbox + label:after {
    left:-8px;
    top:-12px;
}

.inner-table {
    position: relative;
    display: table;
    width: calc(100% + 4px);
    margin-left: -2px;
    border: 1px solid rgb(170, 170, 170);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    height: 100%;
}

.inner-table.success {
    background:rgba(140, 196, 62,0.1);
}

/* Inputs end */

/* Statuses */

.status {
    color:#fff;
    background:#3374b6;
    padding:4px 8px;
    border-radius:4px;
    width:auto;
    display:inline-block;
    line-height:1.4;
    margin-bottom:3px;
}

.status.status-gray {
    background:#ccc;
}

.status.status-success {
    background:#9bcc57;
}

.status.status-danger {
    background:#cd4e2d;
}

.status.status-warning {
    background:#F4940E;
}

.status.status-default {
    background:#fff;
    color:#3E3F53;
    border:1px solid #b4b4b4;
}

.status.status-sm {
    padding:3px 6px;
    font-size:0.9em;
}

.status.status-lg {
    font-size:1.25em;
    padding:6px 12px;
}

.blue-letters,
.status.blue-letters {
    color:#3374b6;
}

.green-letters,
.status.green-letters {
    color:#008000;
}

/* Statuses end */

/* Tags start*/

.tag-list {
    padding-left:0;
}

.tag-list .tag {
    display:inline-block;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    color:#444;
    padding:2px 8px 2px 8px;
    transition:all 0.3s;
    margin-bottom:3px;
    margin:0 5px 5px 0;
}

.tag-list .tag.pointer {
    cursor:pointer;
}

.tag-list .tag:hover {
    background:#e3e3e3;
}

.tag-list .tag i {
    font-size:10px;
    bottom:7px;
    margin-left:10px;
    cursor:pointer;
}

/* Tags end*/

/* Badges */

.badge {
    color:#fff;
    margin-right:3px;
    font-weight: bold;
    font-size: 10px;
}

.badge-info {
    background:#3174b6;
}

.badge-success {
    background:#8cc43e;
}

.badge-error {
    background:#cc4f2d;
}

.badge-warning {
    background:#e87d2e;
}

.badge-purple {
    background:#84568b;
}

.badge.badge-xs {
    font-size:9px;
    padding:1px 3px;
}

.badge.badge-sm {
    font-size:9px;
    font-weight:normal;
    padding:2px 6px;
}

.badge.badge-lg {
    font-size:12px;
    font-weight:normal;
    padding:4px 8px;
}

/* Badges end */

/* Header */

.top-bar {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#3e3f51;
    color:#fff;
    height:50px;
    line-height:50px;
    padding:0 20px 0 0;
    z-index:1000;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}

.top-bar .dropdown {
    display:inline-block;
    cursor:pointer;
}

.top-bar-action-buttons {
    display:inline-block;
}

.top-bar-action-buttons .item {
    display:inline-block;
    position:relative;
    padding:0 15px;
    cursor:pointer;
}

.top-bar-action-buttons .badge {
    color: #3E3F51;
    position: absolute;
    top: 8px;
    right: 0px;
}

.language-dropdown .dropdown-menu li{
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.language-dropdown .dropdown-menu li:last-child{
    border-bottom:0;
}
.language-dropdown .dropdown-menu > li > a {
    padding: 8px 10px;
}

.lang-for-country.active {
    background-color: #2b659e;
    color: #ffffff;
}



.lang-for-country{
    position: relative;
    display: inline-block;
    /*padding: 7px 7px;*/
    padding: 3px 0px;
    cursor: pointer;
    height: 25px;
    width: 30px;
    text-align: center;
}

.lang-for-country:hover {
    background-color: #2b659e;
    color: #ffffff;
}
/*
.top-bar .dropdown-menu {
    width:100%;
}
*/

.user-avatar {
    display:inline-block;
    padding:0 15px;
}

.user-avatar .user-image {
    display:inline-block;
    border-radius:50%;
    margin-right:5px;
}

.user-avatar .user-image img {
    border-radius:50%;
}

.user-avatar .user-name {
    display:inline-block;
    color:#8082a5;
}

.user-avatar .user-name i {
    vertical-align:middle;
    font-size:17px;
}

.heading-wrapper {
    float:left;
    width:100%;
}

/* heading wrapper */
.heading-wrapper h1,
.heading-wrapper h2,
.heading-wrapper h3,
.heading-wrapper h4,
.heading-wrapper h5,
.heading-wrapper h6 {
    float:left;
}

.heading-wrapper .buttons-appended {
    text-align:right;
    margin: 5px 0 0 0;
}

.buttons-appended .btn.btn-icon i.icon-plus {
    margin-top:0;
}

.buttons-appended .btn.btn-sm {
    margin-top:7px;
}

/* Header end */

/* Sidebar*/
.sidebar-wrapper {
    padding-top:50px;
    padding-bottom:100px;
    position:absolute;
    top:0;
    left:0;
    width:210px;
    min-height:100vh;
/*    height:100%;*/
    background:#444559;
    color:#8082a5;
    z-index:50;
    transition: width 0.5s;
}

.sidebar-wrapper.collapsed {
    width:38px;
}

.sidebar-wrapper.collapsed .sidebar .nav > li.active a:after {
    border-left:0 solid transparent;
    border-top:0 solid transparent;
    border-bottom:0 solid transparent;
    border-right:0 solid #fff;
    top:15px;
}

.sidebar-wrapper.opened {
    width:195px;
}

.sidebar-wrapper.collapsed .sidebar .nav ul.menu-2level {
    position:absolute;
    left:100%;
}

.sidebar-wrapper.collapsed .dropdown-icon {
    width:18px;
}

sidebar-wrapper.collapsed .sidebar .nav ul.menu-2level {
    position: absolute;
    top: 0;
    left: 55px;
    width: 185px;
    height: 100%;
    z-index: 5;
    padding-bottom: 20px;
}

.sidebar-wrapper.collapsed .sidebar .nav ul.closed {
    display:none;
}

.sidebar-wrapper.collapsed .dropdown-icon {
    width:38px;
}

.sidebar-wrapper.collapsed .dropdown-icon i {
    display:none;
}

/*.sidebar-wrapper.collapsed.loaded {
    transition: width 0s;
    width: 38px;
}*/

.sidebar-wrapper.collapsed.loaded,
.sidebar-wrapper.collapsed.loaded .bottom-bar{
    transition: all 0s;
}

.sidebar {
    height:100%;
    width:100%;
}

.sidebar .search-wrapper {
    padding:0 15px;
    margin-bottom:40px;
}

.sidebar .search {
    width:100%;
}

.sidebar .ghost-input {
    background:transparent;
    border-top:0 solid #fff;
    border-left:0 solid #fff;
    border-right:0 solid #fff;
    border-bottom:1px solid #686a87;
    box-shadow:0 0 0 0 #fff;
    border-radius:0;
    padding:6px 0 0;
    color:#fff;
}

.sidebar .nav {
    background:#444559;
    padding-bottom:120px;
}

.sidebar .nav > li a {
    color:#9092ba;
    border-bottom:1px solid #575871;
/*    padding:4px 15px;*/
    padding:4px;
    transition:all 0.3s;
}

.sidebar .nav > li a.active,
.sidebar .nav > li a.active:hover,
.sidebar .nav > li a.active:focus {
    background:rgba(0,0,0,0.1);
}

.sidebar .nav > li a:hover,
.sidebar .nav > li a:focus {
    background:transparent;
    color:#fff;
}

.sidebar .nav > li > a {
    max-height:41px;
    overflow:hidden;
}

.sidebar > .nav > li.active > a {
    background:#3174b6;
    color:#fff;
}

.sidebar > .nav > li.active > a:after {
    content:"";
    border-left:10px solid transparent;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #F0F0F0;
    position:absolute;
    transition:all 0.5s;
    right:0;
    top:10px;
    pointer-events:none;
}

.sidebar .nav ul {
    position:relative;
    top:0;
    left:0;
    padding:0;
    background: #3e3f51;
    min-width:150px;
}

.sidebar .nav ul li {
    line-height:20px;
}

.sidebar .nav ul.menu-2level > li > a,
.sidebar .nav ul.menu-2level > li > a:hover,
.sidebar .nav ul.menu-2level > li > a:focus,
.sidebar .nav ul.menu-2level > li > a:active,
.sidebar .nav ul.menu-2level > li > a:focus:active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .nav ul li a {
    padding:8px 5px 8px 25px;
    display:block;
    border-bottom:0 solid #fff;
}

.sidebar .nav ul li a:hover {
    text-decoration:none;
    border-bottom:0 solid #fff;
    background:rgba(0,0,0,0.2);
}

.sidebar .active .icon-holder {
    opacity:1;
}

.sidebar .icon-holder {
    opacity:0.7;
}

.sidebar .form-group {
    min-height:34px;
}

.sidebar .nav-link {
    display:inline-block;
}

.sidebar-search:focus {
    border-color:#FFF #FFF #fff;
}

.sidebar .nav ul.menu li a:hover {
    background:transparent;
    color:#fff;
}

/* Sidebar end */

/* page menu */

.page-menu .btn.btn-sm {
    padding:3px 10px;
}

.page-menu .btn.btn-sm.btn-icon {
    padding-left:24px;
}

.page-menu .btn.btn-sm.btn-icon i {
    line-height: 23px;
    margin-left:3px;
}

/* page menu end*/

/* Content*/

.content-container {
    position:relative;
    padding: 65px 20px 60px 215px;
    transition:all 0.5s;
}

.content-container.wide {
    padding: 65px 20px 60px 58px;
}

.preloader-wrapper {
/*    background:rgba(255,255,255,0.75);*/
    z-index:49;
    overflow:hidden;
    width:100%;
    height:100%;
    background:url("../images/preloader.gif") center center no-repeat;
    display: none;
}

.preloader-wrapper img {
    width:auto;
    margin:0 auto;
    display:block;
}

.loader-icon {
    position:fixed;
    border-radius: 0px;
    height: 20px;
    width: 220px;
    left: calc(50% - 110px);
    top:calc(50% - 10px);
    background: url("../images/icons/preloader.gif") center center no-repeat;
}

.intro-box {
    position:relative;
    background:#8cc43e;
    color:#fff;
    width:100%;
    height:120px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0px 1px 11px rgba(0, 0, 0, 0.25);
    transition:box-shadow 0.3s;
}

.intro-box:hover {
    box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.25);
}

.intro-box .read-more {
    position:absolute;
    bottom:5px;
    right:5px;
    background:url("../images/icons/read-more.png") center right no-repeat;
    padding-right:20px;
}

.intro-box .read-more i {
    border:1px solid #fff;
    border-radius:50%;
    vertical-align:middle;
    margin-left:2px;
}

.intro-box.intro-box-sm .read-more {
    padding-right:0;
    background:transparent;
}

.intro-box a {
    color:#fff;
}

.intro-box a:hover {
    text-decoration:none;
}

.intro-box a .description,
.intro-box a .icon img {
    transition:all 0.3s;
}

.intro-box .icon {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    line-height:120px;
}

.intro-box .icon img {
    max-width:50%;
    max-height:60%;
}

.intro-box .description {
    position:relative;
    max-width:100%;
    background:#709D32;
    color:#fff;
    height:100%;
    box-shadow:0 0 12px 0px rgba(0,0,0,0.3);
    padding:20px;
    transition:all 0.7s;
    opacity:0.7;
}

.intro-box.blue .description {
    background:#2b659e;
}

.intro-box.orange .description {
    background:#ca6d28;
}

.intro-box.intro-box-sm.orange .description {
    background:#D77920;
}

.intro-box.purple .description {
    background:#84568b;
}

.intro-box.intro-box-sm.purple .description {
    background:#8C5B93;
}

.intro-box.intro-box-sm.blue .description {
    background:#2D6AA5;
}

.intro-box.intro-box-sm .description {
    background:#78A936;
}

.intro-box.intro-box-sm .icon {
    line-height:90px;
}

.intro-box .description:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    z-index:-1;
    pointer-events:none;
    background:rgba(0,0,0,0.05);
}

.intro-box .description .quantity {
    font-size:2.5em;
    font-family: 'source-light';
}

.intro-box.blue {
    background:#3174b6;
}

.intro-box.orange {
    background:#F4940E;
}

.intro-box.purple {
    background:#9f67a7;
}

.intro-box-sm {
    height:90px;
    margin-bottom:15px;
}

.intro-box.intro-box-sm .icon {
    z-index: 1;
    opacity: 0.4;
}

.intro-box.intro-box-sm .read-more {
/*    position:static;
    bottom:auto;
    right:auto;
    text-align:right;*/
}

.intro-box.intro-box-sm .description {
    padding:5px 10px 5px 15px;
    z-index:0;
    opacity:1;
}

.intro-box.intro-box-sm .description .quantity {
    font-size:2em;
    opacity:0.7;
}

.intro-box.intro-box-sm .description .headline {
    opacity:0.7;
}

/* widget */

.widget {
    background:#fff;
    margin-bottom:20px;
    box-shadow:0 1px 3px rgba(0,0,0,0.25);
    transition:box-shadow 0.2s;
    overflow:hidden;
}

.widget:hover {
    box-shadow: 0 1px 5px rgba(0,0,0,0.33);
}

.widget h1 {
    font-size:2em;
    color:#3174B6;
}

.widget.widget-full {
    float:left;
    height:auto;
    width:100%;
    overflow:visible;
}

.widget .form-control,
.widget .styled-select{
    background:#fcfcfc;
}

.widget .headline {
    font-size:1.25em;
    line-height:34px;
    font-family: 'source-light';
    vertical-align: middle;
}

.widget-header,
.widget-footer {
    padding:5px 10px;
    float:left;
    width:100%;
}

.widget-header {
    color:#3276b7;
    border-bottom:1px solid #eee;
}

.widget-header .styled-select {
    margin-bottom:0;
}

.widget-header i {
/*    margin-right:10px;
    transform: translateY(-3px);*/
    font-size:0.9em;
    vertical-align:top;
    margin-right:5px;
    line-height:34px;
/*    font-size:17px;*/
}

.widget-header .btn {
    margin:0 5px;
}

.widget-header .btn-group .btn {
    margin:0;
}

.widget label.control-label {
    padding-top:7px;
}

.error-page .widget-header,
.error-page .widget-content {
    padding:30px 30px 15px 30px;
}

.fixed-height {
    height:310px;
    overflow:hidden;
}

.widget-content {
    padding:0 15px;
    margin:15px 0;
    min-height:75px;
    float:left;
    width:100%;
}

.widget-content .nav-tabs

.widget-content.widget-content-full {
    padding:0;
    margin:0;
}

.widget-content.widget-content-full .widget-footer {
    border-top:0 solid #fff;
    padding:5px 0;
}

.widget-content-no-footer {
    margin-bottom:0;
}

.widget-content .btn-group {
    margin-bottom:30px;
}

.widget-footer {
    border-top:1px solid #dadada;
    padding:10px;
}

.widget-footer a {
    color:#7f82a3;
}

.widget-footer a i {
    font-size:10px;
}

.widget-footer .styled-select {
    margin-bottom:0;
}

.widget-content ul.activities li {
    position:relative;
    padding:10px 70px 10px 0;
    line-height:20px;
    border-bottom:1px solid #eaeaea;
}

.widget-content ul.activities li:hover {
    background:#eee;
}

.widget-content ul.activities li:last-of-type {
    border-bottom:0 solid #fff;
}

.widget-content ul.activities li a {
    color:#5e5c72;
}

.widget-content ul.activities li a:hover,
.widget-content ul.activities li a:focus,
.widget-content ul.activities li a:active,
.widget-content ul.activities li a:focus:active {
    text-decoration:none;
}

.widget-content ul.activities li .status {
    position:absolute;
    top:9px;
    right:0;
    background:#f0f0f0;
    color:#989898;
}

.widget-footer .btn {
    margin:0 5px;
}

.widget-content .nav-tabs {
    float:right;
    border-bottom:0 solid #fff;
}

.widget-toggle {
    height: 28px;
    width: 28px;
    cursor: pointer;
    border: 1px solid #DDD;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    color: #BBB;
    margin-top: 4px;
}

.widget-toggle i {
    margin:0;
}

.widget .pagination {
    margin:0;
}

.widget.error-page {
    box-shadow:0 0 0 0 #fff;
    background:transparent;
}

.widget-image img {
    width:auto;
    max-width:100%;
    height:auto;
}

.widget-filter{
    margin-bottom: 15px;
}

.widget-filters .btn {
    margin-top:20px;
}

.widget-filter .form-group label {
    margin-bottom:0;
    font-size:12px;
}

.widget-filter .form-group .btn {
    margin:0;
}

.widget-filter .form-control {
    height: 28px;
    padding: 3px 6px;
}

.widget-filter .styled-select {
    height:28px;
}

.widget-filter .styled-select:before {
    top:0;
    right:2px;
}

.widget-filter .input-group-addon {
    padding:3px 6px;
}

.widget-filter .styled-select select {
    padding:3px 6px;
}

.widget-filter .btn {
    padding: 3px 30px;
}

.widget-filter .btn.btn-xs {
    padding: 3px 8px;
}

.widget-filter .btn-icon i{
    line-height: 28px;
}

.widget-filter .form-group{
    margin-left: 15px;
}

.widget-filter .widget-content{
    margin: 8px;
    min-height: auto;
}

.widget-filter .widget-header i {
    line-height:1;
}

.content-container.wide .widget-action {
    padding: 0px 60px 0px 58px;
    transition: all 0.5s;
}

.widget-action {
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    left: 0px;
    width: 100%;
/*    padding: 0px 60px 0px 215px;*/
    padding:0;
    background: #fff;
    transition: all 0.5s;
    z-index:49;
    box-shadow:0px -1px 3px rgba(0, 0, 0, 0.25);
    padding: 0 20px 0 215px;
    height:50px !important;
}

.widget-action:hover {
    box-shadow:0px -1px 3px rgba(0, 0, 0, 0.25);
}

.widget-action .widget-header {
    padding: 4px;
    float: left;
/*    margin: 0 auto;*/
    margin-left: 66%;
    display: table;
    width: auto;
    height: 50px;
    line-height: 35px;
}

.widget-action .btn.btn-sm.btn-icon {
    margin-top:2px;
    font-size:16px;
    padding:6px 40px 6px 45px;
    margin-left:25px;
}

.widget-action .btn.btn-sm.btn-icon i {
    width: 38px;
    background-size: 50%;
    line-height: 35px;
}

.widget-filter .langSelector {
    margin-left:8px;
    margin-bottom:10px;
}

.widget-filter .langSelector span {
    margin-left:2px !important;
    margin-right:1px;
    border-radius:4px !important;
}

.headline .langSelector .btn-icon {
    padding:0;
    border:0 solid #fff;
}

.language-dropdown,
.country-dropdown {
    border-left: 1px solid rgba(0,0,0,0.25);
    padding-left: 15px;
}

.language-dropdown,
.language-dropdown a,
.country-dropdown,
.country-dropdown a
{
    color:#8082a5;
}
.country-dropdown{
    padding-right: 15px;
}

.language-dropdown i {
    margin:0 2px;
}

.language-dropdown .current-language {
    height:50px;
    padding-top:2px;
    text-transform: uppercase;
}

.language-dropdown .dropdown-menu {
    min-width:67px;
}

/* decorated input*/

.decorated-input {
    border:10px solid #d0dded;
}

.decorated-input input {
    border-radius:0;
    border:1px solid #fff;
}

.decorated-input input:hover,
.decorated-input input:active,
.decorated-input input:focus,
.decorated-input input:focus:active {
    box-shadow:0 0 0 0 #fff;
    border:1px solid #fff;
}

.decorated-input .input-group-addon {
    border:1px solid #fff;
}

/* error page */
.error-page {
    margin-top: 50px;
    height: auto;
    float: left;
    padding-bottom: 10px;
    width:100%;
}

.error-page .logo-wrapper {
    margin:45px 0;
}

.description {
    color:#7e7e7e;
}

/* table */

.table {
    color:#3E3F53;
    margin-bottom:0;
}

.table-wrapper {
    background: #FFF none repeat scroll 0% 0%;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin-bottom:30px;
}

.table-wrapper .widget-footer {
    padding:5px 0;
}

.table > thead > tr > th {
    background: #e4e5ea;
    font-weight:normal;
    min-height: 38px;
    min-width:40px;
}

.table.text-center > thead > tr > th,
.table.text-center > tbody > tr > th {
    text-align:center;
    vertical-align:middle;
}

.table-bordered > tbody > tr > th {
    font-weight:normal;
}

.table-bordered > thead > tr > th {
    border-bottom: 1px solid #3174B6;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align:middle;
}

.table > thead:first-child > tr:first-child > th {
    font-weight: bold;
    font-size: 0.95em;
}

.table-hover > tbody > tr:hover {
    background:#eee;
}

.widget-table {
    /*font-family: 'roboto';*/
    position:relative;
}

.widget-table .widget-content {
    padding:0;
    margin:0;
}

.widget-table .widget-content.widget-content-full .widget-footer {
    padding: 5px 15px;
}

.widget-table .widget-header {
    padding:7px 15px;
}

.widget-table .widget-header .headline {
    height:20px;
    line-height:1;
    margin:3px 0 0 0;
}

.widget-table .widget-header .headline span{
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

.widget-table .widget-header i {
    line-height:1;
}

.icon-nb-action {
    font-size:18px;
}

.icon-nb-action:hover {
    /*opacity:0.8;*/
    opacity:1;
}

.widget-table .icon-nb-action{
    font-size: 18px;
/*    color: #000;*/
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.widget-table .icon-nb-action:hover{
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    color: #000;
}

.widget-table .icon-nb-action:active{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .icon-nb-action:focus{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .icon-nb-action:active:focus{
    /* font-size: 18px; */
    color: #000;
}

.widget-table .state {
    box-shadow: 0 0 0 4px #ddd;
}

.tree-plus:before {
    content: "\e607";
    transition: transform 0.1s;
    font-size:9px;
}

.tree-minus:before {
    content: "\e607";
    transform: rotate(90deg);
    transition: transform 0.1s;
    font-size:9px;
}

fieldset .rowData {
    padding: 2px 15px;
}

/*
.widget-table .widget-header {
    position: absolute;
    top: -10px;
    left: 0;
    background: transparent;
    padding: 0 10px;
    background: #3276b7;
    color: #fff;
    width: auto;
    font-size: 10px;
    z-index: 1;
    height: 20px;
    line-height: 20px;
}

*/

/* Content end*/

/* States */

.state {
    display: inline-block;
    margin: 8px 6px 4px 10px;
    height: 18px;
    width: 18px;
    box-shadow: 0 0 0 4px #ddd;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}


.state.circle {
    border-radius:50%;
}

.state.state-dissabled {
    background:#aaa;
}

.state.state-inactive {
    background:#cc502e;
}

.state.state-active {
    background:#8cc43f;
}

/* States end*/

/* Tab */

.nav-tabs > li {
    margin-bottom:-1px;
}

.nav-tabs > li > a {
    color:#444559;
    border:0 solid #fff;
}

.nav-tabs > li.green.active a {
    border-top:2px solid #78A936 !important;
    background:#fff !important;
}

.nav-tabs > li.green a {
    border-top:2px solid #BDD69A !important;
    background:#BDD69A !important;
}

.nav-tabs > li.orange.active a {
    border-top:2px solid #D77920 !important;
    background:#fff !important;
}

.nav-tabs > li.orange a {
    border-top:2px solid #DBAA7D !important;
    background:#DBAA7D !important;
}

.nav-tabs > li.red.active a {
    border-top:2px solid #E82727 !important;
    background:#fff !important;
}

.nav-tabs > li.red a {
    background:#E28A8A !important;
    border-top:2px solid #E28A8A !important;
}

.nav-tabs > li.purple.active a {
    border-top:2px solid #8C5B93 !important;
    background:#fff !important;
}

.nav-tabs > li.purple a {
    background:#D3A4DB !important;
    border-top:2px solid #D3A4DB !important;
}

.tab-wrapper {
    margin-bottom:20px;
    /*overflow-x:auto;*/
}

.tab-content {
    background:#fff;
    color:#444559;
    padding:10px 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background:#fff;
    color:#444559;
    border-width:0;
    border-bottom: 2px solid #3073b7;
}

.style-blue .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #e8e8e8;
}

.style-blue .nav-tabs > li > a {
    border-top:2px solid #c9daea;
    background:#c9daea;
    border-radius:0;
    margin:0;
}

.style-blue .nav-tabs > li.active > a,
.style-blue .nav-tabs > li.active > a:hover,
.style-blue .nav-tabs > li.active > a:focus {
    border-bottom:0 solid #fff;
    border-top:2px solid #3073b7;
    background:#fff;
    border-radius:0;
}

.widget .style-blue .tab-content {
    padding:15px 0;
}

.style-blue .tab-content {
    padding:15px;
}

.style-gray {
    border-bottom:1px solid #eee;
}

.style-gray .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #dfdfdf;
}

.style-gray .nav-tabs > li > a {
    border-top:1px solid #dfdfdf;
    background:#efefef;
    border-radius:0;
    margin:0;
}

.style-gray .nav-tabs > li.active > a,
.style-gray .nav-tabs > li.active > a:hover,
.style-gray .nav-tabs > li.active > a:focus {
    border-bottom:0 solid #fff;
    border-top:1px solid #3073b7;
    background:#fff;
    border-radius:0;
}

.style-gray .tab-content {
    padding:15px;
}

.widget .style-gray .nav-tabs > li:first-of-type {
    border-left:1px solid #e8e8e8;
}

.widget .style-gray .tab-content {
    padding:10px 0;
}

.style-gray-outlined .nav-tabs > li {
    margin-bottom:-1px;
    border-right:1px solid #dfdfdf;
}

.style-gray-outlined .nav-tabs > li > a {
    border-top:1px solid #dfdfdf;
    background:#efefef;
    border-radius:0;
    margin:0;
}

.style-gray-outlined .nav-tabs > li.active > a,
.style-gray-outlined .nav-tabs > li.active > a:hover,
.style-gray-outlined .nav-tabs > li.active > a:focus {
    border-bottom:0 solid #fff;
    border-top:1px solid #e8e8e8;
    background:#fff;
    border-radius:0;
}

.widget .style-gray-outlined .nav-tabs > li:first-of-type {
    border-left:1px solid #e8e8e8;
}

.widget .style-gray-outlined .tab-content {
    border-width:1px;
    border-style: solid;
    border-color: transparent #E8E8E8 #E8E8E8 transparent;
    border-top:0 solid transparent;
    padding:10px 15px;
}

.widget.big-footer .widget-footer {
    height:120px;
    background:#cde575;
    position:relative;
}

.widget.big-footer .widget-footer textarea {
    resize:none;
    overflow:auto;
    height:60px;
    margin-top:0;
}

.widget.big-footer .fixed-height {
    max-height:190px;
}

.chat-submit {
    background:url("../images/icons/airplane.png") center center no-repeat #fff;
    height:36px;
    width:36px;
    border:0;
    position:absolute;
    right:25px;
    top:20px;
    border:0 solid #fff;
}

.widget.big-footer .widget-footer textarea:focus {
    box-shadow:0 0 0 0 #fff;
    border:1px solid #ccc;
}

.style-big-gray .nav-tabs > li {
    margin-bottom:0;
}

.style-big-gray .nav-tabs > li.active {
    margin-bottom:-1px;
}

.style-big-gray .nav-tabs > li > a {
    border-top:1px solid #fff;
    background:#efefef;
    border-radius:0;
}

.style-big-gray .nav-tabs > li.active > a,
.style-big-gray .nav-tabs > li.active > a:hover,
.style-big-gray .nav-tabs > li.active > a:focus {
    border-bottom:1px solid transparent;
    border-top:1px solid #DFDFDF;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    background:#fff;
    border-radius:0;
}

.style-big-gray .tab-content {
    padding:15px;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
}

/* Tab end*/

/* Switch*/

.bootstrap-switch .bootstrap-switch-handle-on {
    background:#8CC43F;
    color:#fff;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    background:#cc502e;
    color:#fff;
}

.onoffswitch {
    position: relative;
    width: 78px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    margin-top:10px;
    margin-bottom:10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 0px solid #FFFFFF;
    border-radius: 30px;
    background-color: #ddd;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: -5px;
    background: #CC502E;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 54px;
    border-radius: 30px;
    box-shadow: 0 6px 12px 0px #757575;
    transition: all 0.2s ease-in-out 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ddd;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #ddd;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.onoffswitch.switch-sm {
    position: relative; width: 50px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch.switch-sm .onoffswitch-checkbox {
    display: none;
}
.onoffswitch.switch-sm .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 15px;
    border: 0px solid #FFFFFF;
    border-radius: 20px;
    background-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-label:before {
    content: "";
    display: block;
    width: 20px;
    margin: -2.5px;
    background: #cc502e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    border-radius: 20px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #DDDDDD;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.switch-sm .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.onoffswitch.switch-xs {
    position: relative; width: 40px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch.switch-xs .onoffswitch-checkbox {
    display: none;
}
.onoffswitch.switch-xs .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 9px;
    padding: 0;
    line-height: 10px;
    border: 0px solid #FFFFFF;
    border-radius: 15px;
    background-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-label:before {
    content: "";
    display: block;
    width: 15px;
    margin: -2.5px;
    background: #cc502e;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    border-radius: 15px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #DDDDDD;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch.switch-xs .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
    background-color: #8CC43F;
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

.switch-headline {
    margin-bottom:5px;
}

/* Switch end*/

/* Image uploader*/

.image-upload-wrapper {
    position:relative;
    border:2px dashed #d3d3d3;
    text-align:center;
}

.image-upload-wrapper .image-upload-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*z-index:10100;*/
}

.image-upload-wrapper .image-progress-upload {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    background:transparent;
    border-radius:0;
    z-index:1;
}

.widget-image .image-upload-wrapper img {
    margin:0 auto;
    display:block;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    /*Joca*/
    object-fit: contain;
    height: 100%;
    width: 100%;
    object-position: center;
}

.col-xs-12.col-sm-5.col-md-4 .widget-image .image-upload-wrapper img {
    top:0;
    transform: translateY(0);
}

.widget-image .image-upload-wrapper {
    margin-bottom:20px;
}
/*Joca*/
.widget-image .image-upload-wrapper .image-thumb{
    width: 100%;
    height: 100%;
}

.widget-image .widget-content.imageDropZone {
    top: 0;
    transform: translateY(0);
}

.widget-image .widget-content.imageDropZone .image-upload.image-upload-wrapper {
    height:auto !important;
}

.widget-image .widget-content.imageDropZone .image-upload-wrapper img {
    transform: translateY(0);
}

.image-upload-wrapper .image-progress-upload .bar {
    z-index:10;
}

.image-upload-wrapper .drop-here-text {
    text-align:center;
    width:100%;
    position:absolute;
    top:50%;
    margin-top:-12px;
    color:rgba(0,0,0,0.33);
    text-shadow:1px 1px 0 rgba(255,255,255,0.75);
    font-size:16px;
    z-index:1;
}

.file-images-upload-wrapper {
    height: 100px;
    border: 2px dashed rgb(221, 221, 221);
    line-height: 100px;
    text-align: center;
    color: rgba(0,0,0,0.33);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
    font-size:16px;
}

/* Image uploader end*/

/* Pagination */

.pagination-wrapper .pagination {
    display: inline-block;
    overflow:hidden;
    margin-right:20px;
    margin-top:5px;
}

.pagination {
    margin:0;
}

.pagination > li {
    float:left;
}

.pagination > li.number {
    width:36px;
}

.pagination > li.number input {
    text-align:center;
    height:32px;
    padding:6px;
}

.pagination .styled-select select {
    height:30px;
    line-height:30px;
    pointer-events: none;
}

.pagination > li > a {
    background:transparent;
    color:#c4c5ca;
    padding:6px;
    border:0 solid #fff;
    transition:all 0.3s;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a:focus:active {
    background:transparent;
}

.pagination > li > a:active {
    transform:translate(0,1px);
}

.pagination-wrapper .styled-select {
    display:inline-block;
    float:none;
    margin-bottom:0;
    margin-top:5px;
    vertical-align:top;
    line-height:30px;
}

.pagination-wrapper .styled-select select {
    padding: 0 10px;
}

.pagination-wrapper .styled-select select option {
    padding:5px 12px;
}

/* Pagination end*/

/* helpdesk*/

.quick-add-task {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.helpdesk .form-control.date {
    float: right;
    margin-left: 5px;
    background: #F3F3F3 none repeat scroll 0% 0%;
    padding: 0px 5px;
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0.75em;
    width: 85px;
}

.helpdesk .tasklist ul li {
    border-bottom:1px solid #e9e9e9;
}

.helpdesk .tasklist ul li .btn.btn-small,
.helpdesk .tasklist ul li .btn.btn-small:hover,
.helpdesk .tasklist ul li .btn.btn-small:focus {
    margin: 8px 0 8px 10px;
    height: 24px;
    width: 30px;
    min-width: 30px;
    padding: 3px;
    font-size: 16px;
    color: #A1A1A1;
}

.helpdesk .tasklist ul li .btn.btn-small,
.helpdesk .tasklist ul li .btn.btn-small:hover,
.helpdesk .tasklist ul li .btn.btn-small:focus {
    background:#F3F3F3;
    color: #A1A1A1;
}

.helpdesk .tasklist li.completed {
    background: #D7EFE0 none repeat scroll 0% 0%;
}

.helpdesk .form-control {
    float: left;
    font-size: 1.125em;
    background: transparent none repeat scroll 0% 0%;
    border: 0px solid #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0px 0 0 15px;
    margin: 8px 0px;
}

.helpdesk .form-control:focus {
    box-shadow:0 0 0 0 #fff;
}

.helpdesk .dropdown-menu {
    padding:0;
    border:1px solid #ccc;
}

.helpdesk .btn.btn-default {
    background: #F3F3F3 none repeat scroll 0% 0%;
    border: 1px solid transparent;
    box-shadow:0 0 0 0 #fff;
}

.helpdesk .tasklist li.deleted,
.tasklist li.active.deleted {
    background: #EAA296 none repeat scroll 0% 0%;
}

/* helpdesk end*/

/* Comments*/

.comments-wrapper .left-style .avatar img {
    float:left;
}

.comments-wrapper .avatar img {
    float:right;
    border-radius:50%;
}

.comments-wrapper .avatar {
    background:#fff;
}

.comments-wrapper .comment {
    position:relative;
    float:left;
    width:100%;
    margin-bottom:10px;
}

.comments-wrapper .comment-content {
    background:#cedeed;
    border-radius:10px;
    min-height:50px;
    margin-right:65px;
    overflow:hidden;
    padding:6px 10px;
    position:relative;
}

.comments-wrapper .left-style .comment-content {
    margin-left:65px;
    margin-right:0;
    background:#f0f0f0;
}

.comments-wrapper .comment:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 47px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #CEDEED;
}

.comments-wrapper .comment.left-style:before {
    right:auto;
    left:47px;
    border-color: transparent #F0F0F0 transparent transparent;
}

.comments-wrapper .comment-author,
.comments-wrapper .comment-date {
    float:right;
    margin-right:10px;
}

.comments-wrapper .left-style .comment-author,
.comments-wrapper .left-style .comment-date {
    float:left;
}

.comments-wrapper .comment-date {
    color:#888;
}

.comments-wrapper .left-style .comment-date {
    color:#aaa;
}

.comment-text {
    float:left;
    width:100%;
    color:#46445c;
}

/* Comments end*/

/* Login start*/

.login {
    min-height:100vh;
    background:#444559;
    padding-top:100px;
}

.widget-login {
    float:none !important;
    max-width:420px;
    width:100%;
    margin:0 auto;
    overflow:hidden !important;
}

.widget-login .widget-content {
    padding: 0 30px;
}

.widget-login .btn {
    margin:10px auto 0;
    display:table;
}

.widget-login .widget-content.text-center .form-control {
    text-align:center;
}

.login .logo {
    margin:0 auto;
    display:table;
}

.login.login-light-theme {
    background:#fff;
}

.login.login-light-theme .widget.widget-full {
    background:#f3f3f3;
    box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.27);
    margin-bottom:40px;
}

.login.login-light-theme h1,
.login.login-light-theme h2,
.login.login-light-theme h3,
.login.login-light-theme h4,
.login.login-light-theme h5,
.login.login-light-theme h6 {
    font-family:inherit;
}
.login.login-light-theme h4 {
    font-size:16px;
}

.login.login-light-theme .container {
    max-width:960px;
}

.login.login-light-theme .media-body {
    color:#3e3f51;
}

.login.login-light-theme .media-body .description {
    clear:both;
}

.login.login-light-theme .media-heading {
    margin-right:10px;
    margin-bottom:0;
}

.login.login-light-theme .media {
    margin-bottom:20px;
    /*padding:0 30px;*/
}

.login.login-light-theme .media a {
    display:inline-block;
    vertical-align: middle;
}

.login.login-light-theme .media a i {
    vertical-align: middle;
}

.login.login-light-theme .media-left,
.login.login-light-theme .media-right,
.login.login-light-theme .media-body {
    vertical-align:middle;
}

.login.login-light-theme h1 {
    font-family:inherit;
    padding:0 15px;
}

.login.login-light-theme .form-group {
    float:left;
    width:100%;
}

.login.login-light-theme .form-control {
    height: 45px;
    margin-bottom: 0px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #3d3e4d;
    padding: 0px 15px;
    background: #fff;
    margin-top: 5px;
}

.login.login-light-theme .widget-login {
    max-width:350px;
}

.login.login-light-theme .widget-login .btn {
    width:100%;
    border-bottom:0 solid #fff;
    box-shadow:0 0 0 0 #fff;
    border-radius:2px;
    padding:10px 30px;
}

.login.login-light-theme .logo {
    /*padding-right:20px;*/
    margin-bottom: 15px;
    margin-top: 30px;
}
.login .widget-login .warning-message{
    float: left;
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
}
.login .widget-login .warning-message:before{
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #d9d9d9;
}

.login .widget-login .warning-message .title{
    text-align: center;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}
.login .widget-login .warning-message .warning-description-text{
    text-align: center;
    color: #666666;
}
.login .widget-login .warning-message .client-ip-text{
    font-weight: bold;
}
    /* Login end*/

/* JQ Grid styles*/
.ui-autocomplete {
    background:#fff;
    padding-left:0;
    max-width:310px;
    width:100%;
    list-style-type:none;
    border:1px solid #eee;
    border-radius:4px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
    z-index:10000;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    max-height:275px;

}

.ui-autocomplete li {
    padding:6px 12px;
    border-bottom: 1px solid #eee;
    cursor:pointer;
}

.ui-autocomplete li:last-of-type {
    border-bottom: 0 solid #eee;
}

.ui-helper-hidden-accessible {
    display:none;
}

.ui-front .ui-state-focus,
.ui-front .ui-state-active{
    color: #000000;
    font-weight: bold;
}

/* JQ Grid styles end*/

/* Footer */

.bottom-bar {
    position:fixed;
    bottom:0;
    left:0;
    width:195px;
    background:#3e3f51;
    color:#d4d4d4;
    height:50px;
    line-height:50px;
    padding:0;
    z-index:100;
    transition:all 0.5s;
}

.sidebar-background {
    position:fixed;
    width:195px;
    height:100%;
    bottom:0;
    left:0;
    z-index:-1;
    background:#444559;
    transition:all 0.5s;
}

.sidebar-background.small {
    width:38px;
}

.content-container,
.bottom-bar.small.loaded,
.bottom-bar.small.loaded .footer-logo,
.bottom-bar.small.loaded .footer-logo img,
.sidebar-background.small.loaded {
    transition:all 0s;
}

.animated {
    transition:all 0.5s !important;
}

.bottom-bar.small {
    width:38px;
    height:25px;
}

/*.bottom-bar .footer-logo {
    position: absolute;
    top: -70px;
    left: 50%;
    transition: all 0.5s;
    margin-left: -40px;
}*/
.bottom-bar .footer-logo {
    position: absolute;
    top: -80px;
    left: 0;
    transition: all 0.5s;
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 11px;
    padding-top: 10px;
    background: #444559;
}

.bottom-bar.small .footer-logo {
    top:-25px;
    left:0;
    margin-left:0;
}

.bottom-bar .footer-logo img {
    transition:all 0.5s;
    width:70px;
    height:auto;
}

.bottom-bar.small .footer-logo img {
    width:30px;
    height:auto;
/*    margin-left:5px;*/
}

.copyright {
    margin-top:8px;
    margin-left:0;
    text-align:center;
}

.copyright a:hover {
    color:#3174B6;
    text-decoration:underline;
}

.scroll-to-top {
    display:none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    height: 32px;
    width: 32px;
    background: #828390 url("../images/gototop.png") no-repeat scroll center center / 100% 100%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.33);
    opacity:0.8;
    transition:all 0.3s;
    z-index:10000;
}

.scroll-to-top:hover {
    opacity:1;
}

/* Footer end */

/*Login img background*/
.bg-image img{
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    object-fit: cover;
    left: 0;
}

.login.login-light-theme {
    background: transparent;
}
.login-light-theme h1,
.login-light-theme h2,
.login-light-theme h3,
.login-light-theme h4,
.login-light-theme h5,
.login-light-theme .description{
    color: #ffffff;
}

/*Login img background End*/

/*help button*/
.help-button{
    background: #3174b6;
    color: #ffffff;
}
.help-button:hover{
    background: #3e3f51;
    color: #ffffff;
}
.help-button i,
.help-button i:hover{
    color: #ffffff;
}

.language-dropdown, .country-dropdown {
    border-left: 1px solid rgba(0,0,0,0.25);
    padding-left: 15px;
    border-right: 1px solid rgba(0,0,0,0.25);
    padding-right: 15px;
    position: relative;
}
/*help button End*/

/* top baer view site */
.top-bar-view-site{
    border-left: 1px solid rgba(0,0,0,0.25);
    padding-left: 15px;
    position: relative;
}

.dropdown-user{
    border-left: 1px solid rgba(0,0,0,0.25);
    position: relative;
}

/* top header serach user */
.top-header-serach-user{
    border-right: 1px solid rgba(0,0,0,0.25);
    padding-right: 15px;
    position: relative;
}

.top-header-serach-user .formElementTopBarSearchUser{
    margin-top: 8px;
}

.top-header-serach-user .formElementTopBarSearchUser .form-control{
    width: 200px;
}

/*Dropdown*/
.help-dropdown,
.help-dropdown a{
    color: #ffffff;
}
.help-dropdown{
    padding-left: 15px;
    position: relative;
    height: 50px;
    padding-top: 4px;
    text-transform: uppercase;
}

.help-dropdown i {
    margin:0 2px;
}

.help-dropdown .dropdown-menu {
    /*min-width:67px;*/
    width: 250px;
    right: -20px;
    left: auto;
}
.help-dropdown .dropdown-toggle{
    height: 50px;
}
/*Dropdown End*/

.login-light-theme .description a{
    color: #ffffff;
    font-weight: bold;
}
.btn.btn-sm.btn-icon.view-site{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.dropdown-menu-help .form-group{
    padding: 0 10px;
}
.top-bar-action-buttons .view-site{
    color: #ffffff;
    margin-right: 10px;
}
.top-bar-action-buttons .view-site i{
    position: relative;
    top: 1px;
}
.top-bar-action-buttons .view-site:hover {
    color: #8082a5;
}

/*comments table*/
.comment-like .icon-like{
    color: #8cc43f;
}
.comment-like .icon-dislike{
    color: #cc502e;
}

.comments-rating{
    position: relative;
    text-align: right;
    display: inline-block;

}
.comments-rating i{
    display: inline-block;
    font-size: 14px;
    color: #CCCCCC;
}
.comments-rating .back-stars{
    position: relative;
    left: 0;
}
.comments-rating .active-stars{
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
    top: 0;
    color: #3174b6;
}
.comments-rating .active-stars i{
    color: #3174b6;
}
.comment-email{
    padding-left: 5px;
}
.comment-author{
    padding-bottom: 5px;
}
.date-create{
    padding-bottom: 5px;
}
.commentText .iconnb-text{
    display: block;
}
/*comments table End*/
.popover-content {
    font-size: 12px;
}

/*Check in table */
.table .check-intable .regular-checkbox + label:after{
    left: 0;
    top: 3px;
}
.table .regular-checkbox + label{
    padding: 4px 20px 0 20px;
}

/*Check in table */
/*Bigger input and button*/
.widget-filter .bigger input.form-control{
    height: 48px;
    font-size: 28px;
}
.widget-filter .form-group.bigger .btn{
    line-height: 40px;
    padding: 3px 30px;
    font-size: 20px;
}
.widget-filter .form-group.bigger .btn-icon i{
    line-height: 46px;
}
.widget-table .widget-header .headline{
    height: 30px;
    font-size: 20px;
}
.headline.bigger .widget-table .icon-nb-action{
    font-size: 25px;
}
#list_ordershipment a.icon-nb-action.icon-pdf{
    font-size:48px;
}
#list_ordershipment .styled-select{
    margin-bottom: 0;
    height: 48px;
}
#list_ordershipment .styled-select select{
    height: 48px;
}
#gview_list_ordershipment{
    font-size: 16px;
}
#gview_list_ordershipment .ui-th-column{
    font-size: 16px;
}
#gview_list_ordershipment .icon-nb-action{
    font-size: 28px
}
.widget-filter .form-group.bigger label{
    font-size: 15px;
}
.toggleableContent{
    cursor: pointer;
}
/*Bigger input and button End*/

/*test
.action_mob{
    background: #ffffff;
}
.action_mob > *{
    pointer-events: none;
    opacity: 0;
}
.action_mob.active{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding: 20px;
    transform: translate(-50%,-50%);
    border: 1px solid;
    FONT-SIZE: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.action_mob.active > *{
    padding: 10px;
    font-size: 25px !important;
    width: 50%;
    opacity: 1;
    pointer-events: all;
}
/*test End*/


.ui-jqgrid #pager1_center .ui-pg-button .ui-icon{
    height: 25px;
    line-height: 25px;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ui-jqgrid #pager1_center .ui-pg-button .ui-icon:hover{
    background: rgba(0,0,0,0.1);
}
.ui-jqgrid #pager1_center .ui-pg-input{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .ui-jqgrid #pager1_center .ui-pg-input:hover{
    border-color: rgba(0,0,0,0.5);
}

/* Custom nbsoft css*/
.ui-dialog-titlebar-close {
    position: absolute;
    right: 6px;
    top: 3px;
    background: transparent;
    font-family: 'NBIcon' !important;
    border: none;
    font-weight: 700;
    z-index: 3;
    color: #ffffff;
}

.ui-dialog-titlebar-close:before {
    content: "\e612";
}

#roxyCustomPanel {
    min-height: 0px;
    max-height: none;
    height: 580px;
    z-index: 999;
    position: relative;
    background: #Ffffff;

}
/*#roxyCustomPanel {
    min-height: 0px;
    max-height: none;
    height: 580px;
    width: 875px !important;
    z-index: 999;
    position: fixed;
    background: #Ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}*/
.fixed-dialog{
    z-index: 999;
    position: fixed !important;
    background: #Ffffff;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ui-dialog-titlebar{
    background: #3174b6;
    height: 25px;

}
.file-header{
    background: #3174b6;
    height: 25px;
    text-align: right;
}
.file-header i{
    z-index: 3;
    color: #ffffff;
    position: relative;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
/*.modal-open .modal-filmanager,
.modal-filmanager{
    height: 500px;
    width: 875px;
}*/
#roxyCustomPanel iframe{
    border: 2px solid #3174b6;
    box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.2);
    background: #Ffffff;
}

#folders_view{
    height: 100% !important;
}

/*Table test width*/
.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all,
.ui-jqgrid-view,
.ui-state-default.ui-jqgrid-hdiv,
.ui-jqgrid-htable,
.ui-jqgrid-bdiv,
.ui-jqgrid-hbox,
.ui-jqgrid-bdiv table,
.ui-jqgrid-sdiv,
.ui-jqgrid-hbox > .ui-jqgrid-ftable{
    min-width: 100%;
}

.ui-jqgrid .ui-jqgrid-hbox{
    padding-right: 0;
}

/*Table test width End*/

.nbshop-preloader-wrapper {
    /*    background:rgba(255,255,255,0.75);*/
    z-index:49;
    overflow:hidden;
    width:100%;
    height:100%;
    background:url("../images/nbshop_loader.gif") center center no-repeat;
    display: none;
}

.nbshop-preloader-wrapper img {
    width:auto;
    margin:0 auto;
    display:block;
}

/* NBSHOPLite */
.nbshoplight-enabled .top-bar{
    background: #3973b5;
}
.nbshoplight-enabled.orange-color .top-bar{
    background: #e57d41;
}

.nbshoplight-enabled .user-avatar .user-name,
.nbshoplight-enabled .language-dropdown,
.nbshoplight-enabled .language-dropdown a,
.nbshoplight-enabled .country-dropdown,
.nbshoplight-enabled .country-dropdown a{
    color: #FFFFFF;
}

.nbshoplight-enabled .sidebar .nav,
.nbshoplight-enabled .sidebar-wrapper,
.nbshoplight-enabled .sidebar-background,
.nbshoplight-enabled .bottom-bar{
    background: #182638;
}
.nbshoplight-enabled .sidebar .nav ul{
    background: #101925;
}
.nbshoplight-enabled .top-bar-action-buttons .view-site:hover {
    color: #ffffff;
}

.nbshoplight-enabled .sidebar > .nav > li.active > a {
    background: #3973b5;
}

.nbshoplight-enabled.orange-color .sidebar > .nav > li.active > a {
    background: #e57d41;
}

.nbshoplight-enabled .navbar-toggle .icon-bar{
    background: #FFFFFF;
}
.nbshoplight-enabled .bottom-bar .footer-logo{
    background: #182638;
}

/*  Elsatic search */
#formElementconf_elastic_select_active_items .title {
    display: block;
    line-height: 34px;
    color: #969696;
    padding: 0;
    margin-bottom: 10px;
}

#elasticsearchitems,
#elasticdontsearchitems {
    border: 1px solid #eee;
    width: 250px;
    max-width: 100%;
    min-height: 46px;
    list-style-type: none;
    padding: 5px 0 0 0;
    float: left;
    background: #f1f1f1;
}

#elasticsearchitems li,
#elasticdontsearchitems li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: calc(100% - 10px);
    background: #3274b6;
    color: #ffffff;
    cursor: pointer;
    border: 3px solid transparent
}

#elasticsearchitems li.selected,
#elasticdontsearchitems li.selected {
    border: 3px solid #000000
}

#elasticsearchitems li input,
#elasticdontsearchitems li input {
    float: right;
    margin: 0;
    height: 22px;
}

#elasticsearchitems li span,
#elasticdontsearchitems li span {
    float: right;
    line-height: 16px;
    margin: 3px 5px;
}

#elasticdontsearchitems li span,
#elasticdontsearchitems li input {
    display: none;
}

#elasticsearchitems li:hover{
    opacity: 0.75;
}

#elasticdontsearchitems li{
    background: #444558;
    opacity: 0.5;
}

#elasticdontsearchitems li:hover {
    opacity: 0.4;
}

#checkboxAttributes .filter-items {
    margin-left: 5px;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
    padding: 1px 5px;
    max-width: max-content;
}

.block.quiz-resault > .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 10px;
}

.block.quiz-resault > .item .question {
    font-weight: 700;
    font-size: 16px;
}

.block.quiz-resault > .item .item-option {
    margin-top: 5px;
}

/* Module instruction show more */

.module-instruction .nb-description{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.module-instruction.active .nb-description{
    -webkit-line-clamp: 5;
}
.module-instruction .read-more{
    cursor: pointer;
    color: #1172D1;
}