
body {
    color: #73879c;
    background: #34495e;
    font-family: IRANSans_FaNum, Helvetica Neue, Roboto, Arial, Droid Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;


    /*    box-sizing: border-box;
        overflow-y: hidden;*/
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: hidden;
}

html, body, * {
    box-sizing: border-box;
}

.bg-image {
    background: url(../../images/back8.jpg);
    background-size: cover;
    /*height: calc(100vh - 38px);*/
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
/*    filter: blur(6px);
    -webkit-filter: blur(6px);*/
}

.logo{
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background-color: #ffffff7a;
}


.parent {
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
    top: 70px;
}

.parent a {
    cursor: pointer;
    width: 300px;
    height: 65px;
    /*margin-top: 10px;*/
    background: #ef4300;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #ff730e;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
}

.center33 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 3px solid green;
}

.main2 {
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
}

.parent .btn {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;

    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.center9 {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}


.tile-area {
    width: 100% !important;
}

.tile-group {
    /*left: 53px;*/
    padding-top: 52px;
}

.tile-group.four {
    width: 90%;
    /*padding: 50px;*/
}

.tile-big {
    width: 100%;
    height: 600px;
}

.dl-horizontal dt{
    text-align: right ;
}

.tab-content{
    padding: 2px 5px 0px 0px;
}

table th{
    text-align: center ;
}

.table  td{
    vertical-align: middle;
    text-align: center ;
}

.table  thead  tr  th{
    vertical-align: middle;
    text-align: center ;
}

table td {
    vertical-align: middle !important;
}

table td a{
    margin: 0px 5px ;
    font-size: 18px;
}

table {
    font-size: 11px !important ;
}

table tr td {
    padding: 4px !important ;
}

table td:last-child {
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    /*background-color: #fffaf5;*/
    /*background-color: #f2fcff;*/
    background-color: #e3ebee;
}

.panel{
    margin-bottom: 10px;
}

.input-group .form-control{
    font-size: 13px  ;
}

.panel_toolbox > li > a > i {
    margin-left: 3px;
    margin-right: 5px;
    color: #000000;
}

.success{
    color: #66B032;
}

.danger{
    color: red;
}

.info{
    color: #2860B0;
}


.nav-sm span.fa{
    display: block;
}

.input-group-addon {
    background-color: #f4fbff;
}

.nav_menu {
    background: #d9edf7;
    /*background: #fcfcfc;*/
}

.top_nav .nav > li > a:hover {
    background: #d3e2ea;
}

.select2 {
    width: 100% !important;
}

.select2-container {
    min-width: 100%;
}

.select2-container--default .select2-selection--single{
    min-height: 35px;
}


.input-group{
    min-height: 35px;
}

.nav.child_menu li {
    padding-right: 20px;
}

.form-control {
    height: 35px;
}

.form-group {
    margin-bottom: 5px;
}

.modal-footer {
    padding: 5px;
}

.panel-body {
    padding: 15px 10px 15px 10px;
}

.panel-title span{
    display: flex;
    justify-content: center;
}

/*.panel_toolbox.navbar-right {
    position: absolute;
    left: 10px;
    top: 12px;
}*/
/*---------------------------------*/

/*
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #337AB7CC;
    background-image: linear-gradient(to left bottom, #FF4E50, #F9D423);
    border-color: #337AB7CC;
    border-color: linear-gradient(to left bottom, #FF4E50, #F9D423);
}

.panel-title{
    color: #FFF;
}

.nav_menu {
    background: #337AB7CC;
    background: linear-gradient(to left bottom, #FF4E50, #F9D423);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #337AB733;
    background-color: #F9D42333;
}

.top_nav .nav > li > a:hover {
    background: #d3e2ea;
    background: linear-gradient(to left bottom, #F9D423, #FF4E50);
}

.top_nav .nav .open > a:hover {
    background: #d9dee4;
    background: linear-gradient(to left bottom, #F9D423, #FF4E50);
}

.nav.navbar-nav > li > a {
    color: #515356 !important;
    color: #fff !important;
}

.top_nav .nav .open > a {
    background: #d9dee4;
    background: linear-gradient(to left bottom, #F9D423, #FF4E50);
}

.top_nav .nav .open > a:focus {
    background: #d9dee4;
    background: linear-gradient(to left bottom, #F9D423, #FF4E50);
}

.panel_toolbox > li > a:hover {
    background: #000;
    opacity: 0.9;
}

.panel_toolbox > li > a > i {
    margin-left: 3px;
    margin-right: 5px;
    color: #fff;
}



.body {
    color: #2c5581;
}*/

/*---------------------------------*/

.sbl-circ {
    height: 48px;
    width: 48px;
    color: #46c1ff;
    position: relative;
    display: inline-block;
    border: 5px solid;
    border-radius: 50%;
    border-top-color: transparent;
    /*animation: rotate 1s linear infinite; }*/
    animation: rotate 1s cubic-bezier(.68,-0.55,.27,1.55) infinite; }

@keyframes rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }


h1
{
    font-family: IranNastaliq;
    text-align: center;
    /*background-color: #FEFFED;*/
    height: 70px;
    color: #fff;
    margin: 0;
    padding-top: 14px;
    border-radius: 10px 10px 0 0;
    text-shadow: 2px 2px 5px #5b5959;
    font-size: 3em;
}
.main {
    position: absolute;
    top: 50px;
    left: 20%;
    width: 450px;
    height:530px;
    border: 2px solid gray;
    border-radius: 10px;
}
.main label{
    color: rgba(0, 0, 0, 0.71);
    margin-left: 60px;
}
#image_preview{
    position: absolute;
    font-size: 30px;
    top: 100px;
    left: 100px;
    width: 250px;
    height: 230px;
    text-align: center;
    line-height: 180px;
    font-weight: bold;
    color: #C0C0C0;
    background-color: #FFFFFF;
    overflow: auto;
}


#selectImage{
    padding: 19px 21px 14px 15px;
    position: absolute;
    bottom: 0px;
    width: 414px;
    background-color: #FEFFED;
    border-radius: 10px;
}
.submit{
    font-size: 16px;
    background: linear-gradient(#ffbc00 15%, #ffdd7f 100%);
    border: 1px solid #e5a900;
    color: #4E4D4B;
    font-weight: bold;
    cursor: pointer;
    width: 300px;
    border-radius: 5px;
    padding: 10px 0;
    outline: none;
    margin-top: 20px;
    margin-left: 15%;
}
.submit:hover{
    background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}
#file {
    color: red;
    padding: 5px;
    border: 5px solid #8BF1B0;
    background-color: #8BF1B0;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px #626F7E;
    margin-left: 15%;
    width: 72%;
}
#message{
    position:absolute;
    top:120px;
    left:815px;
}
#success
{
    color:green;
}
#invalid
{
    color:red;
}
#line
{
    margin-top: 274px;
}
#error
{
    color:red;
}
#error_message
{
    color:blue;
}

/*//////////////dataTables //////////////////////*/

.dataTables_info {
    float: right;
}

.dataTables_paginate {
    float: left;
    text-align: left;
}





/*////////////////////////////////////////*/

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb_Black.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb_Black.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb_Black.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb_Black.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb_Black.ttf?1532072864) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb_Bold.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb_Bold.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb_Bold.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb_Bold.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb_Bold.ttf?1532072864) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb_Medium.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb_Medium.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb_Medium.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb_Medium.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb_Medium.ttf?1532072864) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb_Light.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb_Light.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb_Light.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb_Light.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb_Light.ttf?1532072864) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb_UltraLight.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb_UltraLight.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb_UltraLight.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb_UltraLight.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb_UltraLight.ttf?1532072864) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    src: url(../fonts/eot/IRANSansWeb.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb.eot?&1532072864#iefix) format('embedded-opentype'), url(../fonts/woff2/IRANSansWeb.woff2?1532072864) format('woff2'), url(../fonts/woff/IRANSansWeb.woff?1532072864) format('woff'), url(../fonts/ttf/IRANSansWeb.ttf?1532072864) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?1532072864');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?&1532072864#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf?1532072864') format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?1532072864');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?&1532072864#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf?1532072864') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?1532072864');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?&1532072864#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf?1532072864') format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?1532072864');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?&1532072864#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf?1532072864') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?1532072864');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?&1532072864#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf?1532072864') format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: IRANSans_FaNum;
    src: url(../fonts/eot/IRANSansWeb.eot?1532072864);
    src: url(../fonts/eot/IRANSansWeb.eot?&1532072864#iefix) format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb(FaNum).woff2?1532072864') format('woff2'), url('../fonts/woff/IRANSansWeb(FaNum).woff?1532072864') format('woff'), url('../fonts/ttf/IRANSansWeb(FaNum).ttf?1532072864') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IranNastaliq;
    src: url('../fonts/IranNastaliq/IranNastaliq.eot?#') format('eot'),
        url('../fonts/IranNastaliq/IranNastaliq.ttf') format('truetype'),
        url('../fonts/IranNastaliq/IranNastaliq.woff') format('woff');
}

