/* Theme Colors */
/*
/* light-grey : #B4BFBF
/* dark-grey : #646464
/* bluesky : #7298E3
/* bluesky-light : #97B3E3
/* bluesky-dark : #507ce3
/* extra-light-grey : #EBEBEB
/*
/*******/

/****************************/
/* Global */
/****************************/

body{
    background-color: #EBEBEB;
    font-family: 'Roboto', sans-serif;
}
.page-wrap > .container > .row{
    margin-bottom:0;
}
a, a:hover, a:active, a:focus {
    color: #7298E3;
}
a img {
    vertical-align: middle;
}

.bold{
    font-weight: bold;
}

.block{
    display: block;
}

.inline{
    display: inline;
}

.float-none{
    float: none!important;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after{
    background-color: #7298E3;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after{
    border: 2px solid #7298E3;
}
.blue {
    background-color: #7298E3 !important;
}

h1, h2, h3, h4, h5{
    font-family: 'Dosis', sans-serif;
}

.text-red{
    color: #a00;
}

.text-orange{
    color: #ff9800;
}

.text-green{
    color: #3c763d;
}
.text-small{
    font-size: 12px;
    line-height: 13px;
}

.main-title{
    font-family: 'Dosis', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.title-1{
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.title-2{
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.title-3{
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.modal-title{
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #7298E3;
    text-align: center;
    margin-top: 15px;
}

.text-content{
    font-size:16px;
}
.text-blue{
    color: #507ce3;
}
.text-black{
    color: rgba(0, 0, 0, 0.87)
}
.text-justify{
    text-align: justify;
}
.help-text{
    color: #507ce3;
    font-size: 12px;
    line-height: 14px;
}
.help-text .fa{
    background-color: #507ce3;
    display: inline-block;
    width: 14px;
    height: 14px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
}
.light-grey-text{color:#B4BFBF}
.dark-grey-text{color:#646464}
.bluesky-text{color:#7298E3}
.extra-light-grey-text{color:#EBEBEB}

.light-grey{background-color:#B4BFBF !important}
.dark-grey{background-color:#646464 !important}
.bluesky{background-color:#7298E3 !important}
.extra-light-grey{background-color:#EBEBEB !important}

.btn, .btn-large {
    background-color: #7298E3;
}
.btn:hover, .btn-large:hover, .btn-floating:hover,
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: #507ce3;
}

a.btn, a.btn:hover, a.btn:active, a.btn:focus {
    color: #fff;
}
.btn.btn-full-width{
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.side-nav a {
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
}
.side-nav form a:hover {
    background-color: transparent;
}
.row.no-margin{
    margin-bottom:0;
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #7298e3;
    box-shadow: 0 1px 0 0 #7298e3;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #000;
    font-weight: bold;
}
.input-field .prefix.active{
    color: #7298e3;
}
[type="checkbox"]:checked + label:before {
    border-right: 2px solid #7298e3;
    border-bottom: 2px solid #7298e3;
}
.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
    background-color: #507ce3;
}


.input-field .prefix{
    top: 1rem;
}

.input-field .prefix.fa{
    font-size: 18px;
}

input[type="text"]:not(.jscolor), input[type="email"]{
    background-color: transparent !important;
}
.btn input[type="submit"]{
    width: 100%;
    line-height: 36px;
    padding: 0;
}
.picker__weekday-display{
    background-color: #507ce3;
}

.picker__date-display{
    background-color: #7298e3;
}

.picker__close, .picker__today{
    color: #507ce3;
}

.picker__day.picker__day--today{
    color: #507ce3;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected{
    background-color: #507ce3;
}

.picker__nav--prev:hover, .picker__nav--next:hover{
    background: #7298e3;
}

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
    background-color: #7298e3;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #aaa !important;
    border-radius: 2px !important;
    height: 35px !important;
    line-height: 35px !important;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    background-color: #fff;
    border-left: 1px solid #aaa !important;
    border-right: 1px solid #aaa !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #9e9e9e;
    outline: 0;
    border-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    width: 100%;
    height: 30px;
    line-height: 20px;
}
.select2-container .select2-search--inline {
    float: none;
    display: block;
    width: 100%;
    clear: both;
}
.select2-container--default .select2-search--inline input[type="search"].select2-search__field:focus:not(.browser-default):not([readonly]){
    border-bottom: none;
}

.btn-floating{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.btn-floating i{
    font-size: 1rem;
    line-height: 30px;
}
.btn .btn-small{
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.85em;
}
table.dataTable thead th:after {
    content: "" !important;
}
table.table-medium-padding td,table.table-medium-padding th{
    padding: 5px 5px;
}
table.table-small-padding td,table.table-small-padding th{
    padding: 5px 5px;
}
td, th {
    border-radius: 0px;
}
tr.red.even{
    background-color: #e24f44 !important;
}
tr.red.grey{
    background-color: #807e7e !important;
}
tr.red td a{
    color:#fff;
}
tr.grey td label{
    color: #fff;
}

table.datatable  tbody tr.green-row{
    background-color: #cae2c6;
}
table.datatable  tbody tr.green-row.even{
    background-color: #d4ead0;
}

.small-text, table td.small-text, table tr.small-text td{
    font-size: 12px;
}

ul.pagination{
    float: right;
}

.pagination li i{
    font-size: 1rem;
    margin-top: 9px;
    padding: 0;
}

.pagination li.active {
    background-color: #2196F3;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
    font-size: 0;
    line-height: 30px;
}

.pagination > li > a,
.pagination > li > span{
    color: #2196F3;
    background-color: transparent;
    border: transparent;
    padding: 0 9px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus{
    color: #2196F3;
    background-color: transparent;
    border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus{
    color: #fff;
    background-color: #2196F3;
    border: none;
    line-height: 30px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
    color: #2196F3;
    background-color: transparent;
    border-color: transparent;
    outline: none;
}

.pagination > li:last-child > a::after, .pagination > li:last-child > span::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
}

.pagination > li:first-child > a::before, .pagination > li:first-child > span::before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    cursor: default;
    color: #2196F3 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid transparent;
    background: #2196F3;
}

.table-of-contents a{
    color: #507ce3;
    font-weight: bold;
}

.table-of-contents a:hover,
.table-of-contents a.active{
    font-weight: 600;
    display: block;
    color: #000;
    padding-left: 16px;
    border-left: 4px solid #7298e3;
}

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td{
    border-bottom: none;
}

table.dataTable thead th{
    font-weight: bold;
}

.collapsible-body{
    padding: 1rem
}

.static-page-content{
    padding: 0 20px;
}

#register-page .title-1,
#account-page .title-1,
#addresses-page .title-1,
#orders-page .title-1,
#bills-page .title-1,
#documents-page .title-1,
#store-page .title-1,
#royalties-page .title-1,
.static-page-title,
#cart .title-1,
#print-validation .title-1,
#self-publishing .title-1,
#create-store-page .title-1,
#pro-informations-page .title-1,
#service .title-1,
#document-validate-services .title-1{
    color: #507ce3;
    margin: 30px 0;
}

.btn.btn-small{
    height: 24px;
    line-height: 26px;
    padding: 0 1rem;
}

.congratulation-text{
    font-size: 20px;
    font-variant: small-caps;
    color: #000;
}

nav.breadcrumb-nav{
    background-color: #646464;
    height: 42px;
    line-height: 42px;
}
nav.breadcrumb-nav i{
    height: 40px;
    line-height: 40px;
}
#nav-cart{
    background-color: #7298e3;
    padding: 0 15px;
}
#nav-cart:hover{
    background-color: #558be3;
    padding: 0 15px;
}
#nav-cart a:hover, #nav-cart a:active, #nav-cart a:focus{
    color: #fff;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #507ce3;
}

.collection .collection-item.active {
    background-color: #507ce3;
}

.secondary-content {
    color: #507ce3;
    font-size: 20px;
}

.border-bottom{
    border-bottom: 1px solid #507ce3;
}

[type="radio"].hide + label:before, [type="radio"].hide + label:after{
    display: none;
}

.file-field .btn, .file-field .btn-large {
    height: 2.5rem;
    line-height: 2.5rem;
}

.input-field label, label{
    font-size: 17px;
    color: black;
}

.chips:focus + label{
    color: #7298e3;
}

.chips.focus {
    border-bottom: 1px solid #507ce3;
    box-shadow: 0 1px 0 0 #507ce3;
}
.tabs{
    overflow-x: hidden;
}

.tabs .tab a {
    color: #507ce3;
    font-weight: bold;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #507ce3;
}
.tabs .indicator {
    background-color: #507ce3;
}

input:not([type]),
input[type=text],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea,
select option,
.select-wrapper input.select-dropdown{
    color: #507ce3;
    font-size: 17px;
    font-weight: bold;
}
input:focus:not([type]):not([readonly]) + label, input[type="text"]:focus:not(.browser-default):not([readonly]) + label, input[type="password"]:focus:not(.browser-default):not([readonly]) + label, input[type="email"]:focus:not(.browser-default):not([readonly]) + label, input[type="url"]:focus:not(.browser-default):not([readonly]) + label, input[type="time"]:focus:not(.browser-default):not([readonly]) + label, input[type="date"]:focus:not(.browser-default):not([readonly]) + label, input[type="datetime"]:focus:not(.browser-default):not([readonly]) + label, input[type="datetime-local"]:focus:not(.browser-default):not([readonly]) + label, input[type="tel"]:focus:not(.browser-default):not([readonly]) + label, input[type="number"]:focus:not(.browser-default):not([readonly]) + label, input[type="search"]:focus:not(.browser-default):not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #507ce3;
}
input:focus:not([type]):not([readonly]), input[type="text"]:focus:not(.browser-default):not([readonly]), input[type="password"]:focus:not(.browser-default):not([readonly]), input[type="email"]:focus:not(.browser-default):not([readonly]), input[type="url"]:focus:not(.browser-default):not([readonly]), input[type="time"]:focus:not(.browser-default):not([readonly]), input[type="date"]:focus:not(.browser-default):not([readonly]), input[type="datetime"]:focus:not(.browser-default):not([readonly]), input[type="datetime-local"]:focus:not(.browser-default):not([readonly]), input[type="tel"]:focus:not(.browser-default):not([readonly]), input[type="number"]:focus:not(.browser-default):not([readonly]), input[type="search"]:focus:not(.browser-default):not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #507ce3;
    -webkit-box-shadow: 0 1px 0 0 #507ce3;
    box-shadow: 0 1px 0 0 #507ce3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 30px;
    margin-bottom: 0;
}
.collection-item p{
    margin: 0;
}
.picker__footer .btn-flat{
    font-size: 12px;
    padding: 0 5px;
}

.card.alert-materialize{
    position: fixed;
    z-index: 1000;
    top: 20px;
    left: 20px;
}
.card.alert-materialize .close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.toast.success{
    background-color: #66BB6A;
    color: #fff;
}

.toast.error{
    background-color: #E57373;
    color: #fff;
}

.progress{
    height: 8px;
    background-color: #fff;
}
.progress .indeterminate,
.progress .determinate {
    background-color: #7298e3;
}
.step_infos{
    white-space: normal;
    font-size: 10px;
    background: #ddd;
    padding: 5px;
    font-style: italic;
    width: 230px;
    margin: auto;
}

.modal.bottom-sheet{
    max-height: 90%;
}

.dropdown-content.select-dropdown{
    z-index: 1200;
}

.clicable-row{
    cursor: pointer;
}

.collection a.collection-item {
    color: #7298E3;
}

.btn, .btn-large:not(.btn-floating), .btn-flat {
    padding: 0 1rem;
}

#the-canvas {
    border:1px solid black;
}

.first-row{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.cover-img{
    max-width: 100%;
}

.select-wrapper input.select-dropdown{
    padding-right: 15px;
    box-sizing: border-box;
}

.input-field .character-counter{
    margin-top: -20px;
}

.blinking {
    text-align:center;
    font-size:20px;
    font-family:Helvetica,sans-serif;
    padding-top:20px;

    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;

    -webkit-animation:blink 2s infinite;
    -moz-animation:blink 2s infinite;
    -o-animation:blink 2s infinite;
    animation:blink 2s infinite;
}

@-webkit-keyframes blink {
    0%,50%,100% {
        opacity:1;
    }

    25%,75% {
        opacity:0;
    }
}

@keyframes blink {
    0%,50%,100% {
        opacity:1;
    }

    25%,75% {
        opacity:0;
    }
}
form.compress-form {

}
form.compress-form .input-field label, form.compress-form label {
    font-size: 13px;
    height: 2rem;
    line-height: 31px;
    min-height: 31px;
    display: block;
}
form.compress-form input:not([type]), form.compress-form input[type=text], form.compress-form input[type=email], form.compress-form input[type=url], form.compress-form input[type=time], form.compress-form input[type=date], form.compress-form input[type=datetime],
form.compress-form input[type=datetime-local], form.compress-form input[type=tel], form.compress-form input[type=number], form.compress-form input[type=search], form.compress-form textarea.materialize-textarea, form.compress-form select option,
form.compress-form .select-wrapper input.select-dropdown {
    font-size: 14px;
}
form.compress-form .dropdown-content li > a,form.compress-form  .dropdown-content li > span {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 16px;
}
form.compress-form .dropdown-content li {
    min-height: 35px;
    line-height: 1rem;
}
form.compress-form .select-wrapper input.select-dropdown {
    height: 2rem;
    line-height: 2rem;
    margin: 0 0 10px 0;
}
form.compress-form input:not([type]), form.compress-form input[type=text]:not(.browser-default), form.compress-form input[type=password]:not(.browser-default),
form.compress-form input[type=email]:not(.browser-default), form.compress-form input[type=url]:not(.browser-default), form.compress-form input[type=time]:not(.browser-default),
form.compress-form input[type=date]:not(.browser-default), form.compress-form input[type=datetime]:not(.browser-default), form.compress-form input[type=datetime-local]:not(.browser-default),
form.compress-form input[type=tel]:not(.browser-default), form.compress-form input[type=number]:not(.browser-default), form.compress-form input[type=search]:not(.browser-default), form.compress-form textarea.materialize-textarea {
    height: 2rem;
    font-size: 1rem;
    margin: 0 0 10px 0;
}
#print form.compress-form .orientation i {
    font-size: 35px;
}
#print form.compress-form .color, #print form.compress-form .orientation {
    line-height: 35px;
}


form.compress-form .collection .collection-item:not(.active) {
    font-size: 13px;
    padding: 5px 20px;
}
form.compress-form .collection .collection-item:not(.active) .secondary-content{
    font-size: 16px;
}
input.small-size-input{
    width: 50px !important;
    display: inline;
    text-align: right;
}
form.compress-form .label-append{
    font-size: 13px;
    height: 2rem;
    line-height: 31px;
    min-height: 31px;
    display: inline;
}

.document-thumbnail{
    position: relative;
    overflow: hidden;
    min-height: 600px !important;
}

.document-thumbnail .image img{
    width:100%;
}

.document-thumbnail .card-content{
    background: #fff;
    transition-property: bottom;
    transition-duration: 0.6s;
}


/* END Global */

/****************************/
/* Header */
/****************************/
#main-nav{
    position: relative;
}

#slide-out ul{
    overflow-y: auto;
}

#slide-out.side-nav li > a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
}

#main-nav ul a {
    color: #646464;
    font-weight: 700;
    font-size: 16px;
    padding: 0 8px;
}

