body,html{
	background-color: #001C4B;
 	/*background-color:#92DCE0;*/
 	/*background-color: #00BCD4;*/
 	font-family: 'Amaranth',sans-serif;
 	height: 100%;
}

.loader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000000;
    text-align: center;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: none;
}

.loader .content{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 100px;
}

.loader .content label{
    display: block;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.bg { 
    /* The image used */
    background-image: url('../images/Picture1.jpg');

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

::-webkit-scrollbar
{
	width: 12px;  /* for vertical scrollbars */
	height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
	background: rgba(0, 0, 0, 0.6);
}
::-webkit-scrollbar-button
{
	background: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-corner {
	background-color: black;
}

input,textarea,select{
	font-weight: 600;
}

.formed_table tbody tr td{
	padding: 0px;
}

.formed_table tbody tr td input{
	background-color: transparent;
	min-width: 100%;
	min-height: 100%;
}
.formed_table.order_items_table{
	margin: 0px;
}

.formed_table.order_items_table tr td{
	background-color:#f0e4a8;
	border-color: #990000;
}

.formed_table.order_items_table tr td.description{
	background-color: #777;
	color: #990000;
	border-color: #333;
}

.formed_table.order_items_table tr th{
	border-color: #990000;
}

#notification_header{
	cursor: help;
	position: absolute;
	color: MintCream;
	font-size: 35px;
	top: 25px;
	left: 25px;
}
#notification_badge{
	cursor: help;
	position: absolute;
	top: 0px;
	left: 1px;
	background-color: #1479cc;
	border: none; 
	color: MintCream;
}
#notification_body{
	position: absolute;
	display: none;
	height: 500px;
	width: 425px;
	z-index: 10000;
	background-color: #FFF;
	top: 60px;
	left: 10px;
	box-shadow: 3px 3px 3px #222;
	overflow-y: auto;
	padding-bottom: 10px;
}
#notification_body h4{
	color:#FF1919;
}
#notification_body p{
	color: #1479CC;
}
.bg #note{
	width: 425px;
	background-color: #444;
	position: absolute;
	top: 520px;
	left: 10px;
	z-index: 10001;
	display: none;
}
.bg #note p{
	margin-left: 15px;
    margin-top: 10px;
	color: white;
}
.bg #note a{
	color: #FFD700;
	font-size: 20px;
	margin-right: 15px;
    margin-top: 5px;
}
.bg #note a:hover{
	text-decoration: none;
}
.customer_row{
	position: relative;
	background-color: #fff;
	border-left:5px solid #3CB371;
}
.customer_row>span{
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	color:#2E8B57;
	cursor: pointer;
	z-index: 1000;
}
.customer_row:hover{
	background-color: Khaki;
	border-left:5px solid #1479CC;
	cursor: help;
}
.customer_row:hover>span{
	color:#1479CC;
}
#notification_body .customer_row:hover p{
	color:#2E8B57;
}
.customer_row:hover>span:hover{
	font-size: 11px;
}
#notification_body ::-webkit-scrollbar
{	
	width: 10px;  /* for vertical scrollbars */
	height: 10px; /* for horizontal scrollbars */
}

#notification_body ::-webkit-scrollbar-track
{
	background: #73BE73;
	opacity: 1;
}

#notification_body ::-webkit-scrollbar-thumb
{
	background: #65A765;
	opacity: 1;
}
#notification_body ::-webkit-scrollbar-button
{
	background: #3A5F3A;
	opacity: 1;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
#notification_body ::-webkit-scrollbar-corner {
	background-color: black;
}
.radio,.checkbox{
	margin-top: 3px;
	margin-bottom:3px;
}
.div_person_footer{
	position: relative;
}
.person_footer{
	position: fixed;
	left: 10px;
	bottom: 0px;
	font-size: 15px;
}
input{
	border-radius: 0px;
}
textarea{
	resize: none;
	text-align: left;
}
.small_cell{
	max-width: 25px;
}
.date_cell{
	min-width: 50px;
}
.print_table td{
	font-size: 10px;
	/*font-family:fantasy;*/
}
.print_table th{
	font-size: 9px;
}
.message{
	color: #fff;
}
.big_label{
	font-size: 18px;
}
#home_logo{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#home_logo_mini{
	width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.sub_label1{
	font-size: 10px;
}
.sub_label{
	font-size: 9px;
}
#login_box{
	width: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.tpad{
	padding-top: 15px;
}
.top_pad{
	padding-top: 5px;
}
#search_logo{
	width: 800px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.table{
	color: #eee;
}
#add_box{
	padding-top:3px;
	margin:5px 25px 0px 25px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.thumb{
	padding: 0px;
	margin:0px 10px 0px 0px;
	width: 45px;
	height: 35px;
}
/* for the square buttons  */
.thumb1{
	padding: 0px;
	margin:0px auto 0px auto;
	width: 40px;
	height: 35px;
}
.thumb2_2{
	width: 400px;
	height: 45px;
	margin-top: 15px;
	margin-left: 5%;
}
.spectacle_image_container{
	width: 450px;
	margin-left: 0px;
}

