﻿/*Fonts ––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
  margin: 15px;
  margin-top: 0px;
  padding: 0px;
  background-color: #F3F4F9;
  font-family: 'Roboto';
  color: #203cb3;
}

.cobalt-water-banner {
  background: rgb(2,21,70);
  color: white;
  padding: 15px;  
}

.DateInput_input, .DateInput_input_1 {
   font-family: 'Roboto';
   font-size: 18px;
}

.DateInput, .DateInput_1 {
  width: 120px;
}


.CalendarMonth, .CalendarMonth_1 {
background-color: #F3F4F9;
}

.center-screen {
  margin-top: 350px;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.div-logo{
  display: inline-block;
  float: left;
}

.div-logout{
  position: absolute;
  right: 0px;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 6px;
}

.logo{
  height: 60px;
  margin-left: -5px;
  margin-bottom: 2px;
}

.h2-title, .h2-title-mobile{
  font-family: 'Roboto';
  display: inline-block;
  letter-spacing: 3.8px;
  font-weight: 800;
  font-size: 40px;
  margin-top: 6px;
  margin-left: 13px;
}

.h2-title-mobile{
  display: none;
}

h5{
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 18px;
}

h5{
  padding-left: 42px;
}

.alert {
  padding: 20px;
  background-color: #f44336; 
  color: white;
}

.bg-white{
  background-color: white;
  padding: 24px 32px;
  height: 500px;
}

.app-body{
  margin-left: 4%;
}

.card{
  margin-top: 10px;
  margin-left: 4%;
}

.card-left{
  padding:48px 24px 48px 24px;
  margin-left: 0px;
}

.padding-top-bot{
  margin-bottom: 50px;
  font-family: 'Roboto';
  font-size: 16px;
}

.custom-control {
    z-index: 0;
}

h6{
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 18px;
  margin-top: 45px;
  margin-left: 30px;
}

.padding-box{
  margin-top: 10px;
  font-family: 'Roboto';
  margin-left: 30px;
}

.padding-login{
margin-top: 10px;
}

.upload{
  width: 100%;
  line-height: 60px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 5px;
  text-align: center;
}

.upload p, .upload a {
  display: inline;
}

.Select-control{
  border: 1px solid #203cb3;
}

@media only screen and (max-width: 320px){
  .Select-menu-outer, .Select-value{
    font-size: 10.5px;
  }
  .upload{
    padding: 5px;
  }
}

/* mobile */
@media only screen and (max-width: 768px) {
  .upload{
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    font-size: small;
  }

  .columns{
    width: 100%;
  }

  .card, .card-left{
    padding: 24px;  
    margin: 0px;
  } 

  .bg-white{
    height: auto;
  }
  
  .study-browser-banner{
    padding-left: 24px;
  }

  .logo{
    height: 28px;
    padding-left:0px;
    padding-bottom:0px;
  }

  .div-logo{
    float: left;
    display: block;
    width: 100%;
  }

  .h2-title{
    display:none;
  }

  .h2-title-mobile{
    display:block;
    float:left;
  }

  .app-body{
    margin-left: 0px;
  }

  .four.columns                   { width: 100%; }
  .eight.columns                  { width: 100%; }

  .columns{
    text-align: center;
  }

  .user-control{
    padding-top: 24px;
    padding-bottom: 24px;
  }
}