
//@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
:root {
    -main-color:#f16232 ;
}
@font-face {
    font-family: 'btmedical';
    src: url('fonts/btmedical.eot?h4wsna');
    src: url('fonts/btmedical.eot?h4wsna#iefix') format('embedded-opentype'), url('fonts/btmedical.ttf?h4wsna') 
        format('truetype'), url('font/btmedical.woff?h4wsna') format('woff'), url('fonts/btmedical.svg?h4wsna#opencart') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Arabic';
    src: url('fonts/WEB/Montserrat-Arabic-Regular.eot?h4wsna');
    src: url('fonts/WEB/Montserrat-Arabic-Regular.eot?h4wsna#iefix') 
        format('embedded-opentype'), url('fonts/WEB/Montserrat-Arabic-Regular.ttf?h4wsna') 
        format('truetype'), url('fonts/WEB/Montserrat-Arabic-Regular.woff?h4wsna') 
        format('woff'), url('fonts/WEB/Montserrat-Arabic-Regular.svg?h4wsna#opencart') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Arabic';
    src: url('fonts/WEB/Montserrat-Arabic-Bold.eot?h4wsna');
    src: url('fonts/WEB/Montserrat-Arabic-Bold.eot?h4wsna#iefix') 
        format('embedded-opentype'), url('fonts/WEB/Montserrat-Arabic-Bold.ttf?h4wsna') 
        format('truetype'), url('fonts/WEB/Montserrat-Arabic-Bold.woff?h4wsna') 
        format('woff'), url('fonts/WEB/Montserrat-Arabic-Bold.svg?h4wsna#opencart') format('svg');
    font-weight: bold;
    font-style: normal;
}
html  {
   
    direction: rtl;
    
    overflow-x: hidden;
    width: 100%;
    
}
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: 'Montserrat-Arabic', 'Changa', sans-serif;
    color: #545454;
   font-size: clamp(1rem, 2.5vw , 2rem);
    line-height:1.42857143;
    overflow-x: hidden;
    width: 100%;
    text-rendering: optimizeLegibility;
    background: #fafafa !important;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

.vertical-progressbar{
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.chat-online {
    color: #34ce57
}

.chat-offline {
    color: #e4606d
}

.hidden {
    display: none !important; }


.pull-right {
    float: left !important; 

}

.pull-left {
    float: right !important; }






a{
    text-decoration: none;
}

#container {
    margin-top: 25px;
 
    min-height: 800px;



    width: 100%;



    
    overflow-x:  hidden;    
}




#button-menu {
    line-height: 30px;
    font-size: 24px;
    float: right;
    padding: 10px 16px;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #eee;
}
 


#content {
    padding-bottom: 40px;
    min-height: 800px;



    width: 100%;



    font-size:14px;
    font-weight: 500;

    margin: 0;
    overflow-x:  hidden;    

}
 

.h-full{
    height: 100% !important;
    min-height: 100% !important;

}
/* footer */
#footer {
     bottom: 0;
    width: 100%;
    text-align: center;
}
 



.page-header {
    vertical-align: middle;
    padding:  0;

    margin: 20px 0 15px 0;

    border-bottom: 1px solid #e9e9e9;


}
.page-header h1 {

    font-size: 24px;
    color: #00adf1;

    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
    text-shadow: 0 1px #fff;
}

.bg-info{
    background-color:#2b96cc !important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{
    background-color:#117a8b!important
}

.header-style-2 {

    left:  0;
    background: url('../image/hr-bar.jpg') repeat-x;
    padding-top: 25px;
}


#header .logo {
    float: right;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#header .logo img {
    z-index: 3;
    width: 80px;
    background-color: #00adf1;

}

#header .logo h5 {
    color: #00adf1;
    display: inline-block;
    position: relative;
}
.head-info {
    float: left;
    margin-left: 10px;
}
.head-info li {
    list-style: none;
    display: inline-block;
    float: right;
    margin-right:  35px;
}
.head-info li i {
    height: 33px;
    width: 33px;
    border-radius: 50%;
    display: table-cell;
    background: #2b96cc;
    line-height: 33px;
    color: #fff;
    margin-left:  10px;
    float: right;
    text-align: center;
    font-size: 12px;
}
.head-info li p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;

    line-height: 33px;
    display: table-cell;
    font-family: "Montserrat", sans-serif;
}
.head-info li p span {
    display: inline-block;
    width: 100%;
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}
.tile-primary {
    background-color: #1b80c2;
}
.tile-success {
    background-color: #53b953;
}
.tile-warning {
    background-color: #f3aa41;
}
.tile-danger {
    background-color: #e45847;
}
.tile:hover {
    opacity: 0.95;
}
.tile a {
    color: #FFFFFF;
}
.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}
.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
}
.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0,0,0,0.1);
}
#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}
#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}
#stats div:first-child {
    margin-bottom: 4px;
}
#stats .progress {
    height: 3px;
    margin-bottom: 0;
}
.jqvmap-label {
    z-index: 999;
}
.alert {
    overflow: auto;
}

/* Fix form-group margin inside the modal */
.modal-body .form-group {
    margin: 0;
}
/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
    font-size: 14px;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}
.form-switch-lg{font-size:26px;min-height:36px;line-height:36px}

