*{
	font-family: "DroidNaskh";
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "DroidNaskh";
}
html,body {
	height: auto;
}
select{
	font-size: 11px !important;
}
.required:after {
	content: "*";
	color: red;
	position: absolute;
	height: 25px;
	top: 0;
}
.rowForm{
	min-height: 34px;
	margin-bottom: 5px;
}

form .row.rowForm .col-sm-4,
form .row.rowForm .col-sm-5,
form .row.rowForm .col-sm-7,
form .row.rowForm .col-sm-9 {
	padding-top: 8px;
}

.panel-management{
	min-height: 74px !important;
	padding: 20px 15px;
}
.panel-page-header .panel-body{
	font-size: 15px;
	font-weight: bold;
}
.not-show-ui-until-ready-angular{
	visibility: hidden;
}
.show-ui-after-ready-angular{
	visibility: visible !important;
}
.label-repeat{
	margin: 3px;
	float: right;
	font-size: 12px;
	white-space: normal !important;
}
.text-error{
	font-size: 10px !important;
	color: #dd4b39 !important;
}
.fa-btn, a{
	cursor: pointer;
}

.customLabel{
	margin: 1%;
	font-family:  iranianSans !important;
}
.mainContent {
	margin-top: 55px;
	height: 100%;
    padding: 0;
	/*position: fixed;*/
}

.cke_reset {
	width: 100% !important;
}


/** loading ***/

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #009FB0;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after{
	font-size: 17px;
	margin-left: 0;
}
.flaticon-close-button::before {
    font-size: 13px !important;
}


.flaticon-letter::before,
.flaticon-letter::before,
.flaticon-letter::after,
.flaticon-letter::after {
    font-size: 28px;
    margin-left: 0;
}

.box-shadow-items {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-items:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

/*** background ***/
.white-bg {
  background-color: #fff;
}
.txt-file {
    font-family: DroidNaskh;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 150px;
}
.c-pointer{
    cursor: pointer;
}
.listDirectiveTh .dropdown-menu {
  float: left;
  left: 60px !important;
  right: -94px;
  text-align: right;
}

/*vt-persian-date-picker p ul li div table tbody tr td button span.text-muted {*/
    /*cursor: not-allowed;*/
/*}*/

.full-width {
	width:100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
}

/* ---------------------------- Style for Paper Print ------------------------------ */
@page { margin: 0 }
body { margin: 0 }
.sheet {
    margin: 0;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
}
/** Paper sizes **/
body.A3           .sheet { width: 297mm; height: auto }
body.A3.landscape .sheet { width: 420mm; height: auto }
body.A4           .sheet { width: 210mm; height: auto }
body.A4.landscape .sheet { width: 285mm; height: auto }
body.A5           .sheet { width: 148mm; height: auto }
body.A5.landscape .sheet { width: 210mm; height: auto }
.sheet.padding-10mm { padding: 10mm }
.sheet.padding-15mm { padding: 15mm }
.sheet.padding-20mm { padding: 20mm }
.sheet.padding-25mm { padding: 25mm }
@media screen {
    .sheet {
        background: white;
        box-shadow: 0 .5mm 2mm rgba(0,0,0,.3);
        margin: 5mm;
    }
}
@media print {
    html,body,.container-fluid {
        height:100%;
    }
    .container-fluid {
        display:table;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .row {
        height: 100%;
        display: table-row;
    }
    .row .no-float {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    body.A3.landscape { width: 420mm }
    body.A3, body.A4.landscape { width: 285mm }
    body.A4, body.A5.landscape { width: 210mm }
    body.A5                    { width: 148mm }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        left: 100%;
    }
    .col-sm-pull-11 {
        left: 91.66666667%;
    }
    .col-sm-pull-10 {
        left: 83.33333333%;
    }
    .col-sm-pull-9 {
        left: 75%;
    }
    .col-sm-pull-8 {
        left: 66.66666667%;
    }
    .col-sm-pull-7 {
        left: 58.33333333%;
    }
    .col-sm-pull-6 {
        left: 50%;
    }
    .col-sm-pull-5 {
        left: 41.66666667%;
    }
    .col-sm-pull-4 {
        left: 33.33333333%;
    }
    .col-sm-pull-3 {
        left: 25%;
    }
    .col-sm-pull-2 {
        left: 16.66666667%;
    }
    .col-sm-pull-1 {
        left: 8.33333333%;
    }
    .col-sm-pull-0 {
        left: auto;
    }
    .col-sm-push-12 {
        right: 100%;
    }
    .col-sm-push-11 {
        right: 91.66666667%;
    }
    .col-sm-push-10 {
        right: 83.33333333%;
    }
    .col-sm-push-9 {
        right: 75%;
    }
    .col-sm-push-8 {
        right: 66.66666667%;
    }
    .col-sm-push-7 {
        right: 58.33333333%;
    }
    .col-sm-push-6 {
        right: 50%;
    }
    .col-sm-push-5 {
        right: 41.66666667%;
    }
    .col-sm-push-4 {
        right: 33.33333333%;
    }
    .col-sm-push-3 {
        right: 25%;
    }
    .col-sm-push-2 {
        right: 16.66666667%;
    }
    .col-sm-push-1 {
        right: 8.33333333%;
    }
    .col-sm-push-0 {
        right: auto;
    }
    .col-sm-offset-12 {
        margin-right: 100%;
    }
    .col-sm-offset-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-right: 75%;
    }
    .col-sm-offset-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-right: 50%;
    }
    .col-sm-offset-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-right: 25%;
    }
    .col-sm-offset-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-right: 0%;
    }
    .visible-xs {
        display: none !important;
    }
    .hidden-xs {
        display: block !important;
    }
    table.hidden-xs {
        display: table;
    }
    tr.hidden-xs {
        display: table-row !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }
    .hidden-xs.hidden-print {
        display: none !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
vt-grid.has-select tr.selected {
    background-color: #9bf4fb !important;
}

.label-blue {
background-color: #e9f3ff;
border-radius: 3px;
color: #798c9c;
display: inline-block;
font-size: 12px;
margin-top: 5px;
padding: 5px 10px;
margin-left: 5px;
border: 1px solid #ddd;
}
.search-header{
    flex-grow: 2;
    float: left;
    padding: 8px 15px;
}
.search-header .fa.fa-navicon{
    position: absolute;
    top: 4px;
    left: 8px;
    font-size: 24px;
    cursor: pointer;
}
.search-header .dropdown{
    width: 100%;
    max-width: 270px;
    float: left;
}
.search-header .dropdown-menu{
    background-color: #fff !important;
    width: 270px;
    padding: 10px;
}
.search-header .dropdown-menu.dropdown-menu-date{
    margin-right: -440px !important;
}
.search-header .search-header-item{
    padding-bottom: 15px;
}
.search-header .search-header-item .dropdown-toggle-box{
    display: flex !important;
    justify-content: space-between !important;
    cursor: pointer;
    width: 100% !important;
}

