
.uploaded-image-del {
    color: #c61f46;
    float: right;
    cursor: pointer;
}

.cke_dialog_background_cover {
    z-index: 999999 !important;
    background-color: gray !important;
}

table.cke_dialog {
    z-index: 9999999 !important;
}

div.ic.file input[type="file"] {
    left: -4.8rem;
    width: 126%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.ic.file input[type="file"] {
        left: -5.4rem;
    }
}
div.ic.file label.button {
    right: 0.225rem;
    line-height: 1.365rem;
    margin-top: 0.17rem;
}

.hide {
    display: none;
}


input:invalid:focus,select:invalid:focus,div.selectize-input:invalid:focus{
    border-color: red !important;
    box-shadow:0 0 0 1px red;
}
::-webkit-validation-bubble-message {
    background: #dcdcdc;
}
select.selectized{
    visibility: hidden !important;
    position: absolute !important;
    display: block !important;
}

.loader {
    box-sizing: border-box;
    height: 300px;
    border: 1px solid #888;
    filter: alpha(opacity=60);
    opacity:.7l;
    z-index:9999;
    background: #888 url("../../../../images/loader1.gif") no-repeat center !important;
}


#veil {
    position: absolute;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index:9999;
    background: #888 url("../../../../images/loader1.gif") no-repeat center;

}
#add-loader {
    position: absolute;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index:9999;
    background: #888 url("../../../../images/loader1.gif") no-repeat center;

}
.grid-loader{
    position: absolute;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.7;
    background: #888 url("../../../../images/loader1.gif") no-repeat center;
    z-index: 999999;
}





.ic.parallelView {
    display: block;
    height: 26px;
}
.ic.parallelView input{
    width:30%;
    float:right;
    border: 0;
    border-bottom: 1px solid #999;
}
.ic.parallelView input:focus{
    border: 0 !important;
    border-bottom: 2px solid #999 !important;
    box-shadow: none !important;
    background:none !important;

}
.ic.parallelView label{
    float:left;

}
body.menu_vertical-side .sm-simple .has-submenu::after{
    content: "\f054";
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 6px;
    top: 8px;
}

.login .form button, .login .form .button {
    background-color: #4a8bc2 !important;
}

.login {
    box-shadow: 0 0 3px 3px #bbb;
    border: 1px solid #4a8bc2;
    background-color: #fcfcfc;
    padding-top: 0;
}

.login ul li {
    float: none;
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid #4a8bc2;
}

.login div.client-logo {
    background: transparent url(../../../../images/logo/logo.png) top left no-repeat;
    height: 140px;
    border: 0 none;
    margin: 0;
}

.login .form .button, .login .form button {
    padding: 0.5em 0;
}
body.not_logged_in {
    background-color: #FCFCFC;
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%);
    background-size: 25px 25px;
}


.login ul {
    position: inherit;
    top: auto;
    right: auto;
    border-bottom: 1px solid #eee;
    margin-left: -.675rem;
    margin-right: -.675rem;
    /*background-color: #f5f5f5;*/
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;

}

#page-content section .section-heading.blue-dark h3, 
#page-content section .section-heading.blue-dark h4,
#page-content section .section-heading.blue-dark h5,
#page-content section .section-heading.blue-dark .icon{
    display:inline;
    line-height:2.2;
    color:#686868;
}
.not_logged_in nav , .not_logged_in nav > div.menu-content{
    display: none;
}
.not_logged_in footer {
    display: none;
}
.not_logged_in header {
    box-shadow: none;
}


header div.header-content {
    box-shadow: 0 0 5px 2px #666;
}

.not_logged_in header > div > * {
    display: none;
}


.switch {
    background-color: #4a8bc2;
    margin-bottom: 1em;
}

.not_logged_in .content-wrapper {
    display: none;
}

.logged_in #login_container {
    display: none;
}
.access_not_allow .content-wrapper {
    display: none;
}

.access_allow #accessDenied_container {
    display: none;
}
div.bg > div.generate{
    border-color: transparent;
}
/*            .download-url.button{
                background-image: url('<%=request.getContextPath()%>/www/public/static/images/button-download-animated.gif');
                background-size: 113%;
                background-repeat: no-repeat;
                box-shadow:none;
                height: 39px;
                width: 140px;
            }*/
button.small, .button.small{
    padding-top: .25rem;
    padding-bottom: .29rem;
}
div.previewReport {
    border:1px solid #ccc;
    box-shadow: 0 0 2px 1px #ccc;
    color: black;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
body.menu_horizontal ul.second-menu,body.menu_horizontal ul.second-menu ul{
    min-width:13em !important;
}

.not_logged_in header {
    display: block;
}



.search div.input.ic select, .search div.input.ic input, .search div.input.ic .button, .search div.input.ic div.selectize-input {
    border-radius: 2px;
}