@import url(fontiran.css);
body {
    font-family: IRANSans !important;
    font-weight: 300;
    background-color: #eeeeee;
    margin: 0;
}

.tab-title {
    font-weight: 300;
    font-family: IRANSans !important;
}

.title {
    font-weight: 300;
    font-family: IRANSans !important;
    text-align:center;
}

div {
    font-weight: 300;
    font-family: IRANSans !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: IRANSans !important;
    overflow: visible !important;
}

p {
    font-weight: 300;
    font-family: IRANSans !important;
    overflow: visible !important;
}

input, button, select, option {
    font-weight: 300;
    font-family: IRANSans !important;
    text-align: right;
}

ion-content button {
    font-weight: 300;
    font-family: IRANSans !important;
}

.modal{
    top: 0 ;
    bottom: 0 ;
    left: 0 ;
    right: 0 ;
    width: 100% ;
}


.whole-app ion-content {
    background-color: #eeeeee !important;
}


/*************************Home*/
.header-image {
    width:100%;
    height:100%;
    background-color: #000;
}

.header-images {
    width:100%;
    height:100%;
}
.header-images div {
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:middle;
    transition-duration:.3s;
    animation: .3s fadeIn;
    position:absolute;
    opacity:0;
}

.header-images:after {
    content:" ";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(11,11,11,.3);
}

.sound-block {
    padding:25px;
}

.sound-button {
    direction:rtl;
    font-weight:400;
}

.sound-button i {
    padding:10px;
    border:1px solid black;
    border-radius:50%;
    position:relative;
    top:2px;
    font-size:16px;
}

#form-slides .box {
    overflow-y:auto !important;
    width:100%;
    height:100%;
    padding:60px 25px 75px 25px !important;
}

.sound-block .col-50:first-child .sound-button i {
    margin-right:10px;
}

.sound-block .col-50:last-child .sound-button i {
    margin-left:10px;
}

.menu-block {
    padding:20px 0;
    direction:rtl;
}

.menu-block .col {
    position:relative;
    padding:0 !important;
}

.menu-block .col:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

.menu-button {
    border-radius:8px;
    width:100%;
    height:100%;
}

.menu-button-container {
    padding:8px;
    width:100%;
    height:100%;
    position:absolute;
}

.menu-button .row {
    padding:0;
}

.menu-button-icon {
    height:80%;
    width:100%;
    font-size:42px;
    text-align:center;
}

.menu-button-icon i {
    color:#fff;
    position:relative;
    top:50%;
    margin-top:-42px;
}

.menu-button-text {
    color:#fff;
    height:20%;
    width:100%;
    font-weight:500;
    text-align:center;
}






.form-tabs {
    height:55px;
    border-top:3px solid rgb(249,73,83);
    border-left:1px solid #aaa;
}

.form-tabs .tab-item {
    border-left:1px solid #aaa;
    max-width: 100%;
    font-size:26px;
}

.form-tabs .tab-item:first-child {
    border-left:0;
}

.form-tabs .tab-item img {
    position:relative;
    top:5px;
    width:24px;
    height:24px;
}

.form-tabs .tab-item.active {
    color: rgb(175, 49, 57);
}

.form-bar {
    height:40px !important;
    box-shadow:none !important;
    border-bottom:3px solid rgb(0,192,228) !important;
    background-color:rgb(230,244,245);
}

.form-bar-list {
    border-bottom: 1px solid #ccc !important;
    border-top: 3px solid rgb(0,192,228) !important;
}

.form-bar-title {
    font-size:14px;
    font-weight:400;
    text-align:right;
    padding-right:25px;
    padding-top:10px;
    direction: rtl;
    width:100%;
}

.form-page-title {
    font-size:16px;
    font-weight:400;
    text-align:right;
    color:rgb(249,73,83);
}

.input-label {
    text-align: right;
    font-size:14px;
    width: 100%;
    max-width: 100%;
    color:#666;
}

.form-page-content {
    margin-top:20px;
}

.form-page-content label, .login-box label {
    padding-bottom:10px;
}

