/* ********************************************************
    CONTENT
******************************************************** */
/*#wrapper {
    margin-top: -30px !important;
}*/

/* ********************************************************
    LOGIN
******************************************************** */
.divLogin {
    margin: auto;
    width: 700px;
    background: white;
    padding: 10px 20px 20px 20px;
    border-radius: 20px;
    border: 1px solid #656565;
    box-shadow: 5px 5px 20px 0px #656565;
}

.divReset{
    width: 750px !important;
    height: 480px !important;
}

/* ********************************************************
    LOGIN
******************************************************** */
.divHome{
	margin-top: 200px !important;
    margin: auto;
    width: 500px;
}

.divHomeDoc{
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 300px !important;
    background: rgba(147, 149, 152, 0.2) !important;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    border: 1px solid rgba(147, 149, 152, 0.2);
    box-shadow: 5px 5px 20px 0px rgba(147, 149, 152, 0.2);
    font-size: 0.9em;
}

#homeSimulation,
#homeFolder,
#homeSearch,
#homeTools{
    padding: 10px;
}

#homeSimulation span,
#homeFolder span
{
    color: white;
    font-size: 1.8em;
}

#homeSimulation:hover,
#homeFolder:hover {
    cursor: pointer;
}

#homeSimulation{
    background: rgb(210, 16, 52);
    display: flex;
    align-items: center;
}
#homeSimulation:hover{
    background: rgba(210, 16, 52, 0.8);
}

#homeFolder{
    background: rgb(75, 95, 131);
    display: flex;
    align-items: center;
}
#homeFolder:hover{
    background: rgba(75, 95, 131, 0.8);
}

#homeSearch{
    background: rgb(147, 149, 152);
}

#homeSearch:hover{
    background: rgba(147, 149, 152, 0.8);
}

.search-button{
    width: 100%;
    height: 30px;
    font-size: 12px !important;
    background: #36578f !important;
    border: 1px solid #36578f !important;
    color: white !important;
}

.search-button:hover{
    background: #D21034 !important;
    border: 1px solid #D21034 !important;
}

/* ********************************************************
    NAV - NAV BAR
******************************************************** */
.navbar {
    min-height: 67px !important;
    display: flex;
    /*flex-direction: column;*/
}

.navbar-header {
    display: flex;
    align-items: center;
    height: 67px;

}

.navbar-brand {
    /*display: none;*/
    align-items: center;
    width: 200px;
    height: 60px !important;
}

.navbar-brand img{
    /*position: absolute;
    top: 3px;
    left: 20px;*/
    height: 32px;
}

.navbar-toggle {
    margin-left: 15px;
    height: 44px;
}

.navbar-nav{
    text-align: center;
}

.navbar-fixed-top .navbar-collapse {
    max-height: unset;
    width: 100%;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    border-top: 5px solid #36578f !important;
    color: #36578f !important;
}

.navbar-default .navbar-nav>li.selectedMenu>a{
    border-top: 5px solid #d21034 !important;
    color: #d21034 !important;
}

.navbar-default .navbar-nav>li>a {
    border-top: 5px solid #f8f8f8 !important;
    transition: all 0.3s ease-in 0s;
}

.navbar li  a i{
    margin-right: 5px !important;
}

.navbar li  a i:hover{
    color: #36578f  !important;
}

.dropdown-menu {
    text-align: center;
}

#header-right-info {
    max-width : calc(100% - (44px + (15px * 2) + 200px));
}

/* ********************************************************
    HEADER
******************************************************** */
#homePage:hover{
    cursor: pointer;
}
.logo-header {
    position: absolute;
    top: 10px;
}

.header-title {
    position: absolute;
    left: 17%;
    height: 50px;
}

.header-title-texte {
    position: absolute;
    left: 17%;
    top: 50px;
    z-index: 999999;
    color: #FE8F61;
    font-size: 1.3em;
    border-top: 1px solid #FE8F61;
}

