<<<<<<< .mine


#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
    right: 15px;
}

.table a.table-link {
margin: 0 1px;
}

#config-tool #config-tool-cog {
    top: -70px;
}

div#config-tool-options {
    margin-top: -70px;
}

/*.main-content {
    margin-top: 2em;
}*/

.main-box .main-box-header {
    border-bottom: 1px solid #e7ebee;
    min-height: 50px;
    padding: 9px 0;
    margin: 1em;
}

.main-box h2 {
    font-weight: 500;
}

.form-control-label {
    padding: 1rem 0 0 .75rem;
}

.form-group {
    margin-bottom: 5px;
}

.sv-btns {
    padding:1em;
    text-align: right;
    display: block;
    width: 100%;
}

.clickable-row {
    cursor: pointer;
}

tr.clickable-row:hover {
    background-color: #def2fb;
}

.box-header-btn {
    float: right;
}

.text-head-right {
    font-size: 12px
}

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    border-right-width: unset;
}
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    background: #f9f9f9;
}

/*fieldset design*/
legend {
    border-radius: 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 1.5rem;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    border: 1px solid #e7ebee;
    background-color: white;
   
}
fieldset.fieldset.fieldset-success legend{
    border: 1px solid #8bc34a; 
}
fieldset.fieldset {
    margin:1em;
    padding: 1em;
    border: 1px solid #e9ecef;
    background-color: #ffecec;
}

/**/

.tr-total {
    background-color: white;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

fieldset.fieldset.fieldset-2 {
    margin: 0;
}

a.accordion-toggle {
    padding: 0.6em 1em;
}

.accordion .panel-title > a:after {
    right: 1.6em;
}

.panel-body {
    padding: 1em;
}

/*.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0;
    margin-bottom: 1em;
}*/

.panel-collapse {
    border: 1px solid #b7b7b7;
    border-top: 0;
    margin-bottom: 2em;
}

.text-center.un-defined {
    margin: 2em auto;
    text-align: center;
    color: red;
    font-weight: bold;
}

.col-md-3.form-group.form-check.form-check-inline.checkbox-nice {
    margin-right: unset;
}

.main-box .pagecallout {
    background-color: #def5ff99;
}
.main-box .pagecallout {
    padding: 5px 20px;
}

/* Newest */
fieldset.fieldset.fieldset-success {
    background-color: #e7f5d8;
    border-radius: 5px;
    border: 1px solid #8bc34a;
}
h3 {
    color: #03a9f4;
    border-bottom: 2px solid #e7ebee;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.4em;
}

.panel-footer-inner {
    border-radius: 0 0 5px 5px;
    padding: 10px;
    background-color: #e8e8e89c;
}

    .panel-footer-inner .fa {
        color: #03a9f4;
        margin: 0 5px;
    }

.table-responsive.mh {
    min-height: 48em;
}

tfoot {
    background: rgb(248, 248, 248);
}

.bg-green {
    padding: 1em 5px;
    background-color: #e6f7eb !important;
}

th.text-center {
    vertical-align: middle;
}

.total-1 {
    margin-left: 1em;
}
/*added by dalia 14feb2019*/
@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

tr.clickable-row-1:hover {
    background-color: #e7ebee !important;
    cursor: pointer !important;
}










/*added by mohamed */


/*.mmoo {
    height: 250px;
    overflow: auto;
}*/
#config-tool #config-tool-cog i {
    font-size: 1.5em;
}
#config-tool #config-tool-cog {
    cursor: pointer;
    left: -35px;
    padding: 5px;
    width: 35px;

}
.input-group .btn-link {
    border: 2px solid #e7ebee;
    border-left: none;
}
#content-wrapper {
    overflow: hidden;
    /*padding-top: 3em;*/
}
    .pace .pace-progress {
    background: #ffffff00;
}
    .modal-body {
    height: 450px;
    overflow: auto;
}

