/* GS Custom  */

*::-webkit-scrollbar{
	width: 1em;
}
 
*::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
*::-webkit-scrollbar-thumb{
	background-color: #02B7AD;
	outline: 1px solid #02B7AD;
}

.orbit-timer { display:none;}

thead tr th{ border: 1px solid rgba(0,0,0,0.1); }

table.dataTable tbody td {
    padding-top: 8px !important;
    vertical-align: top !important;
}

#reports-tabs-content input[type="text"]{
    background: rgba(200,200,200,0.7) !important;
}

/*Checkbox*/
.squaredThree {
	position: relative;
	display: inline-block;
	margin: 2px 15px 2px 5px!important;
	width: 20px;
}

.squaredThree.hide{ display: none; }


.squaredThree label {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
	background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.squaredThree.primary label:after { border: 3px solid #02e4d7; }
.squaredThree.alert label:after{ border: 3px solid #f04124; }

.squaredThree.primary label:after, .squaredThree.alert label:after{
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;	
}

.squaredThree label:hover::after { opacity: 0.3; }
.squaredThree input[type=checkbox] { visibility: hidden; }
.squaredThree input[type=checkbox]:checked + label:after { opacity: 1; }

#gs-signup-form{
    box-shadow: 0 1px 1px rgba(0,0,0,0.7);
    background-color: white;
}

#faqsHome{
    margin: 150px auto 20px auto;
    padding: 50px 30px;
    background: rgba(255,255,255,0.95);
    color: #0A2A3F;
    font-family: "proxima-nova", Lato, sans-serif !important;
}

#faqsHome b{
    font-size: 18px !important;
}

#faqsHome p, #faqsHome p b{
    font-size: 16px !important;
}

#faqsHome p a{ color: #02B6AC !important; font-weight: bold !important;}
#faqsHome p a:hover{ text-decoration: underline !important;}

#faqsHome ul li{ list-style-type: disc !important; }

#faqsHome .faqs_minify tr th, #faqsHome .faqs_minify tr td{
    text-align: center !important;
}

#faqsHome .faqs_minify tr td img{
    width: 100%;
    max-width: 180px;
}

#faqsHome .faqs_minify tr td b{ font-size: 14px !important; }

header.sticky .logo{
    background: rgba(0, 0, 0, 0) url("/app/helpers/images/importph/importph_logo2.png") no-repeat scroll 0 0 !important;
    height: 110px;
    margin-top: 25px;
}

header.activate .logo{
    margin-top: -10px !important;
    height: 70px !important;
    background: url('/app/helpers/images/jinio-navy.svg') !important;
    background-repeat: no-repeat !important
}

header div.xend span{
	margin-top: -5px;
    position: absolute;	
}

header.sticky .logo .tagline{
	/*color: #02e4d7;*/
	color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    margin-left: -13px;
    margin-top: 45px;
    transition: all 1s ease-in-out 0s;
}

header.activate .logo .tagline{
    display: none;
}

header.sticky .xend{
	background-position: 2.5rem 2.05rem;
    background-size: 38px auto;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    height: 109px;
    margin-left: 14.15rem !important;
    margin-top: -7rem !important;
    padding-left: 24px;
    padding-top: 2rem;
    width: 6rem;
}

header.activate .xend{
    background-position: 1.6rem 0.94rem !important;
    background-size: 2rem 1rem;
    border-left: 1px solid rgba(10, 42, 63, 0.25);
    color: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    height: 63px;
    margin-left: 9.15rem !important;
    margin-top: -4rem !important;
    padding-left: 0.8rem;
    padding-top: 1rem;
}

header.activate .logo{
    margin-top: -10px !important;
	margin-left: 10px !important;
    height: 70px !important;
    background: url('/app/helpers/images/jinio-navy.svg') !important;
    background-repeat: no-repeat !important
}

/* JShopper.co */
header.sticky .jshopper-logo{
	background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-mint.png") no-repeat scroll 0 0 !important;
	height: 110px;
	margin-top: 25px;
	background-size: 335px !important;
}

header.activate .jshopper-logo{
	margin-top: -4px !important;
	height: 70px !important;
	background: url('/app/helpers/images/Jshopper-navy-notag.png') no-repeat scroll 0 12px !important;
	background-size: 185px !important;
}

/* Media Queries */

@media screen and (max-width: 1024px) {
	header.sticky .logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/importph/importph_logo2.png") no-repeat scroll 0 0 !important;
		height: 110px;
		margin-top: 5px !important;
	}
	
	header.sticky .logo .tagline{ display: none!important; }
	
    header.activate .logo{
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        height: 80px !important;
        background: url('/app/helpers/images/jinio-navy-w-tagline.svg') no-repeat scroll 0 0 !important;
        background-repeat: no-repeat !important
    }
	
    header.sticky.activate .xend{
        margin-top: -5rem !important;
        margin-left: 8.15rem !important;
        background-size: 45px;
        padding-left: 5px;
        width: 100px;
        height: 45px !important;
        background-position: 17px 8px !important;
        font-size: 0.8rem !important;
    }    
    
    header.activate .logo .tagline{ display: none; }
	
	header.sticky .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-mint-notag.png") no-repeat scroll 0 0 !important;
	}
	
	header.activate .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-navy-notag.png") no-repeat scroll 0 0 !important;
	}
	
	header.sticky .jshopper-logo, header.activate .jshopper-logo{
		margin-top: 5px !important;
		height: 50px !important;
		background-size: 150px !important;
	}
}

@media screen and (max-width: 768px) {
	
	header.sticky .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-mint-notag.png") no-repeat scroll 0 0 !important;
	}
	
	header.activate .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-navy-notag.png") no-repeat scroll 0 0 !important;
	}

	header.sticky .jshopper-logo, header.activaite .jshopper-logo{
		margin-top: 5px !important;
		background-size: 185px !important;
	}

}

@media screen and (max-width: 360px){
	header.sticky .xend, header.sticky.activate .xend{
		margin-top: -7rem !important;
		margin-left: 10rem !important;
		background-size: 45px;
		padding-left: 10px;
		width: 100px;
		height: 70px !important;
		background-position: 27px 26px;
		font-size: 0.8rem !important;
	}

	header.sticky.activate .xend{
		margin-top: -5rem !important;
		padding-left: 10px;
	}
	
	header.sticky .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-mint-notag.png") no-repeat scroll 0 0 !important;
	}
	
	header.activate .jshopper-logo{
		background: rgba(0, 0, 0, 0) url("/app/helpers/images/Jshopper-navy-notag.png") no-repeat scroll 0 0 !important;
	}
	
	header.sticky .jshopper-logo, header.activate .jshopper-logo{
		margin-top: 5px !important;
		height: 50px !important;
		width: 155px !important;
		background-size: 150px !important;
	}
	
}

button.disabled, button[disabled], .button.disabled, .button[disabled]{
    background-color: #008F89 !important;
    border-color: #008F89 !important;
    cursor: no-drop !important;
}

button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover{
    background-color: #008F89 !important;
    border-color: #008F8 !important;   
}

.button-group > li{
    vertical-align: top !important;
}

div.orbit-container .active{ background: none!important; }

@media screen and (max-width: 46em) {
	h1{ font-size: 1.5rem; }

}

#faqContent a{ color: rgba(40,70,180,1); }
#faqContent a:hover{ text-decoration: underline; }

html, body{
    background: #E7E9EC;
    width: 100% !important;
    height: 100% !important;
}

html{
    z-index: 1 !important;
    position: relative !important;
    padding: 0;
}

body{ background: #F2F2F2 !important; }


table{
    border-spacing: 0;
    border-collapse: collapse;
}

table, tr{ width: 100% !important; }

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
    background: none !important;
}

table tr td{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid rgba(229, 229, 229, 1)!important;
}

table + hr { display: none !important; } /*Removes Foundation automatic adding of hr*/

fieldset{
    padding: 5px 10px;
    border: 1px solid rgba(200,200,200,0.7);
    border-radius: 3px;
}

label{ color: rgba(27,27,27,1); }

.tabs dd > a, .tabs .tab-title > a{
    padding: 1rem 1.3rem !important;
}


p#admin_logo{
    margin: 0 !important;
    padding: 5px 0;
    width: 100%;
    background-color: rgba(13,57,85,1);
    font-family: Lato,san-serif;
    font-size: 45px;
    color: white;
}
p#admin_logo span.alter_color{ color: #02E4D7; }

.small-logo{
    margin: 5px;
    max-height: 80px;
}

