/* 
===============================================================

	SHIELD - Content Management System By EZCode
	-------
	For more details --> http://themeforest.net/user/ezcode
	
	Version: 2.1
	
===============================================================
 */

/* Global Styles */
body {
    font-family: 'Roboto', sans-serif;
}

#bg {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

table {
	border-style:none;
	width:100%;
}
table tr td {
	padding: 5px;
	border:0px;
}
table tr:nth-child(even){
	background-color: #f0f0f0;
}
#total {
	background:#95BBD7;
	color:#fff;
}

html{height: 100%;}

.form-signin {
    max-width: 370px;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    background: rgba(0,0,0,.7);
    margin-top: 12%;
    border-radius: 0px;
    height: auto;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
}

.sweet-alert fieldset input {
    border: none;
    position: relative;
    display: none;
}
.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#bg .form-signin input {
    width: 100%;
	margin: 10px 0;
}

input.btn.btn-info.btn-flat {
    padding: 12px !important;
    height: 100%;
    width: 100%;
}
.hero-unit p {
    font-size: 18px;
    color: #fff;
	float: left;
    width: 100%;
    text-align: center;
	    margin: 0 0 20px;
}

.hero-unit span {
    color: #eee;
    float: left;
    width: 100%;
    text-align: center;
	    margin: 10px 0;
}

.hero-unit {
    font-size: 14px;
}

.navbar-fixed-top {
    padding-top: 15px;
    border-width: 0 0 1px;
}

.navbar-inverse {
    background-color: #061389;
    border-color: #080808;
}

.navbar-brand {
	float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 25px;
    line-height: 20px;
}

.topbar {
    width: 99%;
}

ul#info {
    text-align: center;
	padding-right:2%;
}

.table-responsive .row {
    margin: 0px !important;
}

h2.sub-header {
    padding: 5px 30px;
    margin-top: 10px;
}

.form-horizontal .control-label {
    padding-top: 18px;
}


.panel-body {
    padding: 6px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px;
}

td.r {
    float: right;
}

thead {
    background-color: rgba(0, 136, 204, 0.25);
}

.panel.panel-default.dash {
    border: 0px;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;
}

input#code {
    width: 300px;
}

/*================================================================================*/

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 16px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 65px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 20px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #d9534f;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #f0ad4e;
}


.panel-purple {
    border-color: #ee4ef0;
}

.panel-purple > .panel-heading {
    border-color: #ee4ef0;
    color: #fff;
    background-color: #ee4ef0;
}

.panel-purple > a {
    color: #ee4ef0;
}

.panel-purple > a:hover {
    color: #ee4ef0;
}



.panel-aqua {
    border-color: #39c1bc;
}

.panel-aqua > .panel-heading {
    border-color: #39c1bc;
    color: #fff;
    background-color: #39c1bc;
}

.panel-aqua > a {
    color: #39c1bc;
}

.panel-aqua > a:hover {
    color: #39c1bc;
}




/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
table tr td {
	padding: 5px;
	border:0px;
	font-size: 10px;
}
}

/* Vertical Iphone */
@media only screen and (max-width: 479px) {
table tr td {
	padding: 5px;
	border:0px;
	font-size: 10px;
}
}