.fa-success {
    color: #00ff21;
    margin-top: 4px;
}
.fa-danger {
    color: #e84e40;
    margin-top: 4px;
}
td select {
    min-width: 6em;
}
td .input-group {
    min-width: 10em;
}



/*added by fatma*/
.row-worksheet span.fa.fa-calendar-times-o {
    font-size: 22px;
    color: #ce4438;
}
.row-worksheet span.fa.fa-calendar-check-o {
    font-size: 22px;
    color: green;
}
.table a.table-link.danger {
    color: #ce4438;
}
tr.footable-filtering {
    display: none;
}
.btn {
    padding: 4px 11px;
}
.form-control {
    padding: 0.2rem 0.6rem;
}
select.form-control:not([size]):not([multiple]){
    height:unset;
}
.main-box .main-box-body {
    padding: 0 10px 10px 10px;
}
label {
    margin-bottom: 0.2rem;
}
/* added by mr.osama */
.input-group select.form-control:not([size]):not([multiple]) {
    height: unset;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    padding: 5px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 0 5px 5px 0;
    padding: 0px 10px;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-radius: 5px 0 0 5px;
    padding: 4px 0 4px 0.6rem;
    line-height: 1;
}



.form-control {
    border-radius: 5px;
}
.form-control:disabled, .form-control[readonly]/*.form-control*/ {
        background-color: #e9ecef;
        opacity: 1;
        padding: 4px 0 4px 8px;
    }
.alert {
    border-radius: 5px;
}
.input-group-text {
    border-radius: 5px;
}

/* added by mr osama */

/*steps*/