.text-white{ color: white !Important; }

select:focus{
    background-color: white;
}

/* Utilities */

.cursor{ cursor: pointer !important; }

.break_word{ word-wrap:break-word; }

.gs_bold{ font-weight: bold; }

.gs_admin{
background-color:#269 !important;
background-image: linear-gradient(white 2px, transparent 2px),
linear-gradient(90deg, white 2px, transparent 2px),
linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px) !important;
background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px !important;
background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px !important;
}


/* Menu */

div.dashboard_menu{ margin-top: 10px; }

div.dashboard_menu ul{
    padding: 10px 0;
    background-color: #5F6970;
    color: white;
    text-align: center;
    margin-left:0px;
}

div.dashboard_menu ul li{
    padding: 5px 10px;
    cursor: pointer;
}

div.dashboard_menu ul li.active, div.dashboard_menu ul li:hover{ background-color: #23eade; }
div.dashboard_menu ul li.active:hover{ background-color: #11AFA6; }
div.dashboard_menu ul li.inactive:hover{ background-color: #5F6970; }

div.dashboard_menu ul li a{ color: inherit; }

/* Label */
.gs-google{ background-color: #39BB53 !important; }
.gs-facebook{ background-color: #3D5B99 !important; }



/* Tabs Data */
div#gs-tabs-data, div#gs-tabs-data section{ background-color: white; }

div#gs-tabs-data{ padding: 10px 5px; }

div#gs-tabs-data section{ overflow: auto; }

div#gs-tabs-data section table{
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 98% !important;
}

/* Faqs */

table#pricingTable th, table#pricingTable  td{
    text-align: center !important;
    font-weight: bold !important;
    color: rgba(50,50,50,0.8) !important;
}

table#pricingTable thead tr th{
	padding: 20px 0 0;
    background-color: #0a2a3f !important;
    font-size: 23px !important;
    line-height: 1.3em;
    color: #02e4d7 !important;
    vertical-align: middle;
}
.h6-price{
	color: #02e4d7 !important;
	font-size: 1rem !important;
}
.h4-price{
	color: #02e4d7 !important;
	font-size: 1.4375rem !important;
}
.h7-price{
	color: #02e4d7 !important;
	font-size: 0.875rem !important;
}
table#pricingTable tbody tr td{
    padding: 25px 10px !important;
    font-size: 25px !important;
}


table#pricingTable tbody tr td a{
    color: #02E4D7;   
}

table#pricingTable tbody tr td p{
    margin: 2px;
    text-align: left;
}

div#ratesTable div.dataTables_wrapper div.dataTables_filter input{
    background: white !important;
}

div#ratesTable table tr th:nth-child(even), div#ratesTable table tr td:nth-child(even){
	border-left: 1px solid rgba(0,0,0,0.1) !important;
}

div#ratesTable table tr td{ width: 50% !important; }

#arrivalItemsTable{
    margin: 5px 10px !important;
}

#arrivalItemsTable thead tr th{ vertical-align: top; }

#arrivalItemsTable tbody tr td i.icon{
    margin: 1px 2px !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

#package_label{
    border: 1px solid black;
    width: 200px;
    height: 50px;
}

/*Jquery UI Datepicker Reset*/
.ui-helper-clearfix {
    min-height: 50px;
}

/* Active Date */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: #0D3955;
    color: white;
}

/* Dates */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: none !important;
	border-radius: 3px;
	padding: 2px;
	text-align: center;
}

/* Hovered State */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
	border: none !important;
	background: rgba(2,207,195,0.7) !important;
}

/* Arrival */

.repackage_item{
	margin: 1px !important;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
}

#photoAlbum{
	resize: vertical;
	overflow: auto !important;
	margin: 5px !important;
	padding: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	width: 100%;
	height: 180px;
}

.photoBox{
	float: left;
	padding: 1px 2px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
	background: white;
	text-align: center;
}

.photoBox .photoBox-remove{
	cursor: pointer !important;
}

.photoBox input[type="checkbox"]{
	margin-top: 3px !important;
	float: right;
}

.photoBox input[type="radio"]{
	margin-top: 2px !important;
	float: left;
}

.photoBox img{
	margin: 2px;
	width: 100px;
	height: 100px;
}

