﻿body {
    font-family: 'yakout';
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 19px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*****************************************************************/
.backgroundRed {
    background: #e27777;
    background: -moz-linear-gradient(left, #e27777 0%, #690000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e27777), color-stop(100%,#690000));
    background: -webkit-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -o-linear-gradient(left, #e27777 0%,#690000 100%);
    background: -ms-linear-gradient(left, #e27777 0%,#690000 100%);
    background: linear-gradient(to right, #e27777 0%,#690000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27777', endColorstr='#690000',GradientType=1 );
}

.backgroundOrange {
    background: #ff7c00;
    background: -moz-linear-gradient(left, #ff7c00 0%, #cb6300 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff7c00), color-stop(100%,#cb6300));
    background: -webkit-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: -o-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: -ms-linear-gradient(left, #ff7c00 0%,#cb6300 100%);
    background: linear-gradient(to right, #ff7c00 0%,#cb6300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#cb6300',GradientType=1 );
}

.backgroundYellow {
    background: #ffd200;
    background: -moz-linear-gradient(left, #ffd200 0%, #f78e1e 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffd200), color-stop(100%,#f78e1e));
    background: -webkit-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: -o-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: -ms-linear-gradient(left, #ffd200 0%,#f78e1e 100%);
    background: linear-gradient(to right, #ffd200 0%,#f78e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#f78e1e',GradientType=1 );
}

.backgroundGreen {
    background: #0ebf00;
    background: -moz-linear-gradient(left, #0ebf00 0%, #086b00 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0ebf00), color-stop(100%,#086b00));
    background: -webkit-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: -o-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: -ms-linear-gradient(left, #0ebf00 0%,#086b00 100%);
    background: linear-gradient(to right, #0ebf00 0%,#086b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebf00', endColorstr='#086b00',GradientType=1 );
}

.backgroundBlue {
    background: #4c4c4c;
    background: -moz-linear-gradient(left, #4c4c4c 0%, #000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4c4c4c ), color-stop(100%,#000));
    background: -webkit-linear-gradient(left, #4c4c4c 0%,#000 100%);
    background: -o-linear-gradient(left, #4c4c4c 0%,#000 100%);
    background: -ms-linear-gradient(left, #4c4c4c 0%,#000 100%);
    background: linear-gradient(to right, #4c4c4c 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c ', endColorstr='#000',GradientType=1 );
}

.HaLogo {
    width: 100%;
    height: auto;
    max-height: 162px;
    text-align: center;
    position: relative;
    overflow: hidden;
}


    .HaLogo img {
        width: 100%;
        height: auto;
        max-width: 700px;
    }

.PageFrameContent {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 10px 10px 0px 10px;
    -webkit-box-shadow: 0px 28px 21px -23px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 28px 21px -23px rgba(0,0,0,0.5);
    box-shadow: 0px 28px 21px -23px rgba(0,0,0,0.5);
    min-height: 300px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
    min-height: 500px;
}

    .PageFrameContent h1.ContentTitle {
        font-family: 'yakout';
        width: 100%;
        padding: 7px 10px;
        background-color: #808080;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 1px #727272;
        direction: rtl;
    }

.button-wrapper {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.button-wrapper-large {
    width: 500px;
    margin: 0 auto;
    padding: 20px 0;
    height: 80px;
}

#txtBarCode {
    font-size: 23px;
    height: auto;
    width: 400px;
    margin: 10px auto;
    text-align: center;
    font-family: arial;
    text-shadow: 0 0 1px #ff1d19;
}

.HideDiv {
    visibility: hidden;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
}

.imgResult, .imgResultGender {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px auto 0px auto;
}

    .imgResult img, .imgResultGender img {
        margin-top: 50px;
        width: 100%;
        height: auto;
        max-width: 256px;
    }

    .imgResultGender img {
        margin-top: 0px;
        max-width: 75px;
    }

.DirRTLContent {
    direction: rtl;
}

    .DirRTLContent .col-lg-1, .DirRTLContent .col-md-1, .DirRTLContent .col-sm-1, .DirRTLContent .col-lg-2, .DirRTLContent .col-md-2, .DirRTLContent .col-sm-2,
    .DirRTLContent .col-lg-3, .DirRTLContent .col-md-3, .DirRTLContent .col-sm-3, .DirRTLContent .col-lg-6, .DirRTLContent .col-md-6, .DirRTLContent .col-sm-6,
    .DirRTLContent .col-lg-4, .DirRTLContent .col-md-4, .DirRTLContent .col-sm-4, .DirRTLContent .col-lg-8, .DirRTLContent .col-md-8, .DirRTLContent .col-sm-8 {
        float: right;
    }

.correctSide {
    border-right: 1px solid #ddd;
    text-align: center;
    height: 400px;
}

.LeftSide {
    border-left: 1px solid #ddd;
}

.RightSide {
    border-right: 1px solid #ddd;
}

.AlignCenter {
    text-align: center !important;
}

.AlignLeft {
    text-align: left !important;
}

.AlignRight {
    text-align: right !important;
}

.CorrectTitle {
    color: #fff;
    font-size: 32px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}

.CorrectText {
    color: #0c2b09;
    font-size: 20px;
    padding: 0 10px 3px 10px;
    border-bottom: 1px dashed #b1b1b1;
    margin: 5px 0;
    max-height: 150px;
    overflow-y: scroll;
}

    .CorrectText span {
        color: #262626;
    }

.ErrorSide {
    border-right: 1px solid #ddd;
    text-align: center;
}

.ErrorTitle {
    color: #fff;
    font-size: 32px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}

.ErrorText {
    color: #490101;
    font-size: 20px;
    padding: 0 10px 3px 10px;
    border-bottom: 1px dashed #b1b1b1;
    margin: 5px 0;
}

    .ErrorText span {
        color: #262626;
    }

.ShowItem {
    display: block;
}

.HideItem {
    display: none;
}

.btnContent {
    text-align: center;
    margin-bottom: 10px;
}

    .btnContent .btn {
        font-size: 25px;
        text-shadow: 1px 1px 1px #000;
    }

#CheckBarCodeItems {
    float: left;
}

.form-group {
    margin: 3px 15px;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}

    .form-group label {
        font-size: 23px;
        color: #000;
        /*border-right: 1px solid #690000;*/
        padding: 0px 5px 0px 5px;
        margin: 5px;
    }

.form-control {
    /*display: block;
    width: 100%;
    padding: 6px 12px;*/
    height: 40px;
    margin: 3px 0;
    font-size: 23px;
    padding: 3px 12px;
    /*line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;*/
}

.checkListItems {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.form-check.withFloat {
    float: right;
    background-color: #fff;
    margin: 5px 3px;
    border-radius: 10px;
    box-shadow: 0 0 3px #ddd;
}

.form-group .form-check.withFloat label {
    font-size: 25px;
    color: #555;
}

.PageFrameContent .form-group label {
    margin: 0 0px 0 -10px;
    padding: 0px 7px 0px 0;
    font-size: 18px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: pink;
}

.textPhoneKey {
    float: left;
    margin-right: -15px;
    width: calc(100% + 28px);
    padding: 0;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    direction: ltr;
}

.btnContent .btn.btnBack, .btnContent .btn.btnBackToVisitorSearch {
    text-shadow: none;
}

.AlignLeft {
    text-align: left;
    margin: 0 30px;
}

div.row.DirRTLContent {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: transparent;
}

#BarcodeReader {
    /*background: #f6f6f6 url('/images/loading.gif') center no-repeat;*/
    background: rgb(246 246 246 / 46%);
}

#CheckBarCodeItems {
    z-index: 1;
}

#PageResultSucces {
    z-index: 2;
}

#PageResultSearch {
    z-index: 3;
}

#PageEdit {
    z-index: 4;
}

#PageResultError {
    z-index: 5;
}

#PagePrintComplete {
    z-index: 6;
}

#PageVisitorsList {
    z-index: 0;
}

#PageResultLoading {
    z-index: -1;
}

.AlertMessage {
    color: #90150c;
    border-top: 1px solid #90150c;
    border-bottom: 1px solid #90150c;
    background-color: #ffe0e0;
    margin: 10px;
    transition: all 1s;
}

.btn-gray {
    color: #ffffff;
    background-color: #555555;
    border-color: #333333;
}

    .btn-gray:hover, .btn-Black:hover,
    .btn-gray:active, .btn-Black:active {
        color: #ffd200;
        background-color: #3e3e3e;
        transition: linear 0.5s;
    }

.btn-Orange {
    color: #ffffff;
    background-color: #cb6300;
    border-color: #ff1d19;
}

.btn-Black {
    color: #ffffff;
    background-color: #000000;
    border-color: #333333;
}

.FormContent {
    margin-left: 15px;
}

#btnBackFromSucces {
    position: absolute;
    bottom: 0;
    left: 15px;
}

p.workshopcontent {
    height: 160px;
    background-color: #fff;
    box-shadow: inset 0px 1px 1px #8e8e8e, 0 0 3px #ddd;
    padding: 7px;
    text-shadow: 0 0 1px #ff7c00;
}

select.WorkShopTitle {
    width: 700px;
    background-color: transparent;
    border: none;
    color: #ffd200;
    font-size: 25px;
}

    select.WorkShopTitle option {
        color: #000;
    }

.col-md-2 .radio input[type="radio"],
.col-md-2 .radio-inline input[type="radio"],
.col-md-2 .checkbox input[type="checkbox"],
.col-md-2 .checkbox-inline input[type="checkbox"],
.col-md-3 .radio input[type="radio"],
.col-md-3 .radio-inline input[type="radio"],
.col-md-3 .checkbox input[type="checkbox"],
.col-md-3 .checkbox-inline input[type="checkbox"] {
    float: right;
    margin-right: -20px;
}

#btnBackToMainPage {
    float: right;
    font-family: 'yakout';
    border-radius: 0 0 10px 10px;
    font-size: 21px;
}

#cmbScreenType {
    width: 185px;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #f6f6f6;
}

#btnBackFromVisitorsList {
    font-size: 20px;
    height: 49px;
}

#btnBackToVisitorSearchFromPageEdit {
    font-size: 21px;
    height: 49px;
}

.radio-inline input[type="radio"] {
    float: right;
    margin-right: -20px;
}

.rdoLabel {
    width: 100%;
    padding: 7px 7px !important;
    background: #efefef !important;
    margin: 3px 1px !important;
    border-radius: 5px !important;
}

.imgResultGender img {
    max-width: initial;
}

.CamRight {
    height: 200px;
    border-left: 1px dashed #607D8B;
    background-color: rgba(255, 255, 255, 0.50);
    width: 44px;
    position: absolute;
    top: 33px;
    right: 0;
}

.CamLeft {
    height: 200px;
    border-right: 1px dashed #607D8B;
    background-color: rgba(255, 255, 255, 0.50);
    width: 44px;
    position: absolute;
    top: 33px;
    left: 0;
}

.CaptureImage {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 230px;
    height: 174px;
    margin: 35px auto 0px auto;
    background: url('/images/PersonCompany.jpg') no-repeat;
}

    .CaptureImage img#imgCapture {
        width: auto;
        height: auto;
        max-width: 230px;
        max-height: 174px;
        margin: 0px auto 0px auto;
        background-color: #b7ddef;
    }

.btn.btnChapter {
    position: absolute;
    right: 59px;
    bottom: 0px;
    font-size: 18px;
    width: 142px;
    margin: 0;
    border-radius: 0;
    height: 35px;
    z-index: 15;
    background-color: hsla(35, 84%, 62%, 0.6);
}

.PageFrameContent .form-group label.lblCam {
    position: absolute;
    z-index: 10;
    background-color: #f6f6f6;
    top: 0;
    right: 0px;
    height: 33px;
    width: 142px;
    text-align: center;
    padding: 0;
}

.camContent {
    overflow: hidden;
    position: relative;
    width: 230px;
    height: 207px;
}

    .camContent .CamRight, .camContent .CamLeft, .CaptureImage .CamRight, .CaptureImage .CamLeft {
        height: 220px;
        background-color: #f6f6f6;
    }

.ArrowTo {
    position: absolute;
    z-index: 10;
    top: 65px;
    right: 215px;
}

.btn.btn-Layer {
    width: 100%;
}

.btnContent {
    overflow: hidden;
}

.form-horizontal .form-group {
    position: relative;
}

.DataResultTitle {
    float: right;
    display: block;
    margin-left: 10px;
}

#cmbClassGroupIdForInfoResultSucces {
    padding: 0px 5px;
    height: 32px;
    position: absolute;
    width: 300px;
    top: 0;
    font-size: 21px;
    left: 15px;
    margin: 0;
    border-radius: 0;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1367px) {
    .container {
        width: 1170px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1366px) {
    .PageFrameContent {
        min-height: 480px;
    }
}

@media screen and (min-width: 1600px) {
    .PageFrameContent {
        min-height: 500px;
    }
}

@media screen and (min-width: 1800px) {
    .PageFrameContent {
        min-height: 550px;
    }
}

html, body {
    background: #fff; /*hsla(0,0%,5%,1);*/
    font-family: 'yakout';
}

.PageFrameContent {
    /*min-height: 550px;*/
    margin-top: 5px;
}

div.row.DirRTLContent {
    height: 500px;
}

.pigbtn {
    margin-top: 50px;
}

.form-control {
    font-family: yakout;
}

.a-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 450px;
    margin: 10px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.a-btn-text {
    font-family: 'Droid Arabic Kufi';
    font-size: 18px;
}

.CorrectTitle {
    border-radius: 0 0 5px 5px;
    font-family: 'Droid Arabic Kufi';
    font-size: 19px;
    padding: 15px 0;
    font-weight: bold;
}

.a-btn-slide-text {
    font-family: 'Droid Arabic Kufi';
    font-size: 13px;
    font-weight: bold;
}

#txtSearchPhone {
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    border: 1px dashed #fff;
}

.CorrectText {
    overflow-y: auto;
}

.ScreenTypes {
    width: 185px;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: transparent;
}

#btnBackFromVisitorsList {
    font-size: 20px;
    height: 49px;
}

.RightSide {
    padding-top: 58px;
}

#btnBackToVisitorSearchFromPageEdit {
    font-size: 21px;
    height: 49px;
}

#divImageFull {
    height: 60px;
    width: 165px;
    background: url(/images/PersonCompany.jpg) no-repeat;
    background-size: 80px 60px;
    background-position-x: 40px;
}

