﻿@media print {
    a[href]:after {
        visibility: hidden;
    }
}

.error {
    color: red;
}

.bg {
    background-image: url('~/images/background_صورة.png');
    background-color: #FF6600;
    width: 100%;
    height: auto;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* style 2 */

.inputfile-2 + label {
    color: #01a6ff;
    border: 2px solid currentColor;
}

    .inputfile-2:focus + label,
    .inputfile-2.has-focus + label,
    .inputfile-2 + label:hover {
        color: #204d74;
    
      }


@media (min-width: 768px) {
    .dl-horizontal dt {
        overflow: visible !important;
    }
}

@media (min-width: 768px){
    .dl-horizontal dt.dtWidth260 {
        width: 260px !important;
    }
}

@media (min-width: 768px){
    .navbar-default li.dropDownMenu.dropdown-submenu .dropdown-menu {
        right: 55% !important;
    }
}
.reportHeadLine {
    color: #436c94;
    text-align: center;
    font-weight: 600;
}
.title {
    border-bottom: 2px solid #757575;
    margin-bottom: 20px;
}
.table-striped > tbody > tr.grayRow {
    background-color: #c7c5c5 !important;
}
/* CSS used here will be applied after bootstrap.css */

/*.dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}*/


.glyphicon-bell {
    font-size: 1.5rem;
}

.notifications {
    min-width: 420px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}

/*.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}*/

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading, .notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 1.3rem;
}

.notifications a.content {
    text-decoration: none;
    background: #ccc;
}

.notification-item {
    padding: 10px;
    /*margin: 5px;*/
    /*border-radius: 4px;*/
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
    .notification-item:hover {
        background: #d8e2e6;
    }

#button {
    display: inline-block;
    background-color: #03a9f4;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

.txtAreaStyle {
    margin: 0px !important;
    height: 100px !important;
    resize: none !important;
}

.required-field::after {
    content: "*";
    color: #FF0000;
    font-weight: bold;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.load {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(dms-loader.gif) 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .load {
        display: block;
    }

.width17 {
    width: 17% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
/*Edit NavBar Padding To Include Report Section*/
.CustomNav .navbar-default .navbar-nav > li > a {
    color: white;
    padding: 14px 9px;
    font-size: 13px;
}
/*********************************************************/
body, .form-control {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Times New Roman';
}
.btn, .CustomNav .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a, .table > tbody > tr > td {
    font-size: 16px !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px !important;
}
.container {
    width: 100% !important;
}
@media (max-width: 1024px) {
    /*.container {
        width: 850px !important;
    }*/
    .select2 select2-container select2-container--default select2-container--below select2-container--focus {
        width: 80% !important;
    }
}
@media (max-width: 600px) {
    /*.container {
        width: 850px !important;
    }*/
    .col-xs-3, .col-xs-4, .col-xs-6, .col-md-6 {
        width: 100%;
    }
    .btn
    {
        margin:3px
    }
    .select2 select2-container select2-container--default select2-container--below select2-container--focus {
        width: 80% !important;
    }

 
}

legend{
    font-size: 18px !important;
}
.lightcoral{
    background-color:moccasin !important;
}
