@font-face {
    font-family: myfont;
    src: url(../font/Poppins-Regular.ttf);
}

@font-face {
    font-family: titlefont;
    src: url(../font/Poppins-Bold.ttf);
}

@font-face {
    font-family: menufontold;
    src: url(../font/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: menufont;
    src: url(../font/Poppins-Medium.ttf);
}

@font-face {
    font-family: bodyfont1;
    src: url(../font/Poppins-Regular.ttf);
}

@font-face {
    font-family: bodyfont2;
    src: url(../font/Poppins-Regular.ttf);
}

@font-face {
    font-family: bodyfont;
    src: url(../font/Poppins-Regular.ttf);
}


@font-face {
    font-family: dashfont;
    src: url(../font/Poppins-ExtraLight.ttf);
}

@font-face {
    font-family: dashfont1;
    src: url(../font/Adequate-ExtraLight.ttf);
}

@font-face {
    font-family: tipfont;
    src: url(../font/Poppins-Regular.ttf);
}



.report_row{
font-family: bodyfont;
font-size: 14px;
text-align:top;
}

report_row_multi{
background: #1e90ff;      
font-family: bodyfont;
font-size: 14px;
text-align:top;
}

fieldset
{
	border: 1px solid #9E9E9E !important;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #0000001f;
}

legend
{
font-family: bodyfont;
font-size: 16px;
font-weight:bold;
color:#646464;
}

body
{
font-family: bodyfont;
font-size: 13px;
color:#646464;
}

.textboxtitle
{
font-family: bodyfont;
font-size: 14px;
color:#BDBDBD;
}

.bottomtext
{
font-family: bodyfont;
font-size: 14px;
color:#646464;
}

a
{
font-family: bodyfont;
font-size: 13px;
}

.tip
{
font-family: tipfont;
font-size: 13px;
font-color: #757575;
}

.tipbox
{
border: 1px solid #EEEEEE;
background-color:#FAFAFA;
padding:5px;
}

.highlight
{
color:#0277BD;
font-weight:bold;
}

td
{
vertical-align: top;
padding: 2px;
font-family: bodyfont;
font-size: 13px;
}

.bottom-border
{
border-bottom: 1px solid #ddd;
}

select
{
font-family: bodyfont;
font-size: 13px;
color:#646464;
}

input
{
font-family: bodyfont;
font-size: 13px;
color:#646464;
}


h2
{
font-family: titlefont;
font-size:25px;
font-weight:bold;
line-height:50px;
border-bottom: 1px solid #dedede;
margin-left:5px;
margin-right:5px;
color:#0277BD;
}

h3
{
font-family: bodyfont;
font-size:25px;
font-weight:bold;
color:#0277BD;
}

h4
{
font-family: bodyfont;
font-size:20px;
font-weight:bold;
color:#0277BD;
}



.info, .success, .warning, .error, .validation {
border: 1px solid;
border-left: 3px solid;
margin: 10px 10px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width:600px;
font-family: myfont;
font-size:14px;
text-align:left;
box-shadow: 5px 5px 8px #CCC;
border-radius:4px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url("../images/info.png");
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url("../images/success.png");
}
.warning {
color: #D8000C;
background-color: #FFCCBA;
background-image: url("../images/warning-msg.png");
}

.submenuarrow {
margin-left:10px;
margin-right:5px;
}

.button {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:myfont;
	font-size:15px;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	min-width: 100px;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.button:active {
	position:relative;
	top:1px;
}


.bluebutton {
	-moz-box-shadow: 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: 0px 1px 0px 0px #bbdaf7;
	box-shadow: 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:myfont;
	font-size:15px;
	font-weight:bold;
	padding:9px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.bluebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.bluebutton:active {
	position:relative;
	top:1px;
}

.contactsbackground {
background-color:#FFF59D;
}


.redbox {
	background: linear-gradient(to top right, #25840c, #cebb00);
}

.redboxbottom
{
background: #2c841e;
}

.yellowbox
{
    background: linear-gradient(45deg, #2bc6f5, #1449ff);
}

.yellowboxbottom
{
	background: #0066ff;
}


.greenbox
{
	background: linear-gradient(to top right, #F44336, #f49636);
}

.greenboxbottom
{
	background: #f5392b;
}

.skybluebox
{
	background-image: linear-gradient(90deg, #545c69,#ea0a33);
}

.skyblueboxbottom
{
	background: #b53232;
}


.blue2box
{
    background: linear-gradient(45deg, #FFC107, #4CAF50);
}

.blue2boxbottom
{
	background: #72af4c;
}

.bluebox
{
	background: linear-gradient(to top right, #29B6F6, #0b5c82);
}

.blueboxbottom
{
background: #196eb1;
}

.pinkbox
{
	background: linear-gradient(45deg, #ffd99f, #f30000);
}

.pinkboxbottom
{
background: #f33939;
}

.lightgreenbox
{
	background: linear-gradient(to top right, #2196F3, #00de77);
}

.lightgreenboxbottom
{
	background:#3a8fdc;
}

.orangebox
{
	background: linear-gradient(45deg, #ffd400, #ff8a00);
}

.orangeboxbottom {
    background: #ff8a00;
}

.purplebox
{
	background: linear-gradient(to top right, #fc80d7, #b063f7);
}

.purpleboxbottom
{
background: #b645ca;
}


.dashboard {

    width: 124px;
    height: 39px;
    position: relative;
    padding: 10px;
    font-family: dashfont;
    text-align: center;
    color: #FFFFFF;
    font-size:40px; 
	border-radius: 5px 5px 0px 0px;	
}

.dashboardbottom {

    width: 124px;
    height: 17px;
    position: relative;
    padding: 10px;
    font-family: bodyfont;
    text-align: left;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-radius: 0px 0px 5px 5px;  
}

.tableborder
{
border-collapse: collapse;
border: 1px solid #9E9E9E;
border-radius: 25px;
}
.tablehead
{
border: 1px solid #9E9E9E;
padding:10px;
background-color:#BDBDBD;
height:20px;
color:#212121;
font-size:22px;
font-family:bodyfont;
}
.thinborder
{
border: 1px solid #9E9E9E;
padding:10px;
font-family:bodyfont;
}
.addshadow
{
box-shadow: 5px 5px 10px #9e9e9e;
}

.raisedlist
{
border: 1px solid #9E9E9E;
box-shadow: 0 0 2px;
width:400px;
padding:10px;
margin-top:10px;
margin-bottom:10px;
}

.tableheadreport
{
border: 1px solid #9E9E9E;
padding:10px;
background-color: #2196F3;
height:20px;
color:#FFFFFF;
font-size:20px;
font-family:bodyfont;
}

.reportvalue {
    font-family: dashfont;
    color: #2196F3;
    font-size:25px;
font-weight:bold;  
}

div.card {
  width: 200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.header {
    background-color: #FFA000;
    color: white;
    padding: 10px;
    font-family: dashfont;
    text-align:right;
    font-size:40px; 
}

div.container {
    padding: 2px;
    border:0px;
}
.edit_menu{
    text-align: right;
    padding: 10px;
}

.header{
	background: #005cd0;
}

.para1{
	color: yellow;
    font-weight: 600;
    font-family: auto;
    font-size: initial;
    text-align: center;
	margin-top: 10px;
}

.userIcon{
	background: #fff;
    padding: 5px;
    border-radius: 100px;
    width: 50px;
    height: 55px;
    margin: 9px;
}

.logout1{
	color: #fff !important;
    background: #005cd0;
    padding: 7px;
}

.hdrTop{
    font-size: 15px;
    text-align: center;
    color: #6DC2EE;
    float: right;
    font-family: bodyfont;
    margin-top: -13px;
    line-height: 0px;
	padding-right: 10px;
}

.loginDiv{
	background-color: #003d6b !important;
}

.logout{ 
	color: #6DC2EE;
    font-size: 15px;
    float: right;
    font-family: bodyfont;
    margin-top: 13px;
    margin-right: 5px;
}
.menuLink{
	margin-top: 3px;
    padding-left: 3px;
    /*font: normal 12px Verdana, Arial, Helvetica, sans-serif;*/
	font-family: menufont;
	font-size: 13px;
}

.measurementTable{
	border-radius: 5px;
    width: 100%;
    background: #0000000d;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
	margin-left: 5px;
}

.measurementTitle{
	font-size: 14px;
	width: 500px;
	margin-left: 20px;
}

.measurementCaption{
	font-size: 12px;
    color: #0277BD;
}

.combine_left{
	width: 125px !important;
    border-right: none !important;
    border-radius: 3px 0px 0px 3px !important;
}

.combine_right{
	background: #E0E0E0!important;
    float: right;
    width: 80px !important;
    margin-left: -10px;
    text-align: center;
    border: 1px solid #0000001f;
    padding-top: 10px;
    padding-bottom: 13px;
    margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px 3px 3px 0px;
}

.readonly_textbox{
	background: #cecece !important;
    border: 1px dotted #f443368c !important;
}

.underline{
	width: 95%;
    border: 0.2px solid #0000000d;
}

.city{
	color: #424242;
	font-weight: bold;
	padding-left: 10px;
}

.ex_city{
	color: #424242;
	font-weight: bold;
	padding-left: 10px;
}

.tour{
	color: #424242;
	font-weight: bold;
	padding-left: 10px;
}

.allowance_tbl{
	margin-top: 5px;
    width: 100%;
    border: 1px;
    margin-bottom: 5px;
    background: #E0E0E0;
}

.paddingText{
	 padding-top: 20px;
}




/* CSS For ToolTip */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgb(161, 198, 123);
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(161, 198, 123) transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* End of CSS For ToolTip */