

/****************************************************************/
/************************** Dashboard ***************************/
/****************************************************************/

.dashboard-padding,.vertical-page-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}

.border-white{
	border-color: #ffffff !important;
}

.side-navigation a{
    position: relative;
	padding-left: 35px;
}

.side-navigation .glyphicon{
    position: absolute;
	top: 12px;
    left: 10px;
}

.mangae-post-search{
	text-align: right;
}
.profile{
	margin-bottom:0;
}

.profile .name {
    margin: 20px 0 0;
}

.profile-picture{
	border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 4px;
	max-width: 130px;
	max-height: 130px;
}

.side-navigation > ul > .active a,
.list-group-item.active:hover,
.list-group-item.active:focus{
	background: #1b7fb9;
	border-left: 5px solid #094d4d !important;
	    transition: color 0.5s, background 0.5s;
}
li a.list-group-item{
	border-radius: 0px !important;
}
.error,
.success {
	padding: 10px;
	height: auto;
	margin-bottom: 10px;
	
	
	color: #bd0000;
	background-color: transparent;
	border: 2px solid #bd0000;
}

.success {
	
	color: #30aa30;
	border: 2px solid #30aa30;
	
}
.bg-theme,
.carousel-indicators .active,
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus,
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus,
.btn-primary,
.heading-underline::after,
.navbar-toggle,
.side-navigation a.list-group-item,
.job_type,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.nav > li.active > a{
	background-color: #2195d8;
}


.text-theme,
.megamenu .dropdown-header,
.pagination > li > a,
h1,h2,h3,h4,h5,h6,
.footer .sitemap a {
	color: #2195d8 !important;
}

.pagination > .active > a, .page-banner h1{
	color: #ffffff !important;
}
article a.btn-primary
{
	color: #fff !important;
    background-color: #004a9c !important;
    border-color: #004a9c !important;
}
.carousel-indicators li,
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus,
.btn-primary,
.navbar-toggle,
.pagination > .active > a {

	border-color: #019c9e;
}

.email_available .span_msg{
	margin-left: 5px;
}
@media (max-width: 767px){
	.mangae-post-search{
		text-align: left;
		margin-bottom: 20px;
	}
}

.email-availability{
	padding: 5px;
}

.tokenize-sample { 
	width: 100%;
	border-radius: 4px;
}



.heading-underline::after {
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin-top: 10px;
    width: 60px;
}
.section-padding{
	padding: 80px 0;
}

.no-border{
	border-style:none;
}

.no-border-radius {
	border-radius: 0 !important;
}

.border-radius-50 {
	border-radius: 50%;
}


.bg-white{
	background-color:#ffffff;
}
.bg-light-grey {
	background-color: #f2f2f2;
}
.bg-blue{
	background:#5B9BD5;
}
.bg-warning{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.text-required {
	color: #bd0000;
}
.text-white {
    color: #ffffff;
}
.text-black{
	color: #000000;
}
.text-grey {
    color: #828282;
}
.text-light-grey{
	color: #888;
}
.text-blue{
	color:#5B9BD5;
}
.text-small {
    font-size: 12px;
}
.text-default {
    font-size: 14px;
}
.text-medium {
    font-size: 16px;
}
.text-large {
    font-size: 18px;
}
.text-xlarge {
    font-size: 22px;
}
.text-xxlarge {
    font-size: 26px;
}
.text-xxxlarge {
    font-size: 32px;
}

@media (max-width: 767px) {
	.text-small {
		font-size: 12px;
	}
	.text-default {
		font-size: 13px;
	}
	.text-medium {
		font-size: 14px;
	}
	.text-large {
		font-size: 16px;
	}
	.text-xlarge {
		font-size: 18px;
	}
	.text-xxlarge {
		font-size: 23px;
	}
	.text-xxxlarge {
		font-size: 26px;
	}

}

.form-control
{
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #ccc !important;
}
form p
{
	width:auto !important;
}
.fc-agendaWeek-view tr {
    height: 50px;
}

.fc-agendaDay-view tr {
    height: 50px;
}
