body,
html {
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(26 40 95);
}

.font-agile-sans {
    font-family: Agile Sans Variable, sans-serif;
}

.font-normal {
    font-weight: 350;
}

.font30 {
    font-size: 30px !important;
    line-height: 36px !important;
    text-align: center;
    font-weight: normal;
}

.mt80 {
    margin-top: 40px
}

.mt40 {
    margin-top: 40px
}

.mt100 {
    margin-top: 60px
}

.mb50 {
    margin-bottom: 40px
}
.mb30{
    margin-bottom: 30px;
}
.ml10{
    margin-left: 10px;
}
.pl27{
    padding-left: 24px;
}
.bdrTop{
    border-top: 1px solid #888888;
}
.divBottom {
    margin-bottom: 80px;
    margin-top: 50px;
    border-top: 40px;
    height: 80px;
    min-height: 80;
}

.pd50 {
    padding: 50px
}
.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#clear{margin-left: auto;margin-right: auto;clear: both;height: 1px;}
.panels.setWidth {
    max-width: 70% !important;
}

.panels {
    background: #ffffff;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 200px;
    width: 100%;
    max-width: 80%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: block;
    animation: fadein .8s;
}
.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

#contentout{width:990px;padding-top:5px;margin-left: auto;margin-right: auto;text-align: left;overflow:auto;}
#content{padding:0px 0px 15px 0px;width:100%;display: flex; align-items: center;}

.menu {
	font-size: 16px;
	margin: -16px 5px 5px 5px auto 5px auto;
	padding: 16px 0px 7px 0px;
	border-bottom: 1px solid #888888;
    display: flex;
    text-align: center;
    justify-content: center;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.menu li {
	display: inline;
	margin-left: 0px;
}
.menu a {
	padding: 8px;
	border: 1px solid #888888;
	border-bottom: 0px solid #888888;
	background-color: #36A6DC;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.menu a:hover {
	background-color: #eeeeee;
	color: #36A6DC;
}
.menuon {
	font-size: 16px;
	/* width: 500px; */
	margin: 5px auto 5px auto;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #eeeeee;
}
.menuon ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.menuon li {
	display: inline;
	margin-left: 1px;
}
.menuon a {
	padding: 8px;
	border: 1px solid #888888;
	border-bottom: 1px solid #eeeeee;
	background-color: #eeeeee;
	text-decoration: none;
	font-weight: bold;
	color: #36A6DC;
}
.menuon a:hover {
	background-color: #eeeeee;
	color: #36A6DC;
}

#dataShow{
    padding-top:15px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 350px;
    min-width: 700px;
	background-color: #eeeeee;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}
#dataShow2{
    padding-top:15px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 250px;
    width: 700px;
	background-color: #eeeeee;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.dataShowDetails {
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    width: 700px;
    background-color: #eeeeee;
    border: 1px solid #888888;
    .dataDiv{
        width: 100%;    
        display: flex;
        flex-direction: row;

        .divLink{
            color:#fff;
            font-style: none;
            width: 50%;
            font-size: 18px;
            .divbox{
                width:100px;
                background-color:#36A6DC;
                color:#fff;
                margin-top: 6px;
                padding:4px;
                /* border: 1px solid #000; */
                border-radius: 4px;
                box-shadow: 2px 2px 3px #666;
                font-size: 20px;

            }
        }

        a:link {
            text-decoration: none;
            color:#ffffff;
      }
      
      a:visited {
            text-decoration: none;
            color:#ffffff;
      }
      
      a:hover {
            text-decoration: none;
            color:#ffffff;
      }
      
      a:active {
            text-decoration: none;
            color:#ffffff;
      }
    }
}    
.dataShowDetailsHeight {
     height: 410px;
 } 
 .dataShowDetailsHeight_1 {
    height: 210px;
}

.divFromToUnit{
    display: flex;
    flex-direction: row;
    height:25px;

    .divFrom{
        width:50%;
    }

}
.divFromTo{
    display: flex;
    flex-direction: column;
    height:25px;

    .divFrom{
        width:60%;
        font-size: 20px;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
    }

    .lblDta{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

}

.divFromTo2{
    display: flex;
    flex-direction: column;
    height:25px;    

    .divFrom{
        width:60%;
        font-size: 20px;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
    }

    .lblDta{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

}


.ucinput{
	width:307px;
	padding:8px;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
}
.divEmptyWidth{
   width:50px;
   height:25px;
}

.switchImg{
    padding-bottom: 5px;
    background-color: #eeeeee;
    display: flex;
    justify-content: center !important;
}

.ucselect{
	width:100%;
	padding:3px;
    font-size: 18px;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 2px 2px 3px #666;

}
#finalResults{
	border-radius: 5px;
    position: relative;
    top: 260px;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}
#finalResults2{
	border-radius: 5px;
    position: relative;
    top: 190px;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.btnDesign {
    font-size: 18px;
    padding: 6px 15px;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #666;
    background-color: #36A6DC;
    font-weight: bold;
    color: #ffffff;
}

/*************************************** Header **********************************/

.divHeader {
    /*background-color: #555;*/
    background-color: #36A6DC;
    color:#fff;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 18px;
    width: 100%;
    max-width: 82%;
    border-radius: 3px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.mrl5{
    margin-left: 5px;
}
.mrt5{
    margin-top: 0px;
}

.headerItems{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.navbar a {
    float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
}

.navbar a:hover {
    background-color: #000;
}
.activeSelect{
    color:#ffffff;
    background-color: #837e7e;
   
}
.active {
    background-color: #36A6DC;
}
/****************************** Footer ***************************************/
.divFooter {
    position: relative;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 18px;
    width: 100%;
    max-width: 80%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center
}