body {
    margin: auto;
    background: #f0f0f0;
    font-family: 'Open Sans', sans-serif;
}

.info p {
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px
}

.info i {
    color: #F6AA93;
}

form h1 {
    font-size: 18px;
    background: #F6AA93 none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 22px 25px;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    text-shadow: none;
    text-align: left
}

form {
    border-radius: 5px;
    max-width: 700px;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 15px;
}

p span {
    color: #F00;
}

p {
    margin: 0px;
    font-weight: 500;
    line-height: 2;
    color: #333;
}

h1 {
    text-align: center;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
    margin: 20px 0px 0px 0px
}

input {
    /*border-radius: 0px 5px 5px 0px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 95%;
    height: 40px;
    float: left;
    padding: 0px 15px;*/
}

a {
    text-decoration: inherit
}

textarea {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #EEE;
    margin: 0;
    width: 95%;
    height: 130px;
    float: left;
    padding: 0px 15px;
}

.form-group {
    overflow: hidden;
    clear: both;
    max-height: 90px;
}

.icon-case {
    width: 35px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 42px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

i {
    color: #555;
}

.contentform {
    /*padding: 40px 30px;*/
    margin-bottom: 20px;
}

.entry-form {
    margin-bottom: 20px;
}

.button-container {
    display: inline-flex;
}

.bouton-contact {
    background-color: #1bbada;
    color: #FFF;
    text-align: center;
    /*width: 50%;*/
    border: 0;
    padding: 5px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    margin: 0px 20px;
}

.bouton-contact.delete {
    background-color: #df4b90;
}

.leftcontact {
    width: 49.5%;
    float: left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact {
    width: 49.5%;
    float: right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.validation {
    display: none;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 13px;
    color: #DE5959;
}

#sendmessage {
    border: 1px solid #fff;
    display: none;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #EBF6E0;
    color: #5F9025;
    border: 1px solid #B3DC82;
    padding: 13px 40px 13px 18px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

.tabContainer {
    text-align: center;
    margin-top: 15px;
}

#sendmessage.show,
.show {
    display: block;
}

#staffButton {
    /* background-color: #81BDA4; */
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
}

#themeButton {
    /* background-color: #81BDA4; */
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
}

.avatarContainer {
    float: right;
    margin-right: 26.2%;
    position: relative;
    margin-bottom: 5%;
}

.avatarContainer-edit {
    float: right;
    margin-right: 26.2%;
    position: relative;
    margin-bottom: 5%;
}

#regionSelect {
    width: 150px;
    height: 20px;
}

.gender-check {
    border-radius: 0px 0px 0px 0px;
    border: none;
    margin-bottom: 0px;
    width: 13px;
    height: 10px;
    float: none;
    padding: 0px;
}

#genderContainer {
    margin-bottom: 12%;
    position: relative;
}

.error {
    color: red;
}

#avatarSelect-error {
    position: absolute;
    left: 0%;
    top: 118%;
    white-space: nowrap;
}

#regionSelect-error {
    position: absolute;
    left: 0%;
    top: 118%;
    white-space: nowrap;
}

#genderSelect-error {
    position: absolute;
    left: 0%;
    top: 142%;
    white-space: nowrap;
}

#teamSelect-error {
    position: absolute;
    left: 0%;
    top: 142%;
    white-space: nowrap;
}

.spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../assets/spinner.gif') 50% 50% no-repeat;
}

.avatar-navigation {
    position: absolute;
    width: 20px;
    top: 130px;
    cursor: pointer;
}

.avatar-navigation.left {
    left: 20px;
}

.avatar-navigation.right {
    right: 20px;
}


/* When the body has the loading class, we turn
     the scrollbar off with overflow:hidden */

body.loading .spinner {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
     modal element will be visible */

body.loading .spinner {
    display: block;
}

.modal-body {
    padding: 0px 0px 0px 0px;
}

.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 10000;
    overflow-y: auto;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

#avatarImg {
    float: right;
    position: absolute;
    max-width: 25px;
    top: 0;
    right: -63px;
}

#avatarImg-edit {
    /*position: relative;
    top: -32px;
    max-height: 90px;*/
}

#getStaff {
    /* background-color: #81BDA4; */
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
}

#staffSelectContainer {
    text-align: center;
}

#staffSelect {
    width: 150px;
}

#headerContainer {
    position: relative
}


/* #logoutBtn {
  position: absolute;
  right: 5%;
  top: 26%;
  max-width: 100px;
  background-color: #81BDA4;
  color: #FFF;
  text-align: center;
  border: 0;
  padding: 5px 5px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 0px;
  font-size: 14px;
} */

#confirmBtn {
    position: absolute;
    right: 53%;
    top: 65%;
    background-color: #1bbada;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
    width: 75px;
}

#cancelBtn {
    position: absolute;
    right: 31%;
    top: 65%;
    background-color: #d0d0d0;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
    width: 75px;
}

.btn {
    /* background-color: #81BDA4; */
    background-color: #d3d3d3;
    color: #FFF;
    text-align: center;
    border: 0;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 0px;
    font-size: 14px;
    width: 200px;
}

.active {
    /* background-color: #81BDA4 !important; */
}

#generateMySig {
    margin-top: 32%;
}

#generateStaffSig {
    margin-top: 13%;
}


/* New CSS for new creative */

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}

.nav ul {
    list-style: none;
    background-color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 52px;
    width: 100%;
}

.nav li {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #888;
    float: left;
}

.nav a {
    text-decoration: none;
    color: #D3D3D3;
    display: block;
    transition: .3s background-color;
}

.nav a:hover {
    /* background-color: #005f5f; */
}

.nav a.active {
    background-color: #fff;
    color: #1bb9da;
    cursor: default;
    /* text-decoration: underline; */
}

.nav a.active:after {
    content: "";
    position: absolute;
    left: 0;
    width: 115px;
    height: 5px;
    background-color: #1bbada;
    top: 5%;
    padding-left: 0%;
    margin-left: 3px;
}

@media screen and (min-width: 600px) {
    .nav li {
        width: 120px;
        border-bottom: none;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
    }
    /* Option 1 - Display Inline */
    .nav li {
        display: inline-block;
        margin-right: -4px;
    }
}

.logout {
    float: right !important;
    margin-right: 10px !important;
}

.logout a {
    color: #1bb9da !important;
}

.signatureBox {
    background: #fff;
    border-radius: 6px;
    /* width: 150px; */
    text-align: center;
    height: 270px;
    position: relative;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
    -moz-box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
    box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
}

