/* BODY */
body {
	background-color: #D1D1D1;
}

.is-error {
	color: red;
}

.btn-primary {
	background-color: rgba(202,128,32,1);
	border-color: rgba(201,40,22,1);
}
.btn-primary-gradient {
    background: rgba(201,40,22,1);
    background: -moz-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,40,22,1)), color-stop(100%, rgba(202,128,32,1)));
    background: -webkit-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
    background: -o-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
    background: -ms-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
    background: linear-gradient(to right, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92816', endColorstr='#ca8020', GradientType=1 );
    color: white;
}
.btn-primary:hover, .btn-primary-gradient:hover {
	background-color: rgba(201,40,22,1);
	border-color: rgba(201,40,22,1);
}
.btn-primary:not([disabled]):not(.disabled):active {
	background-color: rgba(201,40,22,1);
	border-color: rgba(201,40,22,1);
}

.form-control {
    border: 1px solid black;
}

.action-link {
    color: #ca8020;
    cursor: pointer;
}
.action-link:hover {
    color: #c92816; 
}

th {
    color: #ca7f20;
}

table, th, td {
    border: 2px solid black !important;
}

#candidate-datatable {
    border-collapse: collapse !important;
}

/* LOGIN */
.login-container {
	margin-top: 100px;
    background-color: #FAFAFA;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px #dadada;
    border: solid 1px #d8d8d8;
    padding: 35px; 
}

/* SIDE MENU */

#menu-top {
    top: 0;
    z-index: 1;
    background-color: #FAFAFA;
}

.menu-container {
	background-color: #FAFAFA;
	border-radius: 20px;

    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;

    margin-top: 120px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;

    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}

.menu-section {
	color: #ca7f20;
	margin-bottom: 40px;
}
.menu-section h5 {
	font-size: 15px;
	margin-bottom: 0px;
}

.menu-section hr {
	border-color: #b5b5b5;
	margin-top: 4px;
}

.menu-section-logout {
    bottom: 0;
    position: absolute;
    width: 200px;
}
.menu-section-logout h5 {
	font-size: 15px;
	margin-bottom: 0px;
}
.menu-section-logout a {
	color: #ca7f20 !important;
}

.menu-link {
	padding-bottom: 8px;
}
.menu-link a {
	color: black !important;
	padding-bottom: 5px;
}

hr {
	border: none;
    height: 2px;
    color: black; 
    background-color: black;
}


/* HEADER */

.header-container {
	background-color: #FAFAFA;
    padding: 20px;
    border-bottom: solid 1px #ca7f20;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(187, 187, 187);;
	-moz-box-shadow: 0px 5px 5px 0px rgb(187, 187, 187);;
	box-shadow: 0px 5px 5px 0px rgb(187, 187, 187);;
	height: 100px;
}

.header-brand {
    width: 140px;
    float: left;
}

.header-role {
	float: right;
	display: flex;
}

.header-role h6 {
	margin-top: 20px;
	color: #444444;
}

.header-profile-image {
	width: 50px;
	height: 50px;
    
    margin: 5px;
    margin-left: 20px;
    border-radius: 25px;

	background: rgba(201,40,22,1);
	background: -moz-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,40,22,1)), color-stop(100%, rgba(202,128,32,1)));
	background: -webkit-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -o-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -ms-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: linear-gradient(to right, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92816', endColorstr='#ca8020', GradientType=1 );
}

/* CONTENT */
.content-container {
	margin-left: 300px;
    margin-top: 120px;
    margin-right: 20px;
    background-color: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    top: 0;
    right: 0;
    left: 0;
}

.content-title {
    background-color: red;
    padding: 20px;
    margin-right: -15px;
    margin-left: -15px;

    background: rgba(201,40,22,1);
	background: -moz-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201,40,22,1)), color-stop(100%, rgba(202,128,32,1)));
	background: -webkit-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -o-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: -ms-linear-gradient(left, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	background: linear-gradient(to right, rgba(201,40,22,1) 0%, rgba(202,128,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92816', endColorstr='#ca8020', GradientType=1 );
}
.content-title h6 {
	color: white;
    font-size: 25px;
    margin-bottom: 0px;
}

.content-content {
	overflow: scroll;
    height: 100%;
    position: absolute;
    padding: 20px;
    padding-bottom: 100px;
    width: 99%;

}

.content-section {
	background-color: #FAFAFA;
	padding: 20px;
	margin-bottom: 10px;
}

.content-section-margin {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 20px;
    border: solid 2px black;
}

.content-section-margin-no-border {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 20px;
}

.height-adjustment {
	min-height: 28vw;
}

/* PREDICTIVE */ 

.table-predictive {
    font-size: 12px;
}
.table-predictive thead {
        background-color: #f1f1f1;
}

.hidder {
    background-color: #FAFAFA;
    -webkit-box-shadow: 0px -30px 20px 20px #FAFAFA;
    -moz-box-shadow: 0px -30px 20px 20px #FAFAFA;
    box-shadow: 0px -30px 20px 20px #FAFAFA;
    position: absolute;
    left: 2px;
    right: 2px;
    padding: 15px;
    padding-top: 0px;
}

.hidder-message {
    background-color: white;
    padding: 20px;
    border: 1px solid #a5a5a5;
    border-radius: 8px;
}

.hidder-logo {
    float: left;
    width: 60px;
}

.hidder-content {
    margin-left: 80px;
}


/* NEW HIRE */

.stars-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.small-stars-container {
    display: flex;
    justify-content: center;
}
.small-stars-container img {
    height: 20px;
    width: 20px;
}

.stars {
	/*background-color: #ffd100;*/
    width: 70px;
    height: 70px;
    margin: 10px;
    /*border-radius: 50%;*/
}

.col-no-padding {
	padding: 10px;
    padding-top: 0px;
}


/* Medias */

@media screen and (min-width: 1025px) {
	#menu-top {
		display: none;
	}
}

@media screen and (max-width: 1024px) {

	#menu-sidebar {
		display: none;
	}

	.content-container {
		margin-left: 0px;
        margin-right: 0px;
        bottom: 0;
        top: 30px;
	}

    .content-content {
        padding-left: 0px;
    }

    .header-container {
        top: 35px;
    } 
}

@media screen and (max-width: 500px) {

    .header-role h6 {
        font-size: 12px; 
    }
    .header-profile-image {
        display: none;
    }
    .header-brand {
        width: 100px;
    }
    .header-container {
        height: 75px;
    }
    .content-container {
        top: 5px;
    }
}

/* Modal */

.modal-content {
    position: relative;
}

/* Loading */

.loading-container {
    background-color: #00000099;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}