

.admin-notification .well {
    display: block;
    position: relative;
}

.admin-notification .well ul {
    padding: 0;
    margin: 0 !important;
}

.admin-notification span.notification {
    background-color: yellow;
    border-radius: 100%;
    height: 20px;
    line-height: 10px;
    padding: 5px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

.admin-notification ul {
    list-style: none;
}

.global-informations span {
    overflow: hidden;
}

.global-informations input, .google-parameters input {
    background-color: transparent !important;
    border: none;    
}

.global-informations input[readonly], .google-parameters input[readonly] {
    color: #aaa;
}

.global-informations .readable-gi, .google-parameters .readable-pg {
    display: none;
}

.global-informations label, .google-parameters label {
    padding-top: 0rem;
}

#input_gi_site_name {
    height: 4rem;
    font-size: 3rem;
    font-weight: bold;
}

#input_gi_site_subtitle, #input_gi_company_name {
    font-weight: bold;
    height: 3rem;
    font-size: 2rem;
}

.notification.yellow {
    background-color: yellow;
}

#content {
    width: auto;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 0;
}


#content form a i.glyphicon {
    padding-top: 0.5em;
}

#content form ul {
    list-style: none;
    padding: 0;
}

  
.table-responsive th:not([data-responsive]), .table-responsive td:not([data-responsive]) {
    display: none;
}

.admin-plugin .table-responsive th, .admin-plugin .table-responsive td {
    display: table-cell !important;
}

i.glyphicon.help {
    cursor: help;
}

.col-sm-3.col-form-label {
    padding-top: 1rem;
}

.col-sm-3.col-form-label.no-padding-top {
    padding-top: 0;
}

.modal-footer .alert {
    text-align: left;
}

.form-group-upload .alert img {
    max-width: 150px;
    margin-right: 2px;
}


.box .form-group.action-buttons button {
    display: block;
    margin: 10px 0;
}

.btn.add-a-column-btn {
    margin: 35px 0;
}


#gallery-carousel .delete {
    cursor: default;
    height: 20px;
    position: absolute;
    right: 0;
    line-height: 20px;
    width: 20px;
    color: #f00;
    z-index: 100;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

.error.validate_error {
    color: #ff0000;
    font-weight: bold;
}

/*----- photos box -----*/
.form-group-upload .thumbs-list .item-content {
    display: flex;
    justify-content: center;
    float: left;
    height: 120px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 120px;
}

.form-group-upload .thumbs-list .item-content img {
    max-height: 100%;
    max-width: 85%;
    align-self: center;
}

.form-group-upload .thumbs-list .item-content .zoom-in {
    color: #000;
    position: absolute;
    right: 5px;
    top: 5px;
}

.form-group-upload .thumbs-list .item-content .zoom-in:hover {
    color: #000;
    cursor: zoom-in;
}

.form-group-upload .thumbs-list .item-content .delete {
    cursor: not-allowed;
    position: absolute;
    right: 5px;
    top: 25px;
}

.form-group-upload .pdfInfo .delete {
    cursor: not-allowed;
}

.form-group-upload .thumbs-list .item-content .item-add-datas {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 45px;
}

/*----- content generic elements -----*/

/* .admin-plugin */
#content .admin-plugin .box-header {
    padding: 1px 10px;
}

#content .admin-plugin .box-header h2 {
    margin-top: 10px;
}

#content .bootstrap-switch {
    max-height: 35px;
}


#content .add-input-row {
    border: 2px solid #5cb85c;
    border-radius: 100%;
    color: #5cb85c;
    font-weight: bold;
    transition: all 0.4s ease-in;
}

#content .add-input-row:hover {
    background-color: #5cb85c;
    color: #fff;
    transition: all 0.4s ease-in;
}

#content .remove-input-row {
    border: 2px solid #ff0000;
    border-radius: 100%;
    color: #ff0000;
    font-weight: bold;
    transition: all 0.4s ease-in;
}

#content .remove-input-row:hover {
    background-color: #ff0000;
    color: #fff;
    transition: all 0.4s ease-in;
}

#content .form-group .form-control, #content .form-group .bootstrap-select > .dropdown-toggle {
    max-width: 300px;
}

#content .form-group .note-editor, #content .form-group .alert {
    max-width: 800px;
}


.main-sidebar .main-menu li i.glyphicon {
    margin-right: 10px;
}


.navbar-collapse.collapse {
    height: 100% !important;
}

.navbar-inner ul.top-menu li {
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.5em;
}

#content label, #content .form-group .no-input {
    line-height: 35px;
}

select.nodropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
}

.summernote_placeholder {
    background-color: #000;
    color: #fff;
    display: none;
    height: 100%;
    justify-content: center;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.summernote_placeholder > p {
    align-self: center;
    font-size: 2em;
    font-weight: bold;
}

#content .bootstrap-select {
    width: 100% !important;
    max-width: 100% !important;
}

/*----- sortable elements -----*/
.ui-sortable-handle:hover {
    cursor: grab;
}

.ui-sortable-handle.grabbing {
    cursor: grabbing;
}


/*----- bootstrap-select -----*/
button.btn.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #ccc;
}

.bootstrap-select .dropdown-menu {
    min-width: 200px !important;
    width: 500px;
}


/*----- search forms -----*/
.search-filter .filter {
    float: left;
    margin-bottom: 25px;
    margin-right: 1%;
    width: 20%;
}

/*----- overlay -----*/
.ajax-overlay {
    display: none;
    height: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;

}

.ajax-overlay .progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
}

.ajax-overlay .progress-bar {
    -webkit-transition: width 3s ease !important;
    -moz-transition: width 3s ease !important;
    -o-transition: width 3s ease !important;
    transition: width 3s ease !important;
 }

.ajax-overlay img {
    align-self: center;
}


/*----- bridge -----*/
.bridge i {
    font-weight: lighter;
}

/*----- contact -----*/
#content.contact.list .action-buttons, #content.guestbook.list .action-buttons {
    display: none;
}

/*----- galleries -----*/

.galleries-list .notification {
    display: unset;
    position: relative;
    right: -5px;
    top: 0;
}

.galleries-image-details img {
    max-width: 100%;
    height: auto;
}


/*----- global informations -----*/
.global-informations span {
    overflow: hidden;
}

#globalInfosModal .tab-content .tab-pane, .global-informations .tab-content .tab-pane {
    background-color: #ECF0F5;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: none;
    margin-bottom: 10px;
}

#globalInfosModal .nav.nav-tabs .active a, .global-informations .nav.nav-tabs .active a {
    background-color: #ECF0F5;
    color: #333;
}

#globalInfosModal .nav.nav-tabs a, .global-informations .nav.nav-tabs a {
    color: #999;
}


/*----- index -----*/
.index .admin-notification ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
}

.index .admin-notification.warning ul {
    color: #ff0000;
}

.index .admin-notification.warning i {
    color: #ff0000 !important;
}

.index iframe {
    border: none;
}

/*----- modules -----*/
.modules_rights #site-options {
    height: 250px;
}

/*----- newsletter -----*/
.newsletter-send-test .text-center {
    margin: 15px;
}


/*----- media queries -----*/
@media (min-width: 768px) {
    #content {
	margin-left: 230px;
    }
}

@media (min-width: 992px) {
    .table-responsive th:not([data-responsive]), .table-responsive td:not([data-responsive]) {
	display: table-cell;
    }
}

@media (min-width: 1200px) {
    #content {
	padding: 20px;
    }
}
