body {
	background: rgb(29, 31, 32);
}
body#auth {
    background: #2089cf !important;
}
h1,h2,h3,h4,h5 {
	color: white !important;
}
@media only screen and (max-width: 767px) {
    .pimp{
        text-align: center;
    }
}
.blackhover:hover {
    background: #222222;
}
.vbox input[type=text]{
    width: 100%;
    height: 60px;
    background: white !important;
    color: #e74c3c !important;
    font-size: 20px;
    font-weight: bold !important;
    border: 0 !important;
    box-shadow: none !important;
}
.vbox button {
    height: 60px !important;
}
.range a {
	width:  100%;
	display:  block;
	padding:  20px;
	background:  green;
	text-align:  center;
	margin-bottom:  10px;
	color:  white;
	text-transform: uppercase;
}
.lister a {
    display: inline-block !important;
    background: black !important;
    padding: 5px 15px;
    font-size: 14px !important;
    color: #fff !important;
    margin-bottom: 10px;
    border-radius: 18px;
    border: 1px solid transparent;
}
.lister .active {
    border: 1px solid #fff;
}
.lister a:hover {
    border: 1px solid #fff;
}
textarea,input[type=text],input[type=password], select {
	background: black !important;
	color: white !important;
	border: 1px solid rgb(90, 90, 90) !important;
}
label {
	color: white !important;
}
.reveal-modal {
	background: rgb(24, 26, 27) !important;
	border-top-color: rgb(82, 82, 82) !important;
	border-right-color: rgb(82, 82, 82) !important;
	border-bottom-color: rgb(82, 82, 82) !important;
	border-left-color: rgb(82, 82, 82) !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px !important;
}
.testb {
	background: rgb(65, 69, 72);
}
.testb:hover {
	background: #2C3E50;
}
.startbtn:hover {
	box-shadow: 0px 1px 29px 7px rgb(29, 31, 32);
}
.startbtn:focus {
	background: grey !important;
	box-shadow: 0px 1px 29px 7px green !important;
}
.left-links {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
    padding-top: 10px;
}
.left-links a {
    margin-left: 20px;
    display: inline-block;
}
.left-links a:hover {
    color: blueviolet !important;
}
.header {
	height: 65px;
	background: white;
    box-shadow: 0 3px 5px 0 rgb(4 10 41 / 13%) !important;
}
.reveal-modal {
	position: fixed !important;
	top: 15% !important;
}
.table-actions {

}
.table-actions a {
	display: inline-block;
	font-size: 13px;
	color: white;
	padding: 8px 15px;
	background: rgb(60, 64, 67);
}
.search-btn {
    background-image: url('../images/icons/search.png') !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    height: inherit

}
.search-btn:before {
    content: "";
}
.baseSearch {
	background: grey;
	background-image: url('../images/splash.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -200px;
}
.baseSearch .baseSearchOverlay {
	background: rgba(0,0,0,0.8);
}
.baseSearch .inner {
	padding: 10px;
}
.priceline {
	background: white;
}
.singleWhite {
	background: rgb(29, 31, 32);
	border: 1px solid rgb(90, 90, 90);
	position: relative;
}
.withShadow {
    box-shadow: 0px 2px 2px 0px rgb(215,215,215);
}
.singleWhite .delete {
	position: absolute;
	right: 10%;
	bottom: 10%;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
}
.singleWhite .delete a {
	padding: 5px 15px;
	display: block;
	color: white;
}
.singleWhite .inner {
	padding: 10px;
	overflow: hidden;
}
.singleWhite .sideLinks {
	position: absolute;
	bottom: 0;
	right: 0;
}
.singleWhite .sideLinks a {
	background: cornflowerblue;
	margin-left: 5px;
	display: inline-block;
	color: white;
	padding: 2px 10px;
	font-size: 13px;
}
.trybtn {
    background: #e74c3c;
    color: white;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px !important;
}
.splash {
	background: #2C3E50;
}
.tLinks {
	overflow: hidden;
	margin-top: 18px;
    text-align: right;
}
.tLinks .register {
    background: #e74c3c;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: bold;
}
.tLinks .register:hover {
    background: #2980b9;
}
.tLinks a {
	display: inline-block;
	color: white;
	font-size: 15px;
	margin-left: 15px;
}
.tLinks a:hover {

}
.tLinks a.main {
	background: #2ba6cb;
	padding: 5px 10px !important;
	border-radius: 3px;
}
.tButton {
	background-color: #333333;
	padding: 5px 10px !important;
	border-radius: 3px;
}
.footer	 {
	background: black;
	display: block;
	overflow: hidden;
}
.fLinks {
	padding-top: 10px;
	padding-bottom: 10px;
}
.fLinks a {
	color: white;
	margin-left: 10px;
	font-size: 13px;
	padding: 10px 0px;
}
.screen {
	background: black;
	height: 450px;
}
.screen .container {
	height:430px;
	width:100% !important;
	position: relative;
}
.screen .container .larrow {
	position: absolute;
	left: 0;
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid white;
	top: 45%;
}
.screen .container .rarrow {
	position: absolute;
	right: 0;
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid white;
	top: 45%;
}

/*  Utilities */
.tenpixel {
	height: 10px;
	display: block;
}
.fivepixel {
	height: 5px;
	display: block;
}
.text-white {
	color: white;
}
.fonted {
	font-family: 'Roboto', sans-serif !important;
}
.noMargin {
	margin: 0 !important;
}
.topSpace {
	margin-bottom: 10px;
}
.smallText {
	font-size: 13px;
}
.title {
	background: -webkit-linear-gradient(top, #F7F7F7, #EDEDED);
	border: rgba(0, 0, 0, .1) solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.inLineLinks {

}
.text-bold {
	font-weight: bold;
}
.blockList {
	display: block;
}
.blockList a {
	display: block;
	color: white;
	border-bottom: 1px solid rgb(90, 90, 90) !important;
	padding: 10px 5px;
	font-size: 15px;
	position: relative;
}
.blockList a:hover,
.blockList .selected {
	border-left: 5px solid rgb(102, 102, 102);
}
/*
.blockList a:before {
	position: absolute;
	right: 5%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid grey;
	content: '';
}*/
.bigGap {
	height: 150px;
}
.reveal-modal-bg {
	position: fixed !important;
}
.bigForm {
	padding-top: 300px;
	padding-bottom: 300px;
}
.text-red {
	color: red !important;
}
.faded {
	opacity: 0;
	height: 0 !important;
	width: 0 !important;
}
.bridge {
	border-top:1px solid rgb(90, 90, 90) !important;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bigPad {
	padding: 100px;
}
.hasRadius {
	box-radius: 3px !important;
}
.shadowed {
	box-shadow: 0px 1px 1px 0px dimgrey;
}
.smallButton {
	padding: 10px 20px !important;
}
.tinyError {
	margin: 0 !important;
	color: red;
	font-size: 13px;
}
.pagination li {
	background: cornflowerblue;
	color: white;
	padding: 5px;
	display: inline-block !important;
}
.pager li {
	list-style: none;
	display: inline-block;
	background: cornflowerblue;
	color: white;
	padding: 10px;
}
.pager li a {
	color: white;
}
/* Text Colors */
.text-dark-brown {
	color: #333 !important;
}
.text-black {
	color: black !important;
}
.text-green {
	color: darkgreen;
	font-weight: bold;
}
.text-grey {
    color: grey;
}
.singleCard:before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2%;
	background: #7ac437;
}
.singleWhite .tips {
	position: absolute;
	top: 10%;
	left: 0;
}
.singleWhite .tips .one {
	background: rgba(0,0,0,0.5);
	display: block;
	padding: 5px 20px;
	overflow: hidden;
	margin-top: 5px;
}
.singleWhite .tips .one p {
	float: left;
	color: white;
}
.singleWhite .tips .one img {
	height: 20px !important;
	width: 20px !important;
	float: left;
	margin-right: 10px;
}
button {
    outline: none !important;
}
.disabledSet .singleWhite {
    background: rgb(215,215,215) !important;
    color: white !important;
}
.disabledSet p {
    color: black !important;
}
/* - End Of Text Colors - */

/* - For Foundartion -- */
.tabs {
    background: #EFEFEF;
}
.thefooter {
    background: black;
    border-top: 5px solid #ffff00;
}
.logon {
    float:right;
    background: #2ba6cb;
    display: inline-block;
    padding: 10px
}
.logon:hover {
    color: red;
}
.full-width {
    width: 100%;
}

#specialLogin input[type=text],
#specialLogin input[type=password] {
    font-family: roboto;
    font-size: 100%;
    height: 50px;
    padding: 15px;
}
#specialLogin input:hover,
#specialLogin input:active,
#specialLogin input:focus {
    box-shadow: none !important;
}

.red-line {
    border: 1px solid red !important;
}

hr {
	border: 1px solid rgb(90, 90, 90) !important;
}

table, table thead {
	background-color: rgb(24, 26, 27) !important;
	border-top-color: rgb(90, 90, 90) !important;
	border-right-color: rgb(58, 58, 58) !important;
	border-bottom-color: rgb(58, 58, 58) !important;
	border-left-color: rgb(58, 58, 58) !important;
}

table tr:nth-of-type(even) {
	background-color: black !important;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
	border:1px solid rgb(58, 58, 58) !important;
	color: white !important;
}
.side-button {
    padding-top: 12px;
    padding-bottom: 12px;
	border-bottom: 1px solid #6C7A89;
}
.side-button:hover {
    background: black;
}
.sprint-links a {
	display: inline-block;
	font-size: 12px;
	background: deepskyblue;
	padding: 5px 15px;
	color: black;
}
.startbtn {
	background: #019875;
}
.startbtn:hover {
	background: #03A678;
}
.stopbtn {
	background: #D91E18;
}
.stopbtn:hover {
	background: #96281B;
}
.newp {
	font-family: 'Play', sans-serif !important;
	color: white !important;
}
.borrow {
	font-family: 'Lato', sans-serif !important;
}
.topbtn {
	display: inline-block;
	background: #336E7B;
	height: 50px;
	font-size: 13px;
	padding: 15px;
	width: 100%;
	text-align: center;
}
.topbtn:hover {
	background: #52B3D9;
	color: black;
}
.newtable tbody tr:hover {

}
.markets {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5%;
	background: #2C3E50;
	width: 100%;
}
.mactive {
	background: green !important;
}
.analyzer-status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.analyzer-status-seen {
    background: darkslategrey;
}
.analyzer-status-unseen {
    background: forestgreen;
}
.spas a {
    display: inline-block;
    font-size: 13px;
    color: white;
    background: black;
    padding: 10px;
    margin-right: 8px;
    border-radius: 20px;
}
.box {
    border: 1px solid rgb(215,215,215);
}
.box .inner {
    padding: 30px;
}
.box .inner li {
    color: white;
    font-size: 14px;
    padding: 5px;
}
.btn {
    display: block;
    background: #0a0a0b;
    border: 1px solid grey;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 13px;
    border-radius: 8px;
}
.btn:hover {
    background: grey;
    color: white;
    border: 1px solid black;
}
.pop {
    border: 1px solid transparent;
}
.pop:hover {
    border: 1px solid #4cd137;
}
.btnp {
    color: grey;
    font-size: 20px;
}
.xbridge {
    border: 1px solid grey;
    position: relative;
    margin-bottom: 30px;
}
.xbridge span {
    position: absolute;
    left: 40%;
    font-size: 18px;
    text-transform: uppercase;
    background: rgb(29, 31, 32);
    top: -25px;
    color: white;
    font-family: 'Lato', sans-serif !important;
    padding: 10px 20px;
}
