﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300&display=swap');

body {
}

.siteTable{
    height:100%;
    width:100%;
    border-collapse:collapse;
}
.header {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    padding-left: 10px;
    padding-bottom: 5px;
    height: 80px;
    vertical-align: central;
    font-family: 'Roboto';
}
.cont {
    border-left-color: lightgray;
    border-right-color: lightgray;
    border-left-width: 0.4px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    height: 100%;
    
  }
.mainCont {
    height: 100%;
    width:100%;
}
.footer {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    padding-left: 10px;
    padding-bottom: 20px;
    height: 40px;
    vertical-align: central;
    font-family: 'Roboto';
}
.footerSurvey {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    background-color:lightgrey;
    /*padding-left: 10px;*/
    height: 60px;
    /*vertical-align: central;*/
    
}
.headerSurvey {
    background-image: linear-gradient(to left, deeppink, indigo);
    /*background-image: linear-gradient(to top, black, white);*/
    /*background-image: linear-gradient(to top, purple, deeppink, white);*/
    /*background-image: linear-gradient(to left, purple, deeppink);*/
    background-color: lightgrey;
    padding-left: 10px;
    height: 80px;
    vertical-align: central;
    color:white;
}
html .t-container-fluid,
html .t-row-wrap > .t-row {
    max-width: none;
    /*max-height:none;*/
}

.MenuHolderSetting{
    text-align:right;
}
.MenuSetting{
    width:100%;
    
}
.pageTitle {
    font-size: 24px;
    font-family: 'Roboto';
}
.TableRowTitle {
    padding-top: 10px;
    padding-bottom:20px;
}
.TableRowConteent{
    padding-left:10px;
    text-align:left;
    font-size:medium;
}
.TableRowConteentRight {
    padding-left: 20px;
    text-align: left;
}
.TableRowButton {
    text-align:right;
    padding-right:10px;
    
}
.errMessage{
    color:red;
}
.cmd{
    font-size:large;
    padding: 5px 5px 5px 5px;
    width:100px;
}
.cmdGrid{
    margin-top:5px;
}
.messageTxt{
    font-size:large;
}
.cetlerLogo {
    font-family: Fira Sans;
    font-size: 38px;
    font-weight: 800;
    background: -webkit-linear-gradient(#AD0873, #641993);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cetlerLogo_mobile {
    font-family: Fira Sans;
    font-size: 76px;
    font-weight: 800;
    background: -webkit-linear-gradient(#AD0873, #641993);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.DuLogo{
    height:60px;
}
.DuLogo_mobile {
    height: 120px;
   
}
.sfMainPage {
    padding: 20px 20px 20px 20px;
    height: 100%;
}
.languageBox{
    right:20px;
}

.fixedMenu {
    z-index: 999;
    position: fixed;
    right: 0px;
    top: 0;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
}
.CopyQListBox{
    width:100%!important;
    text-align:left;
}

.copyRights {
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-size:medium;
   padding-top:50px;
}

.wait{
    position:fixed;
    top:145px;
    padding-left:260px;

}
.process {
    /*position: fixed;*/
    padding-bottom: 0px;
    padding-left: 0px;
    background-color:white;
    display: none;
    width:95%;
    border-style:groove;
    border-width:1px;
}
.legend{
    position:fixed;
    background-color:white;
    width:200px;
    height:300px;
    z-index:20000;
    bottom:50px;
    right:10px;
    opacity:0.8;
}
.PopUpmsg {
    font-family: 'Roboto';
    font-size:30px;
}
.toolFont {
    font-family: 'Roboto';
    
}

.listLayout {
    width: 100%;
    display: block;
}

.itemStyle {
    float: left;
    width: 450px;
    height: 50px;
    /*background-image: url(images/card.png);*/
    margin: 5px;
    position: relative;
    background-color:whitesmoke;
    text-align: center;
}