.spectacle_image_container img{
	cursor: pointer;
}
.thumb2{
	width: 500px;
	height: 45px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.thumb3{
	width: 250px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.thumb4{
	position: relative;
	width: 250px;
	height: 25px;
	margin-right: auto;
}
.thumb5{
	width: 400px;
	height: 40px;
	margin-left: 30px;
}
.thumb6{
	width: 400px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
.abso1{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.abso2{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
}
.external_image{
	background-image: url('../images/5.png');
	background-size: 100% 100%;
	cursor: pointer;
}
.crystaline_lens_image{
	background-image: url('../images/11.png');
	background-size: 100% 100%;
	cursor: pointer;
}
.fundus_image{
	background-image: url('../images/12.png');
	background-size: 100% 100%;
	cursor: pointer;
}

.protractor_image{
	background-image: url('../images/protractor.png');
	background-size: 100% 100%;
	cursor: pointer;
}

#line1{
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
#line2{
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
}
#line3{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.btn.btn-default4{
	background-color: #FFFAAE;
	border: 1px solid #990000;
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 5px;
}
.btn.btn-default4:hover{
	opacity: 0.8;
}
.btn.btn-default5{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 60px;
	padding: 0px;
	background-color: #FFFAAE;
	border: 1px solid #990000;
	color: #990000;
}
.btn.btn-default5:hover{
	opacity: 0.8;
}
.btn.btn-default6{
	padding: 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
	height: 100%;
	width: 98%;
}
.mini_nav{
	margin-top: 2px;
	margin-bottom: 2px;
	height: 50px;
}
.btn.btn-default7{
	/*width: 150px;*/
	padding: 5px;
	font-weight: bold;
	background-color: #FFFAAE;
	border: 1px solid #990000;
	color: #990000;
	margin: 0px;
}
.btn.btn-default7:hover{
	opacity: 0.8;
}
.btn.btn-default8{
	width: 100%;
	padding: 5px;
	font-weight: bold;
	background-color: #FFFAAE;
	border: 1px solid #990000;
	color: #990000;
	margin: 2px;
}
.btn.btn-default8:hover{
	opacity: 0.8;
}
.red_btn{
	border-radius: 10px;
	background-color: #c2272d;
	color:#fff;
	padding-top: 1px;
	padding-bottom: 1px;
	border:1px solid #fff;
}
.red_btn2{
	border-radius: 10px;
	background-color: #c2272d;
	color:#fff;
	width: 75px;
	margin-left: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	border:1px solid #fff;
	margin-left: 3px;
}
.red_larg_btn{
	border-radius: 8px;
	background-color: #c2272d;
	color:#fff;
	border:1px solid #fff;
	min-width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}
.red_larg_btn:hover,.red_btn:hover,.red_btn2:hover{
	background-color: #F0E4A8;
	color: #990000;
	border:1px solid #990000;
}
.margened{
	margin: 10px 10px 0 0;
}
.margen{
	margin: 10px;
}
.margen_5{
	margin: 5px;
}
.margen_6{
	margin: 6px;
}
.margen_2{
	margin: 2px;
}
.height_btn{
	min-height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.padding_5{
	padding: 5px;
}
#sub_table{
	padding: 2px;
	margin: 0px;
}
#sub_table1{
	margin-right: 5px;
	margin-bottom: 2px;
}
#power{
	margin-top: 15px;
}
#detail_box{
	padding: 10px;
	margin: 5px 0px;
	border: 2px solid #990000;
}
#detail_box{
	padding-left: 12px;
	padding-right: 12px;
	margin: 5px 0px;
	border: 2px solid #990000;
}
#master_details{
	border: 2px solid #990000;
	padding: 2px 10px;
}
#master_detail{
	padding: 2px 10px;
}
.tab-pane{
	padding: 5px;
}
#type{
	padding: 3px;
}
#b_table{
	margin: 10px 0px;
	color: #444;
}
.delete_sale_invoice:hover,.drop_invoice:hover{
	color: #c2262c;
}
.pointer_cursor{
	cursor: pointer;
}
#distance_reading{
	margin-top: 30px;
}
.top_margin{
	margin-top: 20px;
}
.top_25margin{
	margin-top: 25px;
}
.top_30margin{
	margin-top: 30px;
}
.top_40margin{
	margin-top: 40px;
}
.top_90margin{
	margin-top: 90px;
}
.top_5margin{
	margin-top: 5px;
}
.top_2margin{
	margin-top: 2px;
}
.top_10margin{
	margin-top: 10px;
}
.top_15margin{
	margin-top: 15px;
}
.bottom_5margin{
	margin-bottom: 5px;
}
.bottom_15margin{
	margin-bottom: 15px;
}
.bottom_2margin{
	margin-bottom: 2px;
}
.left_5margin{
	margin-left: 5px;
}
.left_2margin{
	margin-left: 2px;
}
.top_15margin{
	margin-top: 15px;
}
#image_container{
  	position: relative;
  	border:1px solid #990000;
}
#background1{
	opacity: 0.1;
}
.head{
	font-size: 12px;
	font-style: bold;
	color: #000;
}
.left_padding{
	padding-left: 5px;
}
.left_2padding{
	padding-left: 2px;
}
.left_4padding{
	padding-left: 4px;
}
.padding2px{
	padding: 2px;
}
.right_padding{
	padding-right: 5px;
}
.right_padding_15{
	padding-right: 15px;
}
.right_border{
	border-right: 1px ridge #ccc;
}
.no_right_padding{
	padding-right: 0px;
}
.no_left_padding{
	padding-left: 0px;
}
.left_border{
	border-left: 1px solid #ccc;
}
.mini{
	width: 50px;
}
.mini2{
	width: 37px;
}
.mini3{
	width: 70px;
}
.mini4{
	width: 85px;
}
.mini5{
	width: 40px;
}
.mini7{
	width: 80px;
}
.mini8{
	width: 60px;
}
.no_border{
	border:none;
}
.justify{
	min-width: 100%;
}
.v_mini{
	width: 40px;
	margin-bottom: 5px;
}
.no_left_padding{
	padding-left: 0px;
}
.no_bottom_margin{
	margin-bottom: 0px;
}
.padded{
	margin:5px 0px;
	padding: 0px 10px 0px 10px;
}
.pad{
	padding: 2px;
}
.padd_2{
	padding-left: 2px;
	padding-right: 2px;
}
.padding_h_1px{
	padding-left: 1px;
	padding-right: 1px;
}
.padding_h_7{
	padding:0px 7px;
}
.padding_5px{
	padding: 5px;
}
.padding_3px{
	padding: 3px;
}
.padding_10px{
	padding: 10px;
}
.padding_25px{
	padding: 25px;
}
.top_bottom_padding{
	padding-top: 14px;
	padding-bottom: 14px;
}
.top_bottom_padding_10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_bottom_padding_5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.big_top_bottom_padding{
	padding-top: 21px;
	padding-bottom: 21px;
}
#health_condition{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
.colored{
	background-color:#f0e4a8;
}
.none_colored{
	background-color: #fff;
}
.none_colored_text{
	color: #fff;
}
.nav.nav-tabs > li > a{
	font-weight:700;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #990000;
}
.nav.nav-tabs > li > a:hover{
	background-color: #FFFAAE;
	color: #990000;
}
.nav.nav-tabs > li.active > a{
	border: 1px solid #990000;
	background-color: #FFFAAE;
	color: #990000;
}
.nav.nav-tabs#inside > li > a{
	background-color: #e6aaac;
	color: #fff;
	border:1px solid #ccc;
}
.nav.nav-tabs#inside > li > a:hover{
	background-color: #bb0000;
	color: #fff;
}
.nav.nav-tabs#inside > li.active > a{
	background-color: #bb0000;
	color: #fff;
	border:1px solid #ccc;
}

