/* SOFTXPRESS STYLE */
/* Author: Joran Saladin */
/* Version: 1.0 */

/* Global */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
}
body.backColor {
    background: linear-gradient(0.25turn, #FF9C1A, #F62680);
    min-height: 100vh;
}
body.backColor {
    background-image: url(../images/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
body.backClear {
    background-image: url(../images/backgroundLight.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.top25 {
    margin-top: 25px;
}
.top20 {
    margin-top: 20px;
}
.top10 {
    margin-top: 10px;
}
.right10 {
    margin-right: 10px;
}
.colorBox {display: none;}
.whiteBox {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.whiteBox.reduceWhiteBox {
    padding: 20px 30px;
}
.whiteBox.downloadBox {
    padding: 10px 30px;
}
.flexRow {
    display: flex;
    flex-direction: row;
}
.flexColumn {
    display: flex;
    flex-direction: column;
}
.spaceBetween {
    justify-content: space-between;
}
.flexRight {
    justify-content: flex-end;
}
h2 {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.flexRow.spaceBetween img {
    margin-top: -15px;
}
.flexRow.spaceBetween .btn img {
    margin-top: -4px;
}
h2:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    display: block;
    content:' ';
    width: 40px;
    height: 1px;
    background: #000;
}
h4, .custom-control-label.h4 {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.custom-control-label.h4 {
    margin-bottom: 0;
}
h4:after,  .custom-control-label.h4:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    display: block;
    content:' ';
    width: 20px;
    height: 1px;
    background: #797979;
}
.custom-control-label.h4:after {
    top: 29px;
}
h5 {
    font-size: 0.9rem;
    color: #797979;
    font-weight: 500;
}
.form-group {
    margin-bottom: 5px;
}
form label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #A5A5A5;
    padding-left: 5px;
    margin-bottom: 5px;
}
.form-group .infoContext {
    padding: 5px;
    color: #999;
    font-size: 11px;
    font-style: italic;
}
.form-control {
    font-size: 0.9rem;
    font-weight: 300;
    color: #495057;
    background-color: #F7F7F7;
    border: none;
    border-radius: 30px;
}
.table .form-control {
    font-size: 0.7rem;
    border-radius: 30px;
}
.custom-file-label {
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-weight: 700;
    color: #797979;
    background-color: #fff;
    border: none;
}
.custom-file-label::after {
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem 20px;
    line-height: 1.5;
    color: #fff;
    content: "Parcourir";
    background-color: #9A51EF;
    border-left: none;
    border-radius: 30px;
}
.custom-switch {
    padding: 5px 64px 5px 0;
}
.custom-switch.custom-switchSolo {
    padding: 3px 50px 0 0;
}
.custom-switch .custom-control-label::before {
    width: 50px;
    border-radius: 10px;
    top: 5.5px;
    left: 50px;
    height: 14px;
    background-color: #F4F4F4;
    border: none;
}
.custom-switch.custom-switchSolo .custom-control-label::before {
    top: 5.5px;
    left: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border: none;
    background-color: #FCF2E5;
}
.custom-switch .custom-control-label::after {
    top: 0;
    left: 50px;
    width: 25px;
    height: 25px;
    background-color: #adb5bd;
    border-radius: 20px;
}
.custom-switch.custom-switchSolo .custom-control-label::after {
    top: 0;
    left: 0;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFB559;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}
.custom-checkbox .custom-control-label::before {
    border: 1px solid #FFB559;
    background-color: #FFF;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #FFB559;
    background-color: #FFB559;
}
.custom-control-input {
    z-index: 1;
}
.custom-range {
    margin-top: 7px;
}
.custom-range::-webkit-slider-thumb {
  background: #FFB559;
}
.custom-range::-moz-range-thumb {
  background: #FFB559;
}
.custom-range::-ms-thumb {
  background: #FFB559;
}
.selectWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    background:#F7F7F7 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%2300AEA9%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
}
.selectWrapper select {
    padding: 9px 30px 8px 10px;
    font-size: 0.9rem;
    line-height: 18px;
    width: 100%;
    min-width: 70px;
    font-weight: 300;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
}
body .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle .filter-option {
    width: calc(100% - 20px);
}
.dropdown-item.active, .dropdown-item:active {
    color: #797979;
    background-color: #ffffff;
}
li.selected a::after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select .dropdown-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}
body .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 25px;
}
.dropdown-menu {
    z-index: 1000;
    font-size: 0.9rem;
    color: #797979;
    border: none;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
body .mce-panel {
    border-color: transparent;
    background-image: none;
}
body .mce-container *, body .mce-btn-group .mce-first, body .mce-btn-group .mce-last {
    color: #797979;
    border: none;
}
body .mce-btn {
    background-image: none;
}
.btn-light {
    color: #797979;
    background-color: #F7F7F7;
    border: none;
}
.table .selectWrapper {
    background-position: right 6px top 11px;
}
.table .selectWrapper select {
    padding: 7px 20px 7px 5px;
    font-size: 0.7rem;
}
.formSearch .form-control {
    width: calc(100% - 40px);
    border-radius: 30px 0 0 30px;
}
.formSearch .btn-secondary {
    min-width: 40px;
    max-width: 40px;
    padding: 6px 0;
    border-radius: 0 30px 30px 0;
}
.formSearch .btn-secondary img {
    width: 18px;
}

a {
    color: #22BADC;
}
a:hover {
    color: #1B95B0;
    text-decoration: underline;
}
.btn {
    font-weight: 700;
    padding: 5px 15px;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 30px;
}
.table .btn {
    padding: 5px 20px;
    font-size: 0.8rem;
}
.btn.btn-small {
    font-weight: 700;
    padding: 2px 10px;
    font-size: 0.8rem;
    line-height: 1.5;
}
.btn-primary {
    background-color: #9A51EF;
    border: none;
}
.btn-primary:hover {
    background-color: #763CB9;
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #582D89;
}
.btn-outline-primary {
    color: #9A51EF;
    background-color: none;
    border-color: #9A51EF;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #9A51EF;
    border-color: #9A51EF;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #582D89;
}
.btn-outline-danger {
    color: #F72A82;
    background-color: none;
    border-color: #F72A82;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #F72A82;
    border-color: #F72A82;
}
.btn-ico {
    background: none;
    border: none;
}
.alert {
    position: absolute;
    top: 30px;
    right: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
}
.alert-danger {
    background: #F4030F;
}
.alert-success {
    background: #51EFAE;
}
#content {
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    padding: 40px 60px;
}
.textOrange {
    color: #FFB559;
}
.textLight {
    font-weight: 300;
}
.textMedium {
    font-weight: 500;
}
.legendeList {
    color: #797979;
    font-weight: 700;
    font-size: 0.8rem;
    margin: 10px 0;
    padding: 0 10px;
}
.list-group {
    width: calc(100% + 15px);
    padding-right: 15px;
}
.list-group-item, .list-group-item:first-child, .list-group-item:last-child, .list-group-item + .list-group-item {
    padding: 5px 10px;
    border: 1px solid #FCF2E5;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #797979;
    font-weight: 700;
    font-size: 0.8rem;
}
.list-group-item div {
    padding-right: 10px;
}
.badge-primary {
    background-color: #FFB559;
}
.badge-pill {
    padding: 5px;
    border-radius: 30px;
}
.badge {
    font-size: 0.7rem;
}
.modal {
    background: rgba(88, 45, 137, 0.8);
}
.modal-content {
    border: 1px solid #9A51EF;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.modal-header {
    padding: 30px 30px 20px;
    border-bottom: none;
}
.modal-footer {
    padding: 20px 30px 30px;
    border-top: none;
}
.modal-body {
    padding: 0 30px;
}
.nav-tabs {
    border: none;
    margin-bottom: 10px;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 30px;
    color: #797979;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    margin-right: 10px;
    transition: all ease-in 0.2s;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:  #2DD8FD;
    background-color: #fff;
    border: 1px solid #f4f4f4;
}
.table-responsive {
}
.table {
    width: 100%;
    margin-bottom: 0;
    color: #797979;
}
.table-striped tbody tr:nth-of-type(2n+1), .table-striped tbody tr {
    background: rgba(255, 255, 255, 0.6);
}
.table-striped tbody tr:hover {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(2n+1):hover {
    background-color: #fff;
}
.table-bordered td, .table-bordered th {
    border: none;
}
.table td, .table th {
    font-size: 0.75rem;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #FCF2E5;
}
.table th {
    padding: 0 10px 10px;
    border-top: none;
}
.table th.alignRight {
    text-align: right;
}
.table th.alignCenter {
    text-align: center;
}
.table th a {
  color: #797979;
}
.table .vr_lajout td {
    border-top: none;
    padding-left: 0;
    padding-bottom: 20px;
}
.table .vr_lajout input {
    margin-right: 10px;
}
.table .vr_lajout input.inputPrice {
    width: 100px;
}
.table .vr_lpied .legendeList {
    align-items: center;
    margin: 0;
}
.table .vr_lpied .legendeList .btn {
    margin-left: 10px;
}
.table td [type="checkbox"] {
    margin-left: 10px;
}
.table .pagination {
    flex-direction: row;
    justify-content: end;
    margin: 0;
}
.table .pagination a {
    display: block;
    border: 1px solid #22BADC;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 30px;
}
.table .pagination a.active {
    background: #22BADC;
    color: #fff;
    font-weight: 700;
}
/* SideNav */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}
#sidebar.active {
    margin-left: -300px;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#sidebar {
    position: relative;
    background: #2C1547;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 50px 50px 30px;
}
#sidebar .sidebar-header h3 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    text-transform: uppercase;
}
#sidebar .sidebar-header h3:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    content:' ';
    width: 40px;
    height: 4px;
    background: #fff;
}
#sidebar .signOff {
  margin: 0 auto 50px;
  display: block;
  width: 120px;
}

