/* Override main Style */

body *{
	font-family: 'Open Sans', sans-serif;
}

.main-navbar .navbar {
    height: auto ;
}

.main-sidebar .navbar-brand {
    height: auto; 
}

.main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item:hover{
	box-shadow: none;
    background-color: transparent;
    color: unset;
}

.bg-nav{
	/* background-color: #2c2c2c; */
	/* background-image: linear-gradient(-175deg,#394458,#191e28 70%); */
	background: #394458;
}

#nav-avatar{
	color: #fff;
}

#nav-date{
	line-height: 12px;
	color: #efefef;
}
.dropdown-toggle::after{
	display: inline;
}
.main-sidebar .nav .nav-item .nav-link{
	max-height: 43px;
	min-width: auto;
	max-width: 100%;
	padding: 0.7rem 1.5rem;
	margin: 7.5px 20px;
	/* border-radius: 30px; */
	border: none;
}

.main-sidebar .nav .nav-item .nav-link:hover,
.main-sidebar .nav .nav-item .nav-link:active, 
.main-sidebar .nav .nav-item .nav-link:visited,
.main-sidebar .nav .nav-item .nav-link.active {
	/* background-color: #ebebeb; */
	/* box-shadow: 1px 1px 5px 1px #f8f8f8; */
	color: unset;
    /* border-radius: 30px; */
}

.main-sidebar .nav .nav-item .nav-link img{
	width: 18px;
	vertical-align: sub;
	margin-right: 5px;
}

.main-sidebar .nav .nav-item .nav-link i, .main-sidebar .nav .nav-item .nav-link:visited i{
	color: #7f7f7f;
}

.main-sidebar .nav .nav-item .nav-link:hover i,
.main-sidebar .nav .nav-item .nav-link:active i, 
.main-sidebar .nav .nav-item .nav-link.active i{
	color: #a03234;
}



/* Override main css for mobile */

.main-sidebar .toggle-sidebar {
    border-left: none;
    top: 10px;
}


/* custom syling code */

.navbar-color{
	background-color: #2c2c2c;
}

.navbar ul li a{
	color: #fff;
}

.dropdown-menu a.dropdown-item{
	color: #000;
}

.dropdown-menu a.dropdown-item:hover{
	color: #555;
}

.navbar ul li a:hover{
	color: #aaa;
}

.color-white{
	color: #fff;
}

.navbar{
	padding: 0 1rem 0 0;
}

nav.navbar > a{
	background-color: #fff;
	padding: 17px 34px 17px 33px;
}

/* .main-sidebar .nav li:nth-child(3){
	position: relative;
}
.main-sidebar .nav li:nth-child(3) a, 
.main-sidebar .nav li:nth-child(3) a:visited{
	padding-left: 42px !important;
	display: block;
	background: url('../images/icons/event.png') no-repeat 24px 9px;
	background-size: 18px;
} */

/* .main-sidebar .nav li:nth-child(4){
	position: relative;
}
.main-sidebar .nav li:nth-child(4) a, 
.main-sidebar .nav li:nth-child(4) a:visited{
	padding-left: 42px !important;
	display: block;
	background: url('../images/icons/settings.png') no-repeat 24px 9px;
	background-size: 18px;
} */

/* .main-sidebar .nav li:nth-child(5){
	position: relative;
}
.main-sidebar .nav li:nth-child(5) a, 
.main-sidebar .nav li:nth-child(5) a:visited{
	padding-left: 42px !important;
	display: block;
	background: url('../images/icons/block.png') no-repeat 24px 9px;
	background-size: 18px;
}

.main-sidebar .nav li:nth-child(6){
	position: relative;
}
.main-sidebar .nav li:nth-child(6) a, 
.main-sidebar .nav li:nth-child(6) a:visited{
	padding-left: 42px !important;
	display: block;
	background: url('../images/icons/search.png') no-repeat 24px 9px;
	background-size: 18px;
} */