nav .button-collapse i, nav .button-collapse-connect i {
    color: #7298e3;
    font-size: 30px;
}

nav .brand-logo img{
    max-height: 54px;
}

.simple-login-form{
    padding-top: 10px;
}
.simple-login-form form{
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.simple-login-form form:after{
    content:" ";
    display: block;
    border-bottom: 1px solid #646464;
    margin: 0 40px;
    padding: 10px 0 0 0;
}

/* END Header */

/****************************/
/* Footer */
/****************************/

footer{
    background-color: #646464;
    color: #B4BFBF;
    padding: 15px 0 10px 0;
}

footer a{
    color: #B4BFBF;
}

footer .row {
    margin-bottom:0;
}

footer .brand-logo img{
    max-width: 100%;
}

footer .footer-links{
    margin:0;
}
/* END Footer */


/****************************/
/* Home */
/****************************/
nav.slides-navigation, nav.slides-pagination {
    background: transparent;
    box-shadow: none;
}
.slides-navigation a {
    font-size:40px;
}
#slider-home{
    height:350px;
}

#slider-home .container{
    text-align:center;
}
#slider-home .container p.slide-title{
    font-family: 'Dosis', sans-serif;
    font-variant: small-caps;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0;
}

#slider-home .container p.slide-description{
    background: rgba(255,255,255,0.7);
    padding:20px;
    font-size:30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+50,ffffff+100&0+0,0.75+10,0.75+90,1+100,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.users-types{
    padding: 20px 0;
}
.users-types .main-title{
    padding-bottom: 20px;
}
.users-types .user-type{
    padding: 20px 5px;
    text-align: center;
    font-size: 24px;
    background: #EBEBEB;
    color: #507ce3;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border-radius: 5px;
    box-shadow:none;
    border:1px solid #7298E3;
    margin: 0 0 10px 0;
}
.users-types .user-type:hover {
    opacity: 1;
    background: #7298E3;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #fff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: box-shadow;
    transition: box-shadow;
    -webkit-transition: background-color;
    transition: background-color;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.users-types .user-type a{
    color: #507ce3;
}
.users-types .user-type:hover a{
    color: #FFF;
    -webkit-transition: color;
    transition: color;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.users-types .user-type .fa{
    display: block;
    font-size: 50px;
}
.start-publish .parallax-container{
    height:240px;
}
.start-publish .container{
    padding: 40px 0;
}
.start-publish .main-title{
    margin-bottom: 20px;
}
.start-publish .btn{
    font-size: 20px;
}
.home-stores{
    padding: 20px 0;
}
#owl-carousel-home{
    padding:0 10px;
}

.home-documents .container{
    padding:20px 0 30px;
}
.home-documents .parallax-container{
    height: auto;
    min-height: 440px;
}
.home-documents .main-title {
    margin-bottom:20px;
}
.home-documents .filter-btn {
    background: #97B3E3;
    margin-bottom:20px;
}
.home-documents .filter-btn.active {
    background: #507ce3;
}
.home-documents .documents-grid {
    margin-top:20px;
}
.home-documents .documents-grid .grid-item {
    width: 16.6%;
    margin:0 0 10px 0;
    padding:0;
    text-align: center;
}
.home-documents .documents-grid .grid-item a{
    display: block;
    width: 140px;
    margin: 5px auto;
    position: relative;
    color: #000;
}
.home-documents .documents-grid .grid-item a img{
    margin:0;
    width:100%;
}
.home-documents .documents-grid .grid-item .document-title {
    opacity: 0;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    bottom: 0;
    left:0;
    padding: 10px 5px;
    width: 100%;
}

.home-documents .documents-grid .grid-item:hover .document-title{
    opacity:1;
    -webkit-transition: 300ms;
    -webkit-transition: opacity;
}
/* END Home */

/* Register */

.bloc-register a.btn{
    margin-top: 10px;
}

#register-form .gender,
#account-page .gender,
#pro-informations-page .prisme,
#pro-informations-page .bills-send{
    line-height: 80px;
}

