@charset "utf-8";
/* === Common Style === */
@font-face {font-family: 'Black Ops One';font-style: normal;font-weight: 400;src: local('Black Ops One'), local('BlackOpsOne-Regular'), url(../fonts/BlackOpsOne-Regular.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
body{background:#000000;font-family: sans-serif}
h1,button,a{/* font-family: 'Black Ops One'; */color:#337AB7;}
h1{padding:0 0 10px 0}
h3{font-family: 'Black Ops One';font-size:20px;margin:0}
.divider{border-bottom: 1px solid #eee;margin:10px 0;padding-bottom: 9px}
button, .cbtn{min-width:120px;padding:5px 20px;border-radius:0;color:#337AB7;border:1px solid #eee;text-align:center;text-decoration:none!important;}
button, .cbtn:hover{background:#EEEEEE}
.green{color: rgb(77, 189, 106) !important}
.red{color: rgb(234, 101, 101);}
.maroon{color:maroon}
/* === Main Wrapper === */
.main_wrapper{margin:0px 0 0 0;padding:10px;border-radius:0px;}
/* === Navigation Section === */
.nav li a{border:1px solid #eee;padding:5px 10px;border-radius:0}
/* === Content Section === */
.content{}
.page-header{margin:20px 0 10px}
/* === Requirement Page === */
.requirement ul{margin:0;padding:0}
.requirement ul li{list-style:none;padding:5px; border:1px solid #eee}
table{width:100%;margin:0 0 20px 0;}
table thead{background: #fdfdfd;border:1px solid #eee;}
table thead td{padding:10px;border:1px solid;color: #ffbc00;font-weight: 900;}
table tbody td{border-bottom:1px solid #EEEEEE;padding:2px;}
.fa.fa-times.red{
font-size: 20px;
}
/* === Setup/Install Page === */
.form-control{border-radius:0!important}
.form-group{margin-bottom:5px}
.content{min-height:400px} 