body {
    font-family: 'droid-naskh', tahoma, arial, serif;
    background-color: #f1f1f1;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.login_box {
    position: relative;
    width: 250px;
    min-height: 330px;
    overflow: hidden;
    margin: 90px auto;
    border: 1px solid #f2f2f2;
    padding: 10px;
    box-shadow: 7px 7px 1px #bbb;
    background: #f5f5f5d9;
}

.login_box img.login {
    margin: 10px 50px;
    width: 125px;
    height: 125px;
}

.login_box input.submit {
    width: 227px;
    box-shadow: 4px 4px 1px #bcbcbc;
}

.message-content,
.message-logon {
    width: 470px;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 30%;
    top: 52px;
    z-index: 999;
}

.message-logon {
    top: 32px;
}

input.myInput.list:focus {
    outline: none;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=color]:focus,
select:focus,
input[type=date]:focus {
    outline: none;
}

.all-style-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    top: 0;
    opacity: 0.6;
}

.style-content {
    position: absolute;
    background: #fff;
    width: 400px;
    height: 190px;
    right: 36%;
    border: 2px solid #999;
    text-align: center;
    border-radius: 5px;
    animation: 2s updown ease-in-out;
    top: 110px;
}

h3.Message-Locactin {
    margin: 10px;
    font-size: 25px;
    color: #0089ff;
    font-weight: bold;
    border: 1px inset;
    padding: 10px;
    background: #f1f1f1;
}

.all-style-content .crcel {
    position: relative;
    width: 100px;
    height: 100px;
    border: 4px solid rgba(0, 0, 0, .1);
    border-left: 4px solid rgb(240, 12, 12);
    border-right: 4px solid rgb(240, 12, 12);
    border-radius: 50%;
    margin: auto;
    margin-top: 10px;
    animation: 1s moveborder linear infinite;
}

.all-style-content .crcel:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #0089ff;
    position: absolute;
    border-radius: 50%;
    top: -8px;
    left: 40px;
}

.all-style-content .crcel:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #0089ff;
    position: absolute;
    border-radius: 50%;
    top: 86px;
    left: 40px;
}

@keyframes moveborder {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes updown {
    0% {
        top: 0px;
    }
    100% {
        top: 110px;
    }
}


/* *********************************** start header ********************************** */

span.toggle-aside {
    position: absolute;
    top: 0px;
    font-size: 20px;
    right: -6px;
    background: #4dc4ed;
    padding: 10px 5px;
    height: 50px;
    color: #fff;
    text-align: center;
    width: 30px;
    cursor: pointer;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.main-header {
    background-color: #f2f2f2;
    width: calc(100% - 180px);
    left: 0;
    height: 50px;
    position: fixed;
    top: 0px;
    box-shadow: 0px 3px 8px #b3aeae;
    color: #505048;
    z-index: 555;
    transition: .3s all;
}

.main-header .logo-title-log {
    height: 45px;
    padding: 3px;
    margin-right: 20px;
}

.main-header .logo-title-log h3 {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 30px;
}

.main-header .main-head {
    width: 400px;
    position: absolute;
    top: 0px;
    left: 100px;
    height: 50px;
    text-align: left;
}

.main-header .main-head ul.navge {
    list-style: none;
}

.main-header .main-head ul.navge li {
    display: inline-block;
    padding: 10px 6px;
    color: #505048;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-top: 4px;
}

.main-header .main-head ul.navge li>ul {
    display: none;
    width: 150px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px #999;
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 0px;
    text-align: right;
    z-index: 10;
}

.main-header .main-head ul.navge li.selected>ul {
    display: block;
}

.main-header .main-head ul.navge li>ul.selected {
    display: block;
}

.main-header .main-head ul.navge li>ul li {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.main-header .main-head ul.navge li>ul li i,
.sidebar-reight ul li i {
    margin-left: 6px;
}

.main-header .main-head ul.navge li>ul li a {
    color: #333;
    display: block;
    padding: 7px;
    border-bottom: 1px solid #eee;
}

.main-header .main-head ul.navge li>ul li a:hover {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}

.main-header .main-head ul.navge li>ul::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent #fff transparent;
    top: -24px;
    left: 7px;
}


/* *********************************** end header ********************************** */


/* *********************************** start sidebar ********************************** */

.sidebar-reight {
    position: fixed;
    width: 180px;
    background-color: #222;
    top: 0px;
    height: 100%;
    border-left: 1px solid #999;
    font-size: 16px;
    transition: .3s all;
    right: 0;
}

.sidebar-reight .EmpImg {
    width: 180px;
    padding: 12px;
    text-align: center;
}

.sidebar-reight .EmpImg img {
    width: 70%;
    /* height: 73%; */
    border: 2px solid #353e4a;
    border-radius: 50%;
    padding: 2px;
}

.sidebar-reight ul {
    list-style: none;
}

.sidebar-reight ul li {
    display: block;
}

.sidebar-reight ul li a {
    display: block;
    padding: 8px 12px;
    color: #eee;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.sidebar-reight ul li a:hover {
    background-color: #333;
    border-bottom: 1px solid #666;
}

.sidebar-reight ul li a span {
    position: relative;
    left: -1px;
}


/* *********************************** end sidebar ********************************** */


/* *********************************** start content ********************************** */

#HesSeser {
    display: none;
    transition: 1s
}

#HesSeser.HesSeser {
    display: block;
    transition: 1s;
    overflow: none;
    position: relative;
}

