﻿@font-face {
  font-family: 'ieDinNextLTArabic';
  src: url('../fonts/DINNextLTArabic-Regular.eot');
}

@font-face {
  font-family: 'DinNextLTArabic';
  src: url('../Fonts/DINNextLTArabic-Regular.ttf');
}

.k-scheduler-toolbar,
.k-scheduler-footer
{
    /* make them invisible */
    display: none;
    visibility : hidden;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}

.Section-Group{
    background-color: white !important;
    color: rgb(16,150,201) !important;
    height: 30px !important;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight:bold;
}
.LeftToRight{
   direction: ltr;
}
.display-none
{
    display: none !important;
}

.modal-visible-overflow .modal-content {
   height: 500px;
   min-height: 500px;
}
*
{
    /*font-family: MyFont;*/
    font-family: ieDinNextLTArabic, DinNextLTArabic, "Helvetica Neue", Helvetica, Arial, sans-serif, Glyphicons Halflings !important; /*"Trebuchet MS", Arial, Helvetica, sans-serif;*/
    /*color: #363636; font color should not be place here because it overrides the error message color generator by jquery.valid.*/
    margin:0; 
    padding:0;
    direction: rtl;
}

.asterisk:after{
    content: '*';
    vertical-align: middle;
    font-size: 1.2em;
    padding-left: 5px;
    color: red;
}
.header-banner{
    position: relative!important;
    min-height: 200px;
    height: 200px;
    background-image: url('../Images/Header.png');
    background-repeat: no-repeat;
    background-size: auto;
}

#LogoInBanner
{
    width: 100px;
    height: 100px;

}

.header-banner-bottom
{
    position: absolute!important;
    bottom: 0px;
    min-width: 100%;
    width: 100%;
}
.text-white{
    color: white;
}

.blue{
    background-color: red;
}
body
{
    /*background-color: rgb(69,80,98);*/
    background-color: white;
}

.hidden
{
    display: none;
}

.profile-image
{
    margin-left: 100px !important;
}

textarea.big
{
    width: 100%!important;
    height: 300px!important;
 }
 
textarea.small
{
    width: 100%!important;
    height: 150px!important;
 }

.inner-login-panel
{
    margin: auto;
    margin-top: 100px;
    min-height: 300px !important;
    width: 500px;
    z-index: 1050;
    background-color: #FFFFFF;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
            border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
            background-clip: padding-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */
}

.sex-panel ul
{
    position: relative;
    margin-top: -10px;
    list-style-type: none;
    display: block;
    width: 100%;
}

.sex-panel li
{
    float: right;
    width: 30%;
}

.unstyled-list
{
    list-style-type: none;
    display: block;
    width: 100%;    
    list-style-position: inside;
}

.separator
{
    width: 30%;
}

.sex-panel li span
{
    margin-left: 10px;
}

.auto-margin {
    display: block;
    margin: 0 auto !important;
}

.latin-field>input
{
    direction: ltr;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: 10px;
	margin-left: 5px;
    margin-right: 5px;
}

.text-align-center
{
    text-align: center!important;
}

.text-align-right
{
    text-align: right!important;
}

/*.text-align-left
{
    text-align: left!important;
}*/

.empty-space-10
{
    display: block;
    clear: both;
    height: 10px;
    margin-bottom: 10px;
}

.empty-space-20
{
    display: block;
    clear: both;
    height: 20px;
    margin-bottom: 20px;
    
}
.empty-space-30
{
    display: block;
    clear: both;
    height: 20px;
    margin-bottom: 30px;
    
}

.clear {
    clear: both; 
    display: block; 
    overflow: hidden; 
    visibility: hidden;
    width: 0;
    height: 0;
}

.editor-label
{
    color: rgb(131,131,131);
    padding-top: 5px;
    padding-bottom: 5px;
}

a
{
    color: rgb(16,150,201);
}

.icon
{
    width: 24;
    height: 24px;
}

.add-user
{
    margin-left: 20px;
}

.add-user-panel
{
    padding-top: 5px;
    font-size: 1.5em;
}

.row-block-seperator
{
    width: 100%;
    margin: 0 auto;
    height: 10px;
    background-color: #e4e4e4;
    display: block;
    position: relative;
    clear:both;
}

