ol, ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
body{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.list-section::-webkit-scrollbar{
	width: 0px;
}
a{
	transition:300ms all;
	text-decoration:none;
}
a:hover{
	opacity:0.9;
	text-decoration:none;
}
li{
	list-style:none;
	display:inline-block;
}
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    width: 18px;
    height: 19px;
    vertical-align: middle;
    background: #fff;
        top: -1px;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
}

input[type="checkbox"]:checked + label:before {
width: 8px;
    top: -3px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border: 2px solid #2d2d2d;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Checkboxes styles end*/
/* toggle button css start */
.button-top {
	position: relative;
}

.button-cover, .knobs, .layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button-cover .button {
    position: relative;
    top: 50%;
    width: 46px;
    height: 24px;
    margin: -16px auto 0 0;
    overflow: hidden;
}

.button.r, .button.r .layer {
}

.button-cover .checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background:#ddd;
	transition: 0.3s ease all;
	z-index: 1;
}

#button-1 .knobs:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 23px;
    height: 24px;
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 1;
    padding: 10px 2px;
    background-color: #59c3bd;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked+.knobs:before {
    content: '';
    left: 23px;
    background-color: #59c3bd;
}

#button-1 .checkbox:checked ~ .layer {
	background: #ddd;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
	transition: 0.3s ease all;
}
/* toggle button css end */
/* authentication css start */
.errorMessage li {
    width: 100%;
}
.errorMessage span {
    color: white;
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
    display: block;
    width: 100%;
    letter-spacing: 0.3px;
}
/* authentication css end */
/* toggle button css end */
.fluid-container {
    padding: 0 30px;
}
.logo {
    padding: 0;
}
.logo img {
    max-width: 160px;
    height: 90px;
    object-fit: contain;
}
section.main {
    height: calc(100vh - 155px);
        background: #8d2f88;
            position: relative;
}
.footer-links {
    display: inline-block;
    width: calc(100% - 155px);
    border-top: 3px solid #fff;
}
.footer-logo {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.container {
       max-width: 1370px;
    width: 100% !important;
}
.footer-logo img {
    width: 150px;
    position: relative;
    top: -15px;
}
.copyright, .f-links {
    width: 50%;
    float: left;
        padding-top: 15px;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.f-links li {
    display: inline-block;
    list-style: none;
        padding: 0 5px;
}
.f-links {
    text-align: right;
}
.f-links ul {
    margin: 0;
}

.f-links li a {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 450px;
        text-align: center;
}
.login-form-inr h4 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.3px;
    line-height: 36px;
    font-weight: 400;
    margin: 0px 0 25px;
}
.login-form-inr p {
    margin-bottom: 50px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}
.login-form-inr li {
    list-style: none;
    width: 80%;
    margin: 0 auto;
}
.login-form-inr li input {
    width: 100%;
    margin-bottom: 2px;
    height: 35px;
    border: 1px solid transparent;
    text-align: center;
    transition: 300ms all;
    max-width: 250px;
}
.login-form-inr li input:focus {
    border: 1px solid #68c2c0;
    outline: none;
}
.login-form-inr .bttn button {
    background: #68c2c0;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: 300ms all;
    width: 100%;
    border: none;
    height: 35px;
    max-width: 250px;
}
.login-form-inr .bttn button:hover {
    opacity: 0.9;
}
.login-form-inr li.mtop {
    margin-top: 12px;
}
.login-form-inr li.links a:hover {
    opacity: 0.9;
}
.login-form-inr li.links a {
margin: 0 5px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: 300ms all;
}
.login-form-inr li.links {
    line-height: 34px;
}
.login-form-inr .secure-text {
    margin-top: 50px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
}
/*header and footer css */
.header.fluid-container {
    padding: 0 50px;
}
header {
    padding: 14px 0 5px;
    border-bottom: 8px solid #f05473;
    position: relative;
}
header:after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 8%;
    height: 8px;
    background: #8ec852;
    right: 0;
}
header:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 8%;
    height: 8px;
    background: #59c3bd;
    left: 0;
}
.menu.menu-left {
    display: flex;
    align-items: center;
}
.menu li a img {
    width: 30px;
}
.menu li a img.home {
    height: 23px;
    margin-top: -2px;
}
.menu li {
    padding: 0 10px;
}
.menu li input {
    background: #e6e7e9;
    border: none;
    min-width: 300px;
    height: 32px;
    outline: none;
    padding: 0 5px;
    font-weight: 500;
    color: #15635e;
}
.menu-right li a .login-user {
    color: #634a3e;
    font-weight: 500;
}
.menu-right a span {
    font-weight: 500;
    color: #634a3e;
}
.menu-right a span.lnr {
    font-size: 30px;
}
.menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cont.fluid-container {
    padding: 0 8%;
}
footer .cont li a {
    color: #000;
}
footer .cont .copyright p {
    color: #000;
}
footer .cont .footer-links {
    border-top: 4px solid #8ec852;
}

