body{
	font-family: 'Open Sans', sans-serif !important;
	overflow-x: hidden;
}
.container-fluid {
	padding: 0px;
}
.container-fluid .row{
	margin: 0px;
}
textarea {
        resize: none;
    }
ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.text-center{
	text-align: center;
}
p{
	margin-bottom: 0px;
	line-height: 1.5;
}
a,a:hover{
	text-decoration: none;
}
body, h1, h2, h3, h4, h5, html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

/*** Login Page ***/
.login--left--wrapper{
	background: url(../images/login-banner.png) no-repeat;
	background-size: cover;
	min-height: 600px;
}
.header--row p{
	font-size: 15px;
	color: #fff;
	margin-left: 45px;
	opacity: 0.9;
}
.login--right--wrapper{
	background: #EDF1F7;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header--row{
	padding: 15px;
}
.welcome--block--wrapper{
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 70px 15px;
}
.welcome--block--wrapper h2{
	color: #fff;
	font-weight: 700;
	padding-top: 15px;
}
.welcome--block--wrapper h3{
	color: #fff;
	font-weight: 700;
	padding-top: 30px;
}
.welcome--block--wrapper p{
	color: #fff;
	font-size: 16px;
	padding-top: 5px;

}
.login--block--wrapper h2{
	color: #283891;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
}
.login--block--wrapper p{
	color: #222B45;
	font-size: 15px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.login-form label{
	color: #283891;
	font-size: 14px;
	font-weight: 600;
}
.login-form input{
	box-shadow: 0px 0px 6px #28389133;
	border-radius: 8px;
	height: 55px;
	outline: none;
	color: #222B45;
	font-weight: 600;
	font-size: 15px;
}
.login-form input:focus{
	outline: none;
	box-shadow: none;
}
.forgot--password{
	float: right;
}
.forgot--password a{
	color: #164EE2;
    text-decoration: underline;
    font-weight: 500;
}
.forgot--password a:hover{
	color: #D06900;
}

.login-form{
	padding-top: 25px;
}
.btn--submit{
	background: #6236FE;
    background: -webkit-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: -moz-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: linear-gradient(to left, #6236FE 0%, #283891 85%);
    border: 1px solid #6236FF;
    padding: 13px 75px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
    clear: both;
    margin-top: 25px;
    font-weight: 600;
    box-shadow: 0px 0px 6px #28389133;
    outline: none;
    text-transform: uppercase;
}
.btn--submit:hover{
	background: #fff;
	color: #6236FF;
	border-color: #6236FF !important;
}
.btn--cancel{
	background: transparent;
    border: 1px solid #6236FF;
    padding: 13px 75px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
    clear: both;
    margin-top: 25px;
    font-weight: 600;
    box-shadow: 0px 0px 6px #28389133;
    outline: none;
    text-transform: uppercase;
    color: #6236FF;
}
.btn--cancel:hover{
	background: #6236FE;
    background: -webkit-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: -moz-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: linear-gradient(to left, #6236FE 0%, #283891 85%);
	color: #fff;
	border-color: #6236FF !important;
}
.frgt-pwd{
	padding: 13px 50px;
}
.confirm--email{
	text-align: center;
	color: #F7B500 !important;
	font-weight: 600 !important;
	display: block;
}
.confirm--login--wrapper{
	padding: 100px 0px;
}
.btn--group{
	display: flex;
    justify-content: space-between;
}
.confirm--login--wrapper button{
	padding: 13px 65px;
}
.controls{
	position: relative;
}
.show-password{
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
.show-password img{
	width: 25px;
}
.confirm--left--wrapper .welcome--block--wrapper{
	padding-top: 150px;
}
#password-change .modal-footer{
	border:none;
	justify-content: center;
}
#password-change .modal-content{
	box-shadow: 0px 0px 6px #28389133;
	border-radius: 16px;
	padding: 15px 0px;
}
#password-change .modal-body{
	text-align: center;
}
#password-change .modal-body p{
	color: #222B45;
	font-size: 18px;
	font-style: italic;
	padding: 0 50px;
}
#password-change button{
	background: #6236FE;
    background: -webkit-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: -moz-linear-gradient(to left, #6236FE 0%, #283891 85%);
    background: linear-gradient(to left, #6236FE 0%, #283891 85%);
    border: 1px solid #6236FF;
    padding: 13px 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
    clear: both;
    font-weight: 600;
    box-shadow: 0px 0px 6px #28389133;
    outline: none;
    text-transform: uppercase;
}
#password-change button:hover{
	background: #fff;
	color: #6236FF;
	border-color: #6236FF !important;
}
.back-btn {
    position: absolute;
    top: 45px;
    left: 50px;
}
/*** Login Page end ***/
/*** Footer ***/
.footer--main{
	background: #283891;
	padding: 25px 40px;
}
.footer--main ul{
	display: flex;
}
.footer--left li {
	color: #fff;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #fff;
	line-height: 15px;
}
.footer--right li {
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #fff;
	line-height: 15px;
}
.footer--right li a{
	color: #fff;
	font-size: 14px;
}
.footer--right li a:hover{
	color: #FB9C00;
}
.footer--left li:first-child{
	padding-left: 0px;
}
.footer--left li:last-child{
	border-right: none;
	padding-right: 0px;
}
.footer--right li:first-child{
	padding-left: 0px;
}
.footer--right li:last-child{
	border-right: none;
	padding-right: 0px;
}
/*** Footer end ***/
@media (min-width: 1401px) and (max-width: 1600px){
	.welcome--block--wrapper{
        min-height: 575px;
	}
}
@media (min-width: 1601px) and (max-width: 1800px){
    .welcome--block--wrapper{
        min-height: 670px;
	}
}
@media (min-width: 1801px) and (max-width: 2000px){
    .welcome--block--wrapper{
        min-height: 770px;
	}
}
@media (min-width: 2001px) and (max-width: 2200px){
    .welcome--block--wrapper{
        min-height: 870px;
	}
}
@media (min-width: 2201px){
    .welcome--block--wrapper{
        min-height: 1170px;
	}
}
@media (max-width: 767px){
	.header--row {
	    padding: 15px 0px;
	    justify-content: space-between;
	}
	.header--row p{
		margin-left: 15px;
		font-size: 13px;
	}
	.login--left--wrapper{
		min-height: auto;
	}
	.welcome--block--wrapper{
		padding-top: 0px;
		padding-bottom: 50px;
	}
	.login--right--wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer--main .row{
		justify-content: center !important;
	}
	.footer--left{
		margin-bottom: 20px;
	}
	.footer--left li,.footer--right li a{
		font-size: 13px;
	}
	.confirm--left--wrapper .welcome--block--wrapper{
		padding-top: 0px;
	}
	.back-btn{
		display: none;
	}
	.confirm--login--wrapper{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.confirm--login--wrapper button {
	    padding: 13px 50px;
	}
	.footer--main{
		padding: 25px 15px;
	}
}
@media (min-width: 300px) and (max-width: 340px) {
	.header--row img{
		width: 150px;
	}
}
@media (min-width: 300px) and (max-width: 767px) and (orientation:landscape){
	.footer--main .row{
		justify-content: space-between!important;
	}
	.footer--left{
		margin-bottom: 0px;
	}
	.back-btn{
		left: 20px;
	}
	.confirm--login--wrapper button {
	    padding: 13px 50px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.header--row p{
		margin-left: 15px;
		font-size: 12px;
	}
	.login--right--wrapper{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.back-btn{
		left: 20px;
	}
	.confirm--login--wrapper button {
	    padding: 13px 50px;
	}
}


.track-id .track-inner{
background: white;
   margin-top: 30px;
   border-radius: 15px;
}
.track-id .track-inner .col-sm-4{
padding: 0px 30px;
padding-bottom:30px;
border-right: 1px solid;
   margin-bottom: 40px;
}

.add-track {
   border: 0px;
   background: transparent;
   color: blue;
   float: right;
}

.add-track span{
   font-size: 16px;
   background: blue;
   border-radius: 50%;
   width: 20px;
   height: 20px;
   padding: 5px 10px;
   color: white;
}

.tracks-heading{
   padding: 20px 30px;
}


button.add_form_field.add-track{
   width: 100%;
   text-align: right;
}

.track-buttons{
   margin-top: 100px;
}

.track-buttons .btn-default{
       width: 49%;
   border-radius: 20px;
   padding: 10px;
}

.track-buttons .create{
   width: 49%;
   border-radius: 20px;
   padding: 10px;
   border: 0px;
}

#objTable{
width: 100%;
   border: 0px;
}

#objTable th, #objTable td {
   border: 0px;
   border-collapse: collapse;
}

#objTable th{
   border-top: 1px solid;
   border-bottom: 1px solid;
font-weight: normal;
   text-transform: uppercase;
}
label.error{
	color: red !important;
	font-size: 12px !important;
	margin-top: 5px;
}
.errorlist{
	list-style: none;
    padding-left: 0px;
    color: red;
    padding-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
}
.datepicker-days {
	display: block;
}

/* .ui-datepicker {
z-index: 1000;
width: 17em;
width:500px;
padding: .2em .2em 0;
display: none;
position: absolute;
padding: 100px 20px;
top: 100px;
left: 50%;
margin-top: -100px;
} */

.ui-datepicker .ui-datepicker-title {
	text-align: left !important;
}
.ui-datepicker .ui-datepicker-title {
    /* margin: 0 2.3em; */
    /* line-height: 1.8em; */
    text-align: left;
}



.toggle-password {
	float: right;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
  }
  
 