/* end steps*/
.tab-steps a.nav-link.active .fa-2x {
    color: #03a9f4;
    border: 2px solid #03a9f4;
    font-size: 20px;
    padding: 8px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.tab-steps .fa-2x {
    border: 2px solid #555555;
    font-size: 20px;
    padding: 8px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.tab-steps a.nav-link{
    margin: auto;
    text-align: center;
    color: #03a9f4;
}
.tab-steps a.nav-link div.txt-1,.tab-steps a.nav-link div.txt-2 {
    font-size: 12px;
    text-align: center;
    color: #555555;
}
.tab-steps a.nav-link div.txt-1 {
    margin-top: 3px;

}
/*tooltip required control*/
.required-icon {
    border-radius: 0 0 5px 5px;
    background-color: #e5e5e5;
    position: absolute;
    top: 24px;
    right: 15px;
    z-index: 10;
margin: 1px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
 .required-icon .text {
    text-align: center;
    color: #912F00;
    font-size: 13px;
    margin: auto;
    margin-top: -2px;
}

.req{
    color:#912F00; 
    font-size: 17px;
}
.fa-danger {
    color: #943d00;
    margin-top: 4px;
} 

.has-error .help-block, .has-error .control-label {
    color: #a93100;
}
.has-error .form-control {
    border-color: #a93100;
}
/*-------------------------------------------*/
.message{
    margin-bottom: 2em;
}


.mas-1{
    text-align: left;
    margin: 2em auto;
    
    
}

.mas-1 img{
    width:100%;
    margin: auto;
    min-width: 100%;
    text-align: center;
    height: auto;
    margin:1em 0;
}
.btn {
    padding: 4px 12px;
    border-radius: 5px;
}
.btn-outline-success,.btn-outline-danger ,.btn-outline-warning ,.btn-outline-sacondary,.btn-outline-success ,.btn-outline-info ,.btn-outline-light ,.btn-outline-dark ,.btn-outline-primary{
    border: 1px solid;
}

.wizard .step-content {
    min-height: 21em;
    clear: both;
     border-bottom: 1px solid #e7ebee;
}

/*text classes colors*/
.text-danger {
    color: #a20404 !important;
}
.text-success {
    color: #0a6b0a !important;
}
.text-warning {
    color: #ad8202!important;
}
#content-wrapper {
    min-height: 800px;
}

/*scroll style*/
/* width */
::-webkit-scrollbar {
  width:7px;
  height: 7px;     
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px gray;
  border-radius: 50%;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2980b9; 
  border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #094a84;
}

/*end scroll style*/

/* nasted input */
.sub-input:before {
    position: absolute;
    content: "";
    margin: 0px 20px;
    width: 25px;
    height: 17px;
    border-bottom: 1px solid #939393;
    border-left: 1px solid #939393;
}

.input-group-text {
    padding: .2rem .6rem;
}
.input-group select.form-control:not([size]):not([multiple]):not(:first-child) {
    height: unset;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    padding: 5px;
}
.input-group-text {
    font-size: 13px;
}

.bg-gray {
    background-color: #e6e6e6a8;
}
.br-1 {
    border-right: 1px solid #aeb3b7;
}










/* switches */
.onoffswitch {
    position: relative; width: 40px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #C2C2C2; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 8px; padding: 0; line-height: 8px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #208C05; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: -2.5px;
    background: #EBE4E4;
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    border: 2px solid #C2C2C2; border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*end switch*/

/*///////////////// main tabs items ///////////////*/
.main-tabs li.nav-item {
    border:2px solid #b7b7b7cf;
    border-radius: 5px;
    margin: 0 10px;
    background: #fff;
}
.main-tabs .nav-tabs > li.nav-item> a.active {
    border-radius: 5px !important;
    background-color: #03a9f4;
    color: white;
    font-weight: bold;
    border: 1px solid #03a9f4;
    padding: 5px 16px;
}
.main-tabs .nav-tabs > li.nav-item> a {
   border-top:none;
}
.main-tabs a.nav-link {
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: bold;
    outline: none;
    color: #555;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px 16px;
}
/*#main-tab-1 a.nav-link::after {
    border: 1px solid #d0d0d0 !important;
    content: "";
    margin-left: 18px;
}*/
.nav-tabs > li.nav-item > a{
    font-size: 15px;
}
/*accordion */

/*body.theme-whbl .panel-default > .panel-heading, body.theme-whbl .notifications-list .item-footer {
    background-color:#6a6c6a;

}*/
.panel-collapse,.panel-default > .panel-heading {
    border-radius: 5px;
}
.mb-25 {
    margin-bottom: -10px;
}
.b-r-none {
    border-radius: 0 !important;
}
td img{
    max-width: 30px;
}

.input-group > .form-control, .input-group > .input-group-prepend, .input-group > .input-group-btn > .btn {
    line-height: 1.5;
}

td .fa-toggle-off {
    font-size: 22px;
    color: #b5b4b4;
}
td .fa-toggle-on {
    font-size: 22px;
    color: green;
}
li.paginate_button.page-item.previous a.page-link {
    border-radius: 5px 0 0 5px;
}
li.paginate_button.page-item.next a.page-link {
    border-radius: 0 5px 5px 0;
}
.b-l-1 {
    border-left: 1px solid #e7ebee;
    padding-left: 1em;
}

/*test search by */


.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


@media screen and (min-width: 768px) {
    .adv-search {
        /*width: 500px;*/
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
@media screen and (max-width: 768px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 240px;
    }
}

.adv-search .input-group select{
    border-radius: 5px !important;
}
.page-link {
    padding: 0.4rem .75rem;

}
.form-control .form-check {
    line-height: 1.47;
}
h3.title {
    color: #03a9f4;
    border-bottom: 2px solid #e7ebee;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.24em;
}

/*image upload and previow */

.imagePreview {
    width: 100%;
    height: 100px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.imgUp .btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:5px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}

.nav-tabs > li.nav-item:last-child > a:hover, .nav-tabs > li.nav-item:last-child > a:focus {
    border-radius: 5px;
}


/*///////////////////////////////////////new them style by MR Wael ////////////////////*/

#sidebar-nav .nav li .submenu > li > a {
    padding-left: 40px;
}
#nav-col {
    width: 280px;
}
#content-wrapper {
    margin-left: 280px;  
}
.navbar > .navbar-brand {
    width: 239px;
}

@media (min-width: 992px){
    .nav-small #nav-col-submenu > .submenu {
    width: 280px;
    height: 600px !important;
    overflow: auto;
}
    
.nav-small #nav-col #sidebar-nav .nav li .submenu {

    width: 280px;
    top:60px !important;
}
}
.navbar > .navbar-brand {
    background: #03a9f4;
}
#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
    top: 53%;
}
body.theme-blue #sidebar-nav .nav li .submenu, body.theme-blue #nav-col-submenu .submenu {
    top: 0 !important;
}
@media (max-width: 991px){
#content-wrapper {
    margin-left: 0 !important;
}
}