.nav.nav-tabs#purchase > li > a{
	border-radius: 8px;
	background-color: #c2272d;
	color:#fff;
	border:1px solid #fff;
}
.nav.nav-tabs#purchase > li > a:hover{
	background-color: #F0E4A8;
	color: #990000;
	border:1px solid #990000;
}
.nav.nav-tabs#purchase > li.active > a{
	background-color: #F0E4A8;
	color: #990000;
	border:1px solid #990000;
}
.p-top{
	padding-top: 5px;
}
.sub_btn{
	padding:5px 0px;
	margin: 0px 5px;
}

.top_2margin{
	margin-top: 2px;
}

.thin_label{
	color: #990000;
	font-size: 11px;
}
.thin_label2{
	color: #990000;
	font-size: 12px;
}
.thin_label5{
	color: #990000;
	font-size: 14px;
}
.thin_label3{
	font-size: 11px;
	margin-bottom: 0px;
}
.thick_label{
	color: #990000;
	font-size: 20px;
}
.thin_label_blcak{
	color: #000;
	font-size: 9px;
}
.bottom_border{
	border-bottom: 1px solid #ccc;
}
.bottom_border_black{
	border-bottom: 1px solid #000;
}
#eye_diagnostic{
	margin-top: 15px;
	margin-left: 5px;
	color: #990000;
	font-size: 12px;
}
.nav.nav-tabs{
	border-bottom: none;
}
.block{
	display: block;
}
.error{
	font-style: italic;
	margin-left: 20px;
	margin-top: 10px;
	/*background-color: rgb(249,204,204);*/
	color: rgb(176,21,21);
}
.no_pad{
	padding: 0px;
}
.no_top_margin{
	margin-top: 0px;
}
.thin{
	padding-top: 0px;
	padding-bottom: 0px;
	height: 24px;
	margin-bottom: 1px;
}
.thin2{
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.micro{
	width: 40px;
}
.v_micro{
	width: 20px;
	height: 20px;
}
.right_red_border_1{
	border-right: 1px solid #990000;
}
.right_red_border{
	border-right: 1px solid #990000;
}
.left_red_border{
	border-left: 1px solid #990000;
}
.no_margin{
	margin: 0px;
}
.no_margin_top{
	margin-top: 0px;
}
.margin_top{
	margin-top: 30px;
}
.margin_bottom{
	margin-bottom: 5px
}
.margin_left{
	margin-left: 2px;
}
.margin_right{
	margin-right: 1px
}

#motive_softlens{
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.right{
	text-align: right;
}
.center2{
	text-align: center;
}
.left_align{
	text-align: left;
}
.right_align{
	text-align: right;
}
#h_v_a{
	font-size: 10px;

	margin-bottom: 0px;
}
.base_margin{
	margin-bottom: 5px;
}
.red{
	font-style: normal;
	color: #990000;
	margin: 0px 0px 0px 5px;
}
.black_label{
	font-style: normal;
	margin: 0px 0px 0px 5px;
}
.get_export_detail{
	cursor: help;
}
.red2{
	color: #990000;
}
.sm_head{
	font-size: 11px;
	font-style: bold;
	color: #000;
}
.btn_md{
	max-width: 100px;
	margin-left: 3px;
}
.left_margin{
	margin-left: 20px;
}
.left_margin_30{
	margin-left: 30px;
}
.left_margin_40{
	margin-left: 40px;
}
.left_margin_2{
	margin-left: 2px;
}
.left_margin_1{
	margin-left: 1px;
}
.left_margin_5{
	margin-left: 5px;
}
.left_margin_10{
	margin-left: 10px;
}
.right_margin_5{
	margin-right: 5px;
}
.t_margin{
	margin-top: 50px;
}
#type_spec{
	margin-left: 5px;
}
.lt_margin{
	margin-top: 40px;
}
#add_container{
	padding: 0px 2px;
}
.red_border{
	border: 1px solid #990000;
}
.gray{
	background-color: #ccc;
}
.dark_gray{
	background-color: #777;
}
.spec_gray{
	background-color: rgb(238,238,238);
}
.red_color{
	color: #990000;
	font-size: 14px;
}
.red_color2{
	color: #990000;
	font-size: 13px;
}
.btn_sm{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFAAE;
	border: 1px solid #990000;
	color: #990000;
}
.no_h_pad{
	padding-left: 0px;
	padding-right: 0px;
}
.no_v_pad{
	padding-top: 0px;
	padding-bottom: 0px;
}
.medium{
	width: 100px;
}
.medium2{
	width: 130px;
}
.medium3{
	width: 172px;
}
.medium4{
	width: 108px;
}
.b_pad{
	padding-bottom: 18px;
}
.s_box{
	padding: 1px 5px;
}
#mm{
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.thick_red_border{
	border: 3px solid #990000;
}
.thick_right_black_border{
	border-right: 3px solid #000;
}
.thick1_red_border{
	border: 3px solid #990000;
}
.red_border1{
	margin-right: 10px;
	border: 1px solid #900000;
}
.form-group{
	margin: 0px;
}
#ocuup{
	margin-top: 13px;
}
.margin_5top{
	margin-top: 5px;
}