.main-content {
    background-color: #f1f1f1;
    margin-top: 51px;
    margin-right: 180px;
    padding: 10px;
    min-height: 555px;
    transition: .3s all;
}

.col-md-4.showImge img {
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    transition: .5s all
}

img.showFillImage.fill {
    position: absolute;
    top: 30px;
    margin: auto;
    width: 570px !important;
    border: 2px solid #ccc !important;
    z-index: 33;
    transition: .5s all;
}

.col-md-4.showImge img:hover {
    cursor: pointer;
    width: 100%;
    transform: scale 1
}

.col-md-4.showImge span {
    position: absolute;
    bottom: -2px;
    right: 20px;
    font-weight: bold;
    color: #999;
    font-size: 16px;
}

table.main-table {
    border: 1px solid #ccc;
    padding: 10px;
}

table.main-table td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 20px;
}

table.main-table tr {
    font-size: 20px;
}

.main-content .wrapper {
    /* background-color: #999; */
    padding: 3px;
    width: calc(100% - 40px);
    border-left: 1px solid #ccc;
    min-height: 530px;
    margin-bottom: 10px;
}

.addEditUl {
    position: fixed;
    left: 10px;
    top: 175px;
    width: 35px;
    /* height: 100%; */
}

.addEditUl ul {
    list-style: none;
}

.addEditUl ul li {
    display: block;
}

.addEditUl ul li a {
    display: block;
    padding: 7px 3px;
    font-size: 20px;
    text-align: center;
}

.main-orphan {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 2px;
    height: 33px;
}

.Myform {
    position: relative;
}

.pageNashanFlote {
    float: left;
    width: 230px;
}

input#pageNumerSent,
input#OrphanIdSerach {
    width: 70px;
    text-align: center;
    background: inherit;
    border: 1px solid #ccc;
}

.Myform button:focus {
    outline: none;
}

.Myform button {
    background: inherit;
    border: none;
    font-size: 17px;
    color: #999;
}

input#OrphanNameSerach {
    padding: 0px 4px;
    background: inherit;
    border: 1px solid #ccc;
}


/* ***************** start Input setting ***************** */

.form-Input {
    padding: 0;
    padding-top: 16px;
    height: 50px;
    position: relative;
}

.form-Input select {
    width: 100%;
    height: 31px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    margin-top: 3px;
}

input.myInput-b {
    height: 30px;
    padding: 2px;
}

img#img-update {
    width: 70%;
    border: 1px solid #ccc;
    padding: 10px;
}

span#anderline {
    width: 0;
    height: 1px;
    background-color: #ccc6c6;
    position: absolute;
    bottom: 1px;
    transition: .3s all
}

.form-Input.padding-l {
    border-left: 1px solid #ccc;
}

.form-Input.padding-r {
    border-right: 1px solid #ccc;
}

.form-checkbox {
    padding: 0;
    margin-bottom: 15px;
    height: 22px;
}

input.myInput {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 2px 10px;
    font-size: 16px;
    z-index: 5;
}

label.labelUp {
    position: absolute;
    right: 15px;
    color: #999;
    z-index: 0;
    top: 17px;
    font-size: 16px;
    transition: 0.5s;
}

input.myInput:focus+label.labelUp,
select+label.labelUp,
input.myInput.has-data+label.labelUp {
    top: 5px;
    right: 10px;
    font-size: 12px;
    color: #4c89a5;
    font-weight: bold;
}

input.myInput:focus+label.labelUp+span#anderline,
input.myInput.has-data+label.labelUp+span#anderline {
    width: 100%;
}

input[type=checkbox],
input[type=radio] {
    width: 18px;
    height: 18px;
}

