﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Vazir';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/vazir-fonts/Vazir.eot') format('embedded-opentype'), url('/fonts/vazir-fonts/Vazir.woff') format('woff'), url('/fonts/vazir-fonts/Vazir.ttf') format('truetype');
}
.goftino_w {
    position: fixed;
    z-index: 2000000002;
    bottom: -300px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: 0;
    color-scheme: none;
}

.goftino-wakeup {
    position: relative;
    animation: goftinoWakeup 0.4s ease 0s 1 normal both
}

@keyframes goftinoWakeup {
    0% {
        transform: translateY(300px)
    }

    100% {
        transform: translateY(0)
    }
}

#goftino_image_fullscreen {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 2000000004;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center
}

#goftino_loading_img {
    background: white;
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    padding: 5px
}

#goftino_image_fullscreen img {
    margin: auto 0;
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
    animation-name: zoomInGoftino;
    animation-duration: 0.4s;
    animation-fill-mode: both
}

#goftino_image_fullscreen:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#goftino_close_screen, #goftino_dl_image {
    background: rgba(0,0,0,0.8);
    color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 30px;
    border-radius: 30px
}

@-webkit-keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

#goftino_loading_img div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #00bcd4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spinGoftino 1s linear infinite
}

@keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.section-title {
    font-family: 'B Nazanin';
    font-size: 12px;
}
.main-header-title {
    font-family: 'B Nazanin';
    font-size: 14px;
    margin: 0;
    color: var(--main-header-title-color);
    font-size: var(--main-header-title-font-size);
    font-weight: var(--main-header-title-font-weight);
    line-height: var(--main-header-title-line-height)
}

.main-header-title + p {
    margin: 16px 0 0;
    font-size: var(--font-size-base);
    color: var(--text-lighter-color)
}
/*@goftinoWakeup {
    0% {
        transform: translateY(300px)
    }

    100% {
        transform: translateY(0)
    }
}*/
/*#goftino_image_fullscreen {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 2000000004;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center
}

#goftino_loading_img {
    background: white;
    width: 40px;
    height: 40px;
    z-index: 10;
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    padding: 5px
}

#goftino_image_fullscreen img {
    margin: auto 0;
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
    animation-name: zoomInGoftino;
    animation-duration: 0.4s;
    animation-fill-mode: both
}

#goftino_image_fullscreen:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#goftino_close_screen, #goftino_dl_image {
    background: rgba(0,0,0,0.8);
    color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 30px;
    border-radius: 30px
}

@-webkit-keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInGoftino {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

#goftino_loading_img div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #00bcd4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spinGoftino 1s linear infinite
}

@keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinGoftino {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}*/

.evenClass {
    background-color: red;
}

.textinfo {
    font-family: "vazir";
    font-size: 20px;
    text-align: right;
    color: black;
   
}
.mainloginroot {
    width: 100%;
    height: 100%;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    background: #b3e0ff;
}
.mainlogin {
    width: 366px;
    height: 100%;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    background: #b3e0ff;
}

.rootlogin {
    width: 100%;
    height: 100%;
    float: initial;
    align-items: center;
    justify-content: center
}

.modalborder {
    width: 366px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #cce6ff;
    border-style: double;
    padding: 15px;
}

.headerfa {
    width: 366px;
    color: black;
    display: inline-grid;
    flex-direction: column;
    float: initial;
    justify-content: center;
    font-family: 'vazir';
    font-size: 28px;
    font-weight: bold;
}


.headerEn {
    width: 366px;
    color: black;
    display: inline-grid;
    flex-direction: column;
    float: initial;
    justify-content: center;
    color: #990000;
    font-family: 'Time News Roman';
    font-size: 24px;
    font-weight: bold;
}

.footerlogin {
    width: 366px;
    color: black;
    display: inline-grid;
    flex-direction: column;
    float: initial;
    justify-content: center;
    font-size: 12px;
}


.img {
    width: 366px;
    display: flex;
    align-items: center;
    flex-direction: column;
    float: right;
    justify-content: center;
}

.imgTag {
    width: 200px;
}