#content-wrapper {
    background: #e7ebee !important;
}
body.theme-blue #header-navbar {
    background-color: white;
}
body.theme-blue #header-navbar .nav > li > a {
    color: #4c5763;
}
.navbar > .navbar-brand {
    background: #ffffff;
}
body.theme-blue #header-navbar .nav > li > a:hover, body.theme-blue #header-navbar .nav > li > a:focus, body.theme-blue #header-navbar .nav .open > a, body.theme-blue #header-navbar .nav .open > a:hover, body.theme-blue #header-navbar .nav .open > a:focus {
    background-color: rgba(231, 235, 238, 0.63);
}
#header-navbar {
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.34);
}
.submenu span.fa {
    margin-right: 6px;
}
#header-navbar .profile-dropdown > a > span {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-navbar .nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
}
#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .show > a, #header-navbar .nav .show > a:hover, #header-navbar .nav .show > a:focus {
    background-color: #e3e7ea;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f6f6f6;
}
.navbar-nav > li > .dropdown-menu.notifications-list {
    min-width: 400px !important;
}
#sidebar-nav .nav li .submenu > li > a {
    padding-left: 40px;
    padding-right: 30px;
    width: 283px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggler:hover, .navbar-toggler:focus, .mobile-search.active > .btn {
    background: #f9f9f9;
    color: #4c5763 !important;
}
body.theme-blue .navbar-toggler {
    color: #4c5763;
}
.modal-lg.hedr-popup {
    margin: auto;
    max-width: 98%;
    margin-top: 1%;
}
.fixed-footer #footer-bar {
    z-index: 99;
}
/*header-modal*/
.modal-dialog.modal-lg.header-modal {
    max-width: 97%;
    margin-top: 4%;
    margin-right: 1%;
}
#footer-copyright {
    text-align: right;
    margin: 0;
}
.strong {
    font-weight: bolder;
}
footer#footer-bar {
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.29);
}



/*///////////////////////////end new them style by MR Wael /////////////////////////////*/


/*added by dalia */
label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
tfoot {
    background: rgba(231, 235, 238, 0.6) !important;
}
.w-8 {
    min-width: 8%;
    text-align: center;
}

/* ------------------------ new mandaria----------------------*/
.logo-text {
    font-family: Cairo;
    color: #4c5763;
    font-size: 13px;
}
.page-item.active .page-link {
    background-color: #03a9f4;
    border-color: #03a9f4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Cairo", sans-serif;
}
.la-new {
    text-align: right;
    background-color: #dde6f2 !important;
    color: black;
    padding: 5px;
    margin: auto 5px;
    border: 1px solid black;
    min-width: 110px;
}
label {
    font-size:0.9em;
}
.form-group {
    margin-bottom: 15px;
}||||||| .r0
=======


#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
    right: 15px;
}

.table a.table-link {
margin: 0 1px;
}

#config-tool #config-tool-cog {
    top: -70px;
}

div#config-tool-options {
    margin-top: -70px;
}

/*.main-content {
    margin-top: 2em;
}*/

.main-box .main-box-header {
    border-bottom: 1px solid #e7ebee;
    min-height: 50px;
    padding: 9px 0;
    margin: 1em;
}

.main-box h2 {
    font-weight: 500;
}