.form-page-content input, .login-box input, .login-box select {
    border:1px solid #ccc;
    border-radius:0;
    margin-top:5px;
    height:34px;
    padding-left:10px;
    padding-right:10px;
    background-color:#f5f5f5;
}

.login-box select {
    direction:rtl;
}

.form-page-content input:focus,
.login-box input:focus,
.login-box select:focus {
    border-color:rgb(27,199,161);
}

.form-page-content .row {
    padding:0;
}

.form-page-content .select select {
    width:100%;
    display:block;
    padding:2px 8px 3px 0px;
    height: 34px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    background-color:transparent;
    -webkit-appearance: none;
    direction:rtl;
    border:none;
    color:#666;
    z-index:2 !important;
    position:relative;
}

.form-page-content .select {
    display:block;
    height: 34px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    border:1px solid #ccc;
    border-radius:0;
    margin-top:5px;
    background-color:#f5f5f5;
}

.form-page-content .select .select-chevron {
    width:32px;
    height:32px;
    background-color:rgb(27,199,161);
    position:absolute;
    top:35px;
    text-align: center;
    z-index:1 !important;
}

.form-page-content .select .select-chevron i{
    position: relative;
    top: 8px;
    left: -1px;
    color:#fff;
}

.input-div {
    display:block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    border:1px solid #ccc;
    border-radius:0;
    margin-top:5px;
    background-color:#f5f5f5;
    padding-top:3px;
}

label {
    padding-left:0 !important;
    border:0 !important;
}








.form-div .radio-content {
    /*padding:10px 0 10px 5px !important;*/
}

.radio-icon{
    visibility: visible !important;
    padding:0px !important;
    width:20px !important;
    height:20px !important;
    font-size:20px !important;
    top:3px !important;
}


.radio-icon:before{
    content:"" !important;
    border:2px solid black !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    overflow:hidden !important;
}


