@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500');

html, 
body {
    height: 100%;
	background: rgb(238, 241, 245);
	font-family: 'Rubik', sans-serif;
}
.user-profile > a{
	color:white;
}
.user-profile > a:hover{
	text-decoration: none;
}
.feedOption{
	padding:18px;font-size: 20px;font-weight: 300;
}
.feedSelected{
	border-left: 6px solid #658BF8;
	padding-left: 12px;
}

#notiNumber{
	position: relative;
    left: 32px;
    top: -11px;
    background: rgba(200,55,55,0.9);
    font-size: 11px;
    color: white;
	width:20px;height: 20px;
    border-radius: 15px;
    padding: 3px;
	display: none;
	text-align: center;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.notiNumber{
	display:block !important;
}
.dp-container:hover{
	cursor: pointer;
}
#pageLoader{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	display: none;
	height:100%;
	z-index: 9999999999;
	background:rgba(10,10,10,0.8);
	text-align: center;
}
.ellipsis {
   white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.loadingIcon{
		    content: '';
    background: url(/images/loader.png);
    width: 200px;
    height: 200px;
    position: fixed;
    margin-left: -100px !important;
    margin-top: -100px !important;
    z-index: 8001;
    animation-name: spin;
    -webkit-animation-name: spin;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
		content: 'Loading';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
	background-size: 100%;
	}	
	@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.redText{
	color:rgb(200,10,10) !important;
}
.error{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
	box-shadow: 0px 0px 1px 1px rgba(255,0,0,1);
	border:1px solid rgba(255,0,0,1) !important;
}
.row{
	margin-left:0px;
	margin-right:0px;
}

.homeSearch{
	position: absolute;
	display: none;
	top:41px;
	background: white;
	width:99%;
	-webkit-box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
	overflow-x: hidden;
	max-height:450px;
}
.notic{
	position: absolute;
	display: none;
	top:60px;
	width:300px;
	background-color: transparent;
	max-height:450px;
	max-width: 96vw;
	height:auto;
	right:5px;
}
.notification-card{
	-webkit-box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 26px -4px rgba(0,0,0,0.75);
}

.no-padding{
	padding:0px !important;
}
.topbar{
	height:60px;
	background: #2cabe3;
	position: fixed;
	width:100%;
	z-index: 99;
}
.main{
	height: 100%;
}
.sidebar{
	transform: translateZ(0);
	height: 100%;
	width:240px !important;
	background: rgb(47, 50, 61);
	color: rgb(151, 153, 158);
	position: fixed;
	z-index: 9999;
}
.mainbar{
	margin-left:240px;
}
.content{
	margin-top:60px;
}
.breadcrumb{
	font-weight: 300;
	font-size: 14px;
	background: white;
	padding:18px 25px;
	border-radius: 0px !important;
}
.breadcrumb-item a {
	color:#2cabe3;
}
.breadcrumb-item a:hover {
	color:#2285B1;
	text-decoration: none;
}
/* NAV BAR */
.navbar-brand{
	padding-top:0px;
}


.navsidebartoggle{
	color:white;
	padding-right:10px;
	font-size: 26px;
	display: none;
	padding-top:5px;
}
.navsidebartoggle:hover{
	cursor: pointer;
	color:aliceblue;
}
.user-profile,.noti-profile{
	   position: fixed;
	top:0px;
	right:0px;
	height: 60px;
	text-align: right;
	color:white;
	font-size: 16px;
}
.dp{
	font-size: 38px;
	position: absolute;
	top:10px;
	left:12px;
}
.dpn{
	font-size: 26px;
	top: 18px;
    left: 18px;
}
.dp-container{
	padding: 18px 15px 18px 58px;
	height: 100%;width:100%;
}
.noti-profile:hover{
	background:#75BAE5;
}
.user-profile:hover{
	background:#75BAE5;
	cursor: pointer;
}
/* SIDE BAR */

.navi-logo{
	padding:18px 15px;
	color: white;
	font-size: 18px;
}
.navi ul li a {
    border-bottom: 1px solid #0d172e;
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 18px 20px;
    text-decoration: none;
	
}

.navi i {
    margin-right: 15px;
    color: #5584ff;
}

.navi .active a {
    background: #122143;
    border-left: 5px solid #5584ff;
    padding-left: 15px;
	
}
.navi ul, .navi ul li{
	margin:0px;
	padding:0px;
	list-style: none;
}
.navi ul li a:hover {
    background: #122143 none repeat scroll 0 0;
    border-left: 5px solid #5584ff;
    display: block;
    padding-left: 15px;
}
/* CHECK BOX */
.material-switch > input[type="checkbox"] {
    display: none;   
}
.label-primary{
	background: #52A9DE;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.everything{
	margin: 0px 16px;
}
.everything > div[class^="col"]{
	margin:6px 12px 12px 12px;
	background: white;
}
.everythingnb{
	margin: 0px 16px;
}
.everythingnb > div[class^="col"]{
	margin:6px 12px 12px 12px;
}

.comm{
	background: white;
}
.heading-box{
	background: #F07E7A;
	padding:20px;
	color:white;
}
.heading{
	font-size: 22px;
	font-weight: 500;
}
.heading-img{
	background-size: cover;
	background-position: top;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


h1 {
	color: #ccc;
	text-align: center;
}

a {
  text-decoration: none;
  outline: none;
}


.search_field{
	border: none;
	padding:20px;
	height:60px;
}
.search_field:focus{
	outline:none !important; 
	box-shadow: none;
}
.tableresults{
	margin-bottom: 0px;
}
.tab_container {
	width: 100%;
	position: relative;
}

.tab_container input[type="radio"], .tab_container section {
  clear: both;
  
  display: none;
}

.tab_container label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 50%;
  padding: 1.5em;
  color: #BADDF2;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #52A9DE;
margin-bottom:0px;
	font-weight: 300;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  background: #fff;
  color: #999;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #52A9DE;
  box-shadow: inset 0 3px #F6C544;
}

.tab_container [id^="tab"]:checked + label {
  color: #F6C544;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}
.btsub{
	position: relative;
}
	.scrollmenu{
	overflow-y: scroll;
	height: 100%;
}
/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label .fa {
    font-size: 16px;
  }

}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}




@media (max-width:992px){

	.navsidebartoggle{
		display: inline;
	}
	.navi-logo:hover{
		cursor: pointer;
	}
	.mainbar{
		margin-left:0px;
	}
	.sidebar{
		margin-left: -240px;
		 -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.sideOpen{
		margin-left: 0px !important;
	}
	
}

.comm{
	margin-bottom:12px;
}