#register-form .country,
#account-page .country,
#addresses-page .country,
#create-store-page .country,
#pro-informations-page .country{
    line-height: 110px;
}

#register-form .input-field label[for="country"],
#account-page .input-field label[for="country"],
#addresses-page .input-field label[for="country"],
#create-store-page .input-field label[for="country"],
#pro-informations-page .input-field label[for="country"]{
    line-height: 0;
}

#register-form .input-field:not(.pseudo):not(.town):not(.register-as){
    margin-top: 0;
}

#register-page .card .card-content {
    padding: 15px;
}

#register-form .title-2{
    margin-bottom: 15px;
}
/* END Register */

/* Account */

#account-menu{
    font-weight: bold;
    padding: 10px;
    margin: 30px 0;
}

#addresses-page .collapsible-header i{
    font-size: 16px;
}

.address-item{
    border: 1px solid #7298E3;
    margin: 10px 0;
    padding: 15px;
}

#store-page #logo img{
    max-width: 100%;
}

#documents-page .document-title-div{
    margin: 10px 0;
}

#documents-page .document-title{
    font-weight: bold;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 0;
}

#documents-page .document-item a{
    color: #646464;
}
#documents-page table td.document-infos{
    line-height: 15px;
}
table td.row-td, table.dataTable tbody td.row-td {
    padding: 0;
}
#documents-page table td.pages-td-first{
    padding-left: 10px;
}
#documents-page table td.pages-td-last{
    padding-right: 10px;
}

