﻿
.web_dialog_overlay {
    background: Black;
    opacity: .40;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
}


.web_dialog {
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
}

.web_dialog_title {
    background-color: #017DC5;
    color: White;
}

    .web_dialog_title a {
        color: White;
    }

.OverMaskDialog {
    background-color: #fff;
    border: 1px solid #ccc !important;
    box-shadow: 0px 0px 15px #ccc !important;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #555555;
    /*font-size: 16px;*/
}

.web_dialog_overlay {
    background: Black;
    opacity: .40;
    filter: alpha(opacity=40);
    -moz-opacity: .40;
}


.DialogTitle {
    border-bottom: solid 2px #017DC5;
    background-color: #017DC5;
    color: White;
}

    .DialogTitle a {
        color: White;
    }

.align_right {
    border-bottom: solid 2px #017DC5;
    background-color: #017DC5;
    color: White;
}

    .align_right a {
        color: White;
    }

.AuthorHeaderIcons:hover {
    border: 1px solid #ccc;
}

.ColorsPanel {
    COLOR: #666666;
    BACKGROUND-COLOR: #ffffff;
}

.style1 {
    width: 100%;
    padding: 0 10px;
}

#imgShare:hover {
    cursor: pointer;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10002;
    display: none;
}


.web_dialog_title a {
    text-decoration: none;
}


.closeAlignment {
    text-align: right;
    padding-right: 10px;
}


.DialogTitle a {
    text-decoration: none;
}


.align_right a {
    text-decoration: none;
}

.btnDialogClose {
    cursor: pointer;
}

.DialogDesc {
    padding: 10px;
}

.divDialogDesc {
    height: 300px;
    overflow: auto;
}

.Notification-container {
    width: 320px;
    z-index: 10005;
}

* html .Notification-container {
    position: absolute;
}

.Notification-item-wrapper {
    padding: 15px;
    min-height: 80px;
    /*min-width: 412px;*/
}

.Notification-item p {
    text-align: center;
    margin: 0 50px;
}

.Notification-modal {
    /*BY KKHELAWY @21.09.2012*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10004;
}



/***********************BEGIN::For Status Bar Notification BY KKhelawy @29.11.2012::****************************/

.StatusBarNotice {
    background-color: #bde5f8;
}

    .StatusBarNotice .StatusBarClose {
        background: #bde5f8 url(../Images/blue_close_icon.jpg) no-repeat;
    }

        .StatusBarNotice .StatusBarClose:hover {
            background: #bde5f8 url(../Images/blue_close_icon.jpg) no-repeat;
        }

        .StatusBarNotice .StatusBarClose:active {
            background: #bde5f8 url(../Images/blue_close_icon.jpg) no-repeat;
        }

    .StatusBarNotice .StatusBarClose {
        background-position: left;
    }

        .StatusBarNotice .StatusBarClose:hover {
            background-position: center;
        }

        .StatusBarNotice .StatusBarClose:active {
            background-position: right;
        }


.StatusBarSuccess {
    background-color: #d6f2bf;
}

    .StatusBarSuccess .StatusBarClose {
        background: #d6f2bf url(../Images/green_close_icon.jpg) no-repeat;
    }

        .StatusBarSuccess .StatusBarClose:hover {
            background: #d6f2bf url(../Images/green_close_icon.jpg) no-repeat;
        }

        .StatusBarSuccess .StatusBarClose:active {
            background: #d6f2bf url(../Images/green_close_icon.jpg) no-repeat;
        }

    .StatusBarSuccess .StatusBarClose {
        background-position: left;
    }

        .StatusBarSuccess .StatusBarClose:hover {
            background-position: center;
        }

        .StatusBarSuccess .StatusBarClose:active {
            background-position: right;
        }


.StatusBarWarning {
    background-color: #ffddaa;
}

    .StatusBarWarning .StatusBarClose {
        background: #ffddaa url(../Images/orange_close_icon.jpg) no-repeat;
    }

        .StatusBarWarning .StatusBarClose:hover {
            background: #ffddaa url(../Images/orange_close_icon.jpg) no-repeat;
        }

        .StatusBarWarning .StatusBarClose:active {
            background: #ffddaa url(../Images/orange_close_icon.jpg) no-repeat;
        }

    .StatusBarWarning .StatusBarClose {
        background-position: left;
    }

        .StatusBarWarning .StatusBarClose:hover {
            background-position: center;
        }

        .StatusBarWarning .StatusBarClose:active {
            background-position: right;
        }


.StatusBarError {
    background-color: #ffa5a5;
}

    .StatusBarError .StatusBarClose {
        background: #ffa5a5 url(../Images/red_close_icon.jpg) no-repeat;
    }

        .StatusBarError .StatusBarClose:hover {
            background: #ffa5a5 url(../Images/red_close_icon.jpg) no-repeat;
        }

        .StatusBarError .StatusBarClose:active {
            background: #ffa5a5 url(../Images/red_close_icon.jpg) no-repeat;
        }

    .StatusBarError .StatusBarClose {
        background-position: left;
    }

        .StatusBarError .StatusBarClose:hover {
            background-position: center;
        }

        .StatusBarError .StatusBarClose:active {
            background-position: right;
        }








/***********************END::For Status Bar Notification BY KKhelawy @29.11.2012::****************************/
.Notification-item-close {
    background: url(../Images/close_icon.jpg) no-repeat;
}

    .Notification-item-close:hover {
        background: url(../Images/close_icon.jpg) no-repeat;
    }

    .Notification-item-close:active {
        background: url(../Images/close_icon.jpg) no-repeat;
    }

.Notification-item-image-Notice {
    background: url(../Images/Notice.png);
}

.Notification-item-image-Success {
    background: url(../Images/Success.png);
}

.Notification-item-image-Warning {
    background: url(../Images/Warning.png);
}

.Notification-item-image-Error {
    background: url(../Images/Error.png);
}

.Notification-item-close {
    background: url("../Images/close_icon.jpg") no-repeat;
}

    .Notification-item-close:hover {
        background: url("../Images/close_icon.jpg") no-repeat;
    }

    .Notification-item-close:active {
        background: url("../Images/close_icon.jpg") no-repeat;
    }

.Notification-item-image-Notice {
    background: url("../Images/Notice.png");
}

.Notification-item-image-Success {
    background: url("../Images/Success.png");
}

.Notification-item-image-Warning {
    background: url("../Images/Warning.png");
}

.Notification-item-image-Error {
    background: url("../Images/Error.png");
}

.close-popup {
    background: url(../Images/close_t.png) no-repeat;
}

@media only screen and (max-width:479px) {
    .Notification-item-btnYesContainer {
        left: 25% !important;
    }

    .Notification-item-btnNoContainer {
        right: 25% !important;
    }
}


.modal-dialog {
    position: relative;
    width: auto;
    /*margin: 10px;*/
}


@media (min-width:548px) and (max-width:767px) {
    .modal-dialog {
        width: 80% !important;
        margin: 30px auto;
    }
}

@media (min-width:541px) and (max-width:767px) {
    .modal-dialog-confirmation {
        width: 70%;
        margin: 30px auto;
    }
}

@media (max-width:540px) {
    .modal-dialog-confirmation {
        width: 95%;
        margin: 30px auto;
    }
}



.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        z-index: 10001;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}