.radio-icon:after{
    content:"" !important;
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    background:black !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    overflow:hidden !important;


    transition: -webkit-transform .28s cubic-bezier(0.420, 0.000, 0.000, 1.650);
    transition: transform .28s cubic-bezier(0.420, 0.000, 0.000, 1.650);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*.item-radio input:checked ~ .item-content {
background: #F7F7F7;
}*/

.item-radio input:checked + .radio-content .radio-icon:after{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-positive .radio-icon:after{
    background: rgb(27,199,161) !important;
}
.radio-positive .radio-icon:before{
    border-color: rgb(27,199,161) !important;
}
.radio-positive[disabled] .radio-icon:before{
    border-color: rgb(150,150,150) !important;
}

.item-radio .item-content {
    padding:0px !important;
    text-align: right;
    margin:-1px !important;
    background-color:transparent !important;
    font-size:11px;
    font-weight:400;
    white-space:normal;
}

.item-checkbox .item-content {
    font-size:11px;
    font-weight:400;
    margin-bottom:1px !important;
    position:relative !important;
    top:1px !important;
    white-space:normal;
}

.input-half .col-50 {
    padding-right:10px;
}

.input-label {
    display: inline-block;
    padding: 4px 0 0 0px;
    vertical-align: middle;
    font-weight:normal;
}

.checkbox input, .checkbox-icon {
    float:right;
    width: 20px !important;
    height: 20px !important;
}

.checkbox input:after, .checkbox-icon:after {
    height:5px !important;
    top:6px !important;
    width:10px !important;
}

.checkbox {
    padding: 9px 0px !important;
    right:0px !important;
}


label.item-checkbox {
    padding-top:7px !important;
    padding-right:33px !important;
    text-align:right !important;
}

label.item-radio {
    padding-top:7px !important;
    padding-right:33px !important;
    text-align:right !important;
}

.checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before {
    background: rgb(27,199,161) !important;
    border-color: rgb(27,199,161) !important;
}

.checkbox input:before, .checkbox-icon:before {
    border-radius:0 !important;
}

.label-style {
    padding-top:6px !important;
    padding-bottom:10px !important;
}

ion-slides ion-scroll {
    height:100% !important;
}

.teeth-table {
    display:block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    border:1px solid #ccc;
    border-radius:0;
    margin-top:5px;
    background-color:#f5f5f5;
}

.teeth-table .col {
    border-right:1px solid #ccc;
    width:30px;
    height:30px;
}

.teeth-table .row {
    margin:0 !important;
    padding:0 !important;
}

.teeth-table .row:first-child {
    border-bottom:1px solid #ccc;
}

.teeth-table .col:last-child {
    border-right:0;
}

.teeth-table-full {
    width:100%;
    height:102px;
    margin:15px;
}

.teeth-table-full .col {
    width:auto;
    height:50px;
    text-align:right;
}

.border-right-blue {
    border-right:2px solid rgb(0,192,228) !important;
}

.btn {
    background-color: rgb(27,199,161) !important;
    font-size:12px !important;
    font-weight:300;
    line-height:20px !important;
    display:block;
    min-height: 40px !important;
    height: 40px !important;
    margin:auto !important;
    box-shadow:none !important;
    border-radius:0 !important;
}

.btn-full-sm {
    background-color: rgb(0,192,228) !important;
    min-height: 34px !important;
    height: 34px !important;
    width:90% !important;
    float:left;
}

.btn-header {
    background-color: rgb(0,192,228) !important;
    width:40px !important;
    max-width:40px !important;
    min-width:40px !important;
    padding:0 5px !important;
}

.btn-header:before {
    font-size:20px;
    position:relative;
    top:3px;
}

.btn-header-list {
    margin-top:-3px !important;
}

.tooth-img-num {
    margin-top:21px;
    width:90%;
}

.tooth-img img {
    display:block;
    margin:auto;
    max-height:80px;
}

.tooth-num {
    text-align:center;
    font-size:22px;
    font-weight:400;
    padding-top:15px;
}

.stat-bar {
    height:132px !important;
}

.teeth-table-lg-num {
    text-align:center;
    font-size:18px;
    font-weight:400;
    display:block;
    position:relative;
    top:17px;
}

.teeth-table-sm-num {
    font-size:12px;
    font-weight:300;
    top:18px;
    position:relative;
    text-align:right;
    display:block;
    padding:0 5px;
    color:#aaa;
}

#home-container {
    background:url(../img/login_bg2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:middle;
    border-top:4px solid rgb(27,199,161);
}

.display-block {
    display:block !important;
}

.header-logo {
    padding:20px 20px;
    position: absolute;
    bottom:0%;
    width:100%;
}

.header-logo img {
    height:80px;
    width:auto;
}

.header-text {
    color:#fff;
    text-align:center;
    float:right;
    padding-top:18px;
}

.header-text div {
    font-weight:500;
    line-height:25px;
}

.list-search-input {
    height:36px !important;
    padding-right:5px !important;
    padding-left:5px !important;
    width:100% !important;
}

.list-page-content {
    position:relative;
    top:40px;
    padding:0px;
}

.item-patient {
    height:60px;
    width:100%;
    border-bottom: 1px solid #ccc;
    padding:10px 15px;
    direction: rtl;
    position:relative;
}

.item-patient.activated:after {
    width:100%;
    height:100%;
    position:absolute;
    content:"";
    z-index: 2;
    background-color: rgba(0,0,0,.1);
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out !important;
}

.item-patient:after {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index: 2;
    background-color: transparent;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out !important;
}


.item-patient .col {
    padding:0;
}

.item-patient-date, .item-patient-time {
    text-align:center;
    font-size:12px;
    color:#888;
}

.item-patient-name {
    padding-top:8px !important;
    padding-right:10px !important;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-patient-buttons {
    text-align:left;
    font-size:30px;
}

.item-patient-buttons span:before {
    position:relative;
    padding-right:8px;
}

.item-patient-buttons span {
    position:relative;
    top:5px;
    padding-right:8px;
    z-index:3;
}

.contact-modal-content {
    background:url(../img/about.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:middle;
}


.fadein.ng-enter, .fadein.ng-show-add {
    animation: .3s fadeIn;
}

.fadein.ng-leave, .fadein.ng-show-remove, .fadein.ng-leave-active {
    animation: .3s fadeOut;
}

.fadein, .fadein.ng-enter-active {
    animation: .3s fadeIn;
}

.fadein.ng-leave, .fadein.ng-show-remove, .fadein.ng-leave-active {
    animation: .3s fadeOut;
}

.fadein, .fadein.ng-enter-active {
    animation: .3s fadeIn;
}

#main-login-content {
    background:url(../img/login_bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    vertical-align:middle;
}

.login-page-content {
    padding:0 25px;
}


.btn-shape-left {
    background:rgb(0,105,163);
    display:inline-block;
    height:40px;
    position:relative;
    width:70px;
    padding-left:8px;
    cursor: pointer;
}
.btn-shape-left:before {
    border-left:18px solid rgb(0,105,163);
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    content:"";
    height:0;
    left:100%;
    position:absolute;
    top:0px;
    width:0;
}


.btn-shape-right {
    background:rgb(27,199,161);
    display:inline-block;
    height:40px;
    /*margin-left:20px;*/
    /*margin-top:55px;*/
    position:relative;
    width:70px;
    position:relative;
    left:-2px;
    float:right;
    padding-right:8px;
    cursor: pointer;
}
.btn-shape-right:before {
    border-right:18px solid rgb(27,199,161);
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    content:"";
    height:0;
    right:100%;
    position:absolute;
    top:0px;
    width:0;
}

.btn-text {
    display:inline-block;
    height:40px;
    position:relative;
    width:70px;
    padding-left:8px;
}

.login-box {
    border-top:4px solid rgb(249,73,83);
    padding:15px;
    position:relative;
    top:50%;
    margin-top:-140px;
    background-color:#f5f5f5;
}

.warn-box {
    border-top:4px solid rgb(249,73,83);
    padding:15px;
    position:relative;
    top:180px;
    margin-top:0px;
    background-color:#f5f5f5;
}

.login-title {
    text-align:right;
    color:#444;
    font-weight:400;
    font-size:18px;
    margin-bottom:10px;
}

.login-box input {
    background-color:#f1f1f1;
}

.login-error {
    color:rgb(249,73,83);
    text-align:right;
    padding:0 10px;
    height:20px;
}

.login-buttons span {
    color:#fff;
    text-align:center;
    font-weight:400;
    font-size:14px;
}

.login-buttons {
    padding-top:10px;
}

.login-buttons div {
    text-align:center;
    padding-top:9px;
}

.divToast {
    position: fixed;
    z-index: 999999;
    top: 75%;
    margin: auto;
    width: 100%;
    height: 44px;
}

.divToast .divToastContent {
    background-color: rgba(50,50,50,0.7);
    border-radius: 30px;
    width: 61%;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    color: #e6e6e6;
    line-height: 20px;
    padding-top: 15px;
}

.divLoading {
    pointer-events: auto !important;
    z-index: 9999999999;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.divLoadingContent {
    width: 100%;
    margin: auto;
    position: relative;
    top: 40%;
    left: 50%;
    margin-left: -14px;
}

.divLoadingText {
    color:#fafafa;
    text-align: center;
    margin-top:10px;
    font-size:16px;
}


.warn-page-content {
    padding:0 25px;
}

#warn-modal {
    background-color:rgba(22,22,22,.4) !important;
}

.warn-text {
    text-align:right;
    direction:rtl;
}

.contact-container {
    padding:20px;
    color:#fff;
    text-align:center;
    position:relative;
    top:50%;
    line-height:2;
    font-size:15px;
    margin-top:-190px;
}

.about-container {
    padding:20px;
    color:#fff;
    text-align:justify;
    position:relative;
    top:50px;
    line-height:2;
    font-size:15px;
    direction: rtl;
    font-weight:300;

}

.btn-text-right {
    height: 40px;
    position: relative;
    left: -2px;
    float: right;
    padding-right: 8px;
    cursor: pointer;
    
}

.btn-text-right span {
    color: #0069a3;
}

.message-container {
    font-size:15px;
    line-height: 48px;
    text-align: center;
    direction: rtl;
}
