/*****************************************
initial setup sidebar header and etc.
*******************************************/
md-list-item a {
    color: white;
    cursor: pointer;
    align-items: inherit;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: .01em;
    width: 100%;
}

.list-item-custom:hover {
    background-color: #009688;
}

.site-content-toolbar {
    background: #f6f6f6 !important;
    color: #202020 !important;
    z-index: 3;
}

.md-whiteframe-glow-z1 {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}

.site-sidenav-green {
    background: #00cab7 !important;
}

header {
    padding: 20px 0;
    margin: 0 auto;
}

.menu-heading {
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 8px 16px 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.54);
    font-weight: normal;
    letter-spacing: .01em;
    font-size: 16px;
}

.list-item-custom {
    min-height: 40px;
}

.headerText {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.54);
    padding: 0 16px;
    font-weight: 500;
}

div.hideMenuItem {
    display: none;
}

md-list-item.active {
    background-color: #009688;
}

/*****************************************************
PAGES (All pages)
******************************************************/
div.page-inner {
    margin: 20px;
}

.text-white {
    color: #fff !important;
}

table.tableLeft td.md-cell.md-numeric, table.tableLeft th.md-column.md-numeric {
    text-align: left !important;
}

a {
    text-decoration: none;
}

label.label_material {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}

i.material-icons {
    color: white;
}

h2.whiteTitle {
    color: white;
}

.logoFooter {
    margin-top: 25px;
    margin-left: 5px;
}

.logoFooter img {
    width: 85px;
}

.centerFooter {
    display: inherit;
}

.centerFooter p {
    margin-bottom: 2px;
}

/**************************************************
Form elements
***************************************************/
div.md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content {
    background-color: #009688 !important;
}

.formErrors {
    color: #ad0000;
    margin-top: 10px;
}

.customFormErrors {
    color: #ad0000;
    margin-top: 0px;
}

.inline {
    display: inline-block;
}

.radioGroup {
    margin-left: 10px;
}

.right {
    margin-right: 10px;
}

div.margin-bottom {
    margin-bottom: 30px !important;
}

.fac {
    display: inline;
}

.PaidAndBill {
    margin: 16px;
}

.customInputWayBill {
    margin: 10px 0;
}

.or-custom-button {
    margin-top: 20px;
}

.or-custom-skill-remove-button {
    margin-left: 13px;
    line-height: 0px !important;
}

.checkBoxCenter {
    margin-top: 10px;
}

/**************************************************
Common
***************************************************/
.no-padding {
    padding: 0px !important;
}

.greenColor {
    color: rgb(76, 175, 80);
}

/************** End Common *************/

/**************************************************
Login Page
***************************************************/
.loginContent md-input-container {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.loginButtons {
    margin-top: 0px;
    padding-top: 0px;
}

/**************************************************
Skills Categories
***************************************************/
div.scLevel2 {
    padding-left: 5%;
}

div.scLevel3 {
    padding-left: 10%;
}

/**************************************************
Content
***************************************************/
.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 20px;
    margin: 10px;
}
.selected_file {	
    padding: 20px;
    margin: 15px;
}
.dragover {
    border: 5px dashed #4caf50;
}

.imageContainer {
    position: relative;
}

.setMainImageButton {
    position: absolute;
    top: 12px;
    left: 10px;
}

.deleteImageButton {
    position: absolute;
    right: 9px;
    top: 12px;
}

.thumbImage {
    width: 150px;
    height: 150px;
}

.mainImageClass {
    border: 1px solid red;
}

.restricted_icon {
    color: darkred !important;
    font-size: 150px;
}

.icon-font-size {
    font-size: 150px;
}

.search-container {
    margin: 5px 0;
}

/*************************
Companies
**************************/
/*in filter*/
div.inputContainer {
    margin-right: 15px;
}

/***********************
Jobs
************************/
.filterContainer {
    border-bottom: 1px solid lightgray;

}
.customError{
    padding-top: 10px;
    font-size: 12px;
    color: #FF0000;
}

/**********************
Applicants
***********************/
applicant-table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
    padding: 0;
}

span.blockedCompaniesTitle {
    font-weight: bold;
}

/**********************
Presentation
***********************/
md-select.customSelectLength {
    width: 75px;
}

.loader {
    margin-left: 15px;
}
.loader-container {
    margin-left: 0px;
}

