/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can be used to
 *  alter the color, the background color or the border color of an element individually
 *
 */

/*
=================================================================
#f39c12 - THEME DEFAULT
=================================================================
*/

.themed-color-default {
    color: #f39c12 !important;
}

.themed-background-default {
    background-color: #f39c12 !important;
}

.themed-border-default {
    border-color: #f39c12 !important;
}

/*
=================================================================
#4da2db -THEME RIVER
=================================================================
*/

.themed-color-river {
    color: #4da2db !important;
}

.themed-background-river {
    background-color: #4da2db !important;
}

.themed-border-river {
    border-color: #4da2db !important;
}

/*
=================================================================
#b96ad9, #9b59b6 -THEME AMETHYST
=================================================================
*/

.themed-color-amethyst {
    color: #b96ad9 !important;
}

.themed-background-amethyst {
    background-color: #9b59b6 !important;
}

.themed-border-amethyst {
    border-color: #9b59b6 !important;
}

/*
=================================================================
#e74c3c -THEME DRAGON
=================================================================
*/

.themed-color-dragon {
    color: #e74c3c !important;
}

.themed-background-dragon {
    background-color: #e74c3c !important;
}

.themed-border-dragon {
    border-color: #e74c3c !important;
}

/*
=================================================================
#34c26f, #39d179 -THEME EMERALD
=================================================================
*/

.themed-color-emerald {
    color: #34c26f !important;
}

.themed-background-emerald {
    background-color: #39d179 !important;
}

.themed-border-emerald {
    border-color: #39d179 !important;
}

/*
=================================================================
#93c22f, #a6db34 -THEME GRASS
=================================================================
*/

.themed-color-grass {
    color: #93c22f !important;
}

.themed-background-grass {
    background-color: #a6db34 !important;
}

.themed-border-grass {
    border-color: #a6db34 !important;
}

.sidebar-content .heading{
    padding-bottom: 4px;
    border-bottom: 7px solid #f39c12;
}
.scrollup{
    display: none;
}

a.header-title-link{
    padding-top:20px;
    padding-bottom: 20px;
}

.row.items-list{
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px;
}
.row.items-list:last-child{
    border-bottom: 1px solid #ccc;
}
.display-label{
    font-weight: bold;
    padding-right: 30px;
}
.field-display-item{
    margin-bottom: 5px;
}
form label{
    font-weight: bold;
}
form .form-actions {
    margin-top: 15px;    
}
form .field--type-entity-reference{
    margin-bottom: 15px;
}
#th-requests-job-card-edit-form #edit-status-wrapper{
    display: none;
}
#page-content.block{
    padding-bottom: 20px;
}
.nav-tabs.local-tasks{
    margin-bottom: 20px;
}
.form-type-vertical-tabs{
    display: none;
}
#edit-field-description-0-format{
    display: none;
}
.tabledrag-toggle-weight-wrapper{
    display: none;
}
.path-frontpage.html-out #block-th-admin-content{
    display: none;
}
#block-userlogin ul{
    text-align: right;
    list-style: none;
}
form p{
    font-size: 11px;
}
a.header-title-link h1 i{
    font-size: 44px;
}
.block-header{
    margin-bottom: 0;
}
.block-header-breadcrumb{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
}
.block-header-breadcrumb .breadcrumb{
    margin-bottom: 0;
    padding-left: 5px;
}
.views-element-container .action-links{
    display: none;
}
.table thead > tr > th{
    font-size: 14px;
}

#header-action ul{
    list-style: none;
    text-align: right;
    padding-right: 10px;
}
#header-action ul li{
    padding: 0 !important;
}
#th-requests-job-card-add-form #edit-status-wrapper{
    display: none;
}
#edit-name-0-value--description{
    display: none;
}
.block-header{
	margin-bottom:15px;
}
.alert--error {
	color: #e74c3c;
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}
.alert--status{
	color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}
.field--type-datetime .fieldset-wrapper div.form-type-date{
	
}
.field--type-datetime .form-control {
	line-height: 22px;
}
.field--type-entity-reference thead .field-label{
	color: #555;
	font-weight:bold;
}

#th-requests-applicants-workflow-form .form-wrapper{
    display: none;
}
#th-requests-applicants-workflow-form #edit-field-status-wrapper.form-wrapper{
    display: block;
}
#th-requests-applicants-workflow-form #edit-actions.form-wrapper{
    display: block;
}
#th-requests-applicants-workflow-form .field-group-html-element{
    display: none;
}
.table thead > tr > th{
    font-weight: 500;
}