::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #afafaf; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #017DC3; 
}

.cutsom-main-padding{
	padding-top: 40px !important;
}
.cutsom-admin-padding{
	padding-top: 70px !important;
}
.custom-home-bg{
	background: url('../images/background/bg.jpg') no-repeat;
	background-position: center top;
    background-size: cover;
}
.bannerCord1{
	background: linear-gradient(to bottom, #cd3704, #fd5e00);
}
.bannerCord2{
	background: linear-gradient(to bottom, #507d0a, #04b801);
}
.bannerCord3{
	background: linear-gradient(to bottom, #022289, #072c9e);
}
.bannerCord1 h3{
	color: #fff;
	font-size: 20px;
}
.bannerCord2 h3,.bannerCord3 h3{
	color: #fff;
    padding-top: 18px;
    font-size: 20px;
}
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched,
select.ng-invalid.ng-touched{
	border-bottom: 1px solid red;
}
.btn:disabled{
	pointer-events: none;
}
.custom-navbar-header{
	width: 100% !important;
	background: #fff !important;
}
.custom-topbar{
	background: #fff !important;
	border-bottom: 1px solid #ccc;
	/*margin-bottom: 40px;*/
}
.custom-menu > li > a.active{
	background: transparent !important;
}
.float-left > ol{
	float: left !important;
}
.custom-portal-btn{
	z-index: 999;
	padding-top: 5px;
}
.custom-cord{
	/*display: inherit;*/
}
.custom-cord > h3{
	display: inline-block;
	padding-left: 10px;
}
.cord-img-circle{
	width: auto;
	display: inline-block;
}
.display-flex{
	display: flex;
}
.custom-card{
	min-height: 162px;
}
.custom-card:hover{
	webkit-box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0 rgba(103, 103, 103, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(119, 119, 119, 0.42), 0 4px 23px 0 rgba(103, 103, 103, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2);
}
.icon-center{
	display: inline-block;
	width: auto;
}
.custom-card-p{
	font-size: 15px;
}
.custom-card-title{
	margin-top: .75rem;
}
.custom-card-hr{
	border: .5px dotted #5C4AC7;
}
.custom-card-h4{
	font-size: 16px;
}
.custom-card-padding{
	padding: 20px !important;
}
.custom-card-header{
	border-bottom: .5px dotted #5C4AC7;
}
.custom-card-footer{
	background: #fff;
	border-top: 0;
}
.deck .card-body{
	min-height: 238px;
	padding-bottom: 0;
}
.custom-sub-card{
	min-height: 180px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1) !important;
}
.custom-footer-card{
	padding: 40px !important;
    margin-bottom: 0;
    border-radius: 0 !important;
    background: #232e38;
}
.custom-btn-warning{
	background: #f57610;
	border-color: #f57610; 
}
.custom-btn-warning:hover{
	background: #f57610;
}
.custom-footer-hr{
	border-color: #717171;
}
.img-patch{
	background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.custom-modal-lg{
	max-width: 1000px;
}
.custom-page-titles{
	/*background: #2f3d4a;*/
}
.custom-card-title{
	color: #99abb4;
}
.custom-footer{
	background: #25303a;
}
.custom-img-card{
	border: 5px solid #fff !important;
}
.custom-img-card h4{
	font-size: 16px;
}
.el-element-overlay .el-card-item{
	padding-bottom: 0;
}
.el-card-item .el-card-content{
	padding-bottom: 10px;
	height: 80px;
}
.video .el-card-item .el-card-content{
	padding-bottom: 10px;
	height: 100px;
}
.video .el-card-avatar .el-overlay-1{
	padding: 4px
}
.el-element-overlay .el-card-item .el-overlay-1{
	max-height: 164px;
}
.ribbon span{
	position: absolute;
    transform: rotate(45deg);
    right: 4px;
    font-size: 13px;
    font-weight: bold;
}
.custom-ribbon{
	z-index: 1;
}
.custom-login-area{
	padding: 2rem 0 !important;
}
.custom-login-bg{
		background-image: url('../images/login-banner-bg.png');
		background-position: center;
		background-size: cover;
}
.err-msg{
	position: absolute;
    top: -10%;
    left: 43%;
}
.bg-blue{
	background: #017dc5;
}
.bg-red{
	background: #EB5626;
}
.login-register{
	padding-top: 0;
}
.custom-card-height{
    height: 58px;
    padding: 10px;
}
.img-sm {
	width: 80px;
}
#edit-video-type{
	background: rgba(0,0,0,0.6);
}
.wiki-text{
	color: #000000;
    display: inline-block;
    font-size: 30px;
    position: relative;
    top: 9px;
    left: 10px;
}
.custom-page-titles{
    padding: 25px 0px;
}
.wiki-logo{
	position: relative;
    top: -15px;
}
#wiki-page{
	margin: 0 auto;
    max-width: 1280px;
	color: #000000;
}
#wiki-page .left-box{
	/*position: fixed;*/	
	width: 290px;
	background: #ffffff;
	border-radius: 5px;
	padding: 35px 20px;
}
#wiki-page .box-title{
	color: #000000;
    font-size: 16px;
    font-weight: bold;
}

