/* your styles go here */

body {
  /*overflow-x: hidden;*/
  overflow: auto !important;
}

abbr{
    text-decoration: underline;
}
del{
   text-decoration: line-through;
}


.width-50{ width: 50px !important; }
.width-80{ width: 80px !important; }
.width-100{ width: 100px !important; }
.width-120{ width: 120px !important; }
.width-150{ width: 150px !important; }
.width-200{ width: 200px !important; }
.width-250{ width: 250px !important; }
.width-300{ width: 300px !important; }
.width-350{ width: 350px !important; }
.width-400{ width: 400px !important; }
.width-450{ width: 450px !important; }
.width-500{ width: 500px !important; }

.eCMS-messages, #bootstrapflash {
    left: 30%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 4px;
    width: 40%;
    z-index: 100;
} .eCMS-messages .alert, #bootstrapflash .alert {
      padding-top     : 5px;
      padding-bottom  : 5px;
      margin-bottom   : 5px;
      box-shadow      : 0 1px 4px rgba(0, 0, 0, 0.067);
  } .eCMS-messages .alert .close, #bootstrapflash .alert .close {
        margin-top : 2px;
    }

.summary{
    font-size: 0.9em;
    color: #666;
}

.collapse.in{
    display: block;
}

.page {
  overflow: none;
}

nav.side-navbar a i {
    line-height: 100%;
    vertical-align: middle;
}

nav.side-navbar .avatar {
    background: #eee;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
}

.nav-tabs{
    margin-bottom: 1rem;
}

nav.side-navbar.shrinked ul li a {
    padding: 10px 2px;
}
nav.side-navbar.shrinked ul li a i {
    margin: auto;
}
nav.side-navbar.shrinked ul li ul li a i {
    display:none;
}

.daily-feeds .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-updates .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before{
    background-color: #796AEE;
}


.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #54e69d;
}
.has-success .form-control {
    border-color: #54e69d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #54e69d;
    border-color: #54e69d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #54e69d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #ffc36d;
}
.has-warning .form-control {
    border-color: #ffc36d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #ffc36d;
    border-color: #ffc36d;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #ffc36d;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff7676;
}
.has-error .form-control {
    border-color: #ff7676;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #ff7676;
    border-color: #ff7676;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #ff7676;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 0.8rem;
}







.card-body > .card-header, .card-body > form > .card-header {
    margin: -1.25rem;
    margin-bottom: 1.25rem;
}

.card-footer {
    margin-top: 3rem;
}
.card-body > .card-footer, .card-body form > .card-footer {
    margin: -1.25rem;
    margin-top: 1.25rem;
}


/*
    SWITCH
 */
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #5a48ea;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(90, 72, 234, 0.25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}

td .move-position {
    cursor: pointer;
}

.glyphicon{
    border: 1px solid lawngreen;
    width: 10px;
    height: 10px;
}

/** ----- eCms-Grid --- */

.eCms-Grid table thead {
    /*background: #f2f2f2;*/
} .eCms-Grid table thead th {
      font-weight: bold;
  } .eCms-Grid table thead th a {
        color: #313638;
        padding-right: 1rem;
    } .eCms-Grid table thead th a.sort-link {
          display: block;
          text-decoration: none;
          background: url( ../img/list_both.gif ) no-repeat right;
      }
.eCms-Grid table thead th a.sort-link.asc {
    display: block;
    font-weight: bold;
    background: url( ../img/list_up.gif ) no-repeat right ;
}
.eCms-Grid table thead th a.sort-link.desc {
    display: block;
    font-weight: bold;
    background: url( ../img/list_down.gif ) no-repeat right;
} .eCms-Grid table thead th a.sort-link span.caret {
      display: none;
  }
.eCms-Grid table thead tr.filters {
    background: #fff;
}

.eCms-Grid table tbody tr {
    background: #fff
} .eCms-Grid table tbody tr:hover, tr:focus {
      background: #f5f5f5;
  } .eCms-Grid table tbody tr td {
        color: #383d3f;
        font-weight: normal;
        vertical-align: middle;
    } .eCms-Grid table tbody tr td a, .eCms-Grid table tbody tr td a:visited {
          color: #383d3f;
          font-weight: normal;
          text-decoration: none;
      }
.eCms-Grid table tbody tr td a:hover{
    color: #5a48ea;
}


.in {
    opacity: 1;
}

/** ----- END eCms-Grid --- */

.editable-input select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/** ----- FIX 20108 --- */

.content-inner{
    background: #EEF5F9;
}

.content-inner.content-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
}

.table-hover tbody tr:hover {
    color: #282828;
    background-color: rgba(0, 0, 0, 0.075); }
.table-primary, .table-primary > th, .table-primary > td {
    background-color: #c6c2cd; }
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #968ea2; }
.table-hover .table-primary:hover {
    background-color: #b9b4c2; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #b9b4c2; }
.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #b8b8b8; }
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #7a7a7a; }
.table-hover .table-secondary:hover {
    background-color: #ababab; }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #ababab; }
.table-success, .table-success > th, .table-success > td {
    background-color: #ddffee; }
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    border-color: #8fd19e; }
.table-hover .table-success:hover {
    background-color: #b1dfbb; }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb; }
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    border-color: #86cfda; }
.table-hover .table-info:hover {
    background-color: #abdde5; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5; }
.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffedd3; }
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    border-color: #ffdf7e; }
.table-hover .table-warning:hover {
    background-color: #ffe7a0; }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe7a0; }
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #ffe1e1; }
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ed969e; }
.table-hover .table-danger:hover {
    background-color: #f1b1b7; }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b1b7; }
.table-light, .table-light > th, .table-light > td {
    background-color: #f9fafb; }
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #f4f5f7; }
.table-hover .table-light:hover {
    background-color: #eaedf0; }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #eaedf0; }
.table-dark, .table-dark > th, .table-dark > td {
    background-color: #b8b8b8; }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #7a7a7a; }
.table-hover .table-dark:hover {
    background-color: #ababab; }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #ababab; }
.table-white, .table-white > th, .table-white > td {
    background-color: white; }
.table-white th, .table-white td, .table-white thead th, .table-white tbody + tbody {
    border-color: white; }
.table-hover .table-white:hover {
    background-color: #f2f2f2; }
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }