@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#666666;

}

#container{
    width:100%;
}

h1, h2, h4, h5{
    padding:0;
    margin: 0px 0px 10px 0px;
}

/* ** *** **** ***** ****** ******* ******** ********* ********** Login Screen Starts ********** ********* ******** ******* ****** ***** **** *** ** */

#loginscreen {
    width: 700px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    color:#363738;
    vertical-align: middle;
    background-color:#0F0;
}

.loginscreen_left {
    width: 50%;
    height:288px;
    float:left;
    background-image:url(../images/login/bg_pattern.png);
    background-position:left top;
    background-repeat:no-repeat;
    margin-top:59px;
    padding-top:119px;

}

.loginscreen_right {
    width: 49.7%;
    height:407px;
    border-left:1px solid #f7941e;
    float:left;
    margin-top:59px;


}

.loginscreen_form h1{
    color:#444444;
    font-size:30px;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

.loginscreen_form{
    color: #666666;
    font-size:11px;
    font-weight: normal;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 0px 30px;

}

.loginscreen_form table{
    width:100%;

}

.loginscreen_form table td{
    font-size:14px;
    font-weight: normal;
    padding-top:10px;



}

.loginscreen_form .inputbox{
    font-size:14px;
    font-weight:normal;
    color: #333333;
    border: solid 1px #CCCCCC;
    height:28px;
    width:250px;
    padding-left:5px;
   /* border-radius: 3px;*/
}

.loginscreen_form .button{
    font-size:15px;
    font-weight:normal;
    color: #ffffff;
    float: left;
    padding:4px 10px 4px 30px;
    cursor:pointer;
    background-image:url(../images/login/btn_icon.png);
    background-position:5px center;
    background-repeat:no-repeat;
    background-color:#444444;
    border:1px solid #333333;
   /* border-radius: 3px;*/
    margin-bottom: 10px;
}

.loginscreen_form .fpass{
    font-size:12px;
    line-height: 16px;
    color: #f7941e;
    padding:0px;
    margin:0px;
	cursor:pointer;
}

.loginscreen_form .fpass a{
    color: #f7941e;
    text-decoration:underline;
}

.loginscreen_form .fpass a:hover{
    color: #ff8a3c;
    text-decoration:none;
}

/* **************************************************************** Login Screen Ends ***************************************************************** */

.error{
    color: #666666;
    font-size:18px;
    font-weight: bold;
    margin-top:20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px 5px 10px;
    line-height: 20px;
    text-align: center;
}


/* **************************************************************** Page Header Starts ***************************************************************** */			

#pageheader_bg {
    width: 100%;
    height: 45px;
    margin:0 auto;
    background-color:#f6f6f6; 
    border-bottom:1px solid #d9d9d9;
}	

#pageheader {
    width: 999px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    color:#FFFFFF; 

}	

#logoheader {
    height: 50px;
    width: 168px;
    position: relative;
    float: left;
    background-image:url(../images/header/logo.png);
    background-position: center;
    background-repeat: no-repeat;
	
}

#adminpanel {
    width: auto;
    height: 68px;
    position: relative;
    float: right;
}

#admintext {
    width: 100%;
    margin:10px auto 0 15px;
    position: relative;
    float: left;
    font-size:12px;
    line-height: 17px;
    color: #000000;
}

.color_grey{color:#666;}

#admintext .myacc_btn{
    font-size:11px;
    font-weight:normal;
    color: #ffffff;
    margin-top:10px;
    padding:3px 10px 3px 10px;
    cursor:pointer;
    background-color:#f9951e;
    border:1px solid #f9951e;

}

#admintext .logout_btn{
    font-size:11px;
    font-weight:normal;
    color: #ffffff;
    margin-top:10px;
    padding:3px 10px 3px 10px;
    cursor:pointer;
    background-color:#333333;
    border:1px solid #333333;


}

/* **************************************************************** Page Header Ends ***************************************************************** */	





/*  *************************************************************** Tabber Starts ******************************************************************* */

#pagenavigation {
    width: 999px;
    height: 62px;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;


}

ul#topnav {
    margin: 0 auto; 
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 13px;
    height:29px;

}
ul#topnav li {
    float: left;
    margin: 0; 
    padding: 0;
    border-right: 1px solid #d6d6d6;
    border-left:1px solid #d6d6d6;
    border-top:1px solid #d6d6d6;
    margin-left:3px;
    background-color:#fcfcfc;

}
ul#topnav li a {
    padding: 7px 20px;
    display: block;
    color:#404041;
    text-decoration: none;


}
ul#topnav li:hover { background-color:#fcfcfc;}
ul#topnav li span {
    float: left;
    padding: 8px 0;
    position: absolute;
    left: 0; 
    top:30px;
    width: 100%;
    background: #f7941e;
    color: #fff;

}

ul#topnav li .dashboard{ width:18px; height:12px; background-image:url(../images/navigation/dashboard.png); background-position:left top; background-repeat:no-repeat; float:left; display:block;}
ul#topnav li .arrival_transfers a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .departure a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .valueadded a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .reports a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .stores a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .workshop a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}
ul#topnav li .message a{background-image:url(../images/navigation/dashboard.png); background-position:left center; background-repeat:no-repeat;}



ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}


/* **************************************************************** Tabber Ends  ******************************************************************* */


/* **************************************************************** Pagecontainer Starts  ******************************************************************* */


#pagecontainer_bg {
    width: 999px;
    margin:0 auto;
}

#pagecontainer {
    width: 999px;
    margin: 0 auto 10px auto;
    float:left;

}

#pagecontainer .heading{
    width: 100%;
    height: 33px;
    float: left;
    padding-top:3px;
}

#pagecontainer h1{
    font-size:24px;
    font-weight:bold;
    color:#333333;
    margin:0px;
    padding:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:bold;
    color:#333333;
    padding:0px;
	
}


#pagecontainer .boxmaster_left{
    width: 720px;
    float:left;
    background-color:#ffffff;
    border:1px solid #e2e2e2;
    padding:10px 10px 10px 10px;
}

#pagecontainer .boxmaster_right{
    width: 241px;
    float:left;
    margin-left:10px;
}




.box_right{
    width: 240px;
    float:left;
    border:1px solid #e2e2e2;
    margin-bottom:10px;
    background-color:#fcfcfc;
}








.box_full{
    width:688px;
    float:left;
    border:1px solid #e2e2e2;
    background-color:#fff;
    margin-bottom:10px;
    padding:15px;
}

.box_half{
    width:323px;
    float:left;
    border:1px solid #e2e2e2;
    background-color:#fff;
    padding:15px;
	min-height:125px;
	
}

.margin_left10px{margin-left:10px;}
.margin_top10px{margin-top:10px;}

.appform {
    width: 100%;
    margin-bottom:10px;
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.appform table {
    width: 100%;

}

.appform th {
    padding-left: 10px;
    text-align: left;
    background-color:#e7e6e6;
    line-height:30px;
}

.appform td {
    text-align: left;
    line-height:26px;
    padding:2px 2px 2px 10px;
}

.textbox-small{
    width:94px;
    padding:5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.textbox-medium_n{
    width:196px;
    height:20px;
	padding:3px 5px 2px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
	font-size:12px;
}



.textbox-medium_am_edit{
    width:205px;
    height:27px;
	padding:3px 5px 2px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
	font-size:12px;
}



.textbox-medium_popup{
    width:214px;
    height:20px;
	padding:3px 5px 2px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
	font-size:12px;
}



.textbox-medium_p{
    width:166px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}
.textbox-medium_a{
    width:146px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}
.textbox-medium_b{
    width:180px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.textbox-medium_r{
    width:285px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.textbox-large{
    width:280px;
    padding:4px 5px 4px 5px;
    border: 1px solid #d9d9d9;
}


.textbox-mtr_reading{
    width:68px;
    padding:4px 30px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
    margin-left:0px;
}

#mtr_read_black{
background-image:url('../images/icons/ico_bw.png');
background-repeat:no-repeat;
background-position:right; 
}
#mtr_read_color{
background-image:url('../images/icons/ico_cmyk.png');
background-repeat:no-repeat;
background-position:right; 
}

.textbox-qty{
    width:33px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.textbox-extn{
    width:52px;
    padding:4px 5px 5px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}


.textarea-small{
    width:115px;
    height:50px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}

.textarea-medium{
    width:241px;
    height:50px;
    padding:4px 5px 4px 5px;
    border: 1px solid #d9d9d9;
}


.textarea-medium_n
{
    width:245px;
    height:130px;
    padding:10px;
    border: 1px solid #d9d9d9;
}

.textarea-medium_popup
{
    width:173px;
    height:60px;
    padding:10px;
    border: 1px solid #d9d9d9;
}




.textarea-large{
    width:280px;
    height:50px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}



.listbox-small{
    width:127px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}


.listbox-small_large{
    width:158px;
    padding:4px 5px 4px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.listbox-medium{
    width:208px;
    padding:4px 5px 4px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}

.listbox-large{
    width:292px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}



.listbox-status{
    width:70px;
    padding:3px 5px 3px 5px;
    border: 1px solid #d9d9d9;
}



.listbox-errortype{
    width:116px;
    padding:3px 5px 3px 5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
}






.textbox-quantity{
    width:50px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}


.listbox-date{
    width:82px;
    padding:5px 5px;
    border: 1px solid #eeeeee;
}

.listbox-am-pm{
    width:60px;
    padding:5px 5px;
    border: 1px solid #eeeeee;
}





#captchacode{
    width:80px;
    padding:4px 5px 4px 5px;
    border: 1px solid #eeeeee;
}
.check{
    padding:4px 5px 4px 5px;
    border: none;	
}

.checklabel{
    width:250px;
    padding:4px 5px 4px 5px;
    border: none;
    display:inline-block;
    position:relative;
}

.other{
    margin-left:10px;
}


.checkall{
    width:20px;
    padding:4px 5px 4px 5px;
    border: none;	
}

div.error {
    background-color:#FE5454;
    width:177px;
    margin:5px 0px;
    clear:both;
    padding:3px 5px;
    line-height:16px;
    color:white;
}
.change-image, #captcha {
    font-size:10px;
}
.required{
    color:#FE5454;
}


#reload{
    position:absolute;
    margin:7px 0px 0px 10px;
    cursor:pointer;
}


.readmore{background-image:url(../images/readmore_img.png); background-position:left top; background-repeat:no-repeat; height:21px; width:83px; border:none; cursor:pointer; background-color:transparent;}



.button_black {
    background:#333333;
    color:#ffffff;
    font-weight:bold;
    border:1px solid #222222;
    padding:6px 15px;
    cursor:pointer;
}




.button_black:hover {
    background:#222222;
    border:1px solid #222222;
}


.button_green {
    background:#2bb673;
    color:#ffffff;
    font-weight:bold;
    border:1px solid #2bb673;
    padding:6px 15px;
    cursor:pointer;
}
.button_green:disabled{
	color:#cccccc;
}
.button_green:disabled:hover{
	color:#cccccc;
	background:#2bb673;
	border:1px solid #2bb673;
}


.button_green_small {
    background:#2bb673;
    color:#ffffff;
    font-weight:bold;
    border:1px solid #2bb673;
    padding:3px 7px;
    cursor:pointer;
}

.button_green_small:hover {
    background:#169357;
    border:1px solid #169357;
}


.button_green:hover {
    background:#169357;
    border:1px solid #169357;
}



.button_update {
    background:#2bb673;
    color:#ffffff;
    font-weight:bold;
    border:1px solid #2bb673;
    padding:6px 15px;
    cursor:pointer;
	margin-left:5px;
}




.button_update:hover {
    background:#169357;
    border:1px solid #169357;
}



label{
    display: block;
    margin: 10px 0px 5px 0px;
}
input[type=text]:focus, form select:focus{background-color:#fff;}

a.quick_add {
    background:url(../images/icons/ico_add.png) #FFF no-repeat center top; 
    height:27px;
    width:26px; 
    border:none;
    cursor:pointer;
    display: inline-block;
    position: absolute;
}

a.quick_add:hover {
    background:url(../images/icons/ico_add_hover.png) #FFF no-repeat center top; 
    height:27px;
    width:26px; 
    border:none;
    cursor:pointer;
    display: inline-block;
    position: absolute;
}


a.quick-tn {
    background:url(../images/icons/ico_new_t.png) #FFF no-repeat center top; 
    height:28px;
    width:28px; 
    border:none;
    cursor:pointer;
    display: block;
    position: absolute;
	margin-left:178px;
}

a.quick-tn:hover {
    background:url(../images/icons/ico_new_t_hover.png) #FFF no-repeat center top; 
    height:28px;
    width:28px; 
    border:none;
    cursor:pointer;
    display: block;
    position: absolute;
	margin-left:178px;
}
a#transactionRevert{
	background:url(../images/icons/reverse_icon.png) #FFF no-repeat center top; 
    height:28px;
    width:28px; 
    border:1px;
    cursor:pointer;
    display: inline-block;
    position: absolute;
	
	
	
}

a#transactionRevert:hover{
	background:url(../images/icons/reverse_icon_hover.png) #FFF no-repeat center top; 
    height:28px;
    width:28px; 
    border:1px;
    cursor:pointer;
    display: inline-block;
    position: absolute;
	
	
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    a.quick_add, a.quick-tn {margin-top:0px;} 
}

/* **************************************************************************** Page Footer Starts **************************************************************** */



/* **************************************************************************** GridView Starts **************************************************************** */



.table_view table {
    width: 100%;

}


.table_view th {
    padding-left: 10px;
    text-align: left;
    background-color:#e8e8e8;
    height:32px;
    color:#222222;
    font-size:14px;
    font-weight:bold;
}

.table_view td {
    
    height:30px;
    padding:2px 2px 2px 10px;
    font-size:11px;


}

.text_right {
    text-align:right;
    float:right;
    padding-right:10px;


}



.odd_tr{

    background-color:#fcfcfc;
}


.border_bottom{

    border-bottom:1px solid #e8e8e8;
}


.even_tr{

    background-color:#ffffff;
}


.tr_bg{

    background-color:#f9f9f9;
}

.bg_round{
    font-size:11px;
    background-color:#e8e8e8;
    /*border-radius:30px; */
	-moz-border-radius:30px; -webkit-border-radius:30px; border:1px solid #cccccc;
    padding:0px 4px;
    margin:0 2px;
}

.bg_round a{
    background-color:#e8e8e8;
   /* border-radius:30px; */
	-moz-border-radius:30px; -webkit-border-radius:30px;
    text-decoration:none;
    font-size:11px;
}

.bg_round a:hover{
    background-color:#e8e8e8;
    text-decoration:none;
}


a {
    font-size:13px;
    color:#333333;
    text-decoration:none;
    font-weight:normal;

}


a:hover {
    text-decoration:none;

}

.copier_bg{
    font-size:11px;
    background-color:#3fbf81;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
}

.finisher_bg{
    font-size:11px;
    background-color:#5252ff;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
}

.accessory_bg{
    font-size:11px;
    background-color:#fc6868;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
}	


.copier_bg_show{
    font-size:11px;
    background-color:#cdfada;
    text-transform:uppercase;
    padding:4px 7px;
    font-weight:bold;
}

.finisher_bg_show{
    font-size:11px;
    background-color:#f4facd;
    text-transform:uppercase;
    padding:4px 7px;
    font-weight:bold;
}

.accessory_bg_show{
    font-size:11px;
    background-color:#fae2cd;
    text-transform:uppercase;
    padding:4px 7px;
    font-weight:bold;
}	



/* **************************************************************************** GridView Ends **************************************************************** */




#pagefooter_bg {
    width: 100%;
    margin:10px auto 0 auto;
    float:left;
    border-top:1px solid #d9d9d9;
}


#pagefooter_mid {
    width: 999px;
    height: 63px;
    margin:0 auto;
}

#pagefooter {
    width: 999px;
    height: 45px;
    font-size:11px;
    float:left;
    padding-top:18px;
    color:#535353;
}

.alignleft {
    float: left;
    padding: 7px 10px 7px 10px;
}

.alignright {
    float: right;
    padding: 7px 10px 7px 10px;
}
.footertext{

    font-size:11px;
    font-weight:normal;
    color: #535353;
    line-height:16px;
}
.footertext a{

    font-size:11px;
    font-weight:normal;
    color: #535353;
    text-decoration:underline;
    line-height:16px;
}
.footertext a:hover{
    text-decoration:none;
}

.color_black{color:#000;}

/* **************************************************************************** Page Footer Ends **************************************************************** */

/* **************************************************************************** Message Starts **************************************************************** */
.error-message,.success-message,.info-message,.warning-message {
    margin-bottom:20px;
    background-repeat:no-repeat;
    background-position:10px 10px;
    border-style:solid;
    border-width:1px;
    padding:10px 8px 10px 35px;
    display: block;
    font-size: 12px;
}

.error-message {
    background-image:url(../images/icons/msg_error.png);
    background-color:#f8e8e8;
    border-color:#DF7D7D;
}

.success-message {
    background-image:url(../images/icons/msg_success.png);
    background-color:#e8f7e7;
    border-color:#82CE76;
}

.info-message {
    background-image:url(../images/icons/msg_info.png);
    background-color:#dbf1f1;
    border-color:#6B99C7;
}

.warning-message {
    background-image:url(../images/icons/msg_warning.png);
    background-color:#f3ecdb;
    border-color:#E4964D;
}


/* **************************************************************************** Message Ends **************************************************************** */



img{border:none;}

/* =========================================================================== Tabber CSS Starts ================================================================== */
.mainContainer
{
    margin:22px auto 0 auto;
    width:999px;
}


.tabs li
{
    display:inline;
}

.tabs li a
{
    cursor: pointer;
    padding:5px 21px 8px 21px;
    border:1px solid #eeeeee;
    font-size:13px;
    border-bottom:none;
    color:#666666;
    margin-left:-3px;

}

.tabs .tab-current
{
    padding: 5px 21px 8px 21px;
    border:0px;
	border-top:1px solid #f6a13c;
    color:#fff;
    font-weight:bold;
    background-color:#f6a13c;
	
}

.tabsContent
{
    border-top:1px solid #eeeeee;
    background-color:#f6a13c;
    padding:5px 20px 5px 20px;
    color:#ffffff;
    margin-top:-8px;
    min-height:15px;
    display:block;
}

ul.tabs
{
    margin: 0 0 15px 6px;
    padding:0px;
}

/*Firefox hack*/
@-moz-document url-prefix()
{
    ul.tabs
    {
    margin: 0 0 15px 6px;
    padding:0px;
}
}


.tabs_repeater{width:270px; float:left; padding:8px 0px; border-bottom:1px dotted #cccccc;}
.tabs_image{width:84px; height:56px; float:left;}
.tabs_content{width:170px; float:left; margin-left:10px;}

.tab_heading{font-size:13px; font-weight:bold; color:#222222;}
.tab_heading a{font-size:13px; font-weight:bold; text-decoration:none; color:#222222;}
.tab_heading a:hover{text-decoration:underline;}


/* =========================================================================== Tabber CSS Ends ================================================================== */

.subnav{width:999px; float:left;}
.subnav ul{list-style:none; margin:0px; padding:0px;}
.subnav ul li {float:left; border-right:1px solid #fff;}
.subnav  ul li a{font-size:13px; float:left; color:#ffffff; text-decoration:none; padding:0 20px;}
.subnav  ul li a:hover{text-decoration:underline;}



.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; }
.autocomplete-suggestions strong { font-weight: bold; color: #ed8218;}

.assets{
    display: block;
}

.steps, .steps_min{
    font-size:11px;
    background-color:#666666;
    border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; border:1px solid #cccccc;
    padding:6px 15px;
    margin:45px auto 0 -50px;
    color:#ffffff;
    z-index:1;
    position:absolute;
    font-size:29px;
    font-weight:normal;
    border:none;
}


.steps_min{
    margin:16px auto 0 -50px;
}


.normal{
    background-color:#666666;
}

.active{
    background-color:#2bb673;
}

#loading-1 {
    display: none;
    width:100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    background:url(../images/loading.gif) no-repeat center;
    text-align:center;
    padding:10px;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}

/********************8creating custom loader *********************/
#loading{
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.4);
	position:absolute;
	top:0;
	left:0;
        z-index: 9999999;
}
#loader_back{
	display:block;
	position:relative;
	top:30%;
	left:45%;
}
#logo_name{
	position:relative;
	
}
#logo_circle{
	position:relative;
	 -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
	margin-left:-172px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*****************************loader ends here */





.box_button{
    width:688px;
    float:left;
    margin-top:10px;
}

.error_posfix{z-index:1; position:absolute;}

.sedit{width:11px; height:11px; background-image:url(../images/icons/ico_sedit.png); background-position:center top; background-repeat:no-repeat; float:left; }
.sedit:hover{width:11px; height:11px; background-image:url(../images/icons/ico_sedit_hover.png); background-position:center top; background-repeat:no-repeat;}


.sdelete{width:11px; height:11px; background-image:url(../images/icons/ico_sdelete.png); background-position:center top; background-repeat:no-repeat;  float:left; margin:0;}
.sdelete:hover{width:11px; height:11px; background-image:url(../images/icons/ico_sdelete_hover.png); background-position:center top; background-repeat:no-repeat;  display:inline;}

.sup{width:11px; height:11px; background-image:url(../images/icons/ico_up.png); background-position:center top; background-repeat:no-repeat;  float:left; margin:0;}
.sup:hover{width:11px; height:11px; background-image:url(../images/icons/ico_up.png); background-position:center top; background-repeat:no-repeat;  display:inline;}


.scopy{width:11px; height:11px; background-image:url(../images/icons/ico_scopy.png); background-position:center top; background-repeat:no-repeat;  float:left;}
.scopy:hover{width:11px; height:11px; background-image:url(../images/icons/ico_scopy_hover.png); background-position:center top; background-repeat:no-repeat;  }


.sview{width:11px; height:11px; background-image:url(../images/icons/ico_view.png); background-position:center top; background-repeat:no-repeat;  float:left;  margin:0;margin-top:2px;}
.sview:hover{width:11px; height:11px; background-image:url(../images/icons/ico_view_hover.png); background-position:center top; background-repeat:no-repeat;  }


.sprint{width:11px; height:11px; background-image:url(../images/icons/ico_print_s.png); background-position:center top; background-repeat:no-repeat;  float:left; margin:0 5px;}
.sprint:hover{width:11px; height:11px; background-image:url(../images/icons/ico_print_s_hover.png); background-position:center top; background-repeat:no-repeat;  }

.runicon{width:49px; height:25px;  background-image:url(../images/icons/run_icon.png); background-position:center top; background-repeat:no-repeat;  float:right; cursor:pointer;  margin-right:5px;}
.runicon:hover{width:49px; height:25px; background-image:url(../images/icons/run_icon_hover.png); background-position:center top; background-repeat:no-repeat;  float:right; cursor:pointer; }




.radio_tip{
padding-top:6px;
}



hr{border-bottom:none; border-left:none; border-right:none; border-top:1px solid #e2e2e2;}

.k{padding:0px 10px;}
.fbold{font-weight:bold; font-size:12px;}


.cust_link { text-decoration:underline; cursor:hand; height:100%; width:100%; cursor:pointer;}
.cust_link:hover{ text-decoration:none;}



.box_fullpage{
    width:968px;
    float:left;
    border:1px solid #e2e2e2;
    background-color:#fff;
    margin-bottom:10px;
    padding:10px 15px 10px 10px;
	overflow:hidden;
}

.fp_left{width:710px; float:left;}
.fp_right{width:247px; float:left; margin-left:10px; padding-top:1px;}



.box_right_valueadded{
    width: 101px;
    float:left;
   
}

.box_right_valueadded{
    width: 100px;
    float:left;
    border:1px solid #e2e2e2;
    margin-bottom:10px;
    background-color:#fcfcfc;
}


.valueadded_details{margin-top:16px;}


h4{
	font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:bold;
    color:#333333;
    padding:0px;
	margin:0px auto 8px 0px;
}

.or{
    font-size:9px;
    background-color:#999999;
    border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; border:1px solid #cccccc;
    padding:5px 4px;
    color:#ffffff;
    font-weight:normal;
    border:none;
	cursor:pointer;
}

/*
Added By: Dan
*/

#pagecontainer .box_right_785{
    width: 760px;
    float:left;
    border:1px solid #e2e2e2;
    padding: 10px;
}

#pagecontainer .box_left_200{
    width: 180px;
    float:left;
    border:1px solid #e2e2e2;
    margin-right:10px;
    padding: 10px;
}
#pagecontainer .input-mini{
    padding:5px;
    border: 1px solid #d9d9d9;
    background-color:#ffffff;
    margin-bottom: 8px;
    width: 75px;
}

#pagecontainer label{
    margin: 0px 0px 10px 0px;
}

#arrival-list ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
	background-color:white;
}

#arrival-list ul li{
    padding: 5px 0px;
    margin: 0px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}

/* Custom css by Pranay, deals with all tables used and sliders(query maker, departure nd transfer management) */

div.ui-datepicker{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	border-radius: 0px;
}

div.ui-datepicker-header{
	background-color:#F6A13C;
	border-radius:0px;
	color:#ffffff;
	border-color:#F6A13C;
}






.paginate_button{
	list-style: none;
	/*float: left;*/
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	min-width: 14px;
	padding: 4px 9px;
	background: #efefef;
	cursor:pointer;
}
.disabled{
	background-color:#efefef;
	color: #cccccc;
}
.current{
	background: #F6A13C;
	color : white;
}

.paginate_button.paginate_button_disabled{
	background-color:#efefef;
	color: #cccccc;
}
.paginate_active{
	list-style: none;
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	min-width: 14px;
	padding: 0 7px;
	background: #efefef;
	cursor:pointer;
	text-decoration: none;
	background: #F6A13C;
}

.sorting{
	background: url("../images/icons/sort_both.png") no-repeat center right;
}
.sorting_asc{
	background: url("../images/icons/sort_asc.png") no-repeat center right;
}
.sorting_desc{
	background: url("../images/icons/sort_desc.png") no-repeat center right;
}

