﻿html { }
body { }


.massive_btn,.outline_btn,.dark_btn{
    border-radius:7px;
	box-shadow:3px 3px 5px #c0bec3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow:3px 3px 5px #c0bec3;
    -webkit-box-shadow:3px 3px 5px #c0bec3;
}
.massive_btn,.outline_btn,.btn_ssvback input{
    background:-webkit-gradient(linear,left top,left bottom,from(#44b2ff),to(#006dbf));
	background:-moz-linear-gradient(top, #44b2ff, #006dbf);	
}
.dark_btn{
    background:-webkit-gradient(linear,left top,left bottom,from(#006fc0),to(#77c5fd));
	background:-moz-linear-gradient(top, #006fc0, #77c5fd);
}
.srch_calendar:hover img{-moz-opacity:0;}
.img_roundCorner{           
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.showmap_roundCorner{
    -moz-border-radius:0 10px 0 10px;
    border-radius:0 10px 0 10px;
    text-shadow:1px 1px #026dba;
    box-shadow: 1px 1px 2px #777;
    -webkit-box-shadow:1px 1px 2px #777;
	-moz-box-shadow:1px 1px 2px #777;
}
.dark_blue_highlight div{
    background:-webkit-gradient(linear,left top,left bottom,from(#0095ff),to(#0067c6));
	background:-moz-linear-gradient(top,#0095ff,#0067c6);
}
.dark_blue_highlight div span{
    background:-webkit-gradient(linear,left top,left bottom,from(#0095ff),to(#0067c6));
	background:-moz-linear-gradient(top,#0095ff,#0067c6);
}
.dpurple p.fontxlargeb{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:-webkit-gradient(linear,left top,left bottom,from(#f9fdff),to(#d0ebff));
	background:-moz-linear-gradient(top,#f9fdff,#d0ebff);
}
.box_rates{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:-webkit-gradient(linear,left top,left bottom,from(#f9fdff),to(#d0ebff));
    background:-moz-linear-gradient(top,#f9fdff,#d0ebff);
}
#panel_dmc input{
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#d1d1d1));
	background:-moz-linear-gradient(top,#fbfbfb,#d1d1d1);
}
.btn_popmap_iconshow,.btn_exitstreet{
    border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#ffffff), to(#dadada));
	background:-moz-linear-gradient(top, #ffffff,  #dadada);
	box-shadow:1px 1px 2px #C0BEC3;
	-moz-box-shadow:1px 1px 2px #C0BEC3;
    -webkit-box-shadow: 1px 1px 2px #C0BEC3;
}
/*---New Style Popup---*/
.mpopup_overlay{-moz-opacity: 0.35;opacity: 0.35;}
.mpopup_window{
   -moz-box-shadow:0 0 5px 5px #7c7c7c;
    -webkit-box-shadow:0 0 5px 5px #7c7c7c;
    box-shadow:0 0 5px 5px #7c7c7c;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px; 
}
.mpopup_loading{
    -moz-box-shadow:0 0 5px 5px #7c7c7c;
    -webkit-box-shadow:0 0 5px 5px #7c7c7c;
    box-shadow:0 0 5px 5px #7c7c7c;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.mpopup_diviframe,.mpopup_window iframe{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px}
.popup_room {
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px
}
.current_page{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.jspDrag{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-opacity:0.35;
}
.mpopup_hideselect{-moz-opacity:0;}
.loadingbg{-moz-opacity:0.60;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.noborder_radius{border-radius:0}}/*TkOutAfterUpgradeToV3*/
.snippet_box,.insiderglobal{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.resultcon:hover .snippet_box{
    -moz-box-shadow:3px 3px 4px #C0C4C7;
    -webkit-box-shadow:3px 3px 4px #C0C4C7;
    box-shadow:3px 3px 4px #C0C4C7;  
}
a.orange_login{
    -moz-border-radius:10px;
	border-radius:10px;
}
.managebkg_bg{
    -moz-border-radius:10px;
	border-radius:10px;
}
#langselect{
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
}
#langselect ul{
    -moz-box-shadow:0 0 5px #e3e3e3;
    -webkit-box-shadow:0 0 5px #e3e3e3;
    box-shadow:0 0 5px #888;
    -moz-border-radius:0 0 3px 3px;   
    border-radius:3px;
}
/*--Customer USP Panel--*/
.customer_usp .border_content{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #ffffff,  #f2f2f2);
}

/*-- Popup Email Signup--*/
.corner{
    border-radius:5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}
/*-- Top Destination Homepage --*/
.ui-accordion-header{border-radius:0 !important}
.box_topdes .ui-corner-all,.box_topdes .ui-corner-bottom,.box_topdes .ui-corner-top{-moz-border-radius:0;border-radius:0}
/*----Pop Up Alternate Urgency Messaging---*/
.popup_messaging{
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
	box-shadow:5px 5px 5px #a0a0a0;
	-moz-box-shadow:5px 5px 5px #a0a0a0;
    -webkit-box-shadow:5px 5px 5px #a0a0a0;
}

.popup_header_useronline,.popup_header_lastbook{
	border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0
}
/*---Country flag--*/
.flagshadow{
    -webkit-box-shadow:1px 1px 0 0 #ddd;
    box-shadow:1px 1px 0 0 #ddd;
}
/*--For mobile--*/
#box_menu li{
    border-top-left-radius:10px;
	border-top-right-radius:10px;
	background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
	background:-moz-linear-gradient(top,  #f5f5f5,  #e1e1e1);
}
/*--New mouse hover panel --*/
.popup_header_promotion{border-radius:14px 14px 0 0}
/*your selected hotel */
.orange_btn,.orange_outline_btn,.orange_dark_btn{
    border-radius:7px;
	box-shadow:3px 3px 5px #c0bec3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow:3px 3px 5px #c0bec3;
    -webkit-box-shadow:3px 3px 5px #c0bec3;
    text-shadow:0 1px #E4790F;
}
.orange_btn{
    background:-webkit-gradient(linear,left top,left bottom,from(#fcb42a),to(#f78f12));
    background:-moz-linear-gradient(top,#fcb42a,#f78f12);
}
.orange_outline_btn{
    background:-webkit-gradient(linear,left top,left bottom, from(#fcb42a),to(#f78f12));
    background:-moz-linear-gradient(top,#fcb42a,#f78f12);
}
.orange_dark_btn{
    background:-webkit-gradient(linear, left top, left bottom, from(#f78f12), to(fcb42a));
	background:-moz-linear-gradient(top,  #f78f12,  fcb42a);
}
/*-- Previous Next buttons-SSR page--*/
.btn_result{
    border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.gradient{
    background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ededed));
	background:-moz-linear-gradient(top,#ffffff,#ededed);
}

.footergradient{
    background:-webkit-gradient(linear,left top,left bottom,from(#7f7f7f),to(#7f7f7f));
	background:-moz-linear-gradient(top,#7f7f7f,#7f7f7f);
	font-style:normal; color:White;
}


.Main_Box{
    
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;
}

.Sub_Box{
    
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;
    background: -moz-linear-gradient(center top , #7f7f7f 0%, #7f7f7f 50%, #7f7f7f 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#7f7f7f));
    color:White;
    text-align :center;
}

.Header_Box{
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;
     background: -webkit-gradient(linear, left top, left bottom, from(#f9ac38), to(#e9910c)) !important;
    background: -moz-linear-gradient(top,  #f9ac38,  #e9910c) !important;
   padding-top:3px;
   padding-bottom:3px;
}


.GreenBox{
    
    box-shadow:  5px 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px 5px #A0A0A0;
      
       /* background :-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        
    color:White;*/
    
    vertical-align :middle;
    padding :10px;
    width:900px;
    margin:auto;   
}


 @media print
  {
  .GreenBox {box-shadow:  0px 0px 0px 0px #A0A0A0;}
  }

.greenbox1{
    
    box-shadow:  5px 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px 5px #A0A0A0;
      
       /* background :-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        
    color:White;*/
    
    vertical-align :middle;
    padding :10px;
    width:900px;
    
}

.PasswordChange{
    
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;
    background: -moz-linear-gradient(center top , #7f7f7f 0%, #7f7f7f 50%, #7f7f7f 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(#7f7f7f));
        
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        
    color:White;
   
    vertical-align :middle;
    padding :10px;
}


.grayBox{
    
    box-shadow: 2px 2px 2px 2px #A0A0A0;
    -moz-box-shadow: 2px 2px 2px 2px #A0A0A0;
    -webkit-box-shadow: 2px 2px 2px 2px #A0A0A0;

    vertical-align :middle;
    
}

.BlueFrame{
    
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);       
    color:White;
 
}




/* Hotel No Result */



.border_box {
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* Box urgency SSSR */
.box_urgency{
    border-radius:10px;
	box-shadow:0 2px 5px 2px #e3e3e3;
	-moz-border-radius:10px;
	-moz-box-shadow:0 2px 5px 2px #e3e3e3;
	-webkit-border-radius:10px;
    -webkit-box-shadow:0 2px 5px 2px #e3e3e3;
}
.box_urgency.gradient{
    background:-moz-linear-gradient(center top,#fafafa, #f5f5f5);
	background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f5f5f5));
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
/*----New FAQ---*/
.faq_bar_text{
    -webkit-box-shadow: 1px 1px 3px 0 #ccc;  
    -moz-box-shadow: 1px 1px 3px 0 #ccc;  
    box-shadow: 1px 1px 3px 0 #ccc; 
}
/*--Review of Rewards Pages-*/
.btnreview_submit{
    background: -webkit-gradient(linear, left top, left bottom, from(#f9ac38), to(#e9910c)) !important;
    background: -moz-linear-gradient(top,  #f9ac38,  #e9910c) !important;
}
.btnreview_submit,.btnreview_submitdis,.btnreview_notnow{

    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.btnreview_submitdis,.btnreview_notnow,a.btnreview_notnow{
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6), to(#d3d3d3)) !important;
    background: -moz-linear-gradient(top,#f6f6f6,#d3d3d3) !important;
}
#DP_window{
    -moz-box-shadow: 0 0 5px 5px #7c7c7c;
    -webkit-box-shadow: 0 0 5px 5px #7c7c7c;
    box-shadow: 0 0 5px 5px #7c7c7c;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
}

/*----- iPad broken filter layout issue -----*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* SSR filters */
	.item_class table, .checked_class table {width:185px !important;}
	.item_class input, .checked_class input {margin:0 8px 0 0 !important;}
}
/*--MLVH - Home Page---*/
.box_shadow{
	-webkit-box-shadow: 0 2px 4px 2px #ddd;
    -moz-box-shadow: 0 2px 4px 2px #ddd;
    box-shadow: 0 2px 4px 2px #ddd;
    -webkit-border-radius: 12px 12px 10px 10px;
    -moz-border-radius: 12px 12px 10px 10px;
    border-radius: 12px 12px 10px 10px;
}
.lastview_wrapper{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(249,249,249,1)), color-stop(100%,rgba(248,248,248,1)));
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(248,248,248,1) 100%);
}
.lastview_wrapper .item-list {
    -webkit-transition: background-color linear .1s;
    -moz-transition: background-color linear .1s;
    -o-transition: background-color linear .1s;
    -ms-transition: background-color linear .1s;
    transition: background-color linear .1s
}
/*--Save favorite hotels--*/
.dek_favorite{
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    box-shadow: 5px 5px 5px #A0A0A0;
    -moz-box-shadow: 5px 5px 5px #A0A0A0;
    -webkit-box-shadow: 5px 5px 5px #A0A0A0;
}
/*Email Signup*/
.gradient_content{
    _background-color:#F8F8F8;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F9F9F9 50%, #f2f2f2 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
.h_gradient .gradient_content{
   
}

/*---Best Price Guarantee---*/
.bestprice {text-shadow:0 1px 1px #fff}

/*-- Insider deal --*/
.insiderdeal{
    border-radius:5px;
	box-shadow:inset 3px 3px 5px #1b1b1b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 3px 3px 5px #1b1b1b;
    -webkit-box-shadow:inset 3px 3px 5px #1b1b1b
 }
 /*--New Rewards Page--*/
.menu1,.rewards_menu2{
	border-radius:9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.box_form1,.box_form2,.box_form3{
	brorder-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0px 0px 5px #e5e5e5;
	-webkit-box-shadow: 0px 0px 5px #e5e5e5;  
    -moz-box-shadow: 0px 0px 5px #e5e5e5;   
}

.box_PromotionsEBB
{
    border-radius: 6px;
	-webkit-bottom-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 0px 5px #9a2ab2;
	-webkit-box-shadow: 0px 0px 5px #9a2ab2;  
    -moz-box-shadow: 0px 0px 5px #9a2ab2; 
    

    }
    
.box_PromotionsEBB .ribbon {
    background:url(ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;

    z-index:300;
}

.PromotionsEBB_gradient_content{

    background: -moz-linear-gradient(center top , #5e1c6c 0%, #5e1c6c 50%, #5e1c6c 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e1c6c), to(#5e1c6c));
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.box_PromotionsFreeNIghts
{
    border-radius: 6px;
	-webkit-bottom-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 0px 5px #f99622;
	-webkit-box-shadow: 0px 0px 5px #f99622;  
    -moz-box-shadow: 0px 0px 5px #f99622; 
    
    }
    
.PromotionsFreeNIghts_gradient_content{
  /*  _background-color:#5e1c6c;*/
    background: -moz-linear-gradient(center top , #e28b25 0%, #e28b25 50%, #e28b25 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#e28b25), to(#e28b25));
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
} 
 
    
.css3button1,.buttonconnect,.css3button,.css3buttoncancel,.allbox .submit_reviews,.allbox .manage_booking,.button_loginemail{
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
}
.css3button1,.buttonconnect,.button_loginemail{
	background: -webkit-gradient(linear, left top, left bottom, from(#2ca4fb), to(#0172c2));
    background: -moz-linear-gradient(top, #2ca4fb,  #0172c2);
    box-shadow:0 1px 3px #2ca4fb;
}
.css3button1:hover,.buttonconnect:hover,.allbox .manage_booking:hover,.button_loginemail:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#0172c2), to(#2ca4fb));
    background: -moz-linear-gradient(top,  #0172c2,  #2ca4fb);
}
.css3button,.css3buttoncancel,.allbox .submit_reviews,.allbox .manage_booking{box-shadow:0 1px 3px #999}
.css3button {
	background: -webkit-gradient(linear, left top, left bottom, from(#faab34), to(#ea8f0a));
    background: -moz-linear-gradient(top,  #faab34,  #ea8f0a);
}
.css3button:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#ea8f0a), to(#faab34));
    background: -moz-linear-gradient(top,  #ea8f0a,  #faab34);
}
.css3buttoncancel{
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#9b9b9b));
    background: -moz-linear-gradient(top,  ##bdbdbd,  ##9b9b9b);
}
.css3buttoncancel:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#9b9b9b), to(#bdbdbd));
    background: -moz-linear-gradient(top,  #9b9b9b,  #bdbdbd);
}
.allbox .submit_reviews{
	background: -webkit-gradient(linear, left top, left bottom, from(#1ec468), to(#158f4c));
    background: -moz-linear-gradient(top,  #1ec468,  #158f4c);
}
.allbox .submit_reviews:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#158f4c), to(#1ec468));
    background: -moz-linear-gradient(top,  #158f4c,  #1ec468);
}
.allbox .manage_booking{
	background: -webkit-gradient(linear, left top, left bottom, from(#2ca4fb), to(#0172c2));
    background: -moz-linear-gradient(top,  #2ca4fb,  #0172c2);
}
.water
    {
         color:gray;
         font-style:italic;
    }
.st1
{
    padding-left: 2px;
    text-decoration:line-through;
    color :Red;
    background-color:#1ec468;
    text-align :right;

    } 
    
.st
{
    width:100px; 
 }     
    
    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        
        background-color:#007dc1;
        margin-top :10px;
        
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        
        border:1px solid #124d77;
        
        display:inline-block;
        color:#ffffff;
        font-family:Calibr;
        font-size:12px;
        font-weight:normal;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #154682;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
    
    
        .Button1 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
        box-shadow:inset 0px 1px 0px 0px #54a3f7;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
        background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
        background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
        
        background-color:#007dc1;
        margin-top :10px;
        
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        
        border:1px solid #124d77;
        
        display:inline-block;
        color:#ffffff;
       
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #154682;
        
    }
    .Button1:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        
        background-color:#0061a7;
    }
    .Button1:active {
        position:relative;
        top:1px;
    }
    
    div#show {
    width:280px;
    height:200px;
    padding:20px;
    position:absolute;
    left:50%;
    margin-left:-120px;
    top:50%;
    margin-top:-160px;
    background:#40464b;
    border-radius:6px;
}

.tbl
{
    background-color:#1BA1E2;
    border-bottom-color :#1BA1E2;
    color:White;
    }

/*Check Boxess*/


.OrangeButton{
    background: -webkit-gradient(linear, left top, left bottom, from(#f9ac38), to(#e9910c)) !important;
    background: -moz-linear-gradient(top,  #f9ac38,  #e9910c) !important;
    padding :5px;
    width :140px;
    color :White;
}

 .BlueButton 
 {
    
    background: -webkit-gradient(linear, left top, left bottom, from(#007dc1), to(#0061a7)) !important;
    background: -moz-linear-gradient(top, #007dc1,  #0061a7) !important;
    padding :5px;
    width :140px;
    color :White; 
       
    }
    
    
        /*RC button*/
        
  .rc-button {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  /* rc button end*/
  
  
  
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

.BoxFooter{
    
    box-shadow:  1px 1px 1px 1px #A0A0A0;
    -moz-box-shadow: 1px 1px 1px 1px #A0A0A0;
    -webkit-box-shadow: 1px 1px 1px 1px #A0A0A0;
    
    vertical-align :middle;
    padding :10px;
    width:900px;
    text-align:center;
    margin:auto;
}

.printButton
    {
        display: block;
        background: url('00450_printer.png') no-repeat;
        background-position: -0px -0px;
        width: 50px;
        height: 30px;
        vertical-align:middle;
        border: none;
    }
    
