.header-image h1{
	padding-left:30px;
}

.thank-you-message h6{
	padding:30px;

}

/* 
*Popup css starts 
*/

/* Outer */
.popup {
    width:100%;
    height:100%;
    max-height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    width:700px;
    max-width:90%;
    padding-bottom:10px;
    padding-top:10px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

.popup-content{
    padding:40px;
    max-height:80vh;
    max-width:100%;
    overflow-y: scroll;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

/* 
*Popup css ends 
*/



/*
* Slideout menu starts
*/

.slideout-menu {
    position: fixed;
    top: 0;
    left: -20%;
    width: 20%;
    height: 100%;
    background: #01545B;
    z-index: 100;
    overflow: auto;
}
.slideout-menu h3 {
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
}
.slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
    background: #116D76;
    color: #999;
    text-decoration: none;
    vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
    color: #fff;
}
.slideout-menu ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #116D76;
    border-bottom: 1px solid #116D76;
}
.slideout-menu ul li {
    border-top: 1px solid #116D76;
    border-bottom: 1px solid #116D76;
}
.slideout-menu ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #DEDEDE;
    text-decoration: none;
}
.slideout-menu ul li a:hover {
    background: #014248;
    color: #fff;
}
.slideout-menu ul li a i {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: .5;
}

/*
* Slideout menu ends
*/




/*
* Top bar menu starts
*/

.top-bar.expanded{
    height: 60px;
}

.top-bar.expanded .title-area{
    height: 60px;
}

.top-bar-section ul li>a{
    font-size: 1.1rem;
    font-style: normal;
    height: 60px;
}

.top-bar.expanded .title-area h1>a{
    font-size: 1.3rem;
    font-style: normal;
    height: 60px;
}

/*
* Top bar menu ends
*/



/*
* Hamburger button starts
*/

.hamburger-menu
{
    top:15px;
    width:30px;
    height:5px;
    background-color:#D7E6E8;
    border-radius:5px;
    position:relative;
}

.hamburger-menu:after, .hamburger-menu:before
{
    content: '';
    width: 100%;
    height:5px;
    background-color:#D7E6E8;
    position:absolute;
    border-radius:5px;
}

.hamburger-menu:after
{
    top:10px;
}

.hamburger-menu:before
{
    top:20px;
}

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
    display: inline-block;
}

.top-bar .name h1 a:hover{
    background-color: #014248;
}


/*
* Hamburger button ends
*/





.paginator-number #selectResults{
    width: 50px;
    margin-right: 8px;
}
.paginator-number p { display: inline }

.side-nav {
    word-wrap: break-word;
}




input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"], 
select,
textarea {

    max-width: 800px;

    }


a.button.edit {
    margin-left:15px;
    background-color: #36959E;
}

a.button.edit:hover{
    background-color: #257B84;
}

button.button-save {
    margin-right: 15px;
}

#logo{
    height: 48px;
    margin: 1px 1px;
    padding: 5px 5px;
    background-color: #F8F8F8;
}

/* Dashboard styles */

.ers-btn-grid{
    background-color: white;
    color: #000000;
    text-align:center;
    width: 100%;
    padding: 50px 0;
    margin: 15px 0;
    font-size: 20px;
    border-radius: 3px;
    height: 208px;
}

.ers-btn-grid div{
    padding: 15px 10px;
    line-height: 24px;
    white-space: pre-wrap;
}

.ers-btn-grid:hover{
    color: #AE1416;
}

@media (max-width: 991px) {
    .ers-btn-grid{
        padding:20px 10px;
        height: inherit;
    }
    .ers-btn-grid div{
        display:inline;
        margin: 20px 10px;
        padding: 0;
    }
}

a.ers-btn-grid:before {
    background-repeat: no-repeat;
    background-position: 0 top;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}

a.ers-btn-grid.resources-icon:before {
    background-image: url('../img/dashboard-icon-resources.svg');
}
a.ers-btn-grid.clients-icon:before {
    background-image: url('../img/dashboard-icon-clients.svg');
}
a.ers-btn-grid.vendors-icons:before {
    background-image: url('../img/dashboard-icon-vendors.svg');
}
a.ers-btn-grid.logout-icon:before {
    background-image: url('../img/dashboard-icon-logout.svg');
}
a.ers-btn-grid.admin-icon:before {
    background-image: url('../img/dashboard-icon-admin.svg');
}

.ers-btn-grid-small{
    background-color: white;
    color: #000000;
    text-align:center;
    width: 100%;
    margin: 15px 0;
    font-size: 20px;
    border-radius: 3px;
    height: 95px;
    display: table !important;
}

.ers-btn-grid-small div{
    padding: 15px 10px;
    line-height: 24px;
    white-space: pre-wrap;
    display: table-cell;
    vertical-align: middle;
}

.ers-btn-grid-small:hover{
    color: #AE1416;
}


@media (max-width: 991px) {
    .ers-btn-grid-small{
        padding:20px 10px;
        height: inherit;
    }
    .ers-btn-grid-small div{
        display:inline;
        margin: 20px 10px;
        padding: 0;
    }
}



/* 2D TRANSITIONS */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    outline: 0 !important;
}

/* Flash messages */
div.message {
    top: 65px;
}

.login div.message {
    top: 15px;
}

/* Scrollable menus */
.dropdown-menu {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

/* Customized Bootsrap close Button */
.close{
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color: #fff;
    background-color: black !important;
    opacity: 0.8;
    outline: none;
}

.close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    text-decoration:none;
    color: #fff;
    opacity: 1;
}
/* Modals styles */