label.labelCh {
    color: #888;
    position: absolute;
    top: 3px;
    right: 25px;
}

input[type=checkbox]:checked+label {
    color: #2abb2a;
}

hr.contentHR {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

input.submit {
    width: 60px;
    height: 32px;
    background-color: #4ebaff;
    border: 1px solid #3794d0;
    color: #fff;
    font-weight: bold;
}

input.submit:hover {
    background-color: #136091;
    border: 1px solid #104466;
    color: #fff;
}


/* ---------data tabel--------   */

td span.tekCached,
td span.OnCached {
    color: #fff;
    font-weight: bold;
    padding: 6px
}

td span.tekCached {
    background-color: #2abb2a;
}

td span.OnCached {
    background-color: #da4d23;
}

div#mytable_wrapper {
    position: inherit !important;
}

.teblecheck {
    position: absolute;
    width: 20px;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    left: 74px;
}

.form-checkbox.col-md-1.table {
    width: 20px;
    position: absolute;
    left: 73px;
    top: 103px;
}

input[type=search] {
    -webkit-appearance: none;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background-color: inherit;
}

th.sorting {
    text-align: right;
    padding: 10px 25px !important;
}

th.sorting_asc,
th.sorting_desc {
    text-align: center;
}

a.paginate_button.current {
    width: 20px;
    height: 25px;
    background: #eeeeef !important;
    border: 1px solid #ccc !important;
    text-align: center !important;
    padding: 2px !important;
}

select {
    background: inherit;
    height: 20px;
    margin-top: 5px;
    font-size: 14px;
    font: -webkit-small-control;
}

td i {
    color: #337a9c;
}

td.control {
    text-align: center;
}

th#controlTd {
    text-align: center;
}

table.tableShow {
    border: 2px solid #d8d8dc;
}

table.tableShow tr td {
    font-size: 18px;
    font-weight: bold;
    border-left: 2px solid #d8d8dc;
}

table.tableShow tr td.smallTD {
    width: 130px;
    color: #666
}

fieldset {
    min-width: 0;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #ccc;
}

legend {
    width: inherit;
    padding: 0px 10px;
    font-weight: bold;
    color: #374dec;
    margin-bottom: 5px;
    background-color: inherit;
    box-shadow: 4px 4px 1px #ccc;
}


/* ---------data tabel--------   */


/* ***************** end Input setting ****************** */


/* ------------------------start tab setting ------------ */

ul.nav.nav-tabs {
    background: inherit;
    ;
    width: 75px;
    float: right;
    position: fixed;
    height: 300px;
    border-bottom: none;
    margin: 0;
    padding: 0;
    border-radius: 10px 0 0 10px;
}

.nav-tabs>li {
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    margin-bottom: -1px;
}

.nav-tabs>li:hover,
.nav-tabs>li a:hover {
    border-radius: 10px 0 0 10px;
    background-color: #eee;
    color: #fff
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
}

.nav-tabs>li>a {
    margin: 0;
    color: #777;
}

.nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    display: block;
    border-width: 13px;
    border-color: transparent #ddd transparent #ddd;
    top: 7px;
    left: -26px;
    border-style: solid;
}

.tab-content {
    background: #f1f1f1;
    border-right: 1px solid #ccc;
    margin-right: 99px;
    width: calc(100% - 124px);
    min-height: 490px;
    padding: 12px;
    border-top: 1px solid #ccc;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.ceick ol li {
    display: block;
    padding: 3px;
    color: #f36f11;
    font-weight: bold;
}

label.label-control {
    color: #777;
    font-weight: 550;
}

.studnetImg {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 50px;
}

.studnetImg img {
    width: 100%;
    height: 1000%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.infoToUser {
    padding: 15px;
    font-weight: bold;
}

.infoToUser ul {
    list-style: none;
}

.infoToUser ul li {
    height: 28px;
    color: #666;
}

.infoToUser h3 {
    color: #f21e00;
    font-weight: bold;
}

.infoToUser i.fa-times {
    color: red;
}

table .infoToUser ul li {
    border-bottom: 1px solid #ccc;
}

td#checkInfo {
    width: 90px;
    text-align: center;
}

.goFastToLinke {
    margin-top: 18px;
    position: relative;
}

.goFastToLinke ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.goFastToLinke ul li a {
    padding: 5px;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #666;
}

.col-md-12.border {
    box-shadow: 0px 2px 4px 0px #a2a2a2;
    padding-bottom: 2px;
}

.goFastToLinke ul li a:hover {
    border-bottom: 1px solid rgb(145, 139, 139);
    background-color: #ddd;
}

