


body {
	
	font-family: 'Viga', sans-serif;
	font-size: 20px;
	/* background: #30365a !important;*/
	padding: 1% 0;

	background: repeating-linear-gradient(
    -45deg,
    #333,
    #333 5px,
    #303030 5px,
    #303030 10px);
    color: silver

}

.table tr td {
	color: white;
}

a {
	color: silver;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none
}

a:hover {
	color: gray;
}


hr {
	width: 98% !important;
	margin-left:1%;
	margin-top:35px;
}

footer hr {
	margin-top:0px !important;
}

.form-area {
	background: #222;
	border-radius: 10px;
	color: #dedede;
	padding: 2%;
	margin: 0;
	box-shadow: 0px 7px 3px 0px rgba(0,0,0,0.33)
}


#volumesection {
	background: rgba(0,0,0,0.33);
	border-radius: 10px;
	padding: 20px;
}

/** fonts **/


h1,h2 {
	background: -webkit-linear-gradient(#fff, #888);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bolder;
	text-transform: uppercase;
}


h3 {
	background: -webkit-linear-gradient(#fff, #888);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 28px !important;
	font-weight: 900
}


h4,h5 {
	background: -webkit-linear-gradient(#fff, #888);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 100%;
	font-weight: bolder;
}

.notice {
	font-size: 12px;
	font-weight: normal;
}

.boldchrome {
	/*color: #4a9ffc*/ 

	background: -webkit-linear-gradient(#fff, #888);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	height: 65px;
	margin: 0 5px 0 0;
	overflow: hidden;
	word-break: break-all;
	text-transform: center
}

span#volume {
	font-size: 20px;
	font-weight: normal 
}

.align-left {
	color: #444 !important;
	display: inline-block;
	text-align: left;
	font-size: 14px !important;
	margin: 0 0 0 0 !important;
	width:50%;
}


.align-right {
	color: #444 !important;
	text-align: right;
	display: inline-block;
	margin: 0 0 0 0  !important;
	font-size: 14px !important;
	width:50%;
}

.fa {
	color: gold;
}

/** UI Slider **/


.slidecontainer {
  width: 100%;
}

.kgslider, .muslider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #111;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.kgslider:hover, .muslider:hover {
  opacity: 1;
}

.kgslider::-webkit-slider-thumb, .muslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}

.kgslider::-moz-range-thumb, .muslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #222;
  cursor: pointer;
}

/** form **/
form {
	margin:0;
	padding:20px;
	border-bottom: 1px solid #515151;
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
}

input[type='number'] {
	background: #111;
	height:50px;
	width: 100%;
    margin: 2px 0 0 0 ;
    font-weight: bolder;
    text-align: right;
    text-shadow: 2px 2px rgba(0,0,0,0.33)
}

input[type='number'] {
	border: 1px solid #333;
	color: white;
    width: 100%;
    font-size: 100%;
}

input[type='number']::placeholder {
	color:#222;
	font-weight: normal;
	text-shadow: none;
	font-size: 30px
}



.calculatebtn {
    background:gold !important;
    color:#d2002e !important;
    cursor: pointer;
    font-weight: bold;
    margin: 4px 0;
    text-transform: uppercase;
    width: 100%;
}

#dhlshiprateshowmodal {
	background: white;
	color:#222;
    cursor: pointer;
    font-weight: bold;
    margin: 4px 0;
    text-transform: uppercase;
}

button:hover {
	transition: scale(1.25);
}

.resetbtn {
	background: #333;
	color: #fff !important;
	cursor: pointer;
	width: 100%;
}

/** modal **/
.modal-content {
	background: #333;
}

/** tabs **/
.nav-tabs {
	border-bottom: 1px solid #515151;
	font-size:14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #222;
	border-color: #515151;
	border-bottom: none;
	color: white;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	background: #111;
	border-bottom: #515151 1px solid;
	color: #515151;
}

button:focus {
	outline: none;
	border:0
}

.nav-link:not(:active) img {
	opacity: 0.3;
}

.nav-link.active img {
	opacity: 1
}

/** theme / skin chooser **/

#themechooser {
	background: #333;
	border-bottom:2px solid #555;
	font-size: 13px;
	left:0;
	padding: 3px;
	position:fixed; 
	right: 0;
	top: 0%;
	width: 100%;
	z-index: 9999
}

#themechooser span {
	border-radius: 3px;
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}

#themechooser span.notice {
	border:none;
	border-radius: 0;
	height: auto;
	width: auto;
}

#themechooser #black {
	background: #222;
	
}

#themechooser #blue {
	background: #18537b;

}

#themechooser #white {
	background: #fff;

}