/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}




* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}



.mainContainer
{
padding: 0px 200px !important;
padding-top: 20px !important;
}


.overflow-x-auto {
overflow-x: auto;
}

.overflow-auto {
overflow: auto;
}

.long-desc-height
{
height: 83px !important;
}

.input-label-test
{
margin-top: 0.5rem !important;
}

.time-slot-container
{
background: linear-gradient(215deg, #e7e7e7, transparent, #e7e7e7);
min-height: 250px !important;
max-height: 350px !important;
}


.pageFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 45px;
}






@media screen and (max-width: 1400px)
{
.mainContainer
{
padding: 0px 150px !important;
padding-top: 20px !important;
}
}


@media screen and (max-width: 1200px)
{
.mainContainer
{
padding: 0px 80px !important;
padding-top: 20px !important;
}
}

@media screen and (max-width: 1000px)
{
.mainContainer
{
padding-top: 20px !important;
padding: 0px 0px !important;
padding-right: 15px !important;
}
}