.form-control-label {
    padding: 1rem 0 0 .75rem;
}

.form-group {
    margin-bottom: 5px;
}

.sv-btns {
    padding:1em;
    text-align: right;
    display: block;
    width: 100%;
}

.clickable-row {
    cursor: pointer;
}

tr.clickable-row:hover {
    background-color: #def2fb;
}

.box-header-btn {
    float: right;
}

.text-head-right {
    font-size: 12px
}

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    border-right-width: unset;
}
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    background: #f9f9f9;
}

/*fieldset design*/
legend {
    border-radius: 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    margin-bottom: 1.5rem;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    border: 1px solid #e7ebee;
    background-color: white;
   
}
fieldset.fieldset.fieldset-success legend{
    border: 1px solid #8bc34a; 
}
fieldset.fieldset {
    margin:1em;
    padding: 1em;
    border: 1px solid #e9ecef;
    background-color: #ffecec;
}

/**/

.tr-total {
    background-color: white;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

fieldset.fieldset.fieldset-2 {
    margin: 0;
}

a.accordion-toggle {
    padding: 0.6em 1em;
}

.accordion .panel-title > a:after {
    right: 1.6em;
}

.panel-body {
    padding: 1em;
}

/*.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0;
    margin-bottom: 1em;
}*/

.panel-collapse {
    border: 1px solid #b7b7b7;
    border-top: 0;
    margin-bottom: 2em;
}

.text-center.un-defined {
    margin: 2em auto;
    text-align: center;
    color: red;
    font-weight: bold;
}

.col-md-3.form-group.form-check.form-check-inline.checkbox-nice {
    margin-right: unset;
}

.main-box .pagecallout {
    background-color: #def5ff99;
}
.main-box .pagecallout {
    padding: 5px 20px;
}

/* Newest */
fieldset.fieldset.fieldset-success {
    background-color: #e7f5d8;
    border-radius: 5px;
    border: 1px solid #8bc34a;
}
h3 {
    color: #03a9f4;
    border-bottom: 2px solid #e7ebee;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.4em;
}

.panel-footer-inner {
    border-radius: 0 0 5px 5px;
    padding: 10px;
    background-color: #e8e8e89c;
}

    .panel-footer-inner .fa {
        color: #03a9f4;
        margin: 0 5px;
    }

.table-responsive.mh {
    min-height: 48em;
}

tfoot {
    background: rgb(248, 248, 248);
}

.bg-green {
    padding: 1em 5px;
    background-color: #e6f7eb !important;
}

th.text-center {
    vertical-align: middle;
}

.total-1 {
    margin-left: 1em;
}
/*added by dalia 14feb2019*/
@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

tr.clickable-row-1:hover {
    background-color: #e7ebee !important;
    cursor: pointer !important;
}










/*added by mohamed */


/*.mmoo {
    height: 250px;
    overflow: auto;
}*/
#config-tool #config-tool-cog i {
    font-size: 1.5em;
}
#config-tool #config-tool-cog {
    cursor: pointer;
    left: -35px;
    padding: 5px;
    width: 35px;

}
.input-group .btn-link {
    border: 2px solid #e7ebee;
    border-left: none;
}
#content-wrapper {
    overflow: hidden;
    /*padding-top: 3em;*/
}
    .pace .pace-progress {
    background: #ffffff00;
}
    .modal-body {
    height: 450px;
    overflow: auto;
}

.fa-success {
    color: #00ff21;
    margin-top: 4px;
}
.fa-danger {
    color: #e84e40;
    margin-top: 4px;
}
td select {
    min-width: 6em;
}
td .input-group {
    min-width: 10em;
}



