
body {
    /*background: #eee !important;*/
    /*background: #ffffff !important;*/
}

#loadingmodule {
    clear: both;
    /*text-align: center;*/
    padding: 10px;
    font-size: 20px;
    color: cornflowerblue;
}

.hidden-menu #left-panel {
    left: -190px;
}


#header>:first-child, aside {
    width: 200px;
}

#main {
    margin-left: 200px;
}

body:not(.menu-on-top).desktop-detected {
    min-height: 100px!important;
}

.ui-dialog .ui-dialog-titlebar {
    margin-top: 10px;
}
#main {
    background: #ffffff;
}

.ewoheader {
    /*  background: rgba(205, 220, 234, 0.53);*/
    /*    padding-left: 10px; padding-right: 10px;*/
    border-bottom: 0 none; padding: 5px;
}

.ewoheader .fa-fw {
    color: cornflowerblue;
}

.ewoheader .btn {
    color: cornflowerblue;
}

.ui-dropdown-trigger .fa-fw {
    color: cornflowerblue;
}

.tab-content .btn {
    color: cornflowerblue;
}

.ewoadminpanel {
    background: rgba(135, 176, 211, 0.35);
    padding: 10px;
}

.ewoadminpanel h4 {
    width: 100px; float: left;
}

.ewogrid {
    position: relative;
    background: transparent;
    border-bottom: none;
    margin-bottom: 10px;
    /*    padding:1px 10px;*/
    margin: 20px 50px 50px 50px;
}

.ewo-layout-edit {
    margin-bottom: 10px;
}

.ui-grid .ui-grid-row {
    margin-bottom: 10px;
}

.column21{
    position: relative;
    float: left;
    width: 45%;
    left: 3%;
}

.column22{
    position: relative;
    float: left;
    width: 45%;
    left: 6%;
}

.ui-datatable th {
    font-weight: 400;
    font-size: 13px;
}

#sparks li {
    float: right;
    margin-right: 10px;
    margin-left: 20px;
}

.ui-dialog .ui-dialog-titlebar {
    /*    background: #f3f3f3 !important;*/
}

.ui-dialog .ui-dialog-title {
    color: cornflowerblue;
}

.page-title {
    /* margin: 10px 0px 15px; */
    margin: 0px;
}

.ewoheader .alert {
    padding: 5px;
    background: rgba(189, 209, 236, 0.80) !important;
}

.ewoformcontent {
    /*   designe2*/
    /*    margin-bottom: 20px;
        padding-top: 15px;
        background: #f9f9f9;
        -webkit-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);
        -moz-box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);
        box-shadow: 1px 1px 9px 0px rgba(0,0,0,0.26);*/

    padding-top: 10px;
    padding-bottom: 20px;
    /* padding-left: 15px;*/
    padding-right: 15px;
    max-height: 500px;
    overflow-y: auto;
}

.ewoformcontent .alert {
    padding: 4px;
    font-size: 11px;
}

.ui-inputtext {
    padding: 2px;
}

.ContentSideSections {
    padding: 0px;
}

#header {
    height: 40px;
    padding-top: 2px;
}

#project-context, .project-context {
    padding: 3px 13px 0;
}

.btn-header.pull-right {
    position: relative;
    top: -7px;
}

#ribbon .breadcrumb {
    text-align: left;
    display: block;
    color: #25AAE1 !important;
    text-indent: 20px;
    padding: 3px !important;
}

.login-info a {
    color: #25AAE1 !important;
}

.dropdown-menu {
    top: 60%;
}

#logo {
    margin-top: 5px;
}

#left-panel {
    padding-top: 40px;
}

.ui-widget-header {
    font-weight: normal;
}

.alert-info {
    background: rgba(189, 209, 236, 0.80);
    border-color: cornflowerblue;
}

/*
.ui-datatable th.ui-state-default {
    background: rgba(189, 209, 236, 0.80);
}*/


.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    padding: 3px 10px;
    font-size: 12px;
    /*   color: #494949;*/
}

.ui-datatable thead th {
    font-size: 14px;
    color: #4c4f53;
}

.ui-datatable .ui-column-filter {
    margin-top: 0px;
}

.ui-widget .ui-widget {
    font-size: 12px;
}

.ui-grid-row label {
    font-size: 12px;
}

.ui-dialog .ui-dialog-title {
    font-size: 17px !important;
}

.nav-tabs.bordered {
    background: #f2f2f2;
}

.nav>li>a {
/*    padding: 4px 10px 4px;*/
    font-size: 13px;
}

/*   designe2*/
/*
.ui-dialog-titlebar {
    display: none;
}

.ewoformheader {
 */
/*   border-bottom: 1px solid #e7e7e7;*//*

    height: 40px;
    margin-bottom: 10px;
}
.ewoformheader #title {
    width: 50%;
    color: cornflowerblue;
    float: left;
    padding: 10px;
    font-size: 18px;
}
.ewoformheader #buttons{
    width: 50%;
    float:left;
    padding: 10px;
}

.ewoformheader button {
    float: right;
}*/


.ewoadminlayout {
    display: none;
}

.nomodel {
    color: #c08bff;
}

.ewoadmindraft {
    color: red;
}

.ewoadminreq {
    color: red;
}

.ewoadmindraft input{
    width: 100%;
}

.ewoadmindraft textarea{
    width: 100%;
}

.ewoadmindraft select{
    width: 100%;
}

.ewoadmindraft p-dropdown{
    width: 100%;
}

.ui-fluid .ui-inputtext {
    width: 100%;
}
.ui-fluid input {
    width: 100%;
}
.ui-fluid textarea {
    width: 100%;
}

.ui-fluid select {
    width: 100%;
}

.ui-fluid p-dropdown {
    width: 100%;
}

.ewo-control label {
    text-indent: 15px;
}

.ewomsgrequired {
    color: red;
    margin-bottom: 0px;
}

.page-footer {
    position: fixed;
}

button:disabled,
button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}


th, td {
    padding: 5px;
    text-align: left;
}

th {
    background-color: rgba(120, 157, 252, 0.99);
    color: white;
}

th, td {
    border: 1px solid #ddd;
}

tr:nth-child(even) {background-color: #f2f2f2}

.ui-dialog .ui-dialog-titlebar {
    background: #f3f3f3 !important;
    margin: 0px;
}

.ewomoduleappmodule {
    /* margin-top: 50px !important; */
}

.form-group .ewomoduleappmodule {
    margin-top: 0px !important;
}