.textarea_examnier_name{
	margin-bottom:7px;
}

.inline{
	display: inline;
}

.allow_access img:hover{
	opacity: 0.6;
	cursor: pointer;
}
.no_access img:hover{
	opacity: 1;
	cursor: not-allowed;
}
#va_col{
	padding-left: 2px;
}
#table_box{
	border: 2px solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
#search_table,#div_search_table{
	display: none;
}
.abs_mid{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 112px;
}
.abs_mid_1{
	position: absolute;
	top: 45%;
	left: 45%;
}
#prev_spectacle_retrive_next,#prev_spectacle_retrive_prev,#show_retireved_spectacle_exam_image,#add_order_item_row{
	background-color: #c2272d;
	color: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	width: 25px;
}
#prev_spectacle_retrive_next:hover,#prev_spectacle_retrive_prev:hover,#show_retireved_spectacle_exam_image:hover,#add_order_item_row:hover{
	background-color: #F0E4A8;
	color: #990000;
	border: 1px solid #990000;
}
#retrive_images_prev,#retrive_images_next,#new_images{
	background-color: #c2272d;
	color: #fff;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
#retrive_images_prev:hover,#retrive_images_next:hover,#new_images:hover{
	background-color: #F0E4A8;
	color: #990000;
	border: 1px solid #990000;
}
#prev_contact_retrive_prev,#prev_contact_retrive_next,.print_exam{
	background-color: #c2272d;
	color: #fff;
	border: 1px solid #ccc;
	padding: 0px 2px;
	width: 25px;
}
#prev_contact_retrive_prev:hover,#prev_contact_retrive_next:hover,.print_exam:hover{
	background-color: #F0E4A8;
	color: #990000;
	border: 1px solid #990000;
}
/*.no_spin::-webkit-inner-spin-button,.no_spin::-webkit-outer-spin-button{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	margin: 0;
}*/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
#customer_records_search{
	display: none;
	position: absolute;
	width: 98%;
	height: 95%;
	top: 10px;
	left: 10px;
	background-color: #C2262C;
}
#add_item_logo{
	width: 450px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.wait_spiner{
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	background-image: url('../images/Marty.gif');
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.9);
	background-position: center;
}
.white_color{
	color: #fff;
}
.spec_header{
	font-family: 'Amaranth';
	font-size: 50px;
	font-style: italic;
	color: #fff;
}
.black_color{
	color: #000;
}
.gray_color{
	color: Gainsboro;
}
.develpoer_info{
	font-family: 'Amaranth';
	min-width: 100%;
}
.black{
	background-color: #000;
}
.green_color{
	color: rgb(0,150,0);
}
.red_colored{
	color: rgb(200,0,0);
}
.yellow_colored{
	color: rgb(200,200,0);
}
.big{
	font-size: 20px;
}
.right_text{
	text-align: right;
}
.black_background{
	height: 35px;
	border: none;
	min-height: 35px;
	background-color: #000;
}
.black_background:focus{
	background-color: #fff;
	border: 2px solid blue;
	color: blue;
}
.relative{
	position: relative;
}
#purchase_spectacle_retrive{
	position: absolute;
	top: 40%;
	left: 40%;
	border-radius: 8px;
	background-color: #c2272d;
	color:#fff;
	border:1px solid #fff;
	width: 100px;
	height: 30px;
	padding-top: 4px;
}
#purchase_spectacle_retrive:hover{
	width: 10px;
	height: 10px;
	background-color: #F0E4A8;
	color: #990000;
	border: 1px solid #990000;
	width: 100px;
	height: 30px;
}
#blue_div{
	border: 2px solid #2424e5;
	padding: 2px;
}
.red3{
	color: #C2262C;
}

