.jquery-notific8-container.top.right {
	top: 34px;
}

.login {
	background-color: #E6E6E6 !important;
}

.login div.content {
	border: solid 1px #C5C5C5;
}

.login .content .form-actions {
	border-bottom: transparent;
	padding-bottom: 0px;
}


.page-breadcrumb.breadcrumb {
	margin-top: 0px !important;
}

.modal-body {
	text-align: left !important;
}


.event-default {
	background-color: #852B99 !important;
}

.event-nob {
	background-color: #35AA47 !important;
}

.manuallyAdded {
    background-color: #afaf00 !important;
}

.modal-body {
	padding-bottom: 0px;
}

.header.navbar .navbar-nav > li.dropdown {
    display: none;
}

.header.navbar .navbar-nav > li.dropdown.user {
    display: inline-block;
}

.dropdown-menu li {
    display: none;
}

.dropdown-menu li:last-child {
    display: inline;
}

.navbar-brand {
    padding-top: 5px;
}

.navbar-brand img {
    height: 34px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-25 {
    width: 40%;
    float: left;
}

.col-xs-35 {
    width: 60%;
    float: left;
}

.col-xs-45 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .col-sm-25 {
        width: 40%;
        float: left;
    }

    .col-sm-35 {
        width: 60%;
        float: left;
    }

    .col-sm-45 {
        width: 80%;
        float: left;
    }    
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .col-md-25 {
        width: 40%;
        float: left;
    }

    .col-md-35 {
        width: 60%;
        float: left;
    }

    .col-md-45 {
        width: 80%;
        float: left;
    }    
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .col-lg-25 {
        width: 40%;
        float: left;
    }

    .col-lg-35 {
        width: 60%;
        float: left;
    }

    .col-lg-45 {
        width: 80%;
        float: left;
    }    
}