/*added by fatma*/
.row-worksheet span.fa.fa-calendar-times-o {
    font-size: 22px;
    color: #ce4438;
}
.row-worksheet span.fa.fa-calendar-check-o {
    font-size: 22px;
    color: green;
}
.table a.table-link.danger {
    color: #ce4438;
}
tr.footable-filtering {
    display: none;
}
.btn {
    padding: 4px 11px;
}
.form-control {
    padding: 0.2rem 0.6rem;
}
select.form-control:not([size]):not([multiple]){
    height:unset;
}
.main-box .main-box-body {
    padding: 0 10px 10px 10px;
}
label {
    margin-bottom: 0.2rem;
}
/* added by mr.osama */
.input-group select.form-control:not([size]):not([multiple]) {
    height: unset;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    padding: 5px;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-radius: 0 5px 5px 0;
    padding: 0px 10px;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-radius: 5px 0 0 5px;
    padding: 4px 0 4px 0.6rem;
    line-height: 1;
}



.form-control {
    border-radius: 5px;
}
.form-control:disabled, .form-control[readonly]/*.form-control*/ {
        background-color: #e9ecef;
        opacity: 1;
        padding: 4px 0 4px 8px;
    }
.alert {
    border-radius: 5px;
}
.input-group-text {
    border-radius: 5px;
}

/* added by mr osama */

/*steps*/

