﻿/*#region ----General */
html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12pt;
    line-height: normal;
    font-weight: normal;
    margin:0px;
    padding:0px;
}
body, h1, h2, h3, h4, h5, h6, p, input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body {
    background: #f7f7f7;
    color: #404040;
    padding:0px;
    margin:0px;
    direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    margin: 10px 0
}
a {
    text-decoration: none;
    color: #1c2f69
}
.clr {
    clear: both;
}
.spacedown {
    margin-bottom: 12px;
}
.shadow {
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.2);
}
.shadowlow {
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.1);
}
.star {
    color: red
}
/*#endregion */

/*#region ----Containers */
#main {
    margin-top: 70px;
}
#mainScan {
    margin-top: 0px;
}
.container {
    margin: 0px 16px;
    max-width: 570px;
}
.containerFull {
    margin: 0px auto;
    width: 100%;
}
.content {
    padding: 16px 0px
}
.panel {
    margin: 16px auto;
}
.card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0px;
    margin-bottom: 16px;
    font-size: 11pt;
    display: block;
}
.cardHeader {
    font-size: 12pt;
    font-weight: 500;
    background: #eee;
    padding: 12px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cardBody {
    padding: 16px;
}
.cardSplit{
    border-bottom:#ddd solid 1px;
}
.float50l {
    float: right;
    width: 49%;
    padding: 0px;
    margin: 0px;
    margin-left: 2%
}
.float50r {
    float: right;
    width: 49%;
    padding: 0px;
    margin: 0px;
}
.float30l {
    float: right;
    width: 32%;
    padding: 0px;
    margin: 0px;
    margin-left: 2%
}
.float30r {
    float: right;
    width: 32%;
    padding: 0px;
    margin: 0px;
}
.float70l {
    float: right;
    width: 68%;
    padding: 0px;
    margin: 0px
}
.alignleft {
    text-align: right
}
.alignright {
    text-align: left;
}
.float25l {
    float: right;
    width: 24%;
    padding: 0px;
    margin: 0px;
    margin-left: 1%
}
.float25r {
    float: right;
    width: 24%;
    padding: 0px;
    margin: 0px;
}
.float20l {
    float: left;
    width: 18%;
    padding: 0px;
    margin: 0px;
    margin-right: 2%
}
.float20r {
    float: left;
    width: 18%;
    padding: 0px;
    margin: 0px;
}
.float10l {
    float: right;
    width: 10%;
    padding: 0px;
    margin: 0px;
    margin-left: 1%;
}
.float15l {
    float: right;
    width: 16%;
    padding: 0px;
    margin: 0px;
    margin-left: 0.7%;
}
.float15r {
    float: right;
    width: 16%;
    padding: 0px;
    margin: 0px;
}
.float5l {
    float: left;
    width: 4%;
    padding: 0px;
    margin: 0px;
}

.alertSuccess {
    position: relative;
    background: rgba(76, 175, 80, 0.90);
    border-radius: 5px;
    border: 1px solid #4caf50;
    margin: 0px auto;
    margin-bottom: 24px;
    font-size: 10pt;
    padding: 16px;
    color: #fff;
}
.alertFail {
    position: relative;
    background: rgba(238, 64, 61, 0.90);
    border-radius: 5px;
    border: 1px solid #ee403d;
    margin: 0px auto;
    margin-bottom: 24px;
    font-size: 10pt;
    padding: 16px;
    color: #fff;
}
.alertClose {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 16px;
    color: #fff;
    cursor: pointer;
}
/*#endregion */

/*#region ----Zones */
.header {
    width:100%;
    position:fixed;
    top:0;
    padding-top: 12px;
    padding-bottom:12px;
    height:auto;
    background: #fff;
    background: linear-gradient( 90deg,#00C8E0,#023DC3) !important;
    color:#fff;
    z-index:1;
}
.header a{color:#fff;}
.headerColumn {
    float: right;
    width: 15%;
}
.headerColumn img{
    width: 25px;
}
.headerColumnMid{
    float:right;
    width:80%;
    font-size:11pt;
}
.left{text-align:left}
.right{text-align:right}
.center{text-align:center}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(247, 247, 247, 0.90);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    text-align: center;
}
    .sidenav a {
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
        .sidenav a:hover {
            color: #515151;
        }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
.sidenavMinWidth {
    min-width: 150px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
        .sidenav a {
            font-size: 18px;
        }
}

.footer {
    margin-top: 24px;
    margin-bottom:8px;
    display: block;
    font-size: 9pt;
    text-align: center;
}
/*#endregion */

/*#region ----Page Headers */
.logo{
    width:400px;
}
.pageHeader {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 500;
}
.pageHeaderSub {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.pageHead {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

/*#endregion */

/*#region ----Form Elements */
form {
    padding: 0px;
    margin: 0px auto;
}
input[type=text], input[type=password], input[type=number],
input[type=tel], input[type=email], input[type=url], input[type=submit], input[type=button], input[type=reset], select, textarea, button, option {
    padding: 8px;
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff;
    font-size: 10pt;
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}
input[type=file] {
    display: none;
    //padding: 6px 8px;
    //display: block;
    //border: 1px solid #ddd;
    //width: 100%;
    //background: #fff;
    //font-size: 9pt;
    //color: #404040;
    //font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    //border-radius: 5px;
}
input[type=radio], input[type=checkbox] {
    width: auto;
    padding: 10px;
    margin: 5px 0 10px 0;
}
input:focus, textarea:focus, select:focus {
    background-color: #f9f9f9;
    outline: none;
}
label {
    display: block;
    padding-bottom: 4px;
    //margin-top:12px;
    font-size: 10pt;
}
.label {
    display: block;
    padding-bottom: 4px;
    font-size: 8pt;
}
.btn {
    cursor: pointer;
    width: 100% !important;
    background: linear-gradient( 90deg,#00C8E0,#023DC3) !important;
    color: #fff !important;
    border: 1px solid #023DC3;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: 500;
    display: inline-block;
    font-size:11pt;
    outline:none;
}
    .btn:hover {
        background: #023DC3 !important;
        color: #fff;
        border: 1px solid #023DC3;
    }
.abtn {
    display:block;
    cursor: pointer;
    background: linear-gradient( 90deg,#00C8E0,#023DC3) !important;
    color: #fff !important;
    border: 1px solid #023DC3;
    font-weight: 500;
    font-size: 11pt;
    outline: none;
    text-align:center;
    padding:8px 0px;
    border-radius:5px;
}
.error {
    color: red;
    font-size: 10pt;
}
input[class="error"], textarea[class="error"], select[class="error"] {
    border: 1px solid #ee403d !important;
    background-color: #fdeceb !important;
}
.textareaPro {
    height: 150px
}
.uploadImageComtainer.error {
    border: 1px solid #ee403d !important;
}
.uploadImageComtainer {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 10px 0px;
    height: 130px;
}
    .uploadImageComtainer .uploadImage {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        //width: auto;
        height: 100%;
    }
.uploadImageComtainerText {
    display: block;
    font-size: 9pt;
}
.uploadLogoContainer {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0px 0px;
    height: 125px;
}
    .uploadLogoContainer .uploadLogo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 100%;
        min-height: 100%;
        border-radius: 5px;
    }
    .uploadLogoContainer .uploadLogo1 {
        width: 200px;
        //height: 125px;
        border-radius: 5px;
    }
    .uploadLogoContainer .uploadLogo2 {
        width: 100px;
        height: 110px;
        border-radius: 5px;
    }

.uploadLogoContainerText {
    display: block;
    font-size: 9pt;
}
/*#endregion */

/*#region ----data */
.bold {
    font-weight: 500;
}
.controlCrumbs {
    font-size: 10pt;
    padding-top: 4px;
    color: #808080;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    background: #fff;
    font-size: 10pt;
    border-radius: 5px;
    border:1px #ccc solid ;
}
td, th {
    padding: 10px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
th {
    padding: 16px 8px;
    background: #fff;
    font-weight: 500;
    color: #1c2f69;
    border-bottom: 3px solid #1c2f69;
    border-radius: 7px;
}
tr {
    border-bottom: 1px solid #ddd;
}
    tr:hover {
        background: #efefef
    }
    tr.activeClick {
        background: #f3f3f3;
    }
.trbg {
    background: #efefef
}
.center {
    text-align: center;
}
.tdControl {
    width: 50px;
    text-align: center;
}
.tdImg {
    width: 120px;
    height: 100px;
}
#map {
    width: 100%;
    height: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
/*#endregion */



/*-------------------Responsive---------------------------------*/
/*#region ----Responsive */
@media (max-width: 575px) {
    .logo {
        width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        margin: 0px auto;
        max-width: 500px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        margin: 0px auto;
        max-width: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        margin: 0px auto;
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .container {
        margin: 0px auto;
        max-width: 500px;
    }
}
/*#endregion */