/*header and footer css */
/* summary report css */
.derby-summary {
    position: relative;
    height: 100vh;
}
.d-summary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    max-width: 600px;
    text-align: center;
}
.d-summary .title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #515152;
}
.ul-list > div {
    width: 145px;
    display: inline-block;
    vertical-align: top;
}
.ul-list > div a {
    display: block;
    width: 140px;
    height: 120px;
    line-height: 120px;
    font-size: 42px;
    color: #fff;
}
.ul-list > div.seegreen a {
    background: #59c3bd;
}
.ul-list > div.red a {
    background: #f05473;
}
.ul-list > div.green a {
    background: #8ec852;
}
.ul-list > div.orange a {
    background: #f7931d;
}
.ul-list > div label {
    margin: 10px 0 0;
    font-size: 13px;
    color: #515151;
    font-weight: 500;
}
/* summary report css */
/* list report css */
.list-section {
    height: calc(100vh - 205px);
    display: inline-block;
    width: 100%;
    overflow-y: auto;
        margin: 40px 0;
}
.list-table .seegreen {
    background: #59c3bd;
}
.list-table .red {
    background: #f05473;
}
.list-table .green {
    background: #8ec852;
}
.list-table thead td {
	color: #fff;
}
.list-table td {
	color: #202938;
    border-right: 1px solid #fff;
    height: 35px;
    line-height: 35px;
}
.list-table tbody tr {
    background: #f2f3f4;
}
.list-table tbody tr td {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.list-table td.w50 {
    width: 50px;
}
.list-table td.w170 {
    width: 160px;
}
.list-table tbody tr td.selected-tick {
    background: #59c3bd;
}
/* list report css end */
/* basicinfo report css start */
li.arow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 300ms all;
}
li.arow.trans:after {
    transform: rotate(180deg);
}
li.arow {
    position: relative;
}
.tabinr li.user-img {
    background: #f2f3f4;
    padding: 30px 0 10px;
}
.tabinr li.user-img img {
    margin: 0 auto;
}
.tabinr > ul > li {
    border-bottom: 1px solid #fff;
}
.tabinr .sublist li:last-child {
    border: none;
}
.tabinr .sublist li label {
    padding: 0 10px 0 20px;
    font-weight: 400;
    color: #fff;
     font-size: 13px;
}
.tabinr > ul > li {
    width: 100%;
    background: #59c3bd;
    line-height: 30px;
}
.tabinr > ul > li span {
    padding: 2px 10px;
    display: block;
        color: #fff;
        font-size: 13px;
}
.tabinr li input {
    width: 100%;
    border: none;
    background: #59c3bd;
    color: #fff;
        outline: none;
            padding: 2px 10px;
            font-size: 13px;
}
.width-20 {
    width: 17%;
    display: inline-block;
}
.tabinr li {
    width: 100%;
}
ul.tabs li {
    padding: 4px 10px;
    cursor: pointer;
    color: #fff;
}
li.seegreen {
    background: #59c3bd;
}
li.purple {
    background: #9361a9;
}
li.green {
    background: #8ec852;
}
ul.tabs li .boxes span {
    min-width: 130px;
    display: inline-block;
}

.tab-content {
	display: none;
	padding: 15px 0;
}

.tab-content.current {
	display: inherit;
}

.tabinr .sublist li {
	background: rgba(89, 195, 189, 0.64);
	border-bottom: 1px dashed #fff;
}