.header-wrapper{
    padding:13px 0 6px;
    display: block;
    color:#fff !important;

    width: 100%;
    top: 0;
    height: 80px;
    box-shadow:2px 2px 3px 0 rgba(0,0,0,.3);
    border-bottom:solid 1px #fff;

}
.page-dashboard .pane-title{
    height:46px;
    background-image:linear-gradient(to right,#fff,#f2f2f2);
 
    font-weight:500;
    color:#4b4b4b;
    position:relative;
    padding:10px 70px 0 70px;
    margin:0;
    border-radius:50px
}
.page-dashboard .pane-title:before{
    position:absolute;
    content:"";
    background-image:url(view/image/my-sub.png);
    background-position:center;
    background-color:#fff;
    border-radius:50%;
    border:solid 1.5px #00bde3;
    display:inline-block;
    color:#00bde3;
    width:52px;
    height:52px;
    background-repeat:no-repeat;
    right: 0;
    top:-4px
}

ul li.leaf{list-style:none;list-style-image:none}
.page-dashboard .pane-content{
    margin:17px 0;
    padding:0 81px}

.page-dashboard .pane-content ul li{
    list-style-type:none;
    position:relative;


    display: block !important;
    width: 100%;

    padding-right:  17px
}
.page-dashboard .pane-content ul li:before{
    content:"";
    border:5px #00bde3 solid !important;
    border-radius:50px;
    top:6px;
    right:0;
    position:absolute}
.page-dashboard .pane-content ul li a{
    font-size:20px;
    font-weight:400;
    color:#1077bd;

    padding:0;
    margin-bottom:12px}
.page-dashboard .pane-content ul li a:hover,.page-dashboard .pane-content ul li a:focus{
    background:0 0;color:#00bde3
}

.messages{margin-bottom:25px !important;
          text-align:center}
.bg-header{
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.bg-header td{
    background-color: rgba(0, 0, 0, 0.03) !important;
}
.card-header > i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div.required .col-form-label:not(span):after,td.required:before{
    content:'* ';color:red;font-weight:700}
.help-block {
    display: none;
}
.footer-wrapper{
    display: block;
    position: absolute;
    width: 100%;
    background-color:#efefef;
    bottom: 0;

}
.footer{
    margin:0;padding:0;
    border:none;
    padding-top:12px;padding-bottom:8px;font-size:14px;color:#4b4b4b;font-weight:500}
.footer-wrapper .footer .copyright-text{
    display:inline-block
}
@media (max-width:767px){
    .footer-wrapper .footer .copyright-text{display:block;text-align:center}
}



@media (max-width:767px){.footer-wrapper .footer .link{float:none}}
.form-control{display:block;width:100%;
              padding:6px 12px;font-size:14px;line-height:1.42857143;
              color:#585858;
              background-color:#fff;
              background-image:none;
              border:1px solid #00bde3;

              border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}

.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}







.h-30{
    height: 50px !important;
}








 





#chatlive .chat-btn {
    position: fixed;
    right: 14px;
    bottom: 50px;
    cursor: pointer
}


#chatlive .btn-contac  {
    position: fixed;
    right: 14px;
    bottom: 120px;
    display: none;
    cursor: pointer
}

#chatlive .chat-btn .close {
    display: none
}

#chatlive .chat-btn i {
    transition: all 0.9s ease
}

#chatlive #check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#chatlive #check:checked~.chat-btn .comment {
    display: none
}

#chatlive .chat-btn i {
    font-size: 22px;
    color: #fff !important
}


#chatlive .chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: blue;
    color: #fff;
    font-size: 22px;
    border: none
}




#chatlive .btn-contac {
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: blue;
    color: #fff;
    font-size: 22px;
    border: none
}

#chatlive .wrapper {
    position: fixed;
    right: 20px;
    height: 400px;
    bottom: 100px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
    transition: all 0.9s
}

#chatlive #check:checked~.wrapper {

}

#chatlive .header {
    padding: 13px;
    background-color: blue;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff
}

#chatlive .chat-form {
    padding: 1px
}


#chatlive  {

    margin-top: 20px;
}

#chatlive .chat-form textarea {
    resize: none
}

#chatlive .form-control:focus,
#chatlive .btn:focus {
    box-shadow: none
}

#chatlive .btn,
#chatlive .btn:focus,
#chatlive .btn:hover {
    background-color: blue;
    border: blue
}

#chatlive #check {
    display: none !important
}


.pane-user-profile .cont{
    max-height: 400px;
}

.pane-user-profile .field{
    display:table;
    width:100%;
    padding-bottom: 15px;

}


.pane-user-profile .field .field-label{
    display:table-cell;
    width:20%
}


.pane-user-profile .field .field-items{
    display:table-cell;
    width:80%
}
.bg-gray {
    background: #eff0f3;
}

.bg-primary {

    background:  linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}
.banner {


    background: #090f1a;
    color: #f2f2f2;


}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}
.bg-secondary{
    background-color:#c54855 !important;
}




#navbar-profile a{

    font-size:18px;
    font-weight:500;
    color:#fff;

    background:transparent ;

}

#navbar-profile a:hover{
    background-color:#fff !important;
    color:#4b4b4b !important;
}

#navbar-profile  .active{
    background-color:#fff !important;
    color:#4b4b4b !important;
}


.bg-hosptal {



    color: #fff !important;
    background: rgb(187,74,79) !important;
    background: linear-gradient(90deg, rgba(187,74,79,1) 0%, rgba(133,80,107,1) 35%, rgba(41,90,155,1) 100%) !important;

}