.navbar-logo { 

	padding-top:10px;
	height: 40px;
	float: left;
	padding-left: 10px;

}
.btn-col {

	background-color: #00aadf;
        border-color: #00aadf;
}

.btn-col:hover { 
    background-color: #3879d9;
    border-color: #00aadf;
}

.blogin {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
	background-color: black;
	background-image:url(/images/back.png);
}

.title {
    color: white;
    font-size: 2em;
    text-align: center;
    font-family: 'Russo One', sans-serif;
    margin-top:100px;
    margin-bottom: 10px;
}

.login-panel { 

	margin-top:10px;
}

.button-right { 
	float: right;
}
.button-padding-left { 
	margin-left: 10px;
}

#page-wrapper { 
	background-image:url(/images/back2.png);
	backgrouns-size: cover;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.red { 
	background-color: red;
}
.green { 
	background-color: green;
}
.orange { 
	background-color: orange;
}
.table_switch { 

    border-collapse:separate;
    border:solid #e7e7e7 1px;
    border-radius:6px;
}

.table_switch td, .table_switch th {
    border-left:solid #e7e7e7 1px;
    border-top:solid #e7e7e7 1px;
    padding: 10px;
    text-align: center;
}

.table_switch th {
    background-color: #f8f8f8;
    border-top: none;
}

.table_switch td:first-child, th:first-child {
     border-left: none;
}