table td.row-td .sub-row-td {
    display: block;
    padding: 5px 5px;
    height: 30px;
    line-height: 30px;
}

#documents-page table td .pages-row{
    background-color: #dfeaff;
}
#documents-page table td .cover-row{
    background-color: #c6d4ec;
}
#documents-page #filter-documents .input-field label, label


#royalties-page .royalties-item{
    font-size: 12px;
}

#photo img,
#editor-photo img{
    max-width: 100%;
}
ul.pitstop-detail{
    font-size: 10px;
    text-align: left;
    height: 120px;
    overflow-y: auto;
}
ul.pitstop-detail li{

}
/*#orders-page .collapsible-body .btn-floating,
#bills-page .collapsible-body .btn-floating{
    margin-top: 10px;
}*/

.validate-services-file, .frontend-client-memo{
    border-bottom: 1px solid #bbb;
}

.send_to_print_worker, .order_send{
    margin: 0 auto;
}
#account-page .collection.document-actions .collection-item .secondary-content{
    margin-top:-5px;
}
.collection-item-sub-row{
    width: auto;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    background: #ebebeb;
    margin-bottom: -10px;
    margin-top: 10px;
}

input.documents-qty{
    width: 50px;
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}

/* END Account */

/* Cart */

#cart table{
    margin-bottom: 20px;
    font-size: 17px;
    color: #000;
}

