﻿/********* OVERRIDE SETTINGS FOUNDATION *******/
/*
.row {
    max-width: none !important;
}

table {
    width: 100%;   
}
*/
.ui-widget {
  /*  font-size: 1rem;*/
}
.no-margin {
    margin: 0 !important;
}



/* menu */
      
.controlecentre-topbar {
    background: #121212;
    font-size: 0.8125rem;
    z-index: 2;
    position: relative;
    
}
.controlecentre-topbar .top-bar {
    padding-bottom: 1px;
    padding-top: 0;
}
.controlecentre-topbar .top-bar, .top-bar ul {
    background: #121212;
}

.controlecentre-topbar .dropdown.menu .submenu {
    background: #121212;
    border: none;
}

.controlecentre-topbar .menu a {
    /*height: 50px;*/
    /*line-height: 50px !important;*/
    color: #e6e6e6;
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
}
.controlecentre-topbar .menu a:hover:not(.button), .controlecentre-topbar .menu a:focus {
    background: #41525e;
}

.controlecentre-topbar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #e6e6e6 transparent transparent;
    border-top-style: none;
    border-bottom-width: 0;
    right: 5px;
    /*margin-top: -2px;*/
}
.controlecentre-topbar .top-bar-title a {
    color: lightsteelblue;
    font-size: 1.2rem;
}

.controlecentre-topbar .menu > li > a {
    line-height: 1.8;
}

/* table */
table.hover tbody tr:not(:first-child):hover {
    background-color: #eaf3f7;
}
table.hover.pointer tbody tr:hover {
    cursor: pointer
}
/* rouded switch */

.switch-paddle {
    border-radius: 18px;
}
.switch-paddle::after {
    border-radius: 12px;
}

.switch {
    padding-top: 8px;
}
.row .row .column,.row .row .columns {
    padding-left: 0 !important;
}

/* notification */

.ui-pnotify {
    top: 88px; 
    right: 84px;
}


.jqTransformRadioWrapper {margin-top:2px;}


/* remove focus on close button */
.ui-state-focus {
         outline: none;
     } 

/* disabled buttons */
.button.disabled, .button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}
input[type=checkbox]:disabled ~ .switch-paddle {
    opacity: 1;
    cursor: not-allowed;
}
input[checked]:disabled ~ .switch-paddle {
    background: #cbeafd;
}

input:disabled, input[readonly],
textarea:disabled,select:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
input:disabled.switch-input {
    opacity: 0;
}
input[type=radio]:disabled {
    opacity: 1;
    cursor: not-allowed;
}


input:: placeholder, textarea::placeholder {
    color: #cacaca;
    font-size: 0.8rem;
}

.breadcrumbs li {
    font-size: 0.5rem !important;
}

table.jqtransform tbody tr td{
    padding-left: 0;
}

/* dialog*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}
.no-titlebar .ui-dialog-titlebar {
    display: none;
}

/*alert*/
.badge.alert {
    background: #FF1200;
    color: #fefefe;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    font-size: 0.875rem;
}

.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-radius: 0px;
    height: 2.4375rem;
}
    .select2-container--default .select2-selection--single .select2-selection__rendered, 
    .select2-container--default .select2-selection--single .select2-selection__clear {
        line-height: 36px;
    }

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}
.row.margin-bottom {
    margin-bottom: 1rem;
}

.select2 textarea {
    min-height: 1rem;
    margin-bottom: 0;
    margin-top: 0;
}
select2 ul {
    margin-left: 0;
}
.selection ul.select2-selection__rendered {
    margin-left: 0;
}