#wiki-page .box-title.active{
	color: #159bfb;
}

#wiki-page .bottom-border{
	margin-top: 6px;
    border-bottom: solid 1px #acacac;
    margin-bottom: 6px;
}
#wiki-page .sub-text{
    color: #000000;
    margin-bottom: 0;
}
#wiki-page .right-box{
	padding: 35px 20px;
	background: #ffffff;
	border-radius: 5px;
}
#wiki-page .icon-box{
	height: 100px;
    width: 100%;
    display: table;
}
#wiki-page .doc-type{
	background: #eb5626;
	color: #ffffff;
	text-align: center;
    width: 120px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
#wiki-page .doc-desc{
	width: 90%;
}
#wiki-page .desc-bottom-border{
	margin-top: 20px;
    border-bottom: solid 1px #acacac;
    margin-bottom: 20px;
}

#vertical-menu {
    width: 100%;
    margin: 0px auto 0 auto;
    color: black;
    padding-left: 22px;
    /*box-shadow: 
        0 5px 15px 1px rgba(0, 0, 0, 0.6), 
        0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
 #vertical-menu h3 {
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
   
    margin-bottom: 0;
}
#vertical-menu ul{
    padding: 0px !important;
}
/*heading hover effect*/
 #vertical-menu h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
 #vertical-menu h3 span {
    font-size: 19px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px;
}
/*list items*/
 #vertical-menu li {
    list-style-type: none;
}
/*links*/
#vertical-menu ul ul li label{
	color: black;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 0 5px;
	transition: all 0.15s;
}
#vertical-menu ul ul li label input{
    margin-top:0px;
    margin-left: 0px;
    margin-right: .3125rem;
}
#vertical-menu ul ul li label [type=checkbox]:checked,#vertical-menu ul ul li label [type=checkbox]:not(:checked){
    position: relative;
    left: 0;
    opacity: 9000;
}

/*Lets hide the non active LIs by default*/
 #vertical-menu ul ul {
    display: none;
}
#vertical-menu li.active ul {
    display: block;
}
.task-checkbox{
    margin-right: 5px;
}
.listStyle li{
    border-bottom: 1px solid #acacac;
    width: 100%;
    position: relative;
    margin-bottom: 6px;
}
.listStyle li:last-child{
    border-bottom: none;
}
.listStyle li ul li {
        border-bottom: none;
}
.right-content{
    position: relative;
    left: 30px;
}
.cursor-pointer {
    cursor: pointer;
}
.bootstrap-tagsinput{
    display: block;
}
#video_gall .left-box {
    /* position: fixed; */
    width: 290px;
    background: #ffffff;
    border-radius: 5px;
    padding: 35px 20px;
}
#vertical-menu li {
    list-style-type: none;
}
#video_gall .box-title {
    color: #000000;
    font-size: 14px;
}
#vertical-menu ul ul li label [type=checkbox]:checked, #vertical-menu ul ul li label [type=checkbox]:not(:checked) {
    position: relative;
    left: 0;
    opacity: 9000;
}
#vertical-menu ul ul li label input {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: .3125rem;
}
#vertical-menu h3 {
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 0;
}
#video_gall .listStyle li {
    border-bottom: 1px solid #acacac;
    width: 100%;
    position: relative;
    margin-bottom: 6px;
}
#vertical-menu li {
    list-style-type: none;
}
#video_gall .listStyle li ul li {
    border-bottom: none;
}
#video_gall .listStyle li:last-child{
	border-bottom: none;
}
@media (min-width: 1439px){
	.bg-blue.custom-login-area{
		padding: 12rem 0 !important;
	}
	.bg-white.custom-login-area{
		padding: 4rem 0 !important;
	}
}