/* Tracker */
#trackerHome{
margin: 150px auto 20px auto;
padding: 50px 10px;
background: white;
color: #0D3955;
font-family: "proxima-nova", Lato, sans-serif !important;
}

#trackerHome p{
font-size: 14px !important;
}

#trackerHome h2{
color: #02E4D7;
text-align: center;    
}


#trackerHome #trackerField{
border: 2px solid #02E4D7;
padding: 10px 5px;
height: 50px;
color: #0D3955;
text-transform: uppercase;
font-size: 25px;
}
#trackerHome #trackerField::-webkit-input-placeholder { color: #0D3955; }
#trackerHome #trackerField:-moz-placeholder { /* Firefox 18- */ color: #0D3955; }
#trackerHome #trackerField::-moz-placeholder {  /* Firefox 19+ */ color: #0D3955; }
#trackerHome #trackerField:-ms-input-placeholder { color: #0D3955; }

#trackerHome #arrow{
margin-top: 5px;
font-size: 3rem;
}

#trackerHome .estimate_date{
display: inline-block;
border: 2px solid #0D3955;
border-radius: 100px;
margin: 0 auto;
width: 100px;
height: 100px;
background:  #0D3955;
color: #02E4D7;
text-align: center;
text-transform: uppercase;
line-height: 100px;
font-size: 17px;
font-weight: bold;
}

#trackerHome #tracker_log ul{ list-style-type: none; }

#trackerHome #tracker_log ul li{
margin: 3px 2px;
text-align: center;
}

#trackerHome #tracker_log ul li.active-node{ text-transform: uppercase; }

#trackerHome #tracker_log ul li div.separator{
position: relative;
display: inline-block;
margin: 25px auto 5px auto;
width: 5px;
height: 20px;
background: #0D3955;
}

#trackerHome #tracker_log ul li div.node{
display: inline-block;
border: 2px solid #0D3955;
border-radius: 100px;
margin: 2px auto;
width: 60px;
height: 60px;
background: #0D3955;
color: #02E4D7;
text-align: center;
text-transform: uppercase;
line-height: 47px;
font-size: 11px;
font-weight: bold;
}

#trackerHome #tracker_log ul li.active-node{ font-weight: bold; }

#trackerHome #tracker_log ul li.active-node div.node{
border: 2px solid #21C0DE;
color: #F5DE40;
}

.reveal-modal ul li #announcement_container p::before, .reveal-modal ul #announcement_container p::after{ background: none !important; }

#announcement_container{
    overflow: auto;
    margin: 0;
    padding: 20px 25px;
    width: 100%;
    height: auto;
    min-height: 600px;
    background: #0A2A3F;
    color: #01F0E0;
}

#announcement_container p b, #announcement_container .header{ color: #C0FFFB;}

#announcement_container p{
    outline: none !important;
    font-size: 18px !Important;
}

#announcement_container .header{
    border: 0;
    font-weight: 900;
}

#clockdiv{
    display: inline-block;
    margin: 5px auto 10px auto;
    color: #0A2A3F;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}

#clockdiv > div{
    display: inline-block;
    margin: 2px auto;
    padding: 5px;
    border-radius: 7px;
    width: 80px;
    background: #01F0E0;
}

#clockdiv div > span{
    display: inline-block;
    padding: 15px 1px;
    border-radius: 3px;
    border: none;
}

.smalltext{ font-size: 16px; }

@media only screen and (max-device-width: 800px) {
    #clockdiv > div{ width: 65px; }
    .smalltext{ font-size: 14px; }
}

@media only screen and (max-device-width: 360px) {
    #clockdiv{ font-size: 25px; }
    #clockdiv > div{ width: 50px; }
    .smalltext{ font-size: 11px; }
}

@media only screen and (max-device-width: 360px) {
    #clockdiv{ font-size: 22px; }
    #clockdiv > div{ width: 40px; }
    .smalltext{ font-size: 9px; }
}

/* -------- GLOBAL SEARCHBAR --------- */
.global-searchbar{
    position: absolute;
    right: 15px;
    top: 25%;
    width: 35%;
}

.global-searchbar li{    
    width: 100%;
}

#global_search, #global_select, #global_searchBtn{
    height:35px;
}

#global_searchBtn{
    padding: 0;
}

#global_select{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#global_search{
    border: 1px solid #ccc;
}