#sms_products_purchased{
	padding-top: 5px;
	padding-bottom: 5px;
}
#sending_message{
	margin-left: 3px;
}
.hr{
}
.bold{
	font-weight:bold;
}
.black_border{
	border: 1px solid black;
}
.spec_span{
	min-width: 10px;
	min-height: 20px;
}
.right_blac_border{
	border-right: 1px solid black;
}
.spec_right_blac_border{
	height: 100px;
	border-right: 1px solid black;
}
.spec_right_blac_border_2{
	height: 180px;
	border-right: 1px solid black;
}
input.black_background{
	width: 140px;
	text-align: right;
}
.relative{
	position: relative;
}
.immediate_collection{
	display: none;
	position: absolute;
	background-color: #eee;
	width: 450px;
	height: 350px;
	top: 50px;
	left: 400px;
	/*border-top: 28px solid rgb(0,10,200);*/
	border-left: 5px solid rgb(10,10,150);
	border-right: 5px solid rgb(10,10,150);
	border-bottom: 5px solid rgb(10,10,150);
}

.order_process{
	display: none;
	position: absolute;
	background-color: #eee;
	width: 700px;
	height: 400px;
	top: 50px;
	left: 300px;
	/*background-image: url('../images/background1.png');*/
	/*border-top: 28px solid rgb(10,10,150);*/
	border-left: 5px solid rgb(10,10,150);
	border-right: 5px solid rgb(10,10,150);
	border-bottom: 5px solid rgb(10,10,150);
}

