﻿/*@media (min-width: 786px) and (max-width: 320px) {
.hasCalendarsPicker { width:70% !important;
                      background-color:#ccc !important;


}
}
.hasCalendarsPicker { width:80% !important;
                      background-color:#ccc !important;
    
}*/
.inline-loader {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    background-color: rgba(187, 194, 199, 0.35);
    text-align: center;
    background-image: url(min-load.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    z-index: 5;
}
/*Validation Summary*/
.validation-summary-errors a {
    color: #a94442 !important;
}

    .validation-summary-errors a:hover {
        color: #a94442 !important;
    }

    .validation-summary-errors a:active {
        color: #a94442 !important;
    }

.field-validation-error a {
    color: #a94442 !important;
}

    .field-validation-error a:visited {
        color: #a94442 !important;
    }
/*END Validation Summary*/
.full-width {
    width: 100% !important;
}

.ui-autocomplete-input {
    width: 100% !important;
}

.arrow {
    cursor: pointer;
}

.unread {
    background: #dedede none repeat scroll 0 0;
}

.error {
    color: #a94442;
}

#md-uploadify {
    z-index: 50000000 !important;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    display: inline;
    padding: 3px;
    /*vertical-align:middle !important;*/
}

.wordwrap {
    word-wrap: break-word; /* IE */
}

.btn-is-disabled {
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
    opacity: 0.7;
}

/*input{
    max-width:250px;
}

select{
    max-width:250px;
}*/

/*#wrapper.enlarged input{
    max-width:95%;
}

#wrapper.enlarged select{
    max-width:98%;
}*/

/*.form-control{
    height:100% !important;
}*/


/*#wrapper.enlarged .input-group {
    width: 100%;
    z-index: 0;
}
.form-group .input-group{
    width:80%;
     z-index:0;
}
}*/


.input-group {
    z-index: 10;
    width: 100%;
}

/*#btnSearch{
    padding-bottom:4px;
}

.table
{
    font-size:12px;
}*/
.font-size {
    font-size: 40px;
    margin-top: -20px;
    text-align: center;
}

.calendars-trigger {
    margin: 5px;
    width: 25px;
}

.dropdownlist {
    z-index: 15;
}

.google-visualization-orgchart-table {
    border-collapse: initial;
}

    .google-visualization-orgchart-table tr td {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.disable {
    background-color: #808080 !important;
    color: #686565 !important;
    cursor: auto !important;
}

/*now*/
.close {
    background-color: rgba(41, 128, 185, 0.8) !important;
    height: 30px;
    line-height: 30px !important;
    position: relative;
    /*position: absolute;*/
    /*left: 10px;*/
    text-align: center;
    text-decoration: none;
    /*top: -15px;*/
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    opacity: initial !important;
}

    .close:before {
        content: url(images/close.png);
    }

    .close:hover {
        background-color: #ec9f47;
    }
/**/
.staticPos.open > .dropdown-menu {
    overflow: hidden;
    max-height: 208px;
    z-index: 100 !important;
}

.staticPos.dropdown-menu.inner.selectpicker {
    position: inherit !important;
    overflow: hidden;
    z-index: 100 !important;
}

.has-error .validation-class {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.has-success .validation-class {
    border-color: #63CCF4 !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}


.has-success .form-group {
    border-color: #63CCF4 !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.has-success .control-label {
    border-color: #63CCF4 !important;
    /*color:  #63CCF4 !important;*/
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;*/
}


/*.validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}*/

.Authentication-Check:lang(en) {
    float: left;
    text-align: right;
    margin: 0;
}

.Authentication-Check:lang(ar) {
    float: right;
    text-align: left;
    margin: 0;
}



.Authentication-Check-Container {
    width: 800px;
    margin: 0 0 0 10px;
    display: flex;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}


/*Ahmed Khalifa, Alternate grid [Start]*/
.KSUAlternateColorTable {
}

    .KSUAlternateColorTable > tbody > tr > th {
        background: #F0F8FF !important;
    }

    /*  Define the background color for all the ODD background rows  */
    .KSUAlternateColorTable > tbody > tr:nth-of-type(2n) {
        background-color: #f5f5f5 !important;
    }
/*Ahmed Khalifa, Alternate grid [End]*/

.cust label {
    display: inline-block !important;
}

/*Ahmed Khalifa, Fix problem color-profile modal shifting body to left [Start]*/
body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}
/*Ahmed Khalifa, Fix problem color-profile modal shifting body to left [End]*/

.col-md-5.inputWidth {
    width: 39.5%;
}

@media screen and (max-width: 1920px) {
    .col-md-5.inputWidth {
        width: 62.5%;
    }

    .col-md-5.inputWidth2 {
        width: 43.5%;
    }
}


.loader {
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1,0.3);
    z-index: 100000;
    position: fixed;
    background-image: url(/Assets/img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.ui-widget {
    font-family: inherit !important;
}

#myCarousel {
    background-color: #fff !important;
}

.carousel-control {
    background-color: #337ab7;
    opacity: 10;
    background-image: none !important;
}

.item .col-lg-3 {
    width: auto;
    max-width: 12.5% !important;
    height: 27px !important;
    overflow: hidden !important;
}

.item {
    padding-right: 25px;
    padding-left: 25px;
}

/* Ahmed Khalifa, Upload progress bar [Start] */
progress {
    /* style rules */
    background-color: #f3f3f3;
    border: 0;
    height: 18px;
    border-radius: 9px;
}

    progress::-webkit-progress-bar {
        /* style rules */
        background-color: #f3f3f3;
        border: 0;
        height: 18px;
        border-radius: 9px;
    }

    progress::-webkit-progress-value {
        /* style rules */
        color: red;
    }

    progress::-moz-progress-bar {
        /* style rules */
        background-color: #f3f3f3;
        border: 0;
        height: 18px;
        border-radius: 9px;
    }


    .file {
  visibility: hidden;
  position: absolute;
}


/* Ahmed Khalifa, Upload progress bar [End] */
