﻿.modula-nav-settings {
    display: inline-block;
}

.modula-nav-settings li {
    min-width: 50px;
    padding: 5px;
    border-bottom: #999 3px solid;
    text-align: center;
    float: left;
    margin-top: 1px;
}

.modula-nav-settings .active {
    border: #999 1px solid;
    border-bottom: #ba5d0f 3px solid;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 0;
}

.modula-nav-settings a:hover {
    color: #08c;
}

.modula-nav-settings li:hover {
    border-bottom: #ba5d0f 3px solid;
}

.ivs-hero-img {
    border-radius: 10px;
    border-bottom-right-radius: 80px;
    background-image: url('ui/img/logs.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.multiselect-container {
    width: 250px;
}


.btn-group>.btn:not(:first-child):not(.dropdown-toggle):not(.btn-default) {
    border-left-width: 10px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle):not(.btn-default)+.btn:not(.btn-default) {
    border-left-width: 0px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle):not(.btn-default) {
    border-right-width: 10px;
}

.modal-dialog {
    width: 960px;
}

.toolbar {
    margin: 0 auto 10px auto;
    width: 560px;
    min-height: 22px;
    display: block;
}
  
textarea {
    width: 920px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}   
  
[data-wysihtml5-dialog] {
    margin: 5px 0 0;
    padding: 5px;
    border: 1px solid #666;
}
  
a[data-wysihtml5-command-value="red"] {
    color: red;
}
  
a[data-wysihtml5-command-value="green"] {
    color: green;
}
  
a[data-wysihtml5-command-value="blue"] {
    color: blue;
}

.wysihtml5-command-dialog-opened {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    background-image: none;
}

.wysihtml5-command-active {
    color: #333;
    background-color: #dbdbdb;
    border-color: #adadad;outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    background-image: none;
}

.modula-content {
    margin-top: -20px;
}

label > small {
    color: #808080;
    font-weight: normal;
    width: 100%;
    display: inline-block;
}

.btn-mini {
    padding: 2px 5px;
    font-size: 10px;
}

.table-condensed-extra thead>tr>th, 
.table-condensed-extra tbody>tr>th, 
.table-condensed-extra tfoot>tr>th, 
.table-condensed-extra thead>tr>td, 
.table-condensed-extra tbody>tr>td, 
.table-condensed-extra tfoot>tr>td {
    padding: 3px 5px;
}
        
svg {
    z-index: -1;
}

.navbar {
    margin-bottom: 0px;
}

.selectize-control {
    height: 34px !important;
}

.selectize-input {
    padding-left: 8px !important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

li.notifications > .popover, li.account > .popover {
    top: 40px !important;
    border-radius: 0;
    width: 300px;
    max-width: 300px;
}

li.notifications > .popover {
    left: -228px !important;
}

    li.notifications > .popover > .popover-title, li.account > .popover > .popover-title {
        font-weight: bold;
        font-size: 90%;
        color: #808080;
    }

    li.notifications > .popover > .popover-content, li.account > .popover > .popover-content {
        min-height: 0px;
        font-weight: bold;
        font-size: 80%;
        padding: 0;
    }

    li.notifications > .popover > .arrow, li.account > .popover > .arrow {
        display: none;
    }

li.notifications > a > .badge {
    background-color: #777;
}

    li.notifications > a > .badge.has-notifications {
        background-color: #e04322;
    }

li.notifications > a > .glyphicon-bell {
    top: 3px;
    margin-right: 7px;
}

.file-btn-group > div {
    padding-left: 0;
    padding-right: 0;
}

.file-btn-group input {
    padding: 5px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.file-btn-group button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prettyRadio .input-group-addon:last-child {
    border-left: 1px #ccc solid !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}