body {
background-color: 
#eee !important;
font-family: 'Raleway', sans-serif;
overflow-x: hidden;
margin:0;
}
#header { background-color: #fff;padding: 20px;
margin-bottom: 70px;
color:#F05F23;
min-height: 84px;
border-bottom: 1px solid
#B7B0B0;
}
#content {
    min-height: 360px;
}
#header .top-header {
padding-top: 20px;
border-bottom: 4px solid #0c6eb6;
padding-bottom: 20px;

}
.logo img {
margin-left: 8%;
}

select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
.fa.fa-trash {
    color:  red;
    font-size: 18px;
}

.vertical-menu {
width: 100%;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
   border: 1px solid 
    #000;
}

.vertical-menu a:hover {
 background-color:#f58c48;
 text-decoration: none;
 color:#fff;
  border: 1px solid 
    #000;
}

.vertical-menu a.active {
  background-color: #4CAF50;
  color: white;
   text-decoration: none;
}

#footer_bottom {
background-color: #353839;
padding-top: 13px;
padding-bottom: 17px;
margin-top:70px;
clear: both !important;
}
#footer_bottom .copyright {
text-align: center;
font-size: 16px;
color: #fff;
}
#footer_bottom .copyright a {
color: #fff;
font-size: 19px;
}

.blog{
min-width:575px;
min-height:400px;
border:1px solid #e2e2e2;
float:right;
margin-right:300px;
background-color:white;
}

#section-one {
    background: linear-gradient(to right, 
#43cae9 0%,
    #38f9d7 100%);
	height: 654px;
}
#login-form {

    display: flex;
    margin: auto;
    width: 315px;

}
.login-title {
    text-align: center;
 
    width: 271px;
}
#login-form form {

    margin-top: 155px;

}
.loginbtn {

    background: #ff3000 !important;


}

.login-title {

    text-align: center;
}




/* header */
.logo img {

    height: 44px;
    width: 207px;

}
.admin-settings {

    display: flex;
    list-style: none;
}
li{    list-style: none;}
.admin-settings li {

      padding: 11px;
    font-size: 15px;


}
a {
    color: 
    #000;
}
form.example input[type=text] {
 padding: 5px;
font-size: 17px;
border: 1px solid
#f4853c;
float: left;
width: 71%;
background:
#f1f1f1;
margin-top: 0px;
height: 39px;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}
.search-button {

  width: 74px;
    height: 39px;
    border: 1px solid #f15f3a;
color:#fff;
background:  #f58c48;

}



.content-bottom {

    margin-bottom: 43px;

}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
.admin-settings li a:hover {
    color: 
    #f05f23 !important;
	text-decoration: none;
}
.items.active a {
    color: 
    #f05f03;
}
#datepicker {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
/* FORM STYLE   */
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.btn-one {
    background-color: 
#191C19;
border: none;
color:
    white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.student_table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#example_filter {
    float: right;
}
#example_paginate {
    float: right;
}
  #allSt_length { display: none;}
   #allSt_filter {display: none;}
   #allSt_info {float: left;}
   #allSt_paginate {float: right;}
   #allSt_paginate a {padding: 4px;  border: 1px solid #090808;color:#000;background:#fff;}
   #allSt_paginate a:hover{padding: 4px;border: 1px solid #090808;color:#fff;background:#000;}
 #example_paginate a { padding: 4px;  border: 1px solid #090808;color:#000;background:#fff;}
 #example_paginate a:hover {padding: 4px;border: 1px solid #090808;color:#fff;background:#000;}
td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.student_table th {
 background: black;
color: #fff;
    padding: 9px;

}
.student_table td { background: #fff;
color: #000;
padding: 9px;

}
tr:nth-child(even) {
  background-color: #dddddd;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
.content-wrapper {
    min-height: 400px;
}
.topnav .icon {
  display: none;
}
.exit_student{display:none;}
.new_update_student{display:none;}
.radio-container {
display:inline-block;
  position: relative;
  padding-left:  41px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #F05F03;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.radio-container.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-intake { background: #353839;color:#fff;float: right;}
.form-control { padding: 0px !important;}
.remove-btn { background: red;color: #fff;float: right;}
.AddDATE {background: #467ac2;color:#fff;}
.tDelete {background: red;float: right; padding: 3px 7px 3px 9px;
}
.AddDATEmORE {
    background: #000;color: #fff;}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media (min-width:320px) and (max-width:767px) { 
.sidebar{
clear: both;
 padding-top: 20px;

}
.admin-settings {
    display: inline flow-root list-item;
    list-style: none;
    text-align: center;
	}
.admin-settings li {
  padding: 3px;
font-size: 15px;
display: inline-table;
	}
.items.tab {
    display: block ruby;
    margin: 3px 0px 0px -34px;
}

table{ width: 100%;
    clear: both;
    display: inline-block;
	overflow: auto;
}
#allSt {

    overflow: auto;

}
.btn-one {
    width: 100%;
}
.content-right {
    width: 100%;
}
.vertical-menu {
    width: 100%;
    text-align: center;
    text-decoration: none;
}
}
	@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
