a#menu-share+ul {
	visibility: hidden;
}

a#menu-share:hover+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i {
    animation: rotate-in 0.5s;
}

a#menu-share:hover>i {
    animation: rotate-out 0.5s;
}

.badge{
    border-radius: 0 !important;
}

.badge-accounted{
    background-color: #464646 !important;
    color: #fff;
}

.badge-approved{
    background-color: #d04a02 !important;
    color: #fff;
}

.badge-action{
    background-color: #db536a !important;
    color: #fff;
}

.badge-active{
    background-color: #eb8c00 !important;
    color: #fff;
}

.badge-draft{
    background-color: #741910 !important;
    color: #fff;
}

.badge-closed{
    background-color: #e0301e !important;    
    color: #fff;
}

.badge-pending{
    background-color: #aa2417 !important;
    color: #fff;
}

body{
    overflow-x: hidden;
    /* font-family:  'Times New Roman', Times, serif !important; */
}

.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
    font-size: 2em;
    color:#a52727;
}

.content {
    width: 100%;
    /* min-height: 100vh; */
    transition: all 0.3s;
}
  
#content {
    width: 100%;
    padding: 20px;
    /* min-height: 100vh; */
    transition: all 0.3s;
    margin-left: -20px;
}

.custom-class-example {
    color: #000;
}

.custom-class-example .c-btn {
    color: #000;
}

.custom-class-example .c-token{
    background: #d04a02 !important;
    color: #fff;
}

.custom-class-example .pure-checkbox input[type="checkbox"]:checked + label[_ngcontent-c1]:before {
    background: #d04a02 !important;
}

.custom-class-example .pure-checkbox label::before {
    border-color: #d04a02 !important;
}

.enabled-field{
    cursor: pointer;
    margin-left: 25px;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #ff7a09;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 1000;
	animation: bot-to-top 2s ease-out;
}

.form-control, 
.btn, 
.card, 
.dropdown-btn {
    border-radius: 0 !important;
}

.form-division-heading {
    color: #384047;
    font-size: 18px;
    margin-bottom: 30px;
}

.form-division-heading .form-step {
    background-color: #fff;
    border: solid 2px #cf5f5f;
    color: #cf5f5f;
    height: 30px;
    line-height: 26px;
    margin: -2px 10px 0 0px;
    position: relative;
    text-align: center;
    width: 30px;
    display: inline-block;
    border-radius: 100px;
}

.form-row.is-invalid,
ngb-datepicker.ng-untouched.ng-pristine.ng-valid.is-invalid,
.panel.panel-default.is-invalid {
    border: 1px solid #dc3545 !important;
    border-radius: 5px;
}

.icon-action{
    width: 20px;
    height: 20px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: sub; 
}

.icon-checkmark-grey{
    background:url('/assets/img/checkmark-dark-grey.png');
}

.icon-checkmark-white{
    background:url('/assets/img/checkmark-white.png');
}

.icon-close-orange{
    background:url('/assets/img/close-orange.png');
    margin: 7px 7px;
    cursor: pointer;
}

.icon-close-white{
    background:url('/assets/img/close-white.png');
}

.icon-download-light-grey{
    background:url('/assets/img/download-light-grey.png');
}

.icon-download-grey{
    background:url('/assets/img/download-dark-grey.png');
}

.icon-download-orange{
    background:url('/assets/img/download-orange.png');
}

.icon-exclamation-grey{
    background:url('/assets/img/exclamation-dark-grey.png');
    margin: 0px -6px 0px -6px;
}

.icon-paper-airplane-white{
    background:url('/assets/img/paper-airplane-white.png');
}

.icon-plus-grey{
    background:url('/assets/img/plus-dark-grey.png');    
}

.icon-plus-white{
    background:url('/assets/img/plus-white.png');
    margin-top: 1px;
}

.icon-save-white{
    background:url('/assets/img/save-white.png');
}

.icon-search-white{
    background:url('/assets/img/search-white.png');
}

.icon-see-grey{
    background:url('/assets/img/view-dark-grey.png');
}

.icon-upload-white{    
    background:url('/assets/img/upload-white.png');
}

li.pure-checkbox.selected-item input[type=checkbox]+label:before {
    background: red !important
}

.my-drop-zone {
    width: 100%;
    height: 300px;
    cursor: pointer;
    padding: 1em;
    opacity: 0.4;
    text-align: center;
}

.my-float {
    font-size: 24px !important;
    margin-top: 18px !important;
}

.multiselect-dropdown{
    max-width: 60vw;
}

.ngb-dp-arrow .btn-link {
    color: #d04a02 !important;
}

.ngb-dp-day .bg-primary {
    background: #d04a02 !important;
}

.ngb-dp-weekday {
    color: rgb(236, 129, 62)!important;
}

.ngb-progressbar {
    margin-top: 5rem;
}

.page-item.active .page-link{
    background-color: #d04a02 !important;
    border-color: #d04a02 !important;
    color: #fff!important;
}