#order_search{
	display: none;
	position: absolute;
	background-color: #eee;
	width: 400px;
	height: 300px;
	top: 80px;
	left: 350px;
	/*border-top: 28px solid rgb(10,10,150);*/
	border-left: 5px solid rgb(10,10,150);
	border-right: 5px solid rgb(10,10,150);
	border-bottom: 5px solid rgb(10,10,150);
}

.title{
	background-color: rgb(10,10,150);
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: left;
	padding-top: 5px;
}

#search_by{
	margin-left: 20px;
	font-weight: bold;
	font-size: 25px;
	color: #111;
}

#search_order_result,#search_immediate_purchase_result,#immediate_purchase{
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
}
#blocker{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	/*background-color: #ccc;
	opacity: 0.6;*/
	background-color: rgba(255,255,255,0.4);
}

.pane_blocker{
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	/*background-color: #ccc;
	opacity: 0.6;*/
	background-color: rgba(255,255,255,0.4);
}
.sms_btns{
	width: 85px;
	height: 50px;
	background-color: #c2272d;
	color: #fff;
	margin: 2px;
}
.sms_btns:hover{
	background-color: #F0E4A8;
	color: #900000;
	border: 1px solid #900000;
}
#message_container{
	width: 95%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.new_page{
	page-break-before: always;
}
.hidden_form{
	display: none;
}
.hidden_row{
	display: none;
	background-color: #48a051;
}
.nice_green_color{
	background-color: #48a051;
}
.invoice_btn{
	min-width: 90px;
	width: 90px;
}

.badge{
	background-color: #c2272d;
}