#sidebar ul.components {
    padding: 20px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li {
    margin-bottom: 20px;
}
#sidebar ul li ul li {
    margin: 10px 0 0;
}
#sidebar ul li ul li a {
    padding: 0;
}
#sidebar ul li a {
    color: #9A51EF;
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #763CB9;
    background: rgba(154, 81, 239, 0.1);
    border-radius: 30px;
    text-decoration: none;
}
#sidebar ul li.active a, #sidebar ul li.active li.active a {
    color: #2DD8FD;
    background: none;
    border-radius: 30px;
    text-decoration: none;
}
#sidebar ul li.active li a {
    color: #9A51EF;
    background: none;
}

#sidebar ul li a img {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #2DD8FD;
    background: rgba(154, 81, 239, 0.1);
    border-radius: 30px;
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 50px !important;
}
#sidebar ul ul li a:hover {
    color: #763CB9;
    background: none;
}

/*Header*/
.navbar {
    background: linear-gradient(0.25turn, #FF9C1A, #F62680);
    padding: 10px 10px 10px 20px;
    border-radius: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: 40px;
}
.navbar .btn-ico {
    margin: -4px 20px 0 0;
}
.navbar h1 {
    margin: 0;
    line-height: 0;
}
.navbar h1 img {
    width: 110px;
}
.navbar .optionHeader {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.user {
    margin-left: 20px;
    justify-content: center;
    align-items: center;
}
.user span {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}
.user img {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-left: 10px;
}

/* Connexion */

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login h2 {
    width: 136px;
    margin: 0 auto 20px;
}
.login .form-control {
    width: 340px;
}
.login .flexRow {
    justify-content: space-between;
    align-items: center;
}

/* Dashboard */
.containerDashboard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.containerDashboard .flexColumn {
    width: 48%;
}
.containerDashboard .whiteBox {
    margin-bottom: 40px;
}
.containerDashboard .flexRow.spaceBetween img {
    margin-top: -15px;
}
.containerDashboard .list-group {

    max-height: 190px;
    overflow: auto;

}
/* Gestion Licences */
.containerLicences {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.containerLicences .flexColumn {
    width: 48%;
}
.containerLicences .flexRow {
    align-items: center;
}
.containerLicences .whiteBox {
    margin-bottom: 40px;
}
.containerLicences label {
    font-size: 0.85rem;
}
.containerLicences .formNumbers {
    width: 48%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.containerLicences .formNumbers .form-control {
    width: 100%;
    text-align: right;
}
.containerLicences .legendeList {
    padding: 0;
}
/* Personnalisation Email */
.containerMail {
    max-width: 600px;
    margin: 0 auto;
}
.editionMail {
    margin-top: 20px;
    background: #F4F4F4;
    border-radius: 30px;
    overflow: hidden;
}
.editionMail p {
    padding: 30px;
    color: #747474;
}
.editionMail p .falseLink {
    color: #2DD8FD;
    font-weight: 700;
    text-decoration: underline;
}
.containerMail .flexRight {
    margin-top: 20px;
}
/* Adresses Facturation */
.containerFacturation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.containerFacturation .flexColumn {
    width: 48%;
}
.containerFacturation .whiteBox {
    margin-bottom: 40px;
}
.containerFacturation .flexRow {
    align-items: center;
}
.containerFacturation .flexColumn:nth-child(1) ul {
    max-height: calc(100vh - 342px);
    overflow: scroll;
}
.containerFacturation .flexColumn:nth-child(2) .legendeList {
    padding: 0;
}
.containerFacturation .flexColumn:nth-child(2) form .threeGroup .form-group {
    max-width: 33%;
}
.containerFacturation .flexColumn:nth-child(2) form .twoGroup .form-group {
    width: 48%;
}
.containerFacturation .threeGroup .selectWrapper select {
    min-width: 84px;
    max-width: 84px;
}
.containerFacturation .formSearch { 
    width: 48%;
}
/* Synchronisation Rakuten */
.synchroRakuten span {
    display: block;
}
.synchroRakuten span, .synchroRakuten .form-control {
    width: 30%;
}
.synchroRakuten .modal-dialog {
    max-width: 640px;
    margin: 80px auto;
}
/* Meilleures Ventes */
.containerBestSells {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
.containerBestSells .whiteBox {
    width: 31%;
    margin-bottom: 20px;
}
.containerBestSells .legendeList {
    text-align: center;
    padding: 14px 0 0;
}
.containerBestSells .whiteBox .flexRow {
    color: #797979;
    margin-bottom: 5px;
}
.containerBestSells .whiteBox .flexRow:last-child {
    margin-bottom: 0;
}
.containerBestSells .whiteBox .flexRow img {
    min-width: 18px;
    margin-right: 10px;
}
.containerBestSells .whiteBox .flexRow span {
  font-weight: 700;
}
.containerBestSells .legendeList .btn {
  margin-top: 20px;
}
/* Administrateurs */
.adminsContainer .whiteBox {
  margin-bottom: 20px;
}
.adminsContainer .infoRights {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.adminsContainer .infoRights h2 {
  width: 100%;
}
.infoRights p {
  font-size: 0.8rem;
  color: #797979;
}
.adminsContainer .infoRights p {
  width: 33%;
}
.adminsAddContainer  {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.adminsAddContainer .flexColumn {
  width: 48%;
}
/* Configuration */
.metaContainer {
  flex-wrap: wrap;
}
.panel-info.panelConfig {
  position: absolute;
  margin: 20px 0 0 30px;
  z-index: 2000;
}
.panel-info.panelConfig .card {
    max-width: 600px;
    min-width: 0;
    word-wrap: break-word;
    border: none;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.metaContainer .whiteBox {
  width: 48%;
  margin-bottom: 20px;
}
.metaContainer h4 {
  margin-top: 20px;
}
.metaContainer h4:nth-child(1) {
  margin-top: 0;
}
.metaContainer span {
  color: #797979;
  font-size: 0.7rem;
  font-style: italic;
}
/* Type Produit / Catalogue */
.containerTable .whiteBox {
    width: 100%;
    margin-bottom: 40px;
}
/* REPRICING */
.containerRulls {
    display: flex;
    flex-direction: row;
}
.containerRulls .flexColumn:nth-child(1) {
    min-width: 310px;
    margin-right: 20px;
}
.containerRulls .flexColumn:nth-child(1) .whiteBox:nth-child(1) {
    z-index: 2;
}
.containerRulls .flexColumn:nth-child(1) .legendeList {
    padding: 0;
    align-items: center;
}
.twoSelect .form-group {
    width: 48%;
}
.form-group.flexRow.spaceBetween label {
    width: 65%;
    line-height: 1rem;
}
.form-group.flexRow.spaceBetween .form-control {
    width: 35%;
}
.containerRulls .flexColumn:nth-child(2) {
    width: 100%;
}
.containerRulls .flexColumn:nth-child(2) .whiteBox {
    padding: 20px 20px 10px 20px;
}
.containerRulls .flexColumn:nth-child(2) .whiteBox .btn {
    padding: 5px 15px;
    font-size: 12px;
}
.containerRulls .flexColumn:nth-child(2) .custom-control.custom-checkbox {
    width: 100%;
    margin-right: 10px;
}
.containerRulls .flexColumn:nth-child(2) .custom-control.custom-switch.custom-switchSolo {
    margin-right: 10px;
}
.twoPart .form-group {
    width: 48%;
}
.infoRulls {
    padding-top: 10px;
}
.infoRulls span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #797979;
    padding-top: 1px;
    margin-right: 10px;
}
.infoRulls h5 {
    padding-top: 3px;
    margin-right: 5px;
    white-space: nowrap;
}
.forcedPrice {
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #797979;
    padding: 3px 10px 0 0;
}
.infoRulls .codifList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.infoRulls .codifList span {
    display: block;
    font-size: 0.7rem;
    color: #797979;
    padding: 5px 10px;
    background: #f4f4f4;
    border-radius: 30px;
    margin: 0 10px 10px 0;
}
.noteMini {
    position: relative;
}
.nbNoteMini {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #797979;
}
@media screen and (max-width: 1000px) {
    #sidebar, #sidebarCollapse, .backClear .btn.btn-primary {display: none;}
    #content {
        padding: 30px 20px;
    }
    .navbar .optionHeader {
        width: 50%;
    }
    .colorBox {
        display: block;
        background: #ff9c1a; /* Old browsers */
        background: -moz-linear-gradient(top,  #ff9c1a 0%, #f62680 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ff9c1a 0%,#f62680 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ff9c1a 0%,#f62680 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c1a', endColorstr='#f62680',GradientType=0 ); /* IE6-9 */
        border-radius: 30px;
        padding: 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    .colorBox h2, .colorBox p {
        color: #FFF;
    }
    h2::after {
        background: #fff;
    }
    .colorBox img {
        margin: 0 20%;
        width: 60%;
    }
}
@media screen and (max-width: 700px) {
    .backColor {
        padding: 20px;
    }
    .backColor .whiteBox, .login .form-control {
        width: 100%;
    }
    .containerDashboard .flexColumn {
        width: 100%;
    }
    .containerDashboard .flexColumn {
        width: 100%;
    }
}