ul li a span {
    position: absolute;
    left: 10px;
}

fieldset table.table.table-hover.table-striped {
    /* font-size: 18px; */
    font-weight: bold;
    color: #666;
}

div#orphanImageShow img {
    width: 100%;
    cursor: pointer;
    transition: .5s all
}

div#orphan-image {
    width: 180px;
    text-align: left;
    margin-right: 40px;
}

.detelsOrphan {
    margin: 0px;
    margin-top: 5px;
    padding: 10px 5px;
}

textarea#famly {
    width: 100%;
}

a#BtnSave {
    background-color: #55daff;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border: 2px solid #379a9e;
    box-shadow: 0px 0px 4px 2px #7e969c;
}


/* ------------------------  end tab setting ------------ */

.proFileImg#proFileImg {
    width: 200px;
    margin: auto;
    text-align: center;
    padding: 15px;
}

.proFileImg#proFileImg img {
    width: 100%;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}

.modal-body {
    overflow: hidden;
}

div#order-box {
    padding: 5px;
    overflow: hidden;
}

div#order-box.border {
    border: 1px solid #ccc;
}

.col-md-3.goToMy a i {
    font-size: 35px;
    font-weight: bold;
    padding: 15px;
    line-height: 50px;
    background-color: red;
    margin: 0;
    width: 75px;
    height: 75px;
    margin-left: 8px;
    text-align: center;
    color: #fff;
}

.col-md-3.goToMy div.order a i {
    background-color: #60ab5f;
}

.col-md-3.goToMy div.order {
    padding: 0px;
    background-color: #7ecaa0;
}

.col-md-3.goToMy div.company a i {
    background-color: #26dada;
}

.col-md-3.goToMy div.company {
    background-color: #89e1ec;
}

.col-md-3.goToMy div.drug a i {
    background-color: #bbb921;
}

.col-md-3.goToMy div.drug {
    background-color: #d6d07e;
}

.col-md-3.goToMy div.report a i {
    background-color: #bb5948;
}

.col-md-3.goToMy div.report {
    background-color: #c56934;
}

.col-md-3.goToMy span {
    font-size: 14px;
    position: absolute;
    top: 20px;
    font-weight: bold;
    color: #fff;
}

.col-md-3.goToMy span span {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 3px;
}

div#calcTable {
    padding: 10px;
}

div#calcTable table {
    width: 100%;
    background-color: #26dada;
}

div#calcTable table tbody tbody {
    padding: 5px;
}

div#calcTable table tbody tbody>:first-child {
    background-color: #2abb2a
}

.mx-width .sidebar-reight,
.mx-width .sidebar-reight ul {
    width: 40px;
}

.mx-width .sidebar-reight .EmpImg,
.mx-width .sidebar-reight ul li a span,
.mx-width .sideLockout {
    display: none;
}

.mx-width .main-content {
    margin-right: 40px;
}

.mx-width .main-header {
    width: calc(100% - 40px);
}


/* *********************************** end content ********************************** */

@media screen and (max-width: 767px) {
    .sidebar-reight,
    .sidebar-reight ul {
        width: 40px;
    }
    .addEditUl {
        display: none;
    }
    .sidebar-reight .EmpImg,
    .sidebar-reight ul li a span,
    .sideLockout {
        display: none;
    }
    .main-content {
        margin-right: 1px;
    }
    .main-header .logo-title-log {
        height: 45px;
        padding: 8px;
        margin-right: 5px;
    }
    .main-header .logo-title-log h3 {
        font-size: 18px;
    }
    .main-header .main-head {
        width: 400px;
        position: absolute;
        top: 0px;
        left: 10px;
        height: 50px;
        text-align: left;
    }
    .main-content {
        width: 100%;
        margin-top: 0px;
    }
    .main-header,
    .main-content .wrapper {
        border: none;
        width: calc(100% - 40px);
    }
    ul.nav.nav-tabs {
        background: #ffffff;
        width: 100%;
        height: 85px;
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .nav-tabs>li {
        float: none;
        display: inline-block;
    }
    .tab-content {
        background: #f1f1f1;
        margin-top: 41px;
        margin-right: 0px;
        width: 100%;
        min-height: 580px;
        padding: 12px;
        border-bottom: none;
        border: none;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #6eb4d7;
        border: 1px solid #ddd;
        border-radius: 0;
    }
    .nav-tabs>li.active>a:after {
        display: none;
    }
    .main-content .wrapper {
        padding: 3px;
        margin-right: 40px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px;
    }
    .infoToUser ul li {
        display: inline-block;
    }
}