@font-face {
    font-family: 'IRANSans';
    src:
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.eot?#iefix') format('embedded-opentype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.woff') format('woff'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.ttf')  format('truetype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.svg#IRANSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSans';
    src:
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.eot?#iefix') format('fonts/embedded-opentype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.woff') format('woff'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.ttf')  format('truetype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.svg#IRANSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 75%;
    letter-spacing: -0.25pt;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;

    background: #fff url(../../appLib/uiassets/img/pattern01.jpg);
}

body {
    background-color: #fff;
    direction: rtl;
    font-family: 'IRANSans';
    color: #434a54;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;

    width: 945px;
    margin: 20px auto;
}

body#revLogin, body#revReg {
    width: 752px;
    margin: 50px auto;
    display: flex;
}

.right-section {
    display: inline-block;
    vertical-align: top;

    color: #fff;
    padding: 2rem;
    padding-left: 3rem;

    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

    position: relative;

    background: -moz-linear-gradient(0deg, #65c7d4 0%, #4ab1c0 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #65c7d4), color-stop(100%, #4ab1c0)); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, #65c7d4 0%, #4ab1c0 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, #65c7d4 0%, #4ab1c0 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, #65c7d4 0%, #4ab1c0 100%); /* ie10+ */
    background: linear-gradient(90deg, #65c7d4 0%, #4ab1c0 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c7d4', endColorstr='#4ab1c0', GradientType=1); /* ie6-9 */
}

body#revLogin .w-455px {
    width: 455px;
    min-height: 470px;
}

.left-section {
    flex: 0;
    background: url(../../appLib/uiassets/img/goldenFloralTL.png) no-repeat top left;
}

.left-section {
    display: inline-block;
    vertical-align: top;

    padding: 4rem;
    padding-bottom: 1rem;
}

body#revLogin .w-295px {
    width: 295px;
}

.right-section table {
    width: 100%;
}

body#revLogin .right-section table td.firstCol {
    width: 70px;
    vertical-align: top;
}

body#revLogin .right-section table td.firstCol div#wagdaLogo {
    width: 70px;
    height: 70px;
    background: url(logo-white-70x70.png) no-repeat;
}

body#revLogin .right-section table td.firstCol div#ershadLogo {
    width: 70px;
    height: 70px;
    background: url(ersha-logo-white-70x70.png) no-repeat;
}
body#revLogin .right-section table div#ershadLogo {
     width: 70px;
     height: 70px;
     background: url(ersha-logo-white-70x70.png) no-repeat;
    margin: 0 auto;
 }

body#revLogin .right-section table tr.tp-4rem td {
    padding-top: 4rem;
}
body#revLogin .right-section table tr.tp-2rem td {
     padding-top: 2rem;
 }

body#revLogin .right-section table td.secondCol {
    padding-right: 1rem;
    line-height: 185%;
    letter-spacing: -0.35pt;
}

