/* Global */
.hide {
    display: none;
}

@media (min-width: 992px) {
    .col-float-right {
        float: right !important;
    }
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-right-20 {
    padding-right: 20px;
}

.user-photo {
    width: 29px;
    height: 29px;
    left: 9px;
    position: absolute;
    top: 8px;
    z-index: 100;
}

.clear-form-group .form-group {
    margin: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Page headers */
.page-entity-name {
    color: #666;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 15px;
    padding: 0;
}
@media (max-width: 767px) {
    .page-entity-name {
        font-size: 18px;
        margin-bottom: 20px;
        float: none !important;
        clear: both;
    }
}

/* Project co funded by css */
.project-co-funded-by {
    float: right;
}
.project-co-funded-by h4 {
    color: #ffffff;
    float: left;
    font-size: 13px;
}
.project-co-funded-by div {
    float: left;
    padding: 0 5px 10px 5px;
}
.project-co-funded-by img {
    width: 100px;
}
@media (max-width: 995px) {
    .project-co-funded-by {
        clear: both;
        float: none;
    }
    .project-co-funded-by h4 {
        padding-top: 0;
        clear: both;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .project-co-funded-by div {
        clear: both;
        float: none;
    }
}
.login-project-co-funded-by {
    margin: 0 auto;
    width: 360px;
}
.login-project-co-funded-by h4 {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
.login-project-co-funded-by div {
    float: left;
    padding: 0 5px 10px 5px;
    width: 50%;
}
@media (max-width: 480px) {
    .login-project-co-funded-by div {
        float: none;
        padding: 0 40px 10px 40px;
        width: 100%;
    }
}

/* Portlet headers */
.portlet > .portlet-title {
    height: auto !important;
    padding: 10px !important;
}
.portlet-title {
    background-color: #e0e0e0 !important;
}
.portlet .tools a {
    color: #333333;
}

/* Portlet search */
.portlet-search .portlet-title {
    background-color: #eee !important;
}
.portlet-search .portlet-body {
    background-color: #eee !important;
}

/* Portlet loading gif */
.loading {
	background: url(../images/loading.gif) no-repeat 50% 50%;
	height: 20px;
}

/* Tabs background */
.tabbable-custom > .tab-content {
    background-color: #FAFAFA !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FAFAFA !important;
}

/* View details information wrapper */
.dataBox {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 4px;
    min-height: 1px;
    padding: 1px 15px;
    position: relative;
}
.dataBox .control-label{
    padding-top: 5px;
}

/* Labels color */
label {
	color: #0D638F;
}

/* Table labels color */
.dataTables_wrapper label {
    color: #222222;
}

/* Multicheckboxes label */
label.checkbox{
    color: #222222;
    float: left;
    width: 120px;
}
label.checkbox + .hint{
   clear: both;
}

/* Switch label */
.has-switch label {
    background: #ffffff;
}

/* Checkbox CSS */
.single-checkbox input{
    margin-right: 5px !important;
}

/* Fix checkbox for the responsive layout */
.checkbox {
    padding-left: 20px !important;
}

/* Form div field with list of multi checkboxes */
.view-list .form-group {
    clear: both;
}

/* Form div field with list of multi checkboxes */
.data-list .form-control-static {
    padding-top: 0px;
}

/* Sets the padding for the tabs element when inside a form */
.tabs-form-element {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Single multi checkbox form field */
.multi-checkbox-list .checkbox {
    float: none !important;
    width: auto;
    padding-left: 20px !important;
}

/* Custom permissions colors */
.orange {
    color: #FF9900 !important;
}

.orange-background {
    background-color: #FF9900;
}

/* Permissions group CSS */
.dataBox .permissions-group-separator {
    border-bottom: 1px solid #ffffff !important;
    clear: both;
}
.permissions-group-separator {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    padding-top: 20px;
}
.permissions-group-separator a {
    font-size: 13px;
}

/* Rating element */
.rating {
    height: 25px;
    padding-top: 7px;
}

/* Avoids breaking the button when resizing */
.panel-buttons .btn {
    white-space: normal !important;
}

/* Allows the dataTable details to streach to the table size */
.dataTable .details .form-group {
    display: block !important;
}

/* Allows the dataTable details to streach to the table size */
.blog-page .comment-date {
    float: left;
    height: 22px;
    line-height: 22px;
}

/* Forces the buttons default color in the blog */
.modal-dialog .btn-default {
    color: #333333 !important;
}
.modal-dialog .btn-primary {
    color: #ffffff !important;
}

/* Sets the style of the message that explains that the comment was edited or deleted */
.media-body .comment-info {
    font-size: 12px;
    font-style: italic;
}

/* Horizontal scroll css  */
.horizontal-sm-scroll, .horizontal-scroll, .horizontal-lg-scroll {
    overflow: auto;
}
.horizontal-sm-scroll > div {
    min-width: 670px;
}
.horizontal-scroll > div {
    min-width: 920px;
}
.horizontal-lg-scroll > div {
    min-width: 1170px;
}

/* Sets the dataTable disable css  */
.disable-row, .table .disable-row td{
    background-color: #cccccc !important;
}

/* Inputs css  */
.input-medium-small {
  width: 180px !important;
}

/* Custom labels css */
.label-purple {
    background-color: #852B99;
    background-image: none !important;
}
.label-white {
    background-color: #FFFFFF;
    background-image: none !important;
    border: 1px solid #000000;
    color: #000000;
}
.label-green {
    background-color: #35aa47 !important;
    color: #ffffff !important;
}
.label-blue {
    background-color: #69a4e0 !important;
    color: #ffffff !important;
}
.label-red {
    background-color: #e02222 !important;
    color: #ffffff !important;
}
.label-orange {
    background-color: #ffb848 !important;
    color: #ffffff !important;
}
.label-purple {
    background-color: #852b99 !important;
    color: #ffffff !important;
}
.label-black {
    background-color: #555555 !important;
    color: #ffffff !important;
}

/* Custom circle stats */
.custom-circle-stat {
    background: none repeat scroll 0 0 #F6F6F6 !important;
    padding: 2px !important;
}
.custom-circle-stat-content {
    margin: 0 auto 20px auto;
}
.custom-circle-stat:after {
    clear: both;
}
.custom-circle-stat:before, .default-ircle-stat:after {
    content: "";
    display: table;
    line-height: 0;
}
.custom-circle-stat .title {
    color: #777777;
    font-size: 15px;
    margin: 10px 0 5px !important;
    padding: 0 !important;
    text-align: center;
}
.custom-circle-stat .visual {
    text-align: center;
}
.custom-circle-stat .knobify {
    background: none repeat scroll 0 0 #F6F6F6 !important;
    border: 0 none !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
.custom-circle-stat .details {
    padding-bottom: 10px;
    text-align: center;
}

/* Link icon custom classes */
.icon-btn-white {
    background-color: #ffffff !important;
}
.icon-btn-white div {
    padding-left: 2px;
    padding-right: 2px;
}

/* Primary button color fix */
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #3276b1;
    border-color: #285e8e;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    background-color: #fff;
    color: #428bca;
}

/* jQuery dataTable help block css */
.table-help-block {
    clear: both;
}

/* Labels css height fix for responsive layout */
.label {
    height: 25px;
    line-height: 25px;
}

/* Buttons css margin fix for responsive layout inside a jQuery dataTable */
.table .btn {
    margin-bottom: 5px !important;
}

/* jQuery fullCalendar css */
.calendar .portlet-calendar {
    position: relative;
}
.calendar .fc-right {
    position: absolute;
    top: 0;
    right: 0;
}
.calendar .fc-button {
    padding: 4px 6px 30px !important;
}
.calendar .fc-time-grid-container {
    height: auto !important;
}
.calendar .fc-more-popover .fc-widget-content {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .portlet.calendar .portlet-title{
        padding-bottom: 40px !important;
    }
}
@media (max-width: 420px) {
    .portlet-calendar .fc-month-button, .portlet-calendar .fc-agendaWeek-button, .portlet-calendar .fc-agendaDay-button {
        display: none;
    }
}
.calendar .fc-content {
    padding: 2px;
}
.calendar .event-green {
    background-color: #35aa47 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .event-blue {
    background-color: #69a4e0 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .event-red {
    background-color: #e02222 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .event-orange {
    background-color: #ffb848 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .event-purple {
    background-color: #852b99 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .event-black {
    background-color: #555555 !important;
    color: #ffffff !important;
    border: 1px solid #dddddd !important;
}
.calendar .fc-time {
    font-weight: 700;
    font-size: 11px !important;
}
.calendar .fc-scroller {
    height: auto !important;
}

/* Custom stats */
.custom-stats-overview {
    margin-bottom: 15px;
    padding-top: 0;
}

.custom-stats-overview i {
    color: #666666;
    font-size: 40px;
    padding-top: 15px;
}

.custom-stats-overview .display {
    margin-right: 10px;
}

.custom-stats-overview .details {
    padding-bottom: 5px;
}

/* jQuery dataTable form css to fix responsive layout */
form.clear-table .table-responsive {
    border: none;
    margin: 0;
    overflow-x: none;
    padding: 0;
}
form .table-responsive .input-small input, form .table-responsive .input-large input {
    width: 100% !important;
}
form .table-responsive {
    border: 1px solid #ddd;
    margin: 0 15px;
    overflow-x: auto;
    padding: 0;
}
form .table-responsive .form-group {
    margin: 0;
}
form .table-responsive .table {
    margin: 0 !important;
}
form .table-responsive .col-xs-1,
form .table-responsive .col-sm-1,
form .table-responsive .col-md-1,
form .table-responsive .col-lg-1,
form .table-responsive .col-xs-2,
form .table-responsive .col-sm-2,
form .table-responsive .col-md-2,
form .table-responsive .col-lg-2,
form .table-responsive .col-xs-3,
form .table-responsive .col-sm-3,
form .table-responsive .col-md-3,
form .table-responsive .col-lg-3,
form .table-responsive .col-xs-4,
form .table-responsive .col-sm-4,
form .table-responsive .col-md-4,
form .table-responsive .col-lg-4,
form .table-responsive .col-xs-5,
form .table-responsive .col-sm-5,
form .table-responsive .col-md-5,
form .table-responsive .col-lg-5,
form .table-responsive .col-xs-6,
form .table-responsive .col-sm-6,
form .table-responsive .col-md-6,
form .table-responsive .col-lg-6,
form .table-responsive .col-xs-7,
form .table-responsive .col-sm-7,
form .table-responsive .col-md-7,
form .table-responsive .col-lg-7,
form .table-responsive .col-xs-8,
form .table-responsive .col-sm-8,
form .table-responsive .col-md-8,
form .table-responsive .col-lg-8,
form .table-responsive .col-xs-9,
form .table-responsive .col-sm-9,
form .table-responsive .col-md-9,
form .table-responsive .col-lg-9,
form .table-responsive .col-xs-10,
form .table-responsive .col-sm-10,
form .table-responsive .col-md-10,
form .table-responsive .col-lg-10,
form .table-responsive .col-xs-11,
form .table-responsive .col-sm-11,
form .table-responsive .col-md-11,
form .table-responsive .col-lg-11,
form .table-responsive .col-xs-12,
form .table-responsive .col-sm-12,
form .table-responsive .col-md-12,
form .table-responsive .col-lg-12 {
    padding: 0;
}
@media (max-width: 767px) {
    form .table-responsive {
        width: auto;
    }
}

/* Tabs search css */
.tab-content .search {
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    margin: 0 15px 10px;
    padding: 10px 0;
    border-radius: 4px;
}
.tab-content .form-actions {
    border-top: 1px solid #dddddd;
    padding: 10px 0 0 0;
}

/* Labels css layout inside a jQuery dataTable */
.table-label {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 4px 6px 5px;
    text-align: center;
    vertical-align: middle;
}
.table-label i {
    display: inline-block;
    width: 1.25em;
}

/* Custom buttons css */
.btn-white {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #f9f9f9;
    border-color: #000000;
    color: #000000;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active {
    opacity: 0.4;
}

/* Css fix for the top dropdown menus */
.navbar-brand {
    height: auto !important;
}
.dropdown-menu li > a {
    padding: 6px 13px !important;
}
.header .navbar-toggle {
    padding: 2px 0 10px;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #eeeeee;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #eeeeee;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
     background-color: #eeeeee;
    }
}

/* Css fix for the main menu */
.page-sidebar-menu > li.active > ul.sub-menu > li.active ul.sub-menu > li ul.sub-menu {
    clear: both;
    display: none;
    list-style: outside none none;
    margin: 0;
}

/* Custom notifications dropdown css */
.notification .notification-item {
    border-bottom: 1px solid #f4f4f4 !important;
}
.notification li:last-child .notification-item {
    border-top: 1px solid white !important;
}
.notification .notification-item .notification-header {
    padding: 10px 10px 0 10px;
}
.notification .notification-item .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}
.notification-hide {
    cursor: pointer;
}
.notification.dropdown-menu.extended li a.notification-link {
    padding: 5px 10px !important;
    border: none !important;
}
.notification .notification-item:hover,
.notification .notification-item:hover a.notification-link {
    background-color: #F5F5F5;
}
.notification .no-notification-link {
    color: #000000;
    font-size: 12px;
    list-style: outside none none;
    padding: 5px 10px !important;
    line-height: 20px;
}

/* Sets the css for the linkConfirm element when inside an html element with a class form-inline */
.form-inline .link-confirm-modal .form-group {
    display: block !important;
    margin-bottom: 15px !important;
}
.form-inline .link-confirm-modal .radio, .form-inline .link-confirm-modal .checkbox {
    display: block !important;
    min-height: 20px !important;
    margin-top: 5px;
}
.form-inline .link-confirm-modal .radio input[type="radio"], .form-inline .link-confirm-modal .checkbox input[type="checkbox"] {
    float: left !important;
    margin-left: -20px !important;
}

/* Css to hide the table header */
.table-hidden-header thead {
    visibility: hidden;
}
@media (max-width: 767px) {
    .table-hidden-header thead {
        visibility: visible;
    }
}
.table-hidden-header th {
    padding-bottom: 0 !important;
}

/* Css to remove the border from a responsive table */
.table-no-border div.table-responsive {
    border: none;
}