#cart .totalht-row td,
#cart .tva-row td,
#cart .totalttc-row td,
#cart .collection .total-item{
    font-size: 18px;
    color: #000;
}

.cart-steps {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    counter-reset: cart-steps-counter;
}
.cart-step {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 1em 2em;
    color: #7C7A7B;
    position: relative;
    counter-increment: cart-steps-counter;
}
.cart-step:before {
    content: counter(cart-steps-counter);
    display: inline-block;
    margin-bottom: 0.7em;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border: 1px solid #A3A3A3;
    background-color: #EEEEEE;
    position: relative;
    z-index: 100;
}
.cart-step:after {
    content: "";
    border-top: 6px double #A3A3A3;
    position: absolute;
    width: 88%;
    right: -44%;
    top: 27px;
}
.cart-step{
    width: 25%;
}
.publication .cart-step{
    width: 33%;
}
.cart-step-done:before {
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 400;
    content: "\f00c";
    background-color: #507ce3;
    border-color: #507ce3;
}
.cart-step-done:after {
    border-top: 6px double #507ce3;
}
.cart-step-done .cart-step-title,
.cart-step-done .cart-step-desc {
    opacity: 0.5;
}
.cart-step-current:before {
    background-color: #507ce3;
    border-color: #507ce3;
    color: #FFF;
    z-index: 100;
    position: relative;
}
.cart-step-final:after {
    border: 0;
}
.cart-step-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.7em;
    line-height: 1.2;
    margin-top: 0;
}

