/*common styles*/
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }

  
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }

  /* For mobile phones: */
[class*="col-"] {
    width: 100%;
  }

  .head{
    background-color:black;
    color: white;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 30px;
}

.operations{
    border: grey solid 2px;
    background-color: grey;
    font-size: 20px;
    padding-left: 10px;
}

.form{
    width: 100%;
   margin-top: 5px;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.form1{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 

input{

  margin-right: 20px;
}

.lable1{
  font-family:'Calibri';
}

.col-12{
    width: 100%;
}

/*form styles */

.lable1{
  height:312;
  width: 175px;
  float: left;
  background-color: lightblue;
  margin-left: 2px;
}
/*.lable4{
  height:312;
  width: 150px;
  float: left;
  background-color: lightblue;
  margin-left: 2px;
}*/
.lable2{
  height:312;
  width: 175px;
  float: left;
  background-color: lightblue;
  margin-left: 2px;
}
.lable3{
  height:312;
  width: 175px;
  float: left;
  background-color: lightblue;
  margin-left: 2px;
}
.input1{
  height:312;
  width: 267px;
  float: left;
  background-color: lightblue;
}
/*.input4{
  height:312;
  width: 145px;
  float: left;
  background-color: lightblue;
}*/
.input2{
  height:312;
  width: 267px;
  float: left;
  background-color: lightblue;
}
.input3{
  height:312;
  width: 267px;
  float: left;
  background-color: lightblue;
}

.multiselect,.multiselect3{
  margin-bottom:10px;
}

input{
  margin-bottom: 10px;
}
lable{
  line-height: 30px;
}
/*table styles*/
thead{
  background-color: black;
  color: white;
}

table{
  width: 100%;
  border-collapse: collapse;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

td, th{
  border: 1px solid blue;
  text-align: left;
  padding: 5px;
}


/*desktop style*/
@media only screen and (max-width:600px){

}


/*Login Styles*/
.succ{
  background-color: lightgreen;
  padding: 1em;
}

.error{
  background-color: tomato;
  padding: 1em;
}
/*Start of option set field css*/
.multiselect {
width: 248px;

}
.multiselect3 {
  width: 248px;

}

.selectBox {
position: relative;
}

.selectBox select {
width: 100%;
color: rgb(87, 16, 179);
}

.overSelect {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;

}

#checkboxes {
display: none;
border: 1px #dadada solid;
height: auto;
position: relative;
background-color: black;
color: white;
}
#checkboxes1 {
display: none;
border: 1px #dadada solid;
height: 130px;
position: relative;
background-color: black;
color: white;
}
#checkboxes2 {
display: none;
border: 1px #dadada solid;
height: 50px;
position: relative;
background-color: black;
color: white;
}
#checkboxes3 {
display: none;
border: 1px #dadada solid;
height: 350px;
width: 250;
position: absolute;
background-color: black;
color: white;
}

#checkboxes label{
display: block;
}

#checkboxes1 label {
display: block;
}
#checkboxes2 label {
display: block;
}
#checkboxes3 label {
display: block;
}

#checkboxes label:hover {
background-color: #1e90ff;
}
#checkboxes1 label:hover {
background-color: #1e90ff;
}
#checkboxes2 label:hover {
background-color: #1e90ff;
}
#checkboxes3 label:hover {
background-color: #1e90ff;
}

.caret {
border-top: 4px solid #919da9;
}

/*End of option set field css*/
/*Start of footer CSS*/
.footer{
position: sticky;
left: 0;
bottom: 0;
width: 100%;
background-color: black;
color: white /*rgb(255, 145, 0)*/;
height: auto;
float: right;
font-family: calibri;
font-size: large;
margin-top: 100px;
}
/*End of footer CSS*/