.dataTables_length{
	width:48%;
	float:left;
}
.dataTables_length label{
	display:inline;
}

.inline_input{
	border:none;
	background-color:transparent;
	width:50px;
}

.inline_input:focus{
	border:1px solid #F6A13C;
	background-color:transparent;
}

input[type=checkbox]:disabled{
  background-color:#F3F9FF;
}

.dataTable{
	border-collapse: collapse;
}
.dataTable tbody{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	border-right:1px solid #09C;
}
.dataTable thead{
	background: #F9F9F9;
	border: 1px inset #000000;
	color: #2E2E2E;
	font-weight: bold;
	font-size:12px;
	text-align:left;
}

.dataTable tbody tr.odd{
	background-color:#F5F5F5;
}
.dataTable tbody tr.even{
	background-color:#FFFFFF;
	
}

.expanded-group{
	background-image: url("../images/icons/minus_icon.png");
	background-repeat:no-repeat;
	background-position: 5px 7px;
	/*background-position: -32px -208px;*/
	padding-left: 15px !important;
	background-color:#F6A13C;
	color:#ffffff;
	font-size : 12px;
	cursor:pointer;
}

.collapsed-group{
	background: url("../images/icons/plus_icon.png");
	background-repeat:no-repeat;
	background-position: 5px 5px;
	/*background-position: -32px -224px;*/
	padding-left: 15px !important;
	background-color:#dddddd;
	color:#000000;
	font-size : 12px;
	cursor:pointer;
}


div.expand{
	font-family:"Courier New", Courier, monospace;
	position:relative;
	background-color:#00ff00;
	display:block;
	height:200px;
	top:-300px;
	left:190px;
}
div.expand-button{
	background-color:#ff0000;
	color:#0000FF;
}


/* css related to expand buttons and slides */



/*deals with all li containing batches.*/
#listing li:hover{
	background-color:#F6A13C;
	color:white;
}
.activelist{
	background-color:#F6A13C;
	color:white;
}

#listing li:hover .count{
	background-color:white;
	color:#F6A13C;
}
.deactivated{
	background-color:#EFEFEF;
	color:#aaaaaa;
}
.count{
	float:right;
	background-color:#F6A13C;
	color:white;
	width:20px;
	padding:2px;
	text-align:center;
}
.deactivated .count{
	background-color:#cccccc;
}
#price-mgt{
}
#price-mgt td,th{
	border: solid 1px #CCCCCC;
}
#arrival_table td,th{
	border: solid 1px #CCCCCC;
}
li.ids input.ids{
	display:none;
}
.bluffer{
	display:block;
	width:250px;
	height:750px;
	background-color:#ffffff;
	margin-left:-250px;
	margin-top:59px;
	position:absolute;
	z-index:200;
}
#flipper{
	display:block;
	width:15px;
	height:100px;
	background-color:#F6A13C;
	color:#ffffff;
	position:relative;
	left:-25px;
	top:100;
	float:left;
	padding:5px;
	font-weight:900;
	font-family:"Courier New", Courier, monospace;
	cursor:pointer;
	z-index:400;
}

.status{
	background-color: #F6A13C;
    border: 1px solid #F6A13C;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 3px 10px;
	position:fixed;
	bottom:0px;
	width:976px;
	z-index:10000;
}