.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1040;*/
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-backdrop-pki {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*z-index: 1040;*/
    background-color: #000;
}

    .modal-backdrop-pki.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop-pki.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff !important;
}

.modal-body {
    position: relative;
    padding: 15px 15px 15px 15px;
}

.modal-footer {
    padding: 12px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}


@media (min-width:768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }

    .modal-dialog-confirmation {
        min-width: 350px !important;
        width: 400px !important;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}



.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer {
    /* padding-top: 12px; */
    /*margin-top: 20px;*/
    padding-bottom: 14px;
    border-top-color: #e4e9ee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eff3f8;
}

.modal-header .close {
    font-size: 32px;
}


.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 20px;
    height: 39px; /*Changed by Ismail Al-Husseini 25-01-2016*/
    background: #3464b0 repeat-x;
    /* background-image: -webkit-linear-gradient(top,#fff 0,#E6E6E6 100%); */
    background-image: -o-linear-gradient(top,#fff 0,#E6E6E6 100%);
    /* background-image: linear-gradient(to bottom,#fff 0,#E6E6E6 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #FFF;
    border-bottom: 3px solid #DDD;
    padding-left: 12px;
}

.onpage-help-modal {
    z-index: 100010;
}

    .onpage-help-modal + .modal-backdrop {
        z-index: 100009;
    }


.widget-header:after, .widget-header:before {
    content: "";
    display: table;
    line-height: 0;
}

.widget-header:after {
    clear: right;
}

.widget-box.collapsed > .widget-header {
    border-bottom-width: 0;
}

.collapsed.fullscreen > .widget-header {
    border-bottom-width: 1px;
}

.collapsed > .widget-body {
    display: none;
}

.widget-header-flat {
    background: #F7F7F7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-header-large {
    min-height: 49px;
    padding-left: 18px;
}

.widget-header-small {
    min-height: 31px;
    padding-left: 10px;
}

.widget-header > .widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
}

    .widget-header > .widget-title > .ace-icon {
        margin-right: 5px;
        font-weight: 400;
        display: inline-block;
    }

.widget-header-large > .widget-title {
    line-height: 48px;
}

.widget-header-small > .widget-title {
    line-height: 30px;
}