.header-infos {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.header-infos-buttons {
    float: right;
    margin-right: 10px;
    height: 20px;
    width: 25px;
    padding-top: 2px;
    font: 16px 'Patua One', sans-serif;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(top, #d21034, #d21034);
    background-image: -webkit-linear-gradient(top, #d21034, #d21034);
    background-image: -moz-linear-gradient(top, #d21034, #d21034);
    background-image: -ms-linear-gradient(top, #d21034, #d21034);
    background-image: -o-linear-gradient(top, #d21034, #d21034);
    background-image: linear-gradient(top, #d21034, #d21034);
    z-index: 99999;
    border-radius: 2px 2px 10px 10px;
    color: white !important;
    transition-property: transform;
    -webkit-transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.header-infos-buttons-logout span {
    background-image: url("/viva/javax.faces.resource/images/header/logout.png.xhtml") !important;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    float: left;
}

.header-infos-buttons-user span {
    background-image: url("/viva/javax.faces.resource/images/header/lock.png.xhtml") !important;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    float: left;
}

.header-infos-buttons:hover {
    padding-top: 2px;
    color: white;
    text-decoration: none !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.header-infos-buttons-user {
    margin-right: 10px !important;
}

.customLogout:hover {
    color: #ff894c;
}

.customLogout > i {
    color: inherit;
}

.headerUserLabel {
    color: #c6d1d2;
    margin: -1px 0 0 0;
}

#header-right-info{
    position: fixed;
    right: 5px;
    top: 0;
    z-index: 1035;
    line-height: 1;
}

#headerForm-menuHeaderId {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-user{
    font-size: 1em;
    position: absolute;
    top: 7px;
    right:0;
    color: #b30626;
    text-transform: capitalize;
    display: block;
}

.header-agence{
    font-size: 0.8em !important;
    color: #d21034;
    font-style: italic;
    display: block;
    max-width: 380px;
    margin-bottom: 0;
}

.headerSearchInput{
    width: 250px !important;
    height: 22px;
    padding-left: 25px !important;
    background: white url("/viva/javax.faces.resource/images/header/search.png.xhtml") no-repeat left center !important;
}

/* ********************************************************
    TOOLBAR
******************************************************** */
#custom-toolbar-id {
    background-color: #626262 !important;
}

.custom-toolbar{
    background-color: #F8F8F8 !important;
    position: fixed !important;
    width: 100% !important;
    height: 50px !important;
    top: inherit !important;
    bottom: 0 !important;
    border-top:1px solid #E7E7E7 !important;
    z-index: 999;
}

.custom-toolbar{
    font-size: 1em;
}

.custom-toolbar .row{
    padding-top: 10px;
}
.custom-toolbar .row button{
    margin-left: 10px;
}

/* ********************************************************
    Font Awesome
******************************************************** */
/*.fa:hover,*/ .navbar-default .navbar-nav > .active .fa {
    color: #fff;
}

a:focus, a:hover {
    color: #36588F !important;
    text-decoration: none !important;
}

/* ********************************************************
    Autres
******************************************************** */
.m-0 {
    margin: 0;
}
.m-1 {
    margin: 1em;
}
.m-2 {
    margin: 2em;
}

.p-0 {
    padding: 0;
}
.p-1 {
    padding: 1em;
}
.p-2 {
    padding: 2em;
}

.max-width {
    width: 100% !important;
}

.btn-150{
    width: 150px !important;
}

.menuText {
    color: inherit;
}

.hidden {
    display: none;
}

.custom-calendar-short > .ui-inputfield {
    width: 120px !important;;
}

.custom-calendar-mini > .ui-inputfield {
    width: 90px !important;;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 100% !important;
}

.fullwidth {
    width: 100% !important;
}

a.custom-link-white {
    text-decoration: none !important;
    color: #fff !important;
    font-style: normal !important;
    font-size: 12px;
}

a.custom-link-white:hover {
    text-decoration: underline !important;
    color: #D21034 !important;
}

a.custom-link {
    text-decoration: none !important;
    color: #36578F !important;
    font-style: normal !important;
    font-size: 12px;
}

a.custom-link:hover {
    text-decoration: underline !important;
    color: #D21034 !important;
}

.btn:focus {
    outline: none;
}

.btn {
    display: inline-block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    /*border: 1px solid #36588F !important;*/
    border-radius: 4px !important;
    height: 28px;
    line-height: 1.5;
    font-weight: bold !important;
}

.btn-default {
    color: #000000 !important;
    background-color: #ececec !important;
    border-color: #939598 !important;
}

.btn-default:hover {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.btn.unsaved {
	background-color: #f5cf87 !important;
	color: #c75c5c !important;
}

.ui-confirm-dialog-message {
    word-wrap: break-word !important;
    width: 80% !important;
    padding-left: 10px !important;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
}

.cursor-pointer:hover {
    cursor: pointer !important;
}

.custom-checkbox > .ui-chkbox-box {
    height: 20px !important;
    width: 20px !important;
    background: none !important;
    background-color: #E7E7E7 !important;
}

.text-center-lg {
    text-align: center;
}

.custom-disabled {
    width: 100% !important;
    background-color: #f0f0f0;
    color: black;
    font-size: 1em;
    padding: 5px;
    font-weight: normal;
}

.custom-link {
    color: #36588F !important;
    font-weight: bold;
    font-style: italic;
}

.ui-radiobutton {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ui-radiobutton .ui-radiobutton-box {
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
}

.ui-radiobutton-icon {
    margin: -2px 0px 0px -1px !important;
}

.ui-selectoneradio label:hover,
.ui-radiobutton-icon:hover {
    cursor: pointer;
}

.ui-selectoneradio label {
    font-size: 12px !important;
    font-weight: normal !important;
}

.custom-comment-disabled {
    width: 100% !important;
    background-color: #f0f0f0;
    color: black;
    padding: 5px;
    font-size: 1.1em;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    text-align: justify;
}

.custom-hover-img {
    text-decoration: initial !important;
}

.custom-hover-img:hover {
    cursor: pointer;
    opacity: 0.5;
}


.ui-state-disabled .custom-hover-img:hover {
    cursor: default !important;
    opacity: 1 !important;
}

.selected-eval {
    border: 2px solid #626262;
}

a {
    outline: none !important;
}

legend {
    margin-bottom: 5px;
}

.chosen-container-multi .chosen-choices {
    line-height: 24px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


tr > td {
    font-size: 12px;
}

.no-table-header th {
    display: none;
}

.no-table-header .ui-datatable-tablewrapper {
    width: 99.99%;
}

.custom-comment-disabled {
    background: none;
}


.chosen-container {
    background-color: white !important;
    border-radius: 5px;
}

.no-title-column .ui-column-title {
    min-width: 0 !important;
}

.menu-btn-add {
    background-color: #ccf4cc !important;
    bottom: 7px;
}

.btn-add {
    background-color: #ccf4cc !important;
}

.chosen-container-single .chosen-single {
    height: 26px !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1570a6;
    width: 100%;
}

.ui-selectonemenu .ui-inputfield {
    border: none;
}

.publish-btn-disabled {
    background-color: #a2a2a2 !important
}

.publish-btn-disabled:hover {
    color: #222 !important;
    background-color: #a2a2a2 !important;
    border-color: #ccc !important;
}

div.chosen-container.chosen-container-multi {
    width: 102% !important;
}

.custom-boolean-button.ui-state-default {
    background: rgba(255, 0, 0, 0.7) !important;
    color: #fff !important;
}

.custom-boolean-button.ui-state-active {
    background: #12C312 !important;
    color: #fff !important;
}

.button-green {
    background: #12C312 !important;
    color: #fff !important;
    height: 25px;
}

.button-red {
    background: rgba(255, 0, 0, 0.7) !important;
    color: #fff !important;
    height: 25px;
}

.button-blue-default {
    background: #36578f !important;
    color: #fff !important;
}

.button-blue {
    background: #36578f !important;
    color: #fff !important;
    height: 25px;
}

.button-inscription {
    background: rgba(255, 0, 0, 0.7) !important;
    color: #fff !important;
    width: 100px;
    height: 25px;
}

.button-desinscription {
    background: #12C312 !important;
    color: #fff !important;
    width: 100px;
    height: 25px;
}

.button-add-inscription {
    background: #12C312 !important;
    color: #fff !important;
    max-width: 100%;
    height: 25px;
}

.button-add-desinscription {
    background: rgba(255, 0, 0, 0.7) !important;
    color: #fff !important;
    max-width: 100%;
    height: 25px;
}

.panel-primary > .panel-heading {
    background-color: #36588F !important;
    border-color: #36588F !important;
    font-size: 1.2em;
    padding: 5px !important;
}

.custom-popup .ui-widget-header .ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-state-hover {
    border: none !important;
    background: none !important;
    opacity: 0.7;
}

.modal-dialog .modal-header {
    background: #587097 !important;
    color: #fff !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.custom-link-img:hover{
    cursor: pointer !important;
    text-decoration: none !important;
    opacity: 0.7;
}

.row-spacer{
    margin-top: 5px;
    margin-bottom: 5px;
}

.row-spacer-lg{
    margin-top: 10px;
    margin-bottom: 10px;
}


.row-spacer-xs{
    margin-top: -5px;
    margin-bottom: 0;
}

.whackAMole {
    background: #e7e7e7;
    padding: 5px;
    border-radius: 5px;
    color: #2F3435 !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.whackAMole:hover {
    background: #d2d4d7;
    color: #2F3435 !important;
    text-decoration: none !important;
}

.whackAMole:focus {
    text-decoration: none !important;
}

.textShowMore, .textShowLess {
    padding-left: 5px;
    padding-right: 5px;
}

.label-readOnly{
    font-weight: normal;
    border: 2px solid #e7e7e7;
    width: 100%;
    padding: 5px;
    border-radius: 7px;
    background: #ffffff;
    color: #939598 !important;
    display: inline-block;
    font-size: 12px !important;
    min-height: 29px !important;
}

div.form-control,
.ui-calendar.form-control,
.ui-selectonebutton.form-control {
    display: block;
    width: inherit !important;
    height: 34px;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button.ui-datepicker-trigger.ui-button{
	border: 0px !important;
	background: none !important;
}

input.form-control{
	height: inherit !important;
}

.ui-calendar.form-control{
    padding: 0 !important;
}

.detail-prime-warning{
	display:none;
    position: absolute;
    right: 50px;
}

.detail-prime-warning.unsaved{
	display: inline;
    position: absolute;
    right: 50px;
}

.detail-prime-echeance-premiere-total {
	font-weight: bolder !important;
	font-size: large !important;
}

.detail-prime-echeance-premiere-detail {
	font-weight: normal !important;
	font-size: medium !important;
}

.detail-prime-echeance-suivantes-total {
	font-weight: bolder !important;
	font-size: large !important;
}

.detail-prime-echeance-suivantes-detail {
	font-weight: normal !important;
	font-size: medium !important;
}

.detail-prime-tarif-title {
	font-style: normal !important;
	font-size: medium !important;
	font-weight: normal !important;
}

.detail-prime-promo {
	font-style: normal !important;
	font-size: medium !important;
	font-weight: normal !important;
}

.detail-prime-tarif-echeance-premiere {
	font-style: italic !important;
	font-size: small !important;
	font-weight: normal !important;
}

.detail-prime-tarif-echeance-suivantes {
	font-style: italic !important;
	font-size: small !important;
	font-weight: normal !important;
}

.detail-prime-italic-normal {
    font-style: italic !important;
    font-size: small !important;
    font-weight: normal !important;
}

.detail-prime-italic-bold {
    font-style: italic !important;
    font-size: small !important;
    font-weight: bold !important;
}

.error-h1{
    font-size: 62px;
    color: #99B23A;
}

.error-h2{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.error-p{
    font-size: 18px;
}

.custom-spacer{
    padding-top: 5px;
    width: 100%;
}

.number-100px input{
    width: 100px !important;
}

.form-group {
     margin-bottom: 0 !important;
}

.guichet-texte{
    font-size: 17px;
    text-align: justify !important;
    width: 100% !important;
    display: inline-block;
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dashed black;
}

.calendar-100px input{
    width: 100px !important;
}

.dlgPrintPropositons {
	z-index: 1000 !important;
}

.dlgOpenDocumentByLink {
	z-index: 1001 !important;
}


/*
    BOOSTRAP TAB
*/
.tab{
    margin-top: 5px;
}
.tab .nav-tabs{
    border:none;
}

.nav-tabs {
    border: none;
}

.nav-tabs li a{
    padding: 5px 10px;
    border: 1px solid #ededed;
    border-top: 6px solid #ffffff;
    border-right: 0px none;
    background: #36578f;
    color: #fff;
    border-radius: 0px;
    margin-right: 0px;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs li a:hover{
    border-bottom-color: #ededed;
    border-right: 0px none;
    background: #d21034;
    color: #fff;
    border-color: #fff !important;
}
.nav-tabs li.active a:hover{
    border-top: 4px solid #d21034 !important;
}

.nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
    border-left: 1px solid #aaa !important;
    border-top: 4px solid #d21034;
    border-right: 1px solid #aaa;
    margin-top: -10px;
    color: #444;
    padding: 11px 10px;
}

.nav-tabs li.tab-add.active a,
.nav-tabs li.tab-add.active a:focus,
.nav-tabs li.tab-add.active a:hover{
    padding: 5px 10px !important;
    border: 1px solid #ededed !important;
    border-top: 16px solid #ffffff !important;
    border-right: 0px none !important;
    background: #36578f !important;
    color: #fff !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    font-weight: bold !important;
}
.tab .tab-content{
    padding: 20px;
    line-height: 22px;
    box-shadow:0px 1px 0px #808080;
}
.tab .tab-content h3{
    margin-top: 0;
}

.tab-content{
    border: 1px solid #aaa;
    border-top-color: transparent;
    padding: 20px;
}

.nav-tabs li.tab-add a{
    background: #d21034 !important;
}

.nav-tabs li.tab-add a:hover{
    cursor: pointer !important;
    background: #b8b9bb !important;
}

.nav-tabs li.tab-lang {
    margin-left: 1em;
    margin-top: 0.1em;
    margin-bottom: -0.1em
}

@media only screen and (max-width: 767px){
    .nav-tabs li{
        width:100%;
        margin-bottom: 10px;
    }
    .nav-tabs li a{
        padding: 15px;
    }
    .nav-tabs li.active a,
    .nav-tabs li.active a:focus,
    .nav-tabs li.active a:hover{
        padding: 15px;
        margin-top: 0;
    }

    .nav-tabs li.tab-lang {
        margin-left: 0;
        margin-top: 0.2em;
        margin-bottom: -0.2em
    }

    .condpret-cfilven {
        padding: 1em;
    }

    .condpret-cfilven > .cfilven-text {
        float: none !important;
    }
}

.condpret-cfilven {
    padding: .5em 2em 0;
}

.condpret-cfilven > .cfilven-text {
    float: right;
    font-size: 1em !important;
    color: #d21034;
    font-style: italic;
}

.message{
    color: #fff;
    border: 1px solid;
    padding: 10px;
    margin: 5px 0 5px 0;
    border-radius: 7px;
    font-size: 1.2em;
}

.message ul{
    list-style: none !important;
    list-style-image: none !important;
    margin-bottom: 0px !important;
}

.message span:first-child{
    margin-right: 15px;
}

.message-error{
    background-color: #ef5350;
    border-color: #ef5350;
}

.message-warning{
    background-color: #ffc167;
    border-color: #ffa726;
}

.message-info{
    background-color: #8db3ee;
    border-color: #8db3ee;
}


#formMenuToolbar-downloadDocumentLink{
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}
#formMenuToolbar-downloadDocumentLink > span{
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	border: 0;
}


.tab-in-error > a > span.tab-error-icon{
    background: url("/viva/javax.faces.resource/images/actions/error.png.xhtml") !important;
    height: 24px;
    width: 24px;
    float: right;
    margin-left: 10px;
}

.tab-in-warning > a > span.tab-warning-icon{
    background: url("/viva/javax.faces.resource/images/actions/warning.png.xhtml") !important;
    height: 24px;
    width: 24px;
    float: right;
    margin-left: 10px;
}


ul.ul-search {
    padding:0;
    margin:0;
    list-style-type:none;
    display: inline-block;
}

ul.ul-search li {
    float:left;
    border-left:1px solid #fff;
    color: #fff;
}
ul.ul-search li a {
    display: block;
    float: left;
    line-height: 40px;
    background: #36588F;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in 0s;
    margin-top: 15px;
    color: #fff;
}

ul.ul-search li a:hover {
    background: #d21034;
    color: #fff;
    cursor: pointer;
}

ul.ul-search li a.search-active:hover{
    color: #444;
}

ul.ul-search li a.search-active {
    border-left: 1px solid #aaa !important;
    background-color: #fff;
    border-top: 4px solid #d21034;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-top: 0;
    color: #444;
    padding: 5px 15px;
}
ul.ul-search li a.search-inactive {
    padding: 0px 15px;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-top: 1px solid #cecece !important;
}

.linkButton{
    color: #fff !important;
    background-color: #36578F;
    border: 1px solid #36578F;
    border-radius: 4px !important;
    padding: 4px 7px 4px 7px;
    display: inline-block;
    line-height: 1.4;
}

.linkButton:hover, .linkButton:focus{
    color: #fff !important;
    background-color: #36588f;
    opacity: 0.8;
}

.dragDropZone{
    background: url("/viva/javax.faces.resource/images/actions/upload.png.xhtml") 95% 80% no-repeat;
}

.fileUploadDocumentMessage{
	position: absolute;
	margin-top: 0px;
    top: 94px;
    left: 30px;
    width: 60%;
}


.importElementsStatus{
	height: 300px;
	overflow-y: scroll;
	max-height: 300px;
}

.message_INFO{
	color: black;
}

.message_WARNING{
	color: orange;
}

.message_ERROR{
	color: red;
}

.message_SUMMARY{
    color: #2cd02b;
    font-family: "Courier New";
    font-size: 1em;
    border: 0;
    margin: 0;
    /*font-size: large;*/
    font-weight: bold;
}

.message_ERROR, .message_WARNING, .message_INFO{
	font-family: "Courier New";
	font-size: 1em;
	border: 0;
    margin: 0;
}