a.removeCart i{
    color: #aa0000;
}

.cart-lots-documents li{
    list-style: disc inside !important;
    font-size: 12px;
    padding-left: 5px;
}
#cart-payment .collection-item.payment, #orders-page .collection-item.payment{
    line-height: 60px;
}
#cart-payment .collection-item.payment label, #orders-page .collection-item.payment label{
    min-width: 150px;
}
#cart-payment .collection-item.payment img, #orders-page .collection-item.payment img{
    top: 15px;
    position: relative;
    height: 50px;
}
/* END Cart */

/* Caractéristiques d'impression */

#print .collection-item{
    font-size: 18px;
}

#print .color-title{
    line-height: 50px;
}

#print .color,
#print .orientation{
    line-height: 80px;
}

#print .color{
    display: inline;
}

#print .orientation i{
    font-size: 55px;
}

#print .orientation.active label i{
    color: #507ce3;
}

.document .btn{
    padding: 0 1rem;
}

#print label[for="black-white"]{
    color: #000;
    font-size: 17px;
}
#print label[for="color"]{
    font-size: 17px;
}


#print label[for="color"] .char1{
    color: #000;
}

#print label[for="color"] .char2{
    color: #ff8000;
}

#print label[for="color"] .char3{
    color: #a800ff;
}

#print label[for="color"] .char4{
    color: #00c0c0;
}

#print label[for="color"] .char5{
    color: #00c000;
}

#print label[for="color"] .char6{
    color: #c0c000;
}

#print label[for="color"] .char7{
    color: #ff0000;
}

#print label[for="color"] .char8{
    color: #ff0000;
}

#print .document .title-3{
    margin-bottom: 10px;
}
#form-print-step1 #file_stats .card{
    padding:15px 0;
}

.view-more a{
    color: #507ce3;
}

.thickness{
    font-size: 17px;
    font-weight: bold;
}

#print .create_couv_or{
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

#print .create_couv_or span{
    font-variant: small-caps;
    font-weight: bold;
    font-size: 20px;
    color: #507ce3;
}
#print #file_stats{
    font-size: 13px;
}

#collapsible-print-step2 li.active .collapsible-header{
    background: #507ce3;
    color: #fff;
    position: relative;
}
#collapsible-print-step2 li .collapsible-header .btn{
    text-align: center;
    padding: 0;
}
#collapsible-print-step2 li.active .collapsible-header .btn{
    background-color: #fff;
    color: #507ce3;
    font-weight: bold;
}
#collapsible-print-step2 li .collapsible-header .checked{
    color: #fff;
    display: none;
    float: right;
}
#collapsible-print-step2 li.active .collapsible-header .checked{
    display: block;
    float: right;
    position: absolute;
    right: 0;
}
#collapsible-print-step2 li.active .collapsible-header .couv-num{
    display: none;
}
#collapsible-print-step2 li .collapsible-header .couv-num{
    display: inline;
}
#collapsible-print-step2 li.active .collapsible-header .couv-check{
    display: inline;
}
#collapsible-print-step2 li.active .collapsible-header .couv-check .fa{
    color: #507ce3;
}
#collapsible-print-step2 li .collapsible-header .couv-check{
    display: none;
}