.get_history {
	background-color: #F9951E;
	border: 1px solid #F9951E;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	padding: 3px 10px;
	float:right;
	margin-left:2px;
}
.remarks{
	padding:0px;
	border:1px;
	border-collapse:collapse;
	font-family:Arial;
	font-size:12px;
	width:100%; 
	margin-top : 10px;
	border:1px solid #e2e2e2;
}
.remarks th{
	padding : 10px; margin-top : 10px; text-align:left; border-color:#e2e2e2; background-color : #f9f9f9;
}
.remarks td{
	padding:0px;
	padding : 10px; margin-top : 10px; border-color:#e2e2e2;
}
.picObject{
	float:left;
	width:223px;
}


#show_arrival {
	background: url("../images/icons/show_all.png") no-repeat scroll center top #FFFFFF;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
#show_arrival:hover{
	background: url("../images/icons/show_all_hover.png") no-repeat center top #FFFFFF;
}
#sav_fav_button{
	background: url('../images/icons/add_fav.png') no-repeat scroll center top #FFF;
	border: medium none;
	background-size:contain;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
#batch_button{
	background: url('../images/icons/stupid_icon.png') no-repeat scroll center top #FFF;
	border: medium none;
	background-size:contain;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
	
#load_fav_button{
	background: url('../images/icons/list_fav.png') no-repeat scroll center top #FFF;
	background-size:contain;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
#export_excel{
	background: url('../images/icons/excel_icon.png') no-repeat scroll center top #FFF;
	background-size:contain;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
#export_pdf{
	background: url('../images/icons/pdf_icon.png') no-repeat scroll center top #FFF;
	background-size:contain;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 27px;
	width: 26px;
}
#boxFilter{
	background: white;
	margin-top:0px;
	width: 180px;
	float: left;
	display: block;
	margin-left:35px;
	position:absolute;
	z-index:1;
	height:470px;
}
#boxTop{
	background: green;
	width: 765px;
	display: block;
	padding:10px;
	margin-left:-10px;
	margin-top:-170px;
	position:absolute;
	z-index:-1;
	height:150px;
	overflow:hidden;
}
#button{
	background-color:#ccc;
	color:white;
	cursor:pointer;
	font-weight:900;
	font-family:'Courier New', Courier, monospace;
	padding:2px;
}
.selected{
	background-color : #F6A13C !important;
	color:white !important;
}
.block_body{
	 background-clip: padding-box;
	background-color: #F6A13C;
	
	color: #fff;
	cursor: default;
	margin: 3px 0 3px 5px;
	padding: 3px 5px 3px 5px;
	float:left;
}
.block_body_tax{
	 background-clip: padding-box;
	background-color: #e4e4e4;
	
	color: #333;
	cursor: default;
	margin: 3px 0 3px 5px;
	padding: 3px 5px 3px 5px;
}
.search_result{
    color:red;
    padding-top:2px;
    padding-bottom: 2px;
    padding-right:10px;
    padding-left:10px;
    
    background-color:#ccc;
    text-size:10px;
}
.k-grid-content{
    font-size:11px !important;
}
.k-state-selected{
    background-color:#F6A13C !important;
    color:white !important;
}
.k-grid-header {
    font-size: 12px !important;
    font-weight: bold !important;
}
.f_count{
    font-size:11px;
    background-color:#5252ff;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
    color:white;
}
.c_count{
    font-size:11px;
    background-color:#3fbf81;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
    color:white;
}
.a_count{
    font-size:11px;
    background-color:#FC6868;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
    color:white;
}
.o_count{
    font-size:11px;
    background-color:#D6BC0D;
    text-transform:uppercase;
    padding:6px 9px;
    font-weight:bold;
    color:white;
}
.k-grid-header .k-header .k-link{
    font-size: 12px;
    font-weight: 600;
}

.list{
        list-style:none;
        margin-left:-40px;
}
.list .active{
    background-color:#F6A13C;
    font-weight:bold;
}
.list li{
        background-color:#E8E8E8;
        padding:5px;
        margin-bottom:2px;
        cursor:pointer;
}


#model_spec{
    font-weight: 100;
    font-style: italic;
    font-size: 10px;
}
#model_spec b{
    font-size: 12px;
}