.details-panel
{
    margin-top: 20px;
    min-height: 500px !important;
    /*width: 700px;*/
    z-index: 1050;
    background-color: #FFFFFF;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
            border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
            background-clip: padding-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;               /* Good browsers */
    padding-left: 10px;
    padding-right: 10px; 
}

 .btn-fill-width{
    display: block;
    min-width: 100%!important;
    width: 100%!important;
    border-radius: 15px!important;
    background-color: rgb(16,126,187);
    border: 0px!important;
}

  .btn-fill-width-80{
    display: block;
    min-width: 80%!important;
    font-family: ieDinNextLTArabic, DinNextLTArabic !important;
    width: 80%!important;
    border-radius: 15px!important;
    background-color: rgb(16,126,187)!important;
    border: 0px!important;
}

/*#GeneralBody {
  position: relative;
  height: 500px;  
  overflow-y: scroll;
  overflow-x: hidden;
}*/

/*****************************************************************
/*****************Validation Section ******************************/

.required-star {padding: 0px; color: Red;} /*color:#c98510*/
 
 /* styles for validation helpers */
.field-validation-error {
    color: #e80c4d !important;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #e80c4d !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/**************End Of Validation Section****************************************
/******************************************************************************/



/**************file Upload button format*****************************************
********************************************************************************/

.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  /*margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative;*/
  height: 0px;
  overflow: hidden;
}

.image-dropping,
.image-upload-wrap:hover {
  /*background-color: #1FB264;
  border: 4px dashed #ffffff;*/
}

.image-title-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 300px;
  max-width: 200px;
  margin: auto;
  height: 200px!important;
  width: 200px!important;
}

.file-upload-image-picture {
  max-height: 320x;
  max-width: 240px;
  margin: auto;
  height: 300px!important;
  width: 200px!important;
}

.remove-image {
    display: block;
    min-width: 80%!important;
    width: 80%!important;
    border-radius: 15px!important;
    border: 0px!important;
  
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  transition: all .2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

/************************end of file upload button format*****************************
*************************************************************************************/


.checkbox-box
{
    width: 50px;
}

.checkboxlist
{
    padding-top: 10px;
    list-style-type: none;
    display: block;
    max-height: 100px;
    height: 100px;
    overflow-y: auto;
}

/*.checkboxlist li
{
    display: block;
    clear: both;
}*/

.checkboxlistenglish{
    padding-top: 10px;
    list-style-type: none;
    display: block;
    max-height: 100px;
    height: 100px;
    overflow-y: auto;
    direction: ltr;
    text-align: left;
}

.checkboxlistenglish li
{
    display:block;
    clear: both;
}

.checkboxlistenglish .checkbox-box{
    float: left;
    
}

.date-box
{
    width: 100%;
    min-width: 100%;
    padding-right: 30px;
    background-color: rgb(238,238,238)!important ;
}

.date-box .day
{
    float: right;
    width: 33%;
}

.date-box .month
{
    float: right;
    width: 33%;
}

.date-box .year
{
    float: right;
    width: 33%;
}

.date-box select
{
    width: 100%;
}

.form-group {
  margin-bottom: 10px;
}

@media only screen (min-width: 1200px)
{
    #back-top {margin-left:495px;}
}

    
@media only screen and (min-width: 980px) and (max-width: 1199px) 
{
    	#back-top {margin-left:495px;}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
}

@media only screen and (max-width: 767px) {
    
        
}

@media (max-width: 480px)
{
   

}

/*Croppie*/

input[type="file"] {
    cursor: pointer;
}
.file-btn {
    position: relative;
}
.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.actions {
    padding: 5px 0;
}
.actions button {
    margin-right: 5px;
}


.hero p {
    font-size: 16px;
}

.hero .grid {
    padding-top: 50px;
}


.demo-wrap {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.demo-wrap .container {
    padding-bottom: 10px;
}

.demo-wrap strong {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 5px 0;
}


.upload-demo .upload-demo-wrap,
.upload-demo .upload-result,
.upload-demo.ready .upload-msg {
    display: none;
}
.upload-demo.ready .upload-demo-wrap {
    display: block;
}
.upload-demo.ready .upload-result {
    display: inline-block;    
}
.upload-demo-wrap {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.upload-msg {
    text-align: center;
    padding: 50px;
    font-size: 22px;
    color: #aaa;
    width: 260px;
    margin: 50px auto;
    border: 1px solid #aaa;
}

/* Sweet alert modifications */
.sweet-alert {
    width: auto;
    max-width: 85%;
}

/* Grid - subset */
/**, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
}*/

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}
.col-2-3 {
	width: 66.66%;
}
.col-1-4 {
	width: 25%;
}
.col-3-4 {
	width: 75%;
}

@media handheld, only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px; /* grid-space to left */
        padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 10px; /* column-space */
    }

    .croppie-container {
        padding: 30px 0;
    }
}
/*End Croppie*/