@charset "UTF-8";
/* Super Admin manager backend general style sheet */
html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#logo-url {
    padding: 0px !important;
    padding-top: 10px !important;
}

.page-footer-inner {
    margin: auto !important;
    text-align: center;
    width: 100%;
}

.default-avatars-selection, .default-color-selection {
    border-radius: 600px;
    margin-top: 20px;
}

.default-avatar-selection-checked, .default-color-selection-checked{
    border: 4px solid #36c6d3;
    transition: 0.5s;
}

.md-radio label > .box:hover {
    position:fixed !important;
}

.md-radio label > .box {
    font-size: 10px;
    line-height: 20px;
}

.formField {
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

.formButton {
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 150px;
}

.recurrenceButtons input[type="radio"] {
    float: left;
    width: 16px;
    margin-top: 16px;
}

.recurrenceButtons {
    display: inline;
    float: left;
    list-style: none;
    margin-top:-14px;
    padding-left: 0px !important;
}

.recurrenceButtons p {
    float: left;
    margin-left: 8px;
    margin-right: 20px;
}

.recurrenceButtons > li {
    display: block;
    float: left;
    overflow: auto;
}

.recurrenceLabel {
    width: 100%;
}

input.error {
    border: 2px solid red;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
    border-left-color: red;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
}

#main-menu li:first-child {
    margin-top: 24px;
    /*padding-bottom: 14px;*/
}

.nav-second-level li:first-child {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
}




.col-centered {
    float: none !important;
    margin: auto !important;
}

.create-edit-panel-hidable {
    background: #EEEEEE !important;
    padding: 10px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #E6060A none; /* a color that fits the widget theme */
    color: white; /* a color that is readeable with the color above */
}

table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker-calendar td {
    border: 1px solid transparent;
}

.panel-table {
    display: block;
    overflow: auto;
}

.btn-edit {
    color:white;
    background:#9D9D9D;
    border-color:#989898;
}

.btn-edit:hover {
    color:white !important;
    background:#818181 !important;
    border-color:#767676 !important;
}

.buttons_cell {
    text-align: right;
}
.input_filter{
    width:100%;
}

.logo-default{
  margin: 0 !important;
}
    
.dataTable > thead > tr > th[class*="sort"]:after{
    content: "" !important;
}
.modal-0.fade.in {
    top: 0% !important;
}
.updates-info-subtitle {
    margin-top:20px;
    font-size:11px;
    color:#cccccc;
}
.mce-fullscreen {
    margin-top: 50px;
}

.studio99-website-checker h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.studio99-website-checker {
    padding: 5px;
}
.studio99-domain-box {
    border: 1px solid black;
    padding: 0px 10px 8px 10px;
    border-radius: 3px;
}
.studio99-website-online .studio99-domain-box {
    background: #37ac4a;
    border-color: #1b6828;
    color: #032a09;
}
.studio99-website-offline .studio99-domain-box {
    background: #931a1a;
    border-color: #791818;
    color: white;
}
.studio99-website-hidden {
    display: none;
}
.studio99-filter-buttons {
    display: block;
    text-align: center;
}
.studio99-filter-buttons li {
    display: inline;
}
.row {
    margin-bottom: 30px;
}
.clean_result {
    font-size: 18px !important;
}
.clean_content{
    width: 100%;
    text-align: center;
}