
* {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}


html {
    font-family: darabickufi !important;
    font-size: 9pt;
    line-height: 180%;
    color: #777;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    direction: ltr !important;
}

table {
    font-size: 9pt;
}


legend {
    padding: 0 20px;
}

fieldset {
    border: 1px solid #ddd !important;
    border-radius: 5px;
    margin: 0px 2px 20px 2px;
    padding: 20px 30px;
    font-size: 8pt;
}

.page_title h1 {
    color: #000;
    font-weight: bold;
    font-size: 45px;
}

.tab-pane {
    padding-top: 30px;
}

.datetimepicker {
}

.form-control {
    font-size: 8pt;
    /*line-height: 34px;*/
    box-shadow: none;
}

.search_submit,.search_term,.search_in {
    margin-left: 1px;
}


.select2-container .select2-selection--single {
    font-size: 8pt;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    margin-top: 2px !important;
}

.select2-results__option[aria-selected] {
    font-size: 8pt;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}


.full {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.edited-groups .form-control {
    width: 100%;
}

.edited-groups .form-group {
    width: 49%;
}

.control-label {
    text-align: right !important;
}

#sidebar-wrapper .panel {
    background: none !important;
}

#sidebar-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body,
#sidebar-wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
    border-bottom: 1px solid #222;
}
#sidebar-wrapper .panel-group .panel-heading {
    border-bottom: 1px solid #111;
    border-radius: 0px;
    padding: 0;
}

#sidebar-wrapper .panel-group .panel-heading:hover {
    background: #333;
}

#sidebar-wrapper .panel-group .panel + .panel {
    margin-top: 0;
    border: 0;
}

#sidebar-wrapper .panel-title {
    padding-right: 10px;
    color: #ccc;
}

#sidebar-wrapper .list-group li a {
    padding-right: 20px;
    list-style: none;
    color: #888;
}

#sidebar-wrapper .panel-title > a {
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.close_sm {
    font-weight: bold;
    color: #d00800;
    opacity: 1;
    font-size: 13px;
    float: none;

}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 0;
}

.hline {
    border-top: 1px solid #222;
    margin: 10px 0;
    border-bottom: 1px solid #111;
    height: 1px;
}

.top-menu {
    background: #f9f9f9;
    border-bottom: 1px #eee solid;
    border-radius: 0px;
    min-height: 34px;
}

.top-menu li a {
    padding-bottom: 6px;
    padding-top: 6px;
}

.form-horizontal .control-label {
    color: #999;
}

@media (min-width: 768px) {
    .toggled .container {
        width: 750px !important;
    }

    .form-horizontal .select2-container {
        width: 253px !important;
    }
}

@media (min-width: 992px) {
    .toggled .container {
        width: 970px !important;
    }

    .form-horizontal .select2-container {
        width: 358px !important;
    }
}

@media (min-width: 1200px) {
    .toggled .container {
        width: 1170px !important;
    }

    .form-horizontal .select2-container {
        width: 226px !important;
    }
}

.letters_nav {
    width: 100%;
    margin: 20px 0;
    margin-top: 0;
    font-size: 12px;
}

.letters_nav td {
    width: 3.2258064516%;
    border: 1px solid #eee;
    text-align: center;
}


.hospital_address {
    line-height: 200%;
    margin-right: 15px;
}

.letters_nav a {
    display: block;
    width: 100%;
}

.letters_nav td:hover {
    background: #eee;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #eee;
}

.table > thead > tr > th, .table > thead > tr > td { padding-bottom: 20px }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 7px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    line-height: 200%;
}

.mypanel .table > thead > tr > th, .mypanel  .table > tbody > tr > th, .mypanel .table > tfoot > tr > th, .mypanel .table > thead > tr > td, .mypanel .table > tbody > tr > td, .mypanel .table > tfoot > tr > td {
    padding: 10px 5px;
    border-top: 1px solid #eee;
}

.mypanel .panel-default > .panel-heading {
    background: #fbfbfb;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.table > thead > tr > th {
    font-size: 8pt;
    font-weight: normal;
}

.table > thead > tr > th a {
    color: #999;
    border-bottom: 1px dashed #aaa;
}

.table > thead > tr > th a:hover {
    color: #000;
    font-weight: bold;
}

.groupblock h1, .groupblock h2, .groupblock h3, .groupblock h4, .groupblock h5, .groupblock h6 {
    color: #777;
}


.sub_page_title {
    margin-top: 15px;
}

.page_title h2 {
    margin-bottom: 0;
}

.table-striped > tbody > tr:nth-child(odd) {
    background: #fbfbfb;
}

.downarrow {
    margin-right: 10px;
    font-size: 6pt;
    color: #337ab7;
}

.main-wrapper {
    padding-bottom: 100px;
}


#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
    padding-bottom: 1000px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: 250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    list-style: none;
}

.sidebar-nav li a {
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    margin-top: 20px;
}

.sidebar-brand a {
    color: #999999;
}

.sidebar-brand a:hover {
    color: #fff;
    background: none !important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.gray {
    color: #aaa !important;
}

.mypanel .panel-body {
    padding: 0 15px;
}

.mypanel .panel-title {
    font-size: 18px;
    color: #777;
}

#email {
    direction: ltr;
}

.myaddress b {
    width: 100px;
}


.print-card {
    width: 8.5cm;
    height: 5.4cm;
    background: #FFF url(../imgs/id-bg.jpg);
    background-size: cover;
    font-size: 0.2cm;
    overflow: hidden;
    font-family: "Simplified Arabic";
}

.description {
    padding: 0;
}

.enf {
    font-size: 8pt;
}

.print-card img {
    margin-top: -15px !important;
}

.print-card svg {
    margin-top: -18px;
    margin-left: -17px;
    margin-bottom: -25px;
}

.print-card p {
    height: 25px;
    line-height: 100%;
}

.idincard {
    margin-bottom: 0;
    height: auto !important;
}

.expidate {
    font-size: 7px;
    color: #000;
}

.expidate p {
    margin-top: 10px;
}

.description p {
    color: #000 !important;
}

.redbold {
    color: #d00800;
}

.print-logo {
    margin-bottom: 20px;
}


.print-card p {
    margin-bottom: 0px;
}

.agraph text, .agraph tspan  {
    font-family: darabickufi !important;
    font-size: 8px !important;
}




@media (min-width: 768px) {
    #wrapper {
        padding-right: 250px;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
        padding-bottom: 500px;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

}

.noborder {
    border: none !important;
}





.select2-container--default .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    height: 34px;
}





/* File Upload ( Document Edit Page ) */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}


.docthumb_f {
    height: 185px;
    overflow: hidden;
    position: relative;
}


.docthumb_e {
    height: 150px;
    overflow: hidden;
    position: relative;
}


.docthumb_f img {
    margin-top: 50%;
    top: -100%;
    position: absolute;
}


.docthumb_f:hover img {
    top: 0;
    margin: 0;
}


.deleteinput {
    margin-bottom: 20px;
}


.file-uploader {
    height: 300px;
}


.form-group {
    line-height: 34px;
    margin-bottom: 10px !important;
}


.white {
    background: none !important;
}



/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.file-uploader .progress-box {
    background: #eee;
    height: 200px;
    margin: auto;
    display: block;
}

.file-uploader .progress-box img {
    display: block;
    margin: auto;
    padding-top: 65px;
}


.date {
    width: 100%;
}


.date input {
    padding-right: 20px;
}