.page-link {
    color: #d04a02 !important;
}

.page-link:active {
    color: #fff !important;
}

.page-link:hover {
    color: #fff !important;
}

.poll-back-padding{
    padding-bottom: 15px;
}

.poll-btn{
	background: #d04a02 !important; 
	color: white !important;
	margin-bottom: 15px;
	margin-left: 16px;
}

.poll-btn-plus{
	color: #fff !important;
}

.poll-btn__btn-confirm-candidate{
	width: 100%;
	margin-left: 0%;
}

.poll-btn-attachment-browser{
	margin-left: 11px;
	background-color: #7d7d7d !important; 
	color: #ffffff !important;
}

.poll-btn-attachment-upload{
	margin-left: 10px;
	background-color: #741910 !important; 
	color: #ffffff !important;
}

.poll-btn-candidate-add{
    background: #c5c5c5 !important; 
    color: white !important; 
    width: 100%
}

.poll-btn-display{
	display: none;
}

.poll-btn-download-business-case{
	background: #eb8c00 !important; 
	width: 100%;
	font-size: 99% !important;
}

.poll-btn-download-business-case2{
	color: #e88d14 !important;
    font-size: 14px !important;
    width: 100%;
}

.poll-btn-new-photo{
    background-color: #7d7d7d !important; 
    color: #ffffff !important; 
    width: 100%;
}

.poll-btn-no-business-case {
    margin-left: 20px; 
    cursor: not-allowed !important; 
    color: #adadad !important;
    font-size: 14px !important;
    margin-bottom: 0px;
}

.poll-btn-send-approved,
.poll-btn-send-pending-approval{    
    cursor: pointer;
    background-color:#e8a420 !important;       
}

.poll-btn-send-draft{
    cursor: pointer;
    background-color:#7c7d7c !important;
}

.poll-btn-send-cancel{
    cursor: pointer;
    background-color:#a52727 !important;
}

.poll-btn-vote-generic-board-tsp {
    width: 50%;
}

.poll-calendar-start,
.poll-calendar-end{
	margin: -52px -3px 0px; 
}

.poll-candidateError,
.poll-groupError,
.poll-voterError
{
    border: 1px #ff0000 solid;
    padding: 10px;
    border-radius: 5px;
	margin-left: 17px;
    max-width: 60vw;
}

.poll-candidateError-dropdown,
.poll-groupError-dropdown{
	margin-left: 0px;
}

.poll-card-candidate{
    background-color:#f8f9fa; 
    padding: 15px; 
    border-radius: 10px;
}

.poll-card-candidate-width {
    width: 18rem !important;
}

.poll-content-list{
    color: #464646;
}

.poll-dataInvalida {
	border: 1px #ff0000 solid;
}

.poll-details-date {
    margin-left: 0px;
    margin-right: 47px;
}

.poll-datetime{
	display: flex;
}

.poll-datetime-colon{
	width: 1em; 
	text-align: center;
    margin-top: 1%;
}

.poll-datetime-minute{
	width: 4em;
}

.poll-datetime-position{
	margin-left: 300px;
}

.poll-files-name{
	margin-left: 10px;
	list-style-type: disc;
}

.poll-form-fields{
    max-width: 60vw;
}

.poll-icon-send{
    width: 30px;
    height: 30px;
    background-size: cover !important;
    display: inline-block;
    margin-top: 15px;
}

.poll-icon-send-air-plane{
    width: 35px;
    height: 35px;    
    background-size: cover !important;
    display: inline-block;
    margin-top: 13px;    
}

.poll-link-back{
	color: #d04a02 !important;
    cursor: pointer;
}

.poll-no-img-candidate{
    background:url('../img/user-default.png');
}

.poll-message-error{
    font-size: 12px; 
    color:#dc3545; 
}

.poll-title-section{
	height: 45px;
	margin-bottom: 37px !important; 
	margin-top: 15px;
}

.poll-total-count{
	float: right; 
	font-size: 15px !important; 
	color: #fff; 
	background: #d04a02;
}

.poll-sub-title{
	font-size: 22px;
}

#profile-container {
    width: 150px;
    height: 150px;
    margin: auto auto 50px;
}

#profile-container img {
    width: 150px;
    height: 150px;
}

.pure-checkbox input[type=checkbox] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 3px !important;
    background-color: #464646;
}

.pure-checkbox input[type=checkbox]+label:before{
    border: 2px solid#d04a02;
    color: #000;
}

.selected-list{
    border: 1px solid #ced4da;
    border-radius: .25em;
}

.overlay {
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
	justify-content: center;
	align-items: center;
	display: flex;
}

.spinner{
	background: #fff;
	border-radius: 18px;
}

.table-head-type{
    width: 5%;
}

.table-head-title{
    width: 60%;    
}

.table-head-date{
    width: 15%;
}

.table-head-status{    
    width: 5%;
}

.title{
    color: #34495e
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}