h2 {
    color: #54b9c7;
    font-weight: bold;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

div.left-section input.mb-25px {
    margin-bottom: 20px;
}

div.left-section input {
    margin-bottom: 10px;
    text-align: center;
    direction: ltr;
}

.capchaInput {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

div.first-link {
    margin-top: 150px; /*60px;*/
}

div.link {
    font-size: 80%;
    margin-bottom: 10px;
}

div.link a i {
    min-width: 13px;
}

div#capcha {
    padding: 0 1px;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.flex27 {
    flex: 0.27;
}

.flex73 {
    flex: 0.73;
}

revApp-logo {
    display: block;
    height: 60px;
    background: url(logo-white-70x70.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 10px;
}

body.revApp {
    display: flex;
}

body.revApp .sidebar {
    font-size: 90%;
    font-weight: bold;
    color: white;
    text-align: center;
    padding: 2rem;
    min-width: 285px;
}

body.revApp p.header-text {

}

greetings-box {
    margin: 50px 0;
    display: block;
}

body.revApp .right-section nav a {
    display: block;
    color: white;
    padding: 10px;
    margin-bottom: 7px;
    border: 1px solid #00a9b5;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    text-align: right;
    padding-right: 25px;
    width: 261px;
    /*background-color: cadetblue;*/
    border-left: none;
    left: 0px;
    position: relative;
    transition: all 0.35s ease-in-out;

    background: -moz-linear-gradient(45deg, #00b2c9 0%, #007d8f 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00b2c9), color-stop(100%, #007d8f)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #00b2c9 0%, #007d8f 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #00b2c9 0%, #007d8f 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #00b2c9 0%, #007d8f 100%); /* ie10+ */
    background: linear-gradient(45deg, #00b2c9 0%, #007d8f 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007d8f', endColorstr='#00b2c9',GradientType=1 ); /* ie6-9 */
}
body.revApp .right-section nav a:hover {
    left: -30px;
    width: 231px;
}
body.revApp .right-section nav a.active {
     background: white;
    color: black;
    left: -30px;
    width: 231px;
    border-color: #d3d3d3;
    height: 41px;
 }

body.revApp .right-section nav a.active:hover {
      left: -40px;
      width: 221px;
  }

.active-item-crater {
    position: absolute;
    width: 26px;
    height: 74px;
    background: url(active-item-crater.png) no-repeat top left;
    top: -18px;
    left: 0;
    z-index: 999999999999;
}
body.revApp .right-section nav a i.fa {
    font-size: 150%;
    padding-left: 10px;
}
body.revApp .right-section nav a.active i.fa {
    color: #8cc152;
}
body.revApp .sidebar div.left-border-shadow {
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(sidebar-leftborder-shadow.png) repeat-y top left;
    left: 0;
    top: 0;
}

.revApp nav {
    margin-bottom: 90px;
}

div.upload-region {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    color: #696e72;
    margin-bottom: 10px;
}

div.upload-region div.upload-visuals {
    cursor: pointer;
}

div.upload-region upload-icon {
    display: block;
    width: 60px;
    height: 45px;
    background: url(upload-icon.png) no-repeat center;
    margin: 20px auto 10px auto;
    transition: all 0.35s ease-in-out;
}

div.upload-region upload-shadow {
    display: block;
    width: 91px;
    height: 7px;
    background: url(upload-shadow.png) no-repeat center;
    margin: 0px auto 10px auto;
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
}

div.upload-visuals:hover upload-icon {
    margin-top: 0px;
    margin-bottom: 30px;
}

div.upload-visuals:hover upload-shadow {
    opacity: 0.2;
}

div.upload-region small {
    color: #aab2bd;
    font-weight: bold;
}

input::-webkit-input-placeholder {
    font-family: 'IRANSans';
}

input:-ms-input-placeholder {
    font-family: 'IRANSans';
}

input:-moz-placeholder {
    font-family: 'IRANSans';
}

input::-moz-placeholder {
    font-family: 'IRANSans';
}

div#capcha {
    border: 1px solid #aab2bd;
    border-radius: 0.25rem;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f1f2f6;
}

div.copyright-notice {
    font-size: 90%;
    letter-spacing: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
    background: url(../../appLib/uiassets/img/nibbles-soft-logo-56x22.png) no-repeat center top;
    padding-top: 30px;
}

div.date-container {
    position: relative;
}
div.date-container input:read-only {
    background-color: white;
}div.date-container input:-moz-read-only {
    background-color: white;
}
.cursor-pointer {
    cursor: pointer;
}

div.date-container i.fa-calendar {
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 120%;
    pointer-events: none;
    color: #6f7d90;
}

button {
    font-family: 'IRANSans';
}

input {
    font-family: 'IRANSans';
}

textarea {
    font-family: 'IRANSans';
}

.datepicker-plot-area {
    font: 100% 'IRANSans' !important;
    border-radius: 3px !important;
}

span.female {
    padding-left: 10px;
    color: green;
    position: relative;
    top: 9px;
}

span.male {
    padding-right: 10px;
    position: relative;
    top: 9px;
}

.toggle {
    position: relative;
    top: 3px;
}


.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {


    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.close {
    float: left;
}

.alert-danger {
    background-color: rgba(251, 213, 217, 0.5);
}

ul.pagination {
    padding: 0;
}

.alert-success {
    background-color: rgba(185, 223, 144, 0.5);
}

small#environmentalDesc {
    display: block;
    line-height: 20px;
    padding-top: 3px;
    margin-right: 16px;
    color: #808080;

}