/* end steps*/
.tab-steps a.nav-link.active .fa-2x {
    color: #03a9f4;
    border: 2px solid #03a9f4;
    font-size: 20px;
    padding: 8px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.tab-steps .fa-2x {
    border: 2px solid #555555;
    font-size: 20px;
    padding: 8px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
.tab-steps a.nav-link{
    margin: auto;
    text-align: center;
    color: #03a9f4;
}
.tab-steps a.nav-link div.txt-1,.tab-steps a.nav-link div.txt-2 {
    font-size: 12px;
    text-align: center;
    color: #555555;
}
.tab-steps a.nav-link div.txt-1 {
    margin-top: 3px;

}
/*tooltip required control*/
.required-icon {
    border-radius: 0 0 5px 5px;
    background-color: #e5e5e5;
    position: absolute;
    top: 24px;
    right: 15px;
    z-index: 10;
margin: 1px;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
 .required-icon .text {
    text-align: center;
    color: #912F00;
    font-size: 13px;
    margin: auto;
    margin-top: -2px;
}

.req{
    color:#912F00; 
    font-size: 17px;
}
.fa-danger {
    color: #943d00;
    margin-top: 4px;
} 

.has-error .help-block, .has-error .control-label {
    color: #a93100;
}
.has-error .form-control {
    border-color: #a93100;
}
/*-------------------------------------------*/
.message{
    margin-bottom: 2em;
}


.mas-1{
    text-align: left;
    margin: 2em auto;
    
    
}

.mas-1 img{
    width:100%;
    margin: auto;
    min-width: 100%;
    text-align: center;
    height: auto;
    margin:1em 0;
}
.btn {
    padding: 4px 12px;
    border-radius: 5px;
}
.btn-outline-success,.btn-outline-danger ,.btn-outline-warning ,.btn-outline-sacondary,.btn-outline-success ,.btn-outline-info ,.btn-outline-light ,.btn-outline-dark ,.btn-outline-primary{
    border: 1px solid;
}

.wizard .step-content {
    min-height: 21em;
    clear: both;
     border-bottom: 1px solid #e7ebee;
}

/*text classes colors*/
.text-danger {
    color: #a20404 !important;
}
.text-success {
    color: #0a6b0a !important;
}
.text-warning {
    color: #ad8202!important;
}
#content-wrapper {
    min-height: 800px;
}

/*scroll style*/
/* width */
::-webkit-scrollbar {
  width:7px;
  height: 7px;     
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px gray;
  border-radius: 50%;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2980b9; 
  border-radius: 5px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #094a84;
}

/*end scroll style*/

/* nasted input */
.sub-input:before {
    position: absolute;
    content: "";
    margin: 0px 20px;
    width: 25px;
    height: 17px;
    border-bottom: 1px solid #939393;
    border-left: 1px solid #939393;
}

.input-group-text {
    padding: .2rem .6rem;
}
.input-group select.form-control:not([size]):not([multiple]):not(:first-child) {
    height: unset;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    padding: 5px;
}
.input-group-text {
    font-size: 13px;
}

.bg-gray {
    background-color: #e6e6e6a8;
}
.br-1 {
    border-right: 1px solid #aeb3b7;
}










/* switches */
.onoffswitch {
    position: relative; width: 40px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #C2C2C2; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 8px; padding: 0; line-height: 8px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #208C05; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 13px; margin: -2.5px;
    background: #EBE4E4;
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    border: 2px solid #C2C2C2; border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/*end switch*/

/*///////////////// main tabs items ///////////////*/
.main-tabs li.nav-item {
    border:2px solid #b7b7b7cf;
    border-radius: 5px;
    margin: 0 10px;
    background: #fff;
}
.main-tabs .nav-tabs > li.nav-item> a.active {
    border-radius: 5px !important;
    background-color: #03a9f4;
    color: white;
    font-weight: bold;
    border: 1px solid #03a9f4;
    padding: 5px 16px;
}
.main-tabs .nav-tabs > li.nav-item> a {
   border-top:none;
}
.main-tabs a.nav-link {
    border-radius: 5px;
    font-size: 13px !important;
    font-weight: bold;
    outline: none;
    color: #555;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 5px 16px;
}
/*#main-tab-1 a.nav-link::after {
    border: 1px solid #d0d0d0 !important;
    content: "";
    margin-left: 18px;
}*/
.nav-tabs > li.nav-item > a{
    font-size: 15px;
}
/*accordion */

/*body.theme-whbl .panel-default > .panel-heading, body.theme-whbl .notifications-list .item-footer {
    background-color:#6a6c6a;

}*/
.panel-collapse,.panel-default > .panel-heading {
    border-radius: 5px;
}
.mb-25 {
    margin-bottom: -10px;
}
.b-r-none {
    border-radius: 0 !important;
}
td img{
    max-width: 30px;
}

.input-group > .form-control, .input-group > .input-group-prepend, .input-group > .input-group-btn > .btn {
    line-height: 1.5;
}

td .fa-toggle-off {
    font-size: 22px;
    color: #b5b4b4;
}
td .fa-toggle-on {
    font-size: 22px;
    color: green;
}
li.paginate_button.page-item.previous a.page-link {
    border-radius: 5px 0 0 5px;
}
li.paginate_button.page-item.next a.page-link {
    border-radius: 0 5px 5px 0;
}
.b-l-1 {
    border-left: 1px solid #e7ebee;
    padding-left: 1em;
}

/*test search by */


.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


@media screen and (min-width: 768px) {
    .adv-search {
        /*width: 500px;*/
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}
@media screen and (max-width: 768px) {

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 240px;
    }
}

.adv-search .input-group select{
    border-radius: 5px !important;
}
.page-link {
    padding: 0.4rem .75rem;

}
.form-control .form-check {
    line-height: 1.47;
}
h3.title {
    color: #03a9f4;
    border-bottom: 2px solid #e7ebee;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.24em;
}

/*image upload and previow */

.imagePreview {
    width: 100%;
    height: 100px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.imgUp .btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:5px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}

.nav-tabs > li.nav-item:last-child > a:hover, .nav-tabs > li.nav-item:last-child > a:focus {
    border-radius: 5px;
}


/*///////////////////////////////////////new them style by MR Wael ////////////////////*/

#sidebar-nav .nav li .submenu > li > a {
    padding-left: 40px;
}
#nav-col {
    width: 280px;
}
#content-wrapper {
    margin-left: 280px;  
}
.navbar > .navbar-brand {
    width: 239px;
}

@media (min-width: 992px){
    .nav-small #nav-col-submenu > .submenu {
    width: 280px;
    height: 600px !important;
    overflow: auto;
}
    
