﻿#MyMainController{
    display: none;    
}

#WaitLoading_Content1{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loading.gif') 50% 50% no-repeat rgb(249,249,249);    
}
#WaitLoading_Content2{
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('img/loading.gif') 50% 50% no-repeat rgb(249,249,249);    
}

.portletfooterbutton{
    
}

.modal.full-screen {    
    background-image: url('../../../admin/pages/media/bg/1.jpg');
    background-size: 100% 100%;
}

.modal-content.dark {
    background-color: #333333;
}
.modal-title.dark{
  color: #FFFFFF;
}
.modal-body.dark{
  color: #FFFFFF;  
}

.modal-content.light {
  background-color: #DDDDDD;
}
.modal-title.light{
  color: #000000;
}
.modal-body.light{
  color: #000000;
}

.ajax-loader {
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -50px; /* -1 * image width / 2 */
  margin-top: 50px; /* -1 * image height / 2 */
}

.ajax-loader-panel {
    min-height: 200px;
}

.simulate-iPhoneX {
    width: 360px !important
}

.simulate-iPhoneXS {
    width: 412px !important
}

.simulate-iPhone5 {
    width: 320px !important
}

.simulate-iPadMini {
    width: 768px !important
}

.label-floatleft {
    float: left;
}

/* 404 page option #3*/
.page-404-3 {
    background: black !important;
}

    .page-404-3 .page-inner img {
        right: 0;
        bottom: 0;
        z-index: -1;
        position: absolute;
    }

    .page-404-3 .error-404 {
        color: #fff;
        text-align: left;
        padding: 70px 20px 0;
    }

    .page-404-3 h1 {
        color: #fff;
        font-size: 130px;
        line-height: 160px;
    }

    .page-404-3 h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .page-404-3 p {
        color: #fff;
        font-size: 16px;
    }

@media (max-width: 480px) {
    .page-404 .number,
    .page-500 .number,
    .page-404 .details,
    .page-500 .details {
        text-align: center;
        margin-left: 0px;
    }

    .page-404-full-page .page-404 {
        margin-top: 30px;
    }

    .page-404-3 .error-404 {
        text-align: left;
        padding-top: 10px;
    }

    .page-404-3 .page-inner img {
        right: 0;
        bottom: 0;
        z-index: -1;
        position: fixed;
    }
}