/* .main-sidebar .nav li:nth-child(3) a:hover, 
.main-sidebar .nav li:nth-child(3) a:active, 
.main-sidebar .nav li:nth-child(3) a.active {
	background: url('../images/icons/events-hover.png') no-repeat 24px 9px;
	background-size: 18px;
}

.main-sidebar .nav li:nth-child(5) a:hover, 
.main-sidebar .nav li:nth-child(5) a:active, 
.main-sidebar .nav li:nth-child(5) a.active {
	background: url('../images/icons/block-hover.png') no-repeat 24px 9px;
	background-size: 18px;
}

.main-sidebar .nav li:nth-child(4) a:hover, 
.main-sidebar .nav li:nth-child(4) a:active, 
.main-sidebar .nav li:nth-child(4) a.active {
	background: url('../images/icons/settings-hover.png') no-repeat 24px 9px;
	background-size: 18px;
}


.main-sidebar .nav li:nth-child(6) a:hover, 
.main-sidebar .nav li:nth-child(6) a:active, 
.main-sidebar .nav li:nth-child(6) a.active {
	background: url('../images/icons/search-hover.png') no-repeat 24px 9px;
	background-size: 18px;
} */

.nav-link-text{
	margin-left: 15px;
}

.card.counters{
	/* border-radius: 25px; */
	box-shadow: 1px 1px 10px #ccc;
}

.card.counters .card-body{
	padding: 0;
	border-radius: none !important;
	background: #f2f2f2;
	border-color: #dee2e6;
}


.counters .card-body .col-lg-4 {
	position: relative;
}

.counters .card-body .col-lg-4:after{
	content : "";
  	position: absolute;
  	right    : 0;
  	z-index: 100;
  	top  : 30%;
  	width  : 1px;
  	height   : 40%; 
  	background: #aaa;
}

.counters .card-body .col-lg-4:nth-last-child(1):after {
	content : none;
}

.event-edit-location i{
	font-size: 26px;
	border: 1px solid #e1e5eb;
	border-radius: 0.25rem;
	padding: 5px;
}

.event-edit-location i:hover{
	border-color: #b3bdcc;
}


a.add-new-link, a.add-new-link:visited{
	color: initial;
	text-decoration: none;
}

a.add-new-link:hover, a.add-new-link:active{
	color: #777;
	text-decoration: none;
}

.add-new-box{
	/* border: 1px solid #000; */
	background: none;
	min-height: 137px;
}

.add-new-box:hover{
	background-color: white;
	transition: all 0.15s ease-in;
}


.table-rounded {
    border: none;
    background: none;
}

.table-rounded thead th {
    background-color: #3782b6;
    border: none;
    color: #fff;
    text-align: center;
}

.table-rounded thead th:first-child {
    /* border-radius: 10px 0 0 0; */
}

.table-rounded thead th:last-child {
    /* border-radius: 0 10px 0 0; */
}

.table-rounded tbody tr:last-child td:first-child {
    /* border-radius: 0 0 0 10px; */
}

.table-rounded tbody tr:last-child td:last-child {
    /* border-radius: 0 0 10px 0; */
}

.table-rounded tbody td {
    border: none;
    border-top: 1px solid #dee2e6;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table tbody td {
	padding: 1.25rem 0.75rem;
	color: #727779;
}

.table-users tbody td {
	padding: 0.55rem;
	font-size: 16px;
}

.table-users tbody tr:nth-child(odd) td {
	background: white;
}
.table-users tbody tr:nth-child(even) td {
	background: #f2f2f2;
}

.table-users tbody td a,
.table-users tbody td a:hover,
.table-users tbody td a:active,
.table-users tbody td a:visited,
.table-events tbody td a,
.table-events tbody td a:hover,
.table-events tbody td a:active,
.table-events tbody td a:visited{
	color: inherit;
	text-decoration: none;
}


.custom-tables{
	/* padding: 10px; */
	background: transparent;
}