.width-40 {
    width: 41.2%;
    display: inline-block;
    vertical-align: top;
}
.tabiner {
    background: #f0f0f0;
}
.tabiner > ul > li.haeding {
    background: #59c3bd;
    color: #fff;
    line-height: 33px;
}
.tabiner > ul > li {
display: block;
    line-height: 31px;
    padding: 0 10px;
    border-bottom: 2px solid #FFF;
}
.tabiner > ul > li span {
    width: 150px;
    display: inline-block;
        font-size: 13px;
}
.tabiner > ul > li label {
width: calc(100% - 155px);
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 2px solid #fff;
}
.tab-input {
    border: none;
    background: transparent;
    width: 100%;
    font-weight: 400;
    outline: none;
}
.tabiner > ul > li.large span {
    width: auto;
}
.tabiner > ul > li.large label {
    width: auto;
}
.tabiner > ul > li.large label.bordr {
    border-right: 2px solid #fff;
}
.submit-btn {
    display: inline-block;
    float: right;
}
.tabs {
    display: inline-block;
}
.submit-btn .btn-sbmt {
    background: #59c3bd;
    border: none;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
}
.width-80 {
    width: 82%;
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}
#tab-2 .tabiner > ul > li span {
    width: 230px;
    display: inline-block;
    font-size: 13px;
}
#tab-2 .tabiner > ul > li label {
    width: calc(100% - 240px);
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 2px solid #fff;
}
#tab-2 .tabiner > ul > li.haeding {
    background: #9361a9;
}
.list-table th:last-child {
    border-right: 2px solid transparent;
}
.list-table th {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-right: 2px solid #fff;
}
.list-table th.w100 {
    width: 130px;
}
.list-table th.w150 {
    width: 180px;
}
.list-table th.w200 {
    width: 220px;
}
/* basicinfo report css end */

/* =====================================================================================================
																							responsive css start
===================================================================================================== */
@media (max-width:1580px){
	.width-40 {
    width: 41%;
}
}
@media(max-width:1366px){
.login-form-inr h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0 15px;
}
.login-form-inr .secure-text {
    margin-top: 0px;
}
.login-form {
    padding-top: 20px;
}
}
@media(max-width:1340px){
.copyright {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 7px;
}
.f-links {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
    display: inline-block;
}
.login-form {
    transform: translate(-50%, -50%);
}
.tabiner > ul > li.large label {
    width: calc(100% - 155px);
    display: inline-block;
}
.tabiner > ul > li.large span {
    width: 150px;
}
.tabiner > ul > li.large label.bordr {
    border-right: none;
}
.width-80 {
    width: 80%;
}
}
@media(max-width:1024px){
	.table {
    min-width: 900px;
}
.header.fluid-container {
    padding: 0;
}
}
@media(max-width:1023px){
	.width-20 {
    width: 50%;
}
.width-40 {
    width: 100%;
}
section.main {
    height: calc(100vh - 277px);
    background: #8d2f88;
    position: relative;
}
.list-section {
    height: calc(100vh - 365px);
}
}
@media(max-width:768px){
.width-80 {
    width: 100%;
    margin-left: 0;
}
}
@media(max-width:767px){
	.footer-links {
    width: 100%;
}
.footer-logo {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}
footer {
    height: auto !important;
}
section.main {
    height: calc(100vh - 245px);
}
.login-form {
    width: 100%;
}
.f-links {
    padding-bottom: 7px;
}
.login-form-inr p, .login-form-inr h4 {
    margin-bottom: 30px;
}
.login-form-inr .secure-text {
    margin-top: 20px;
}
.d-summary {
    transform: translate(-50%, -50%);
}
.menu li input {
    min-width: auto;
}
.header .col-xs-10 {
    width: 60%;
}
.header .col-xs-2 {
    width: 40%;
}
ul.tabs li {
    display: block;
    margin-bottom: 5px;
}
.login-form {
    position: initial;
    padding: 70px 0;
     transform: initial;
}
section.main {
    height: auto;
}
.list-section {
    height: auto;
}
.footer-links {
    padding: 0 5px;
}
}
@media(max-width:480px){
.login-form {
    width: 100%;
}
.menu-right li:first-child {
    display: none;
}
.header .col-xs-10 {
    width: 83%;
}
.header .col-xs-2 {
    width: 17%;
}
.width-20 {
    width: 100%;
}
}