body{ font-family: 'Open Sans';
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 500;
direction: rtl;
}
h1{ font-family: 'Open Sans';
font-size: 15px;
font-weight: bold;
margin-top:0px;
margin-bottom:0px;
}

.receipt_details p label {font-weight: bold;padding-top: 4px;}

.receipt_details p{margin: 0px;}
.no_data{padding: 10px !important;}
.nav-stacked .active a {background-color: hsl(0, 0%, 89%) !important;}
.pdf_imgs {height: 789px;overflow-y: auto;border:5px solid #3D3D3D; }
.details{background-color: #fff;border:10px solid #ddd;}
.nice_header{background-color: #ddd;padding-bottom: 10px;}
.file_error{padding-left: 37%; padding-top: 45%;}

.deltas_logo{}
.logo-section{margin-bottom: 30px;}
.update_label{text-align: left !important; padding: 8px 23px !important;}
.ready_btn{padding:0 23px !important;}
.validate_btn{margin-top: 15px;}
.custom_checkbox{padding:0 11px !important;}
.panel-body{border:1px solid #bce8f1 !important;}
.user-row {margin-bottom: 14px;}
.user-row:last-child {margin-bottom: 0;}
.dropdown-user {margin: 13px 0;padding: 5px;height: 100%;}
.dropdown-user:hover {cursor: pointer;}
.table-user-information > tbody > tr {border-top: 1px solid rgb(221, 221, 221);}
.table-user-information > tbody > tr:first-child {border-top: 0;}
.table-user-information > tbody > tr > td {border-top: 0;}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {  
  .file_preview{padding: 0px;margin:0px;}
}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
 .file_preview{padding: 0px;margin:0px;}   
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .file_preview{padding: 0px;margin:0px;}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
  .file_preview{padding: 0px;margin:0px;}
}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
  .file_preview{padding: 0px;margin:0px;}
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
  .file_preview{padding: 0px;margin:0px;}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
    .file_preview{padding: 0px;margin:0px;}
}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
    .file_preview{padding: 0px;margin:0px;}
}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .file_preview{padding: 0px;margin:0px;}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) {
    .file_preview{padding: 0px;margin:0px;}
}

/* Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .file_preview{padding: 0px;margin:0px;}
}

/* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .file_preview{padding: 0px;margin:0px;}
}

@media only screen 
and (min-device-width: 200px) 
and (max-device-width: 991px){
    .file_preview{padding: 0px;margin:0px;}
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
 
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
 
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
 
.glyphicon-left {
    margin-right: 7px;
}
#mySignup{
  z-index: 9999;
}