.themeBox {
    background: #fff;
    border-radius: 6px;
    /* width: 150px; */
    text-align: center;
    /* height: 250px;*/
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.staffBox {
    background: #fff;
    border-radius: 6px;
    /* width: 150px; */
    text-align: center;
    height: 250px;
    position: relative;
    -webkit-box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
    -moz-box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
    box-shadow: 5px 5px 13px 0px rgba(44, 122, 158, 0.75);
}

.bannerBox {
    background: #fff;
    border-radius: 6px;
    /* width: 150px; */
    min-height: 378px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.staffBoxContainer {
    margin: 0 auto;
}

.themeBoxContainer {
    margin: 0 auto 20px auto;
}

.bannerBoxContainer {
    margin: 5px auto 20px auto;
}

.primaryBtn {
    background: none repeat scroll 0 0 #1bbada;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 25px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    color: white;
    user-select: none;
}

.signatureContainer {
    margin-top: 50px;
}

.themeContainer {
    margin-top: 0px;
}

.staffContainer {
    margin-top: 50px;
}

.bannerContainer {
    margin-top: 0px;
}

.signatureBoxInner {
    /* position: absolute;
  left: 27%;
  top: 20%; */
    margin: 0 auto;
    padding-top: 8%;
}

.themeBoxInner {
    margin: 0 auto;
    padding-bottom: 8%;
    padding-top: 15px;
}

.bannerBoxInner {
    margin: 0 auto;
    /*padding-top: 8%;*/
    padding-bottom: 8%;
}

.staffBoxInner {
    margin: 0 auto;
    padding-top: 8%;
}

.boxHeader {
    font-size: 34px;
    color: #1bbada;
}

.boxSub {
    color: #d0d0d0;
    padding-top: 20px;
}

.btnContainer {
    margin-top: 5%;
}

.btnContainer button {
    height: 40px;
}


/* themeBox */

.themeBox.create {
    border-radius: 100px;
    padding-top: 20px;
    min-height: 70px;
    width: 155px;
}

.themeBox.create .themeBoxInner {
    padding-bottom: 15%;
}

.themeBox.create .boxHeader {
    font-size: 20px;
    padding-bottom: 10px;
}

.themeBox.active {
    -webkit-box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
    -moz-box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
    box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
}

.themeBox .boxSub {
    padding: 20px 8px 8px 8px;
    text-align: left
}

.themeBox .card-img-top {
    min-height: 160px;
    width: 33%;
}

.themeBox h5 {
    color: #6c757d;
    min-height: 48px;
}

.themeBox span {
    font-size: 12px;
}

.themeBox .btnContainer {
    margin-top: 0%;
}

.themeBox .btnContainer button {
    height: 30px;
}

.themeBox .primaryBtn {
    border-radius: 15px;
    padding: 0px 25px;
}

.themeBox .exPrimaryBtn {
    border-radius: 20px;
    padding: 0px;
}


/* Banner */

.bannerBox.create {
    border-radius: 100px;
    padding-top: 25px;
    min-height: 70px;
    width: 155px;
}

.bannerBox.create .bannerBoxInner {
    padding-bottom: 5%;
}

.bannerBox.create .boxHeader {
    font-size: 20px;
    padding-bottom: 10px;
}

.bannerBox.active {
    -webkit-box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
    -moz-box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
    box-shadow: 8px 8px 13px 0px rgba(44, 122, 158, 0.75);
}

.bannerBox .boxSub {
    padding: 8px;
    text-align: left
}

.bannerBox .card-img-top {
    min-height: 108px;
}

.bannerBox h5 {
    color: #6c757d;
    min-height: 72px;
}

.bannerBox span {
    font-size: 12px;
}

.bannerBox .btnContainer {
    margin-top: 0%;
    padding-bottom: 20px;
}

.bannerBox .btnContainer button {
    height: 30px;
}

.bannerBox .primaryBtn {
    border-radius: 15px;
    padding: 0px 25px;
}

.bannerBox .exPrimaryBtn {
    border-radius: 20px;
    padding: 0px;
}

.headerCol h1 {
    float: left;
    color: #1bbada;
    font-weight: bolder;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.2); */
    border-radius: .3rem;
    outline: 0;
}

.center {
    margin-top: 50px;
}

.modal-header {
    padding-bottom: 5px;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child>button {
    border-right: 0;
}

.hover_bkgr_fricc>div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: none !important;
    min-height: 150px;
    vertical-align: middle;
    max-width: 800px !important;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    margin-top: 5%;
}

.modal-dialog {
    max-width: none !important;
    margin: 0px 0px 0px 0px;
}

.modal-header {
    position: relative;
}

.modal-title {
    position: absolute;
    left: 5%;
    top: 0;
    color: #1bbada;
}

.form-group p {
    text-align: left;
}

#smallPopup {
    width: 500px !important;
}

.modal-content {
    border: none !important;
}


/* #signatureBoxInnerLeft {
  left: 20%;
} */

.twocolumns {
    width: 100%;
}

.twocolumns td {
    width: 50%;
}

.twocolumns select,
#staffSelect {
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    float: left;
    padding: 0px 15px;
}

#staffSelectContainer {
    padding: 10px 15px;
}

#avatarSelect-edit {
    width: 22%;
    margin: 0 auto;
}

.exPrimaryBtn {
    background-color: #ffffff;
    color: #6c757d;
    border: 1px solid #6c757d;
    width: 40px;
    padding-left: 21px!important;
    height: 40px!important;
}

.exPrimaryBtn:hover {
    background-color: #ffffff;
    border: 1px solid #6c757da3;
}

.exPrimaryBtn.edit {
    background: url(../assets/icon-edit.png) no-repeat center center;
    background-size: 20px;
    margin: 0 8px;
}

.exPrimaryBtn.delete {
    background: url(../assets/icon-delete.png) no-repeat center center;
    background-size: 20px;
}

.exPrimaryBtn img {
    width: 20px;
}

.img-wrapper {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0px;
}

.img-wrapper:focus {
    -moz-outline-style: none;
}

.circle {
    display: block;
    position: relative;
    padding: 0;
    z-index: 98;
    margin: 0 auto;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #e04e84;
    transition: 0.2s;
    text-align: center;
}

.circle:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}

.circle:hover {
    cursor: pointer;
    background-color: #e0779e;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
}

.circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}