.nav-small #nav-col #sidebar-nav .nav li .submenu {

    width: 280px;
    top:60px !important;
}
}
.navbar > .navbar-brand {
    background: #03a9f4;
}
#sidebar-nav .nav li a.dropdown-toggle > .drop-icon {
    top: 53%;
}
body.theme-blue #sidebar-nav .nav li .submenu, body.theme-blue #nav-col-submenu .submenu {
    top: 0 !important;
}
@media (max-width: 991px){
#content-wrapper {
    margin-left: 0 !important;
}
}

#content-wrapper {
    background: #e7ebee !important;
}
body.theme-blue #header-navbar {
    background-color: white;
}
body.theme-blue #header-navbar .nav > li > a {
    color: #4c5763;
}
.navbar > .navbar-brand {
    background: #ffffff;
}
body.theme-blue #header-navbar .nav > li > a:hover, body.theme-blue #header-navbar .nav > li > a:focus, body.theme-blue #header-navbar .nav .open > a, body.theme-blue #header-navbar .nav .open > a:hover, body.theme-blue #header-navbar .nav .open > a:focus {
    background-color: rgba(231, 235, 238, 0.63);
}
#header-navbar {
    box-shadow: 0px 1px 15px 0 rgba(0, 0, 0, 0.34);
}
.submenu span.fa {
    margin-right: 6px;
}
#header-navbar .profile-dropdown > a > span {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-navbar .nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
}
#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .show > a, #header-navbar .nav .show > a:hover, #header-navbar .nav .show > a:focus {
    background-color: #e3e7ea;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f6f6f6;
}
.navbar-nav > li > .dropdown-menu.notifications-list {
    min-width: 400px !important;
}
#sidebar-nav .nav li .submenu > li > a {
    padding-left: 40px;
    padding-right: 30px;
    width: 283px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggler:hover, .navbar-toggler:focus, .mobile-search.active > .btn {
    background: #f9f9f9;
    color: #4c5763 !important;
}
body.theme-blue .navbar-toggler {
    color: #4c5763;
}
.modal-lg.hedr-popup {
    margin: auto;
    max-width: 98%;
    margin-top: 1%;
}
.fixed-footer #footer-bar {
    z-index: 99;
}
/*header-modal*/
.modal-dialog.modal-lg.header-modal {
    max-width: 97%;
    margin-top: 4%;
    margin-right: 1%;
}
#footer-copyright {
    text-align: right;
    margin: 0;
}
.strong {
    font-weight: bolder;
}
footer#footer-bar {
    box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.29);
}



/*///////////////////////////end new them style by MR Wael /////////////////////////////*/


/*added by dalia */
label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
tfoot {
    background: rgba(231, 235, 238, 0.6) !important;
}
.w-8 {
    min-width: 8%;
    text-align: center;
}

/* ------------------------ new mandaria----------------------*/
.logo-text {
    font-family: Cairo;
    color: #4c5763;
    font-size: 13px;
}
.page-item.active .page-link {
    background-color: #03a9f4;
    border-color: #03a9f4;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Cairo", sans-serif;
}
.la-new {
    text-align: right;
    background-color: #dde6f2 !important;
    color: black;
    padding: 5px;
    margin: auto 5px;
    border: 1px solid black;
    min-width: 110px;
}
label {
    font-size:0.9em;
}
.form-group {
    margin-bottom: 15px;
}

/*---------------addded by da ui dessigner 26-jan-2020--------------------*/
td ul {
    list-style: none;
    padding-right: 0;
    padding-left:0;
}
    td ul li {
        background: #aed4ea;
        float: left;
        text-align: center !important;
        padding: 2px;
        width: 80px;
        max-width: 90px;
        margin-right: 3px;
        margin-bottom: 3px;
    }
td, th {
    text-align: right !important;
    padding: 8px 5px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}
label {
    font-size: 1em;
}
h3.box-title {
    font-size: 1.3em !important;
    border-bottom: 1px solid #e7ebee !important;
    min-height: 50px;
    padding: 9px 0 !important;
    margin: 1em;
}>>>>>>> .r51
