@charset "utf-8";
/* CSS Document */

p {margin: 0;}

.img-responsive {display: inline-block;}
    
 iframe {max-width: 100% !important;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/*a {white-space: pre-wrap; /* css-3 */}*/
a, .btn {transition: all 0.3s; max-width: 90%;}
a, div {word-wrap: break-word;      }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.hide {display: none;}

.ui-widget {
    font-family: Arial !important;
}
.btn, .ui-widget {
    font-size: 15px !important;
}
#modal_excel .btn-sm {padding: 4px 10px !important; line-height: 1.5 !important; font-size: 15px; }



.red {color: red}

body {font-size: 15px; overflow-x: hidden;
          color: #34495e;  background: url(/images/admin/backg_image.jpg) no-repeat center center fixed;
          -webkit-background-size: cover;  -moz-background-size: cover;   -o-background-size: cover;
          background-size: cover;
        }



header {margin: 20px auto;}

.logout {position: absolute; top: 0; left: 0; border-radius: 0;}

.to_dashboard {position: absolute; top: 0px; left: 130px;  border-radius: 0;}

.cellcom_deal {display: none;}

#comments {height: 150px;}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.7); /*dim the background*/
}


/***********************************************************************
| Login
************************************************************************/

	.login_screen {
	   margin: 50px auto 0;
	   padding: 1.5em 2.5em;
	   width: 42%; height: 32%;
	   background: url(/images/admin/backg_image_transparent.png);
	   border-radius: 5px;
	}
	
	.welcome {font-size: 2.8em; text-align: right; margin: 0 auto;}
	  .welcome span {background: white; padding: 0.2em 0.5em; border-radius: 50%;}
	  
		
	.login_txt {font-size: 1.1em; margin-top: 5px;}
	  .login_txt  p {line-height: 19px;}
	
			.form_fields {margin-top: 1.3em;}
			 .btn-login { 
			  color: #ffffff; 
			  background-color: #6CA80B; 
			  border-color: #67A109; 
			} 
 			
				
	.login_screen .form_fields div {margin-bottom: 1em; }
	
	 .login_screen .form_fields .form-control {height: 3.0em;}
	 .login_screen .form_fields .input-group {height: 3.0em; }
		
	  .login_screen .form_fields input[type=text],
	  .login_screen .form_fields input[type=password] {font-size: 1.1em;}
		
	.login_screen .input-group-addon {background: #2780B8; color: white;}
	
/**************************************************************/

.forms_list div, .excel_export div {margin-bottom: 15px;}

.forms_list  a {font-size: 22px; }
	
	
.help_div {font-weight: bold; color: green; margin-bottom: 0;}
	






/*** Media Queries ***/

@media screen and (max-width: 1024px) {
	
	
}



@media screen and (max-width: 800px) {
	
  	
	
}

@media (max-width: 767px){
    .table-responsive {
      direction: ltr;
    }
    .table {direction: rtl !important;}	
    
    .ramilevy_prepaid .btn {margin-bottom: 8px;}
    
}


@media screen and (max-width: 640px) {
	
	.welcome {font-size: 1.2em;}
		 .login_screen {
           margin: 20px auto 0;    padding: 1.5em 2.5em;
           width: 100%;    height: 32%;
        }
        
        
        .forms_list a {font-size: 16px;}
	
	
}
    
    
@media screen and (max-width: 320px) {
	
	
}


/*** 5 columns
***************************************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: right;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}