.modal-body{
    max-height: 70vh;
    overflow-y: auto;
}
.modal-title{
    color: #15848F;
    font-weight: bold;
    text-transform: capitalize;
}
.modal-header{
    border-bottom: 2px solid #1798A5;
}

.modal-body .content{
    padding:0;
}
.modal-form-content a:not(.link){
    color: black;
    text-decoration: none;
    cursor: default;
}

.modal-form-content legend{
    display:none;
}

.modal .button-cancel {
	margin-right: 15px;
}


/* Dropzone styles */

.dropzone{
    min-height: 100px;
    width: 100%;
    border: 2px dashed #1798A5;
    border-radius: 5px;
    background: white;
    padding: 10px;
    background-color: #FAFAFA;
    cursor: pointer;
}
.dz-message {
    text-align: center;
    margin: 2em 0;
    font-weight: 400;
    color: #4d4d4d;
}

.dz-details{
    color: #4d4d4d;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-started .dz-message { display: none; }
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone .dz-message { text-align: center; margin: 2em 0; }
.dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 16px; min-height: 100px; }
.dropzone .dz-preview:hover { z-index: 1000; }


.dropzone.dz-clickable * { cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }
.dropzone.dz-started .dz-message { display: none; }
.dropzone.dz-drag-hover { border-style: solid; }
.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }
.dropzone .dz-preview.dz-file-preview .dz-image { border-radius: 20px; background: #999; background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }
.dropzone .dz-preview.dz-image-preview .dz-details { -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove { font-size: 14px; text-align: center; display: block; cursor: pointer; border: none; }
.dropzone .dz-preview .dz-remove:hover { text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dropzone .dz-preview .dz-details { z-index: 20; position: absolute; top: 0; left: 0; opacity: 0; font-size: 13px; min-width: 100%; max-width: 100%; padding: 2em 1em; text-align: center; color: rgba(0, 0, 0, 0.9); line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size { margin-bottom: 1em; font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span { border: 1px solid rgba(200, 200, 200, 0.8); background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) { overflow: hidden; text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span { border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span { background-color: rgba(255, 255, 255, 0.4); padding: 0 0.4em; border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); -webkit-filter: blur(8px); filter: blur(8px); }
.dropzone .dz-preview .dz-image { border-radius: 10px; overflow: hidden; width: 120px; height: 120px; position: relative; display: block; z-index: 10; border: 2px solid #15848F; }
.dropzone .dz-preview .dz-image img { display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark { -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark { opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark { pointer-events: none; opacity: 0; z-index: 500; position: absolute; display: block; top: 50%; left: 50%; margin-left: -27px; margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg { display: block; width: 54px; height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress { opacity: 1; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress { opacity: 0; -webkit-transition: opacity 0.4s ease-in; -moz-transition: opacity 0.4s ease-in; -ms-transition: opacity 0.4s ease-in; -o-transition: opacity 0.4s ease-in; transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress { -webkit-animation: pulse 6s ease infinite; -moz-animation: pulse 6s ease infinite; -ms-animation: pulse 6s ease infinite; -o-animation: pulse 6s ease infinite; animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress { opacity: 1; z-index: 1000; pointer-events: none; position: absolute; height: 16px; left: 50%; top: 68%; margin-top: -8px; width: 80px; margin-left: -40px; background: rgba(255, 255, 255, 0.9); -webkit-transform: scale(1); border-radius: 8px; overflow: hidden; border: 2px solid #15848F; }
.dropzone .dz-preview .dz-progress .dz-upload { background: #4AAECF; position: absolute; top: 0; left: 0; bottom: 0; width: 0; -webkit-transition: width 300ms ease-in-out; -moz-transition: width 300ms ease-in-out; -ms-transition: width 300ms ease-in-out; -o-transition: width 300ms ease-in-out; transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message { display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message { opacity: 1; pointer-events: auto; }
.dropzone .dz-preview .dz-error-message { pointer-events: none; z-index: 1000; position: absolute; display: block; display: none; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; border-radius: 8px; font-size: 13px; top: 130px; left: -10px; width: 140px; background: #be2626; background: linear-gradient(to bottom, #be2626, #a92222); padding: 0.5em 1.2em; color: white; }
.dropzone .dz-preview .dz-error-message:after { content: ''; position: absolute; top: -6px; left: 64px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #be2626; }

/* ERS badge styles */

.badge-ers {
    color: white;
    background-color: #15848F;
    font-weight: normal;
    font-size: 14px;
}

.active .badge-ers {
    color: white;
    background-color: #777;
}

/* Details arrows styles */

.details-arrow:after {
	content: '►';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.details-arrow.opened:after {
	content: '▼';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.contract-details{
	display: none;
	background-color: antiquewhite;
}

.details-arrow.docs-list:after {
	color: #be140b;
	/*color: #15848F;*/
}

.completeness-icon{
	margin-left: 10px;
}

.btn .completeness-icon{
    margin-left: 0;
}

.icon-warning{
	color: #f0ad4e;
}

.icon-success{
    color: #5cb85c;
}

.completeness-help {
    font-weight: normal;
}

table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.total-status {
    color: #1798A5;
    margin-left: 10px;
}

th.actions {
    width: 200px;
}

.index th.actions {
    width: 250px;
}


/* Smartphones portrait  */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .content {
        padding:0;
    }

    .search-resources {
        width: 100%;
    }

    .totals b.ui-table-cell-label {
        display: none;
    }

    .actions b.ui-table-cell-label {
        display: none;
    }
}

/* Smartphones landscape */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .content {
        padding:0;
    }

    .search-resources {
        width: 100%;
    }

    .totals b.ui-table-cell-label {
        display: none;
    }

    .actions b.ui-table-cell-label {
        display: none;
    }
}

