

.CRAdmin_overlay_inactive {
    display:none;
    /*z-index: 0;*/
    position: absolute;

}

.CRAdmin_overlay_active {
    background-color: rgba(0,0,0,0.9);
    /*position: absolute;*/
    display:block;
    margin: 0 auto;
    /*z-index:10000;*/
    padding:0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}


.CRAdmin_editor {
    width: 60%;
    height:80%;

    color: white;
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 14s;*/
    /*transition: all 1s;*/
    /*-webkit-transform-style: preserve-3d;*/
    /*-moz-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    margin: 0 auto;

    z-index:11000;
    position: absolute;
    opacity: 1;

    background: #333;
    padding-left: 5px;
    padding-right:5px;
    padding-top:40px;
    padding-bottom:5px;
    border: 2px solid #ddd;

    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.6);

    /*box-shadow: 0px 0px 20px #999;*/
    /*-moz-box-shadow: 0px 0px 20px #999;*/
    /*-webkit-box-shadow: 0px 0px 20px #999;*/
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    min-width:280px;
}

.CRAdmin_editor_inactive {
    display:none;
}

.CRAdmin_editor_active {
    display:block;
}

.CRAdmin_editor_internal {
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;

}



img.btn_close {
    /*float: right;*/
    margin: -28px -28px 0 0;
    max-width: none !important;
}

.CRAdmin_editor_btnclose {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}

.CRAdmin_editor_titlebar {
    cursor: move;

    color: #ffffff;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    width:  100%;
    height: 28px;
    background-color: #707370;
}

#loading
{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    z-index:9999;
}

#loadingcontent
{
    display:table;
    color: #aaaaaa;
    /*position:fixed;*/
    left:0;
    top:0;
    width:100%;
    height:100%;
    position: absolute;
}

#loadingspinner
{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    text-align: center;
    font-size:larger;
    padding-top:80px;
    text-shadow: 2px 2px 2px #B01A1A;

}




.hovercolor:hover {
    color:red;
}

.jtable {
    font-size: 14px;
}

.multilevelpushmenu_wrapper a {
    font-size: 1.2em !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    padding: 1px !important;
}

.searchbox label {
    color: white !important;
}
.multilevelpushmenu_wrapper h2 {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    color: #1f4164;
    padding: 0 .4em 0 .4em;
    padding-top: 20px !important;
}

form {
    margin-bottom: 0 !important;
}