#modal-change-address .card-content.address{
    cursor:pointer;
}
#modal-change-address .card-content.address:hover{
    background-color: #d2d7e4;
}
/* END Caractéristiques d'impression */

/***************************/
/* Share Links */
/***************************/
#share{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
#share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
}
#share a:hover, .share-document a:hover{
    opacity: 1;
}
#share i, .share-document i{
    position: relative;
}
#share .facebook, .share-document .facebook{
    background: #3b5998;
}

#share .twitter, .share-document .twitter{
    background: #55acee;
}

#share .googleplus, .share-document .googleplus{
    background: #dd4b39;
}

#share .linkedin, .share-document .linkedin{
    background: #0077b5;
}

.share-document a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    opacity: 0.75;
    transition: opacity 0.15s linear;
    text-align: center;
}
/* END Share Links */

/***************************/
/* Page auteur */
/***************************/
#publisher-header .parallax-container{
    height: 200px;
}
#publisher-header .parallax-container .main-title{
    margin: 60px 0;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}
#publisher-page{
    margin-top:20px;
}

#publisher-page .card .card-content{
    padding-top:10px;
}
.publisher-documents .parallax-container{
    height: auto;
    min-height: 260px;
}

.publisher-documents .parallax-container .parallax img{
    opacity:0.75;
}
.publisher-documents .publisher-book{
    position: relative;
    display: block;
    background: rgba(255,255,255,0.4);
    padding: 10px;
    margin-bottom:15px;
    overflow: hidden;
    border-radius: 2px;
}
.publisher-documents .publisher-book .document-content{
    opacity: 1;
    background-color: rgba(255,255,255,0.95);
    position: absolute;
    top: 0;
    left:0;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    transition: all .3s ease-in;
}
.publisher-documents .publisher-book .document-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
}
.publisher-documents .publisher-book .document-resume{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: block;
    text-align: justify;
}
.publisher-documents .publisher-book .document-price{
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 22px;
    color: #000;
}

.publisher-documents .publisher-book:hover .document-content{
    opacity:1;
    -webkit-transition: 300ms;
    -webkit-transition: opacity;
    transition: all .3s ease-in;
    transform: translate(0, 0);
}
/* END Page auteur */

/***************************/
/* Page d'un livre */
/***************************/
#book-header .parallax-container{
    height: 200px;
}
#book-header .parallax-container .main-title{
    margin: 60px 0;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}
#book-page{
    margin-top:20px;
}

#book-page .price{
    color: #507ce3;
    font-weight: bold;
    font-size: 20px;
}

#book-page .card-image{
    max-width: 100%;
    position: relative;
}
#book-page .card-image .zoom{
    position: fixed;
    left: 30%;
    top: 5%;
    max-width: 80%;
    max-height: 90%;
    z-index: 2000;
    width: auto;
}

#book-page .card .card-content{
    padding-top:10px;
}

.author-documents .parallax-container{
    height: auto;
    min-height: 260px;
}

.author-documents .parallax-container .parallax img{
    opacity:0.75;
}

.author-documents .author-book{
    position: relative;
    display: block;
    background: rgba(255,255,255,0.4);
    padding: 10px;
    margin-bottom:15px;
    overflow: hidden;
    border-radius: 2px;
}

.author-documents .author-book .document-content{
    opacity: 1;
    background-color: rgba(255,255,255,0.95);
    position: absolute;
    top: 0;
    left:0;
    padding: 10px 5px;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    transition: all .3s ease-in;
}

.author-documents .author-book .document-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
}

.author-documents .author-book .document-resume{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: block;
    text-align: justify;
}

.author-documents .author-book .document-price{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #000;
    background: #fff;
}

.author-documents .author-book:hover .document-content{
    opacity:1;
    -webkit-transition: 300ms;
    -webkit-transition: opacity;
    transition: all .3s ease-in;
    transform: translate(0, 0);
}

.btn.add-to-cart{
    padding: 0 1rem;
}
/* END Page d'un livre */

/* Store */

#store-page{
    margin-top: 30px;
}

#create-store-page #logo img{
    max-width: 100%;
}
#create-store-page .dropzone{
    min-height: 110px;
}

#create-store-page .banner label,
#create-store-page .store-color label{
    padding: 0;
}

#create-store-page .store-color{
    height: 60px;
}

#create-store-page .banner label img,
#create-store-page .store-color label i,
#store-page .banner label img,
#store-page .store_color label i{
    border: 3px solid transparent;
}