.table{
	background: transparent;
	box-shadow: 1px 1px 15px -5px #ccc;
}

.card-event-chart{
	min-height: 172px;
}

.card-event-chart span{
	vertical-align: bottom;
}

.black{
	color: black;
}

.page-header .page-title {
    font-size: 22px;
    font-weight: 700;
}

.adder-butnor{
	width: 12%;
	font-size:18px; 
	-webkit-box-shadow: -2px 16px 29px -16px rgba(87,80,87,1);
    -moz-box-shadow: -2px 16px 29px -16px rgba(87,80,87,1);
    box-shadow: -2px 16px 29px -16px rgba(87,80,87,1);
}

.form-features{
	background-color: #fff;
	border-radius: 20px;
	border: none;
	margin-bottom: 0px;
}
.nav-tabs .nav-link.active{
	background-color: #eff1f0;
}

.loc-p{
	background-color: #d5d7d7;
	padding: 8px 10px 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}

.loc-p a,
.loc-p a:active,
.loc-p a:visited,
.loc-p a:hover{
	color: #000;
	text-decoration: none;
}

.card-header h6{
	font-weight: 700;
}

.cb{
	padding-left: 7px;
	padding-right: 7px;
}

.cr .card-header{
	padding: 20px 0;
}

.cr .card-header h6, .crt .card-header h6{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.cr .card-body{
	max-height: 75px;
}

.cr .card-body h6{
	padding: 20px 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.cr-1 .card-header{
	background-color: #44a1f8;
}
.cr-2 .card-header{
	background-color: #43c59e;
}
.cr-3 .card-header{
	background-color: #566080;
}


.map-container{
	overflow:hidden;
	position:relative;
	height: 300px;
}
.map-container iframe{
	left:0;
	right: 0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.image-container{
	overflow:hidden;
	position:relative;
	width: auto;
	height: 400px;
}
.image-container img{
	left:0;
	right: 0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.host-badge{
	position: relative;
    font-size: 11px;
    top: -20px;
}

.player-badge{
	position: relative;
    font-size: 10px;
    top: -20px;
}

.header-left{
	float: left;
	display: inline;
}
.header-right{
	float: right;
	display: inline;
}


.carousel.slide{
	box-shadow: none;
	text-align: center;
}

@media only screen and (min-width: 769px){
	.dropdown-menu{
		left: unset;
	}
	.add-new-box.add-new-user {
		margin: auto 5px auto 15px;
	}

	.add-new-box.add-new-event {
		margin: auto 15px auto 5px;

	}
	
	.add-new-box.add-new-user .card-body, .add-new-box.add-new-event .card-body{
		padding: 25px 5px 10px;
		background: #f2f2f2;
		border-color: #dee2e6;
		box-shadow: 1px 1px 10px #ccc !important;
	}
}

@media (max-width: 768px){
	.add-new-box.add-new-user {
		margin: 30px auto auto;
	}
	.add-new-box.add-new-event {
		margin: 0;
	}
	.counters .card-body .col-lg-4:after {
		content : none;	
	}
	.counters .card-body .row div{
		margin-bottom: 25px;
	}
	.counters .card-body .row div:nth-last-child(1){
		margin-bottom: inherit;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Smartphones (portrait and landscape) ----------- */
	.page-title, .loc-p{
		display: block !important;
	}
	.loc-p{
		margin: 0;
		margin-top: 15px;
	}
	.cb{
		min-width: 132px;
	}
}

@media only screen 
and (min-width : 321px) {
/* Smartphones (landscape) ----------- */
}

@media only screen 
and (max-width : 320px) {
/* Smartphones (portrait) ----------- */

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* iPads (portrait and landscape) ----------- */
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* iPads (landscape) ----------- */
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* iPads (portrait) ----------- */
}

@media only screen 
and (min-width : 1200px) {
/* Desktops and laptops ----------- */
}

@media only screen 
and (min-width : 1700px) {
/* Large screens ----------- */
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* iPhone 4 ----------- */
}

.login-title{
	font-size: 50px;
}
.logout-linker{
	color: #efefef !important;
	font-size: 18px;
	padding: 0px;
	margin:10px;
}

.fileContainer .deleteImage{
	font-size: 8px !important;
	line-height: 20px !important;
	width: 20px !important;
	height: 20px !important;
}

.close-btn:focus{outline:unset;}
.close-btn{
	font-size: 35px;
	margin-top: 15px;
	border: 0;
    padding: 0;
    background: unset;
	color: #2E5471;
	width: 100%;
}

.btn-addCard{
	padding: 9px 30px;
    margin-left: 1%;
}

#react-time-range .component .label{
	color: black;
    font-size: 15px;
}

#react-time-range .error{
	padding: 13px !important;
	height: 20px;
	margin-bottom: 10px !important;
}

#react-time-range{
	padding-left: 0px;
	margin-left: -15px;
	margin-bottom: 15px !important;
}

a.navbar-brand{
	padding: 4px !important;
	background: #394458 !important;
    color: white !important;
}

.d-table h2{
	color: white !important;
    font-size: 20px;
}

.main-sidebar .nav .nav-item a.nav-link:hover{
	transition: all 0.25s ease-in;
	background-color: #202633;
	color: white;
	box-shadow: unset !important;
}
.main-sidebar .nav .nav-item a.nav-link{
	background-color: #7087B5;
	border-bottom: 1px solid #202633;
	color: white;
	box-shadow: unset !important;
	margin: 0px !important;
	padding: 14px 22px;
    font-size: 16px;
}

.btn-success,.chooseFileButton, .page-item .page-link{
	padding: 10px 8px !important;
	background-color: #32C2AE !important;
    color: white !important;
    border-color: #32C2AE;
	
}

.react-switch-bg{
	background-color: #32C2AE !important;
}

.btn-success:hover,.chooseFileButton:hover, .page-item .page-link:hover{
	transition: all 0.25s ease-in;
	opacity: 0.7;
}

.input-group>.input-group-append>.btn{
background-color: #2E5471 !important;
	color: white !important; 
	border-color: #2E5471;
}

.btn-mob{
	border: 0;
	padding: 0;
	background: unset;
	display: inline-block;
	font-size: 40px;
	margin-left: 15px;
	color: #2E5471;
}

.btn-mob:focus{outline:unset;}

h4.page-title, h3.page-title{
	color: #3782b6 !important;
}

.btn-primary{
	background-color: #006400 !important;
	border-color: #006400 !important;
	color: white !important; 
}

.btn-primary:hover{
	background-color: #008000 !important;
	border-color: #006400 !important;
	color: white !important; 
}

.label-success{
	background-color: #C25E32 !important;
    padding: 4px;
    border-radius: 15px;
    color: white;
    font-size: 10px;
}

.page-link{
	color: #006400 !important;
}

.hide-it{
	display: none !important;
}

.btn-span{
	padding: 0px 10px;
    font-size: 1.3em;
    font-weight: 500;
}

.upload-btn-wrapper{
	position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 25px;
    width: 90%;
}

.upload-btn-wrapper > .btn{
	border: 2px solid transparent;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 50px;
}

.hover {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 188, 212, 0);
    transition: background-color 0.5s;
    text-align: center;
}

.hover:hover {
    background-color: rgba(0, 188, 212, 0.8);
}

.hover-text {
    font-size: 2em;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    transition: all 0.1s linear;
}

.hover:hover .hover-text {
    display: flex;
}

.file-holder {
    margin-top: 10px;
}

.file-image {
    max-width: 100%;
    max-height: 100%;
}

.cropper {
    z-index: 1;
    width: 100%;
}

.cropper-btn {
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

.pop-over {
    position: absolute;
    z-index: 2;
    left: 10em;
    bottom: 0px;
}

.pop-over-cover {
    text-align: center;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    background: red;
}