.display_siblings:hover{
	cursor: pointer;
}
#ucollected_orders_table th ,#invoices_table th,#inventory_table th,#b_table th,#sms_table th{
	border: 1px solid #990000;
	
}
#ucollected_orders_table td,#invoices_table td,#inventory_table td,#b_table td,#sms_table td{
	border: 1px solid #000000;
	
}
.type_cell{
	width: 100px;
	text-align: left;
}
.edit_user_link:link,.edit_user_link:visited{
	color: #FF5722;
	text-decoration: none;
}
.edit_user_link:hover{
	opacity: 0.7;
	cursor: pointer;
	text-decoration: none;
}
.user_row td{
	font-size: 15px;
}
.user_row:hover{
	background-color: #fed;
	color: #FF5722;
	cursor: default;
}
.user_row_head{
	color: #ede;
}
.header_name{
	font-style: italic;
	color: #fff;
}
.left_font{
	text-align: left;
}
.micro2,.mini6,.micro3,.mini2,.mini,.spec_font{
	padding: 0px;
	font-family:'Ubuntu Condensed';
	/*font-size: 0.85em;*/
}
.overview_table{
	height:340px;
	overflow-y:scroll;
}
.colored2{
	background-color: #ed7337;
}
.printing_content{
	display: none;
}
/*#page1 input{
	font-family: Lato;
}*/
#daily_expense_form,#user_advance_form{
	display: none;
}
.help_cursor:hover{
	color: OrangeRed;
	cursor: help;
}
.immediate_purchase_box{
	display: none;
	position: fixed;
	background-color: #eee;
	width: 400px;
	height: 380px;
	top: 17%;
	left: 70%;
	/*border-top: 28px solid rgb(0,10,200);*/
	border-left: 5px solid rgb(10,10,150);
	border-right: 5px solid rgb(10,10,150);
	border-bottom: 5px solid rgb(10,10,150);
}
.input_table tr th,.input_table tr td{
	text-align: center;
	color: black;
}
.input_table tr td input{
	border:none;
	min-width:100%;
	min-height:25px;
	color:black;
	text-align: center;
}
.input_table tr td input:focus{
	border:none;
}
#undo_div{
	position: absolute;
	bottom: 10px;
	right: 5%;
	width: 500px;
	background-color: #FFF;
	box-shadow: 3px 3px 3px #222;
	display: none;
	opacity: 0.7;
}
#undo_div:hover{
	opacity: 1;
}
#undo_div span{
	margin-top: -18px;
	margin-right: -18px;
	color: #1479CC;
	cursor: pointer;
	font-size: 10px;
}
#undo_div p{
	font-weight: 700;
	color: #1479CC;
}
#undo_div i{
	color: #1479CC;
	margin-left: 5px;
}
#customer_info_note_table tbody td{
	width: 60px;
	max-width: 60px;
	height: 30px;
	padding: 1px 2px;

}
table input{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    max-width: 100%;
    text-align: center;
}
table input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1320px){
	.nav.nav-tabs li a{
		padding:3px 3px;
		margin: 0px;
	}
	.sub_btn{
		padding: 0px;
	}
	.micro2{
		width: 28px;
	}
	.mini6{
		width: 35px;
	}
	.micro3{
		width: 27px;
	}
}
@media print{
	body,html{
		background-color:#fff;
		font-family: sans-serif;
		width: 100%;
		height: 100%;
   	}

   	*{
	   page-break-inside: avoid;
	}
	   
	.no_print{
		display: none;
	}

	.printing_content{
		display: block;
	}

	table th,table td{
		border: 1px solid #000000;
		font-family: 'Amaranth',sans-serif;
		font-size: 10px;
		font-weight: 100;
	}
	
	.header { 
		position: fixed; 
		width: 100%; 
		top: 0; 
		left: 0; 
		right: 0;
	}
	  
	.footer { 
		position: fixed; 
		width: 100%; 
		bottom: 0px; 
		left: 0px;
		right: 0px;
	}

	div.footer{
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		padding-top: 2px;
	}

	.footer label{
		text-align: center;
		font-size: 13px !important;
		font-style: italic;
	}

	label{
		font-size: 14px;
	}

	label.info_label{
		min-width: 85px;
		margin-bottom: 10px;
	}

	label.info_content{
		margin-left: 15px;
	}

	input, textarea, select{
		font-weight: 700 !important;
		border-color: #000;
		font-size: 16px;
	}

	input{
		height: 35px;
	}
}
@media (min-width: 1320px){
	.nav.nav-tabs li a{
		padding:4px 4px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.micro2{
		width: 37px;
	}
	.mini6{
		width: 37px;
	}
	.micro3{
		width: 34px;
	}
}
