

/*----  Main Style  ----*/
#cards_landscape_wrap-2{
    text-align: center;
    background: #ffffff;
  }
  #cards_landscape_wrap-2 .container{
    padding-top: 0px; 
    padding-bottom: 0px;
  }
  #cards_landscape_wrap-2 a{
    text-decoration: none;
    outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
    border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
    
    width: 100%;
    height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
    opacity: 0.7;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
    text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
    padding: 30px 18px;
  }
  #cards_landscape_wrap-2 .card-flyer{
    background: #FFFFFF;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
    background: #fff;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; 
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
    margin-top: 0px;
    margin-bottom: 4px; 
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Black', sans-serif;
    letter-spacing: 1px;
    color: #00acc1;
  }


/* Footer start from here */

.bg-fotter{
    padding-top: 20px;
    background: #212529 !important;
    padding-bottom: 10px;
}


/* Login style start from here */

.cards_landscape_wrap-2 .card-flyer{
    padding: 65px;
}

body {
	font-family: "Lato", sans-serif;
}

.sidebar {
	height: 100%;
	width: 0px;
	position: fixed;
	overflow-x: hidden;
	padding-top: 10px;
	white-space: nowrap;
	padding-bottom: 25px;
}

.sidebar a {
	text-decoration: none;
	font-size: 0.9rem;
	color: #818181;
	display: block;
}

.sidebar a:hover {
	color: #0b7cac;
	font-weight: bold;
}

#main {
	padding: 16px;
	transition: margin-left 0.3s;
}

.icon-div {
	height: 80px;
	width: 80px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	box-shadow: 1px 3px 5px #343a40;
	margin-top: 20px;
}
.effect {
	transition: box-shadow 0.2s ease-in-out, transform 0.35s ease-in-out;
	background-color: #f8f9fa;
}

.icon {
	color: white;
	text-shadow: 1px 3px 5px rgb(32, 30, 30);
	font-size: 1.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.effect:hover .icon-div {
	opacity: 40%;
}
.effect:hover {
	box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.16);
	transform: translateY(-8px);
	border: 1px solid #cccccc;
	background-color: #fff;
}

.sidebar::-webkit-scrollbar {
	display: none;
}
.card-title {
	color: white;
}

.inner p {
	font-size: smaller;
	margin-top: 20px;
}

table {
	font-size: 0.8rem;
}

.title {
	height: 50px;
	width: 100px;
	border-radius: 50%;
	margin: auto;
}

.nav-link {
	margin-left: 20px;
}

.nav-name {
	margin-left: 15px;
	font-size: normal;
}

.nav-icon {
	font-size: medium;
	margin-left: -20px;
}

.data {
	height: 185px;
	width: 260px;
	border-radius: 8px;
}

.dropdown-container {
	padding-left: 5px;
	border-left: 2px solid black;
}
.panel {
	display: none;
}

.right {
	float: right;
	margin-top: 4px;
}

.main-footer {
	position: fixed;
	padding: 10px;
	bottom: 0;
	width: 100%;
	font-size: 0.8rem;
	background: #f8f9fa;
}

.fix .page-item.active .page-link {
	z-index: 3 !important;
	color: #fff !important;
	background-color: #0b7cac !important;
	border-color: #0b7cac !important;
}

ul li a.active {
	background-color: #0b7cac;
	color: white;
	padding-left: 38px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul li a.active:hover {
	color: white;
}

a{
	cursor: pointer;
}



@media screen and (max-height: 450px) {
	.sidebar {
		padding-top: 15px;
	}
	.sidebar a {
		font-size: 18px;
	}

	#clock{
		font-size: 2vw;
		color: black;
		
	}
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
	bottom: 0.5em;
}


/* message style */
.alert-success{
	position:absolute;
	top: 6%;
	left: 88%;
	width: 320px;
	transform: translate(-50%,-50%);
}

/* clock */

#clock{
	font-size: 2vw;
	color: black;
}