.textbox {
    background: white;
    border-radius: 10px;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

td a {
    display: block;
    width: 100%;
    color: black;
}

/* Provide sufficient contrast against white background */
a {
  color: black;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.leftpane {
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    background-color: yellow;
    border-collapse: collapse;
    text-align: right;
    overflow: hidden;
    margin-right: 10px;

}

.rightpane {
    width: 23%;
    height: 100%;
    position: relative;
    float: right;
    background-color: yellow;
    border-collapse: collapse;
    text-align: right;
    margin-left: 10px;
    overflow: hidden;
    
}


.middlepane {
    width: 48%;
    height: 100%;
    float: left;
  
    /*    background-color: royalblue;
    border-collapse: collapse;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: vazir
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
h2 {
    font-family: Vazir, sans-serif;
}

h3 {
    font-family: Vazir, sans-serif;
}

.title-swal {
    font-family: Vazir, sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

table {
    width: 100%;
    border-collapse: collapse;
}

.cell-breakWord {
    word-wrap: break-word;
    max-width: 1px;
}

.cell-hyphens {
    background-color: brown;
    word-wrap: break-word;
  
    -webkit-hyphens: auto; /* iOS 4.2+ */
    -moz-hyphens: auto; /* Firefox 5+ */
    -ms-hyphens: auto; /* IE 10+ */
    hyphens: auto;
}


html, body {
    overflow-y: scroll;
}

body {
    overflow-y: scroll;
    color: rgba(0, 0, 0, 0.87);
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-size: 0.875rem;
   font-family: Vazir;
    font-weight: 400;
/*    line-height: 1.43;*/
    -moz-user-select: none;
    background-color: #fafafa;
    -webkit-tap-highlight-color: transparent;
}

.root {
    width: 100%;
    marginBottom: 15;
    borderRadius: 15;
    overflow: hidden;
    position: relative
}


.header {
    width: 100%;
    padding: 10px;
    borderRadius: 15px 15px 0 0;
}


.titleBox {
    width: 100%;
    margin-bottom: 5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.makeStyles-root-252 {
    width: 90%;
    overflow: unset;
}

.makeStyles-root-201 {
    position: relative;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.MuiPaper-elevation3 {
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
}

.MuiPaper-rounded {
    border-radius: 4px;
}

.MuiPaper-root {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.makeStyles-header-253 {
    padding: 10px 10px 5px;
    border: 2px solid rgb(104, 210, 0);
    border-bottom-color: rgb(104, 210, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.makeStyles-header-268 {
    width: 100%;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0;
}

.makeStyles-header-202 {
    width: 100%;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0;
}

.makeStyles-titleBox-203 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    justify-content: space-between;
}

.makeStyles-type-204 {
    color: #818181;
    font-size: 13px;
    max-width: 40%;
}

.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: Vazir, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.makeStyles-subtitleBox-206 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.makeStyles-infoText-217 {
    color: #818181;
    font-size: 12px;
    margin-right: 5px;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: Vazir, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.makeStyles-crewBox-210 {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.makeStyles-person-211:first-child {
    margin-left: 10px;
}

.makeStyles-person-211 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

element {
}

.makeStyles-personLabel-212 {
    color: #b3b3b3;
    font-size: 12px;
    margin-left: 5px;
}

.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: Vazir, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.makeStyles-personName-213 {
    color: #818181;
    font-size: 12px;
}

.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: Vazir, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.makeStyles-root-252 {
    width: 90%;
    overflow: unset;
}

.makeStyles-root-201 {
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px;
}

.makeStyles-bullet-218 {
    top: -5px;
    right: -20px;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
}

.makeStyles-bulletBar-219 {
    width: 2px;
    height: 45px;
    background-color: #818181;
}

.makeStyles-bulletCircle-220 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #818181;
}


.ddl {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url('../Images/Arrowhead-Down-01.png');
    background-position: 88px;
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}

.type {
    maxWidth: '40%';
    fontSize: 13;
    color: '#818181';
}


.title {
    fontSize: 13;
    color: '#323232';
    flex: 1;
}


.subtitleBox {
    width: 100%;
    display: flex;
    alignItems: center;
    justifyContent: space-between;
}


.statusBox {
    display: 'flex', alignItems: 'center',
}


.statusIndicator {
    width: 10, height: 10, marginRight: 5, borderRadius: '50%', backgroundColor: ({ statusColor }) => statusColor,
}


.statusText {
    marginRight: 5, fontSize: 12, color: ({ statusColor }) => darken(statusColor || '#000', 0.1),
}


.crewBox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    direction: ltr;
    color: #818181;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 14px;
}


.person {
    margin-left: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}


.personLabel {
    margin-left: 5px;
    font-size: 12px;
    color: #b3b3b3;
    margin-left: 5px;
}


.personName {
    fontSize: 12;
    color: '#818181';
}


.infoBox {
    padding: '8px 10px';
    width: '100%', backgroundColor: '#efefef', display: 'flex', flexDirection: 'row-reverse', alignItems: 'center', justifyContent: 'space-evenly', flexWrap: 'wrap',
}


.info {
    display: flex, flexDirection: 'row-reverse', alignItems: 'center', justifyContent: 'space-between',
}


.infoIcon {
    color: '#323232', fontSize: 18, marginRight: 5,
}


.infoText {
    fontSize: 12, color: '#818181', marginRight: 5,
}


.bullet {
    position: 'absolute', right: -30, top: -15, display: 'flex', flexDirection: 'column', alignItems: 'center',
}


.bulletBar {
    height: 45, width: 2, backgroundColor: '#818181',
}


.bulletCircle {
    width: 8, height: 8, borderRadius: '50%', backgroundColor: '#818181',
}


.body {
    overflow-y: scroll;
    width: '100%', boxSizing: 'border-box', transition: 'height 0.3s', overflow: 'hidden',
}


.description {
    padding: 10, fontSize: 13, color: '#818181',
}


.fixBox {
    width: '100%', height: ({ fixing }) => (fixing ? 95 : 34), transition: 'height 0.3s', borderRadius: '0 0 15px 15px', border: '2px solid';
    borderTop: 'none !important'
}


.fixButton {
    width: '100%', height: 34, color: '#818181', fontSize: 12, borderRadius: 0, border: 'none !important'
}


.fixInputBox {
    width: '100%', padding: 10, display: 'flex', flexDirection: 'row',
}


.fixInput {
    height: '59px !important',
}


.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -moz-user-select: none;
}

.makeStyles-info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}



.makeStyles-infoBox {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    direction: initial;
    width: 100%;
    display: flex;
    padding: 8px 10px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    background-color: #efefef;
}


.makeStyles-infoIcon {
    color: #323232;
    font-size: 18px;
    margin-right: 5px;
}

.makeStyles-infoText {
    color: #818181;
    font-size: 12px;
    margin-right: 5px;
}

.makeStyles-personLabel {
    color: #b3b3b3;
    font-size: 12px;
    margin-left: 5px;
}


confirmBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 10px,
}


confirmButton {
    width: 35px;
    height: 35px;
}