#create-store-page .banner.active label img,
#create-store-page .store-color.active label i,
#store-page .banner.active label img,
#store-page .store_color.active label i{
    border: 3px solid #507ce3;
}

#create-store-page .store-color i,
#store-page .store_color i{
    font-size: 40px;
    padding: 5px;
}

#create-store-page .store-color i.color-FFD991,
#store-page .store_color i.color-FFD991{
    color: #FFD991;
}

#create-store-page .store-color i.color-BDFF8D,
#store-page .store_color i.color-BDFF8D{
    color: #BDFF8D;
}

#create-store-page .store-color i.color-CD90FF,
#store-page .store_color i.color-CD90FF{
    color: #CD90FF;
}

#create-store-page .store-color i.color-24537F,
#store-page .store_color i.color-24537F{
    color: #24537F;
}

#create-store-page .store-color i.color-7F3346,
#store-page .store_color i.color-7F3346{
    color: #7F3346;
}

#create-store-page .store-color i.color-B2AA8C,
#store-page .store_color i.color-B2AA8C{
        color: #B2AA8C;
}

#create-store-page .title-3, #create-store-page .title-2{
    margin-bottom: 25px;
}

.btn.create-store-event, .btn.create-store-page{
    margin-top: 10px;
}

#search-sort{
    display: inline;
    float: none;
    width: auto;
    border: 1px solid #000;
}
.sort_by_label {
    line-height: 40px;
    padding-right: 10px;
    font-weight: 700;
}


/* END Store */

/* Page store user */

#user-store{
    margin-top: 30px;
}

#user-store-header .parallax-container,
#book-header .parallax-container{
    height: 220px;
}

#user-store-header .parallax-container .main-title{
    margin: 60px 0;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}

#user-store-header .parallax-container .user-store-header-logo,
#book-header .parallax-container .user-store-header-logo,
#events-header .parallax-container .user-store-header-logo{
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-store .title-3{
    margin-bottom: 10px;
}

#user-store .event{
    border-bottom: 1px solid #507ce3;
    padding: 5px 0;
    margin-bottom: 10px;
}
#user-store .event .row{
    margin-bottom: 5px;
}

.user-pages .pages-container{
    margin-top: 50px;
}

.user-pages .parallax-container {
    height: auto;
    min-height: 170px;
}

.user-pages .user-page{
    position: relative;
    display: block;
    background: rgba(255,255,255,0.7);
    padding: 10px;
    margin-bottom:15px;
    overflow: hidden;
    border-radius: 2px;
}

.user-pages .user-page .page-content{
    background-color: #fff;
}

.user-pages .user-page .page-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
}

.user-pages .user-page .page-desc{
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: block;
    text-align: justify;
}
/* END Page store user */

/* Evenements */

#events{
    margin-top: 30px;
}

.all-events{
    font-size: 13px;
}

#events-header .parallax-container{
    height: 220px;
}

#events-header .parallax-container .main-title{
    margin: 60px 0;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}

#events-header .parallax-container .events-logo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.all-events, .events-list-no-event{
    margin-bottom: 20px;
}

/* END Evenements */

/* Pages statiques */

#static-header .parallax-container{
    height: 200px;
}
#static-header .parallax-container .main-title{
    margin: 60px 0;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 10%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0.75) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}
#self-publishing{
    margin-top:20px;
}

/* END Pages statiques */

/* Search */
#search-results{
    margin-top: 40px;
}

#search-results .store-books-number{
    font-size: 14px;
}

#search-results .store-name{
    font-size: 20px;
}

#search-results .store-name,
#search-results .store-books-number{
    font-variant: small-caps;
    color: #507ce3;
}

#search-results .store-description{
    font-size: 15px;
    color: #000;
}

#search-results .card-content{
    padding: 15px;
}

#search-results .row{
    margin-bottom: 10px;
}
#search-results .search-result-count{
    line-height: 30px;
}
#search-form-sort .sort_by_label{
    line-height: 30px;
    padding-right: 10px;
    font-weight: 700;
}
#search-form-sort #search-sort{
    display: inline;
    float: none;
    width: auto;
    background-color: rgb(235, 235, 235);
    line-height: 30px;
    height: 30px;
    border:none;
    border-bottom: 1px solid #9E9E9E;
    outline: none;
    border-radius: 0;
}
/* END Search */


.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.datepicker td, .datepicker th {
    padding: 5px 5px !important;
}
.datepicker th{
    text-transform: capitalize;
}
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}