/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ftloginsubmit,
.ftresetsubmit {
   margin-top: 20px;
   border: 1px solid #af4903;
   border-style: none;
   border-width: 0;
   background-clip: border-box;
   border-color: #263347;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
   padding-top: 15px;
   padding-bottom: 15px;
   background: #bb550f;
   width: 100%;
}

.ftloginsubmit:hover,
.ftresetsubmit:hover {
   background: #933a07;
   border: 1px solid #933a07;
   border-style: none;
}

.dashboard-container {
   margin: 0px auto;
   position: relative;
   width: 100%;
   display: flex;
   align-items: stretch;
   margin-top: 30px; 
}

.dashboard-container .tabs-nav {
   /* display: flex;
   flex-direction: column;
   justify-content: top; */
   width: 150px;
   text-align: center;
}

.float-right {
   float: right;
}

.dashboard-container .tabs-content {
   /* display: flex;
   flex-direction: column;
   justify-content: top; */
   width: calc(100% - 150px);
}

/* .dashboard-container .col:first-child {
   background: #AD9897;
} */
 
.dashboard-container nav {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   /*align-items: stretch;*/
   /*background: #AD9897;*/
   color: #6C5D5D;
   text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
   width: 150px;
}
 
.dashboard-container nav a {
   position: relative;
   padding: 20px;
   text-align: center;
   width: 100%;
   cursor: pointer;
   color: #bb550f;
}
 
.dashboard-container nav a:hover,
.dashboard-container nav a.selected {
   background: #bb550f;
   color: #ffffff;
   text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* tabs triangle */
.dashboard-container  .triangle-container {
     position: absolute !important;
     z-index: 10;
     top: 0;
     left: 99.6%;
     width: 30px !important;
     background: transparent !important;
     height: 100%;
}
 
.dashboard-container .triangle-container img {
     position: absolute;
     height: 100%;
     left: 0;
     width: 30px;
}
 
.dashboard-container  .tabs .content {
   padding: 0px 20px 0px 60px;
   position: relative;
   color: #6C5D5D;
   transition: opacity 0.1s linear 0s;
   display: none;
}
 
.dashboard-container  .tabs .content.visible {
   display: block;
}
 
.dashboard-container  .tabs .content p { padding-bottom: 2px;}
 
.dashboard-container  .tabs .content p:last-of-type { padding-bottom: 0px; }

.mb-3 {
   margin-bottom: 20px;
}

.alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb;
}

.alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

#login-progress,
#reset-progress,
#add-expert-progress,
#add-manager-progress,
#fantasythemes_account_login_errors,
#fantasythemes_reset_pass_errors,
#fantasythemes_add_meneger_errors,
#fantasythemes_add_expert_errors,
#fantasythemes_reset_pass_form,
#fantasythemes_reset_pass_success {
   display: none;
}

#fantasythemes_account_login_errors,
#fantasythemes_add_meneger_errors,
#fantasythemes_add_expert_errors,
#fantasythemes_reset_pass_errors,
#fantasythemes_reset_pass_success {
   width: 100%;
}

.alert-danger {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
}

.alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb;
}

.alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

.heading {
   padding-bottom: 20px !important;
   margin-bottom: 30px !important;
   border-bottom: solid 1px #d4cfcf;
}

#fantasythemes_add_firm_expert {
   margin-bottom: 60px;
}

#fantasythemes_add_firm_managert {
   margin-bottom: 60px;
}

input.error {
   border-color: #de2358 !important;
}

.uploadedFilesAjax {
   opacity: 0;
   position: absolute;
   margin: 0 !important;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   cursor: pointer;
}

.upload-attachments-holder,
.add-folder-holder {
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   background-color: #263347;
   /* box-shadow: 2px 2px 0 rgba(0,0,0,.1); */
   border-radius: 4px;
   text-transform: uppercase;
   color: #fff;
   border: none;
   font-size: 14px;
   padding: 10px 15px;
   display: inline-block;
   -webkit-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -ms-transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   transition: all 0.2s ease;
   outline: none !important;
   position: relative;
}

.add-folder-holder {
   margin-right: 10px;
}

.upload-attachments-holder:hover,
.add-folder-holder:hover {
   background-color: #0d1a2f !important;
   border: none !important;
}

.loading {
   opacity: .4;
   cursor: default;
}

ul.documents-list {
   padding: 0;
   margin: 0;
}

ul.documents-list ul {
   margin: 20px 0;
   min-height: 24px;
}

ul.documents-list > ul {
   padding-inline-start: 0px;
}

ul.documents-list li {
   list-style: none;
   margin-bottom: 10px;
}

.documents-list li a .fa {
   margin-right: 4px;
}

.ft-login-form input[type=text], 
.ft-login-form input[type=password], 
.ft-login-form input[type=email], 
.ft-login-form input[type=tel], 
.ft-login-form input[type=date], 
.ft-login-form input[type=month], 
.ft-login-form input[type=week], 
.ft-login-form input[type=time], 
.ft-login-form input[type=number], 
.ft-login-form input[type=search], 
.ft-login-form input[type=url], 
.ft-login-form textarea {
   border-style: solid;
   border-width: 0;
   background-clip: border-box;
   border-color: #999999;
   border-bottom-width: 1px;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   border-bottom-left-radius: 0px;
   border-bottom-right-radius: 0px;
   height: 54px;
   font-family: Montserrat, sans-serif;
   font-weight: 400;
}

.w-100 {
   width: 100%;
}

.d-inline-block {
   display: inline-block;
}

.ft-heading-title {
   font-family: Montserrat, sans-serif;
   font-weight: 700;
   font-size: 40px;
   line-height: 1;
}

.fa-folder, 
.fa-folder-open {
   color: #008ae3;
   font-size: 20px;
   display: inline-block;
   margin-right: 4px;
}

ul.unassigned-docs {
   margin-top: 30px !important;
   display: inline-block;
   width: 100%;
}

.ui-sortable-placeholder {
   border-width: 1px;
   height: 24px;
   margin-bottom: 15px;
   width: 100%;
   float: left;
}

.dashed {
   border: 2px dashed #D9E2EC;
   background: #f4f4f4;
   height: 24px;
   border-radius: 4px !important;
}