/* NEW STYLES */

.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }


.bold { font-weight: 700; }
    
.m-5 { margin: 5px; }
.mt-5 { margin-top: 5px; }
.mb-5 { margin-bottom: 5px; }

.m-10 { margin: 10px; }
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }

.p-5 { padding: 5px; }
.pt-5 { padding-top: 5px; }
.pb-5 { padding-bottom: 5px; }
.pr-5 { padding-right: 5px; }
.pl-5 { padding-left: 5px; }

.p-10 { padding: 10px; }
.pt-10 { padding-top: 10px; }
.pb-10 { padding-bottom: 10px; }

.p-0 { padding: 0px; }

.underline:hover {
    text-decoration: underline;
}

.bg-comments {  background-color: #F2E0DC; }
.bg-blue-light { background-color: #DDECE5; }
.bg-grey { background-color: #dddddd; }
.bg-white { background-color: #fff; }

.navbar-brand {
    padding: 0px;
  }
  .navbar-brand>img {
    height: 100%;
    width: auto;
  }

#navbar {
    min-height: 70px;
    padding-top: 10px !important;
    border-bottom: none;
    margin-bottom: 0px;
    z-index: 2000;
    transition: all 0.4s ease 0s;
}

#navbar .navbar-right {
    float: right !important;
}

#navbar .navbar-header {
    float: left !important;
}

#navbar2 {
    top: 109px;
    box-shadow: -12px 17px 25px -15px #e8e3e3;
    transition: all 0.4s ease 0s;
}

@media(max-width:768px) {
    #navbar2 {
        top: 74px;
    }
}

.btn-search {
    border-left: none;
    background-color: #fff;
}

.input-search {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}


textarea:hover, 
textarea:active, 
textarea:focus, 
input[type="text"]:hover, 
input[type="text"]:active, 
label:focus,
.form-control:focus
{
    border-color: #ccc !important;
    outline:0px !important;
    -webkit-appearance:none;
    -webkit-box-shadow: none;
}

#foot {
    background: #4d3632;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#footerlinks {
    margin-top: 12px;
}

#footerlinks a {
    color: #fff;
    text-decoration: none;
    padding-right: 11px;
    padding-left: 11px;
    border-right: 1px solid #a09492;
}

#footerlinks a:last-child {
    border: none;
}

a:hover { cursor: pointer; }

.pointer { cursor: pointer; }


.profile-image {
    border: 1px solid #d8d6d6;
}

/* PROFILE SECTION */

.nav-pills > li {
    background-color: #fff;
}

.nav-pills > li > a {
    border-radius: 1px;
    
}

.nav-white {
    background-color: #fff;
}
.nav-white li {
    border:1px solid #a09492;
}

.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li > a.active, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
  background-color: #F7712C !important;
  color: #fff;
}
.subheader-profile {
    border-bottom: 1px solid #ccc;
    margin-top: 20px; 
    font-weight: 700;
}

.btn-naughty {
    color: #fff;
    background-color: #F7712C !important;
    border-color: #F7712C;
}
.btn-naughty:hover {
    color: #fff;
    background-color: #D55C1F !important;
    border-color: #D55C1F;
}


#open-sidebar:hover {
    cursor: pointer;
}  

.v-select > div.dropdown-toggle {
    background-color: #fff;
}

/* VIEW PROFILE */
div.info-column div:first-child{
    font-size: 1.1em;
}
div.info-column div:nth-child(2){
    font-size: 1.1em;
    font-weight: 700;
    color: #000;
}
#column-info-1,
#column-info-2 {
    border-right: 1px solid #cacaca;
}

#row-info > div {
    height: 230px;
}

/* Style input file */
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.btn-profile {
    width: 100%;
    border-top: 1px solid #DEBAAE;
    border-bottom: 1px solid #DEBAAE;
    border-left: 1px solid #DEBAAE;
    border-right: 1px solid #DEBAAE;
    color: #333;
    background-color: #fff;
    height: 40px;
}

.btn-profile:hover {
    background-color: #cacaca;
}

.btn-profile.active {
    color: #fff;
    background-color: #F7712C !important;
    border: 0px;
}

div.btn-group.bootstrap-select.show-tick.form-control {
    height: 35px;
}

div.btn-group.bootstrap-select.show-tick.form-control > button.btn.dropdown-toggle.btn-default{
    height: 35px;
    border-radius: 4px !important;
}

.modal-content {
    border-radius: 1px;
}

#msgbox {
    z-index: 2000;
    width: 709px;
    position: absolute;
    left: 330px;
    top: 100px;
}

#msgbox_head {
    background-image: url('../img/error-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 76px;
}
#msgbox_mid {
    background-color: #fff;
    min-height: 160px; 
}
#msgbox_msg {
    color: #888888;
    font-family: "Arial Rounded","Trebuchet MS",Arial,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 30px 0 0;
    text-align: center;
}

#msgbox_flirt {
    background-image: url('../img/flirts_header.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 76px;
}

#msgbox_flirt > a {
    position: absolute;
    top: 35px;
    right: 4%;
    height: 20px;
}