#cmbClassGroupIdForInfoResultSucces {
    padding: 1px 5px;
    height: 32px;
    position: absolute;
    width: 300px;
    top: -8px;
    font-size: 19px;
    left: 15px;
}

.imgResult, .imgResultGender {
    margin: -5px auto 0px auto;
}

p.AlignCenter {
    margin: 0 0 5px;
}

.HaLogo {
    margin-top: 10px;
}

.DataResultTitle {
    float: right;
    margin-left: 10px;
}

#PageResultSucces .AlignCenter .LangEn {
    font-size: 150%;
}

.btn.btn-Layer, .AlignCenter .btn.btn-warning {
    width: 100%;
}

#cmbClassGroupIdForInfoResultSucces {
    top: 0;
}

.LangEn {
    direction: ltr;
    text-align: left;
}

.LangAr {
    direction: rtl;
    text-align: right;
}

html {
    background: rgb(234,87,52);
    background: -moz-linear-gradient(45deg, Return to the names list(0, 148, 255) 0%, rgb(0, 97, 167) 50%, rgb(3, 79, 134) 50%, rgb(89, 186, 255) 100%);
    background: -webkit-linear-gradient(45deg, rgb(0, 148, 255) 0%,rgb(0, 97, 167) 50%,rgb(3, 79, 134) 50%,rgb(89, 186, 255) 100%);
    background: linear-gradient(-135deg, rgb(0, 148, 255) 0%,rgb(0, 97, 167) 50%,rgb(3, 79, 134) 50%,rgb(89, 186, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9557a', endColorstr='#ea5734',GradientType=1 );
    /*overflow: hidden;*/
    min-height: 680px;
}

body {
    background: rgb(234,87,52);
    background: -moz-linear-gradient(-45deg, rgb(0, 148, 255) 0%, rgb(0, 97, 167) 50%, rgb(3, 79, 134) 50%, rgb(89, 186, 255) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(0, 148, 255) 0%,rgb(0, 97, 167) 50%,rgb(3, 79, 134) 50%,rgb(89, 186, 255) 100%);
    background: linear-gradient(135deg, rgb(0, 148, 255) 0%,rgb(0, 97, 167) 50%,rgb(3, 79, 134) 50%,rgb(89, 186, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5734', endColorstr='#a9557a',GradientType=1 );
    min-height: 1000px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff !important;
    background-color: rgb(33, 33, 33) !important;
    border-color: rgb(33, 33, 33) !important;
}

.btn-primary {
    color: #ffffff;
    background-color: rgb(12, 12, 12) !important;
    border-color: rgb(12, 12, 12) !important;
}

#sovogs {
    height: auto;
    width: auto;
    position: fixed;
    margin: 0 !important;
    bottom: 0;
    left: 50px;
    z-index: 100000;
    font-size: 1.7px;
}

.sovog .body .leg .knee {
    position: absolute;
    top: 7.5em;
    left: -1.0em;
    height: 7em;
    width: 7em;
}

.btn-Alert {
    color: #fff6a4;
    margin: 0 5px;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 25px;
    font-family: 'Droid Arabic Kufi';
}

.HideAlert {
    display: none;
}

.ShowAlert {
    display: initial;
    color: #fff;
    font-size: 10px;
}

.AlertSuccess {
    background: #085e00;
    border-radius: 5px;
    padding: 2px 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.AlertFailure {
    background: #b10000;
    border-radius: 5px;
    padding: 2px 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}

.AnimeAlert {
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: all ease 1s;
    animation-name: AnimeAlert;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes AnimeAlert {
    0% {
        color: #fff;
    }

    25% {
        color: #ffed86;
    }

    50% {
        color: #ffda00;
    }

    50% {
        color: #fbe878;
    }

    100% {
        color: #fff;
    }
}

.pigbtn .a-btn {
    margin: 5px 5px 15px 5px;
    border-radius: 0;
}

.form-control {
    color: #222;
    text-shadow: 0 0 5px #fff;
}

.btn-warning {
    color: #fff;
    background-color: #bf360c;
    border-color: #bf360c;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active,
    .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #ffffff !important;
        background-color: #9f2905 !important;
        border-color: #9f2905 !important;
    }

.form-control {
    color: #111;
    background-color: rgb(255 255 255 / 70%);
    border: none;
    border-radius: 0;
    box-shadow: none;
}
