﻿@import url(jquery-ui.min.css);
@import url(bootstrap/css/bootstrap.min.css);

html, body {
    height: 100%;
}

#Header {
    margin-bottom: 0; 
    background-color: #7CDFA8; 
    padding-top: 18px; 
    padding-bottom: 18px;
    border-radius: 0;
}

#Container {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    min-height: 100%;
    margin-bottom: -90px;
    position: relative;
}

.clearfooter {
    height: 130px;
    clear: both;
}

.panel {
    box-shadow: 3px 5px 8px #eeeeee;
    box-shadow: 3px 5px 8px rgba(0,0,0,.05);
}

.footer {
    background-color: #f8f8f8;
    box-shadow: 0 -15px 15px #f8f8f8, 0px 100px 0px #f8f8f8;
    margin-top: 40px;
    min-height: 90px;
    width: 100%;
    padding: 0px 10px 0px 10px;
    position: relative;
    clear: both;
}

.has-error .help-inline {
    color: #f04124;
}

.help-inline {
    color: #f04124;
}

.has-error .hotizontal-form-control input {
    border: 1px solid #f04124;
}

.searchBox {
    padding: 15px 0;
}

.form-label {
    background-color: inherit !important;
    border: 0 !important;
    box-shadow: none !important;
    height: inherit !important;
    margin-bottom: -2px !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.remove-form-control input {
    display: inline !important;
    width: auto !important;
}

.index-filter {
    padding: 0 5px 5px 0;
    display: inline-block;
}


/*date picker*/
.ui-widget-header {
    color: inherit !important;
}

/*date picker overlap*/
#ui-datepicker-div {
    z-index: 100 !important;
}


#navPanel {
    max-width: 300px;
}

.panel-title > a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.panel-group .panel-body {
    padding: 0px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}

.glyphicon-plus:before {
    content: "\2212";
}

.collapsed .glyphicon-plus:before {
    content: "\2b";
}

.page-selected {
    font-weight: bold;
}

.z-index-1 {
    z-index: 1;
}

.ui-sortable-helper {
    display: table;
    background: #e3e3e3;
}

/*Dropdown list sorting interface*/
#sortable {
    list-style-type: none;
    width: 60%;
}

    #sortable li:not(.unsortable) {
        margin: 0 3px 3px 3px;
        padding: 0 0.4em 0.6em 1.5em;
        border: solid gray 1px;
        background: #e3e3e3;
        border-radius: 5px;
    }

.unsortable {
    margin: inherit;
    padding: inherit;
    padding-left: 0em;
    border: solid gray 1px;
    background: #ededed;
    min-height: 2.5em;
    border-radius: 5px;
    text-align: center;
}

    .unsortable button {
        margin-top: 0.25em;
    }

.ui-sortable strong {
    font-size: 130%;
}

.ui-sortable > li:not(:last-child) > button {
    margin-top: 0.4em;
    float: right;
}

.ui-sortable-placeholder {
    background: none !important;
    border: none !important;
    min-height: 1.9em;
}

.login-link-color {
    color: white;
}

.login-link-color:hover {
    color: white;
}

#tinymce table {
     min-width: 100px;
}
