@charset "UTF-8";

/*!
 *   morgan-quotes.css v0.2 - Jan 2020
 *   Author: That Web Company Ltd.
 *   Website: thatweb.co <https://thatweb.co>
 */

 

.navbar-nav>.user-menu>.dropdown-menu{
    position: absolute;
    right: 0;
    left: auto;
    width:200px;
}
.user-menu .dropdown-toggle::after{
    display: none;
}
.brand-link .brand-image{
    float: none;
}
.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    height: 20px;
    margin-bottom: -.25rem;
    margin-left: 0;
    margin-top: 0;
}
body.text-sm .nav-sidebar .nav-item>.nav-link {
    font-size: 15px;
}
body.text-sm .nav-sidebar .nav-item{
    margin-bottom:5px!important;
}
.nav-sidebar .nav-item .nav .nav-item .nav-icon {
    font-size:0.7rem;
}
.animate-slow{
    transition: all .8s ease-in-out;
}
.animate{
    transition: all .5s ease-in-out;
}
.animate-fast{
    transition: all .3s ease-in-out;
}
[type=search] {
    width:150px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
[type=search]:focus {
    width:300px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.card-border-top{
    border-top: 3px solid #555;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.table-actions .table-action-item{
    margin-left:1rem;
    font-size: 1rem;
    color: #999;
}
.table-actions .table-action-item:hover{
    color: #007bff;
}
.table{
    color: #666;
}
.table a{
    color: #666;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.02);
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd):hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
.table thead th {
    border-bottom: 2px solid #555;
}


.table-permissions thead td{
    border-top: 0;
}
.table-permissions thead a{
    color:#999;
}
.table-permissions td{
    text-align: center;
    width:20%;
}
.table-permissions tr td:first-child{
    text-align: right;
    font-weight: 600;
    padding-right: 30px;
}


#divLoading{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index:1000;
    color:#fff;
    font-size: 2rem;
    text-transform: uppercase;
    z-index: 10000;
}

.card-footer{
    padding: .5rem .75rem;
}

.btn{
    text-transform: uppercase;
}
.btn-success.toggle-on, .btn-danger.toggle-off{
    font-size: .75rem!important;
    padding-top: .25rem;
    text-transform: none;
}


.nav-pills .nav-item{
    margin-bottom: 15px!important;
    border-bottom: 0!important;
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    font-size:.9rem;
}

.col-form-label {
    align-self: center;
}
.col-form-label:after {
    content:":";
}


.autocomplete-suggestion{
    padding: 5px 10px;
    overflow: hidden;
    margin: 8px;
}


.sticky-top {
    top: 60px;
}

.fileupload-img-wrapper{
    max-width: 200px;
    padding: 15px;
    border: 1px solid #ddd;
    margin-right: 15px;
}


/* RANGE SLIDER */
.slider-wrapper{
    padding: 5px 0 10px 10px;
    width: 100%;
}
.slider.slider-horizontal {
    width:98%;
}
.slider-tick {
    width:20px;
    height:20px;
    opacity: 0!important;
}
.slider.slider-horizontal .slider-tick-container {
    top: 0px;
}
.slider.slider-horizontal .slider-tick-label-container {
    color: #ddd;
}
.slider .tooltip.top .tooltip-inner:before {
    content:"£ ";
}
.slider-tick-label:last-child{
    font-size: 2rem;
}
.slider-handle {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top,#007bff 0,#007bff 100%);
    background-image: -o-linear-gradient(top,#007bff 0,#007bff 100%);
    background-image: linear-gradient(to bottom,#007bff 0,#007bff 100%);
}

.validation-text{
    display:none;
}
.has-error .validation-text{
    display:block;
    -ms-flex-align: center!important;
    align-items: center!important;
    width:100%;
    padding: 5px 10px 0 10px;
    color:#dc3545;
    font-size:.8rem;

}
.has-error label{
    color:#dc3545;
}

.tag-item{
    padding: 10px 25px 10px 10px;
    background: #999;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    border-radius: 3px;
    min-height: 38px;
    width: 100%;
}
.tag-item span{
    display:inline-block;
    font-weight: 400;
}
.tag-item a{
    position: absolute;
    top: 0px;
    right: 14px;
    padding: 3px;
    color: #fff;
}


.communication-slideout.hide {
    bottom:-500px;
    opacity: 0;
    transition: all 1s ease-out;
}
.communication-slideout {
    width: calc(100% - 30px);
    position: fixed;
    bottom: -10px;
    left: 15px;
    z-index: 1040;
    background-color: rgba(255,255,255,1);
    border: 1px solid #eee;
    border-radius: 5px;
    opacity: 1;
    transition: all .75s ease-out;
    box-shadow: 0 -.5rem 1rem 0 rgba(0,0,0,.1);
}
.communication-slidout-content{
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 20px 30px 20px;
}
.communication-slideout input.border-focus{
    border:0;
}
.communication-slideout input.border-focus:focus{
    border:auto;
}



#dtNoScroll .daterangepicker {
    position: fixed;
}



/*  QUOTE BUILDER */
.quotebuilder{

}
.quotebuilder-page{
    padding:1rem 1rem 3rem 1rem;
    border:1px solid #ddd;
    background:#fff;
}
.quotebuilder-page section{
    position: relative;
    padding:1rem .75rem .5rem .75rem;
    border:1px dashed transparent;
    margin-bottom:10px;
}
.quotebuilder-page section:hover{
    border:1px dashed transparent;
    background:rgba(0,0,0,.02);
}
.quotebuilder-page section label{
    font-weight: 400!important;
    color: #ddd;
    padding: 0;
    margin: 0 0 -5px 0;
    opacity: 0;
}
.quotebuilder-page section:hover label{
    opacity: 1;
}

.quotebuilder-page section>section{
    padding:1rem .75rem 1rem .75rem;
}

.quotebuilder-page section .floating-links{
    position: absolute;
    top: 5px;
    right: 8px;
    display:none;
}
.quotebuilder-page section .floating-links a{
    padding:.2rem;
}
.quotebuilder-page section:hover>.floating-links{
    display:inline-block;
}

div[contenteditable]{
    padding-top: .75rem!important;
}
div[contenteditable] p{
    margin-bottom:.75rem;
}
div[contenteditable] p:last-child{
    margin-bottom:.5rem;
}

.quotebuilder-page input, .quotebuilder-page textarea, .quotebuilder-page div[contenteditable]{
    background:rgba(255,255,255,1);
    border:1px solid #f7f7f7;
    min-height:52px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    justify-content: center;
}
.quotebuilder-page input:hover, .quotebuilder-page textarea:hover, .quotebuilder-page select:hover, .quotebuilder-page div[contenteditable]:hover{
    border:1px dashed #ddd;
}
.quotebuilder-page input:focus, .quotebuilder-page textarea:focus, .quotebuilder-page select:focus, .quotebuilder-page div[contenteditable]:focus{
    background:rgba(255,255,255,1);
    border:1px solid #ccc;
    outline: 0;
}


div[contenteditable]{
    background:rgba(255,255,255,1);
    border:1px solid #ddd;
    padding: 1rem .75rem 0 .75rem;
    font-size: 1rem;
    color: #495057;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    width:100%;
}


.quotebuilder-page .section-row{


}
.quotebuilder-page .textarea {
    
}

.buildersectiondrag{
    padding:15px;
    border:1px dashed #666;
    height:120px!important;
    width: calc(100% - 50px)!important;
    background:#fff;
    margin:0;
}
.buildersectiondrag label{
    font-weight: 400!important;
    color: #ddd;
    padding: 0;
    margin: 0 0 -5px 0;
}

.move {
    cursor: move;
}
.movable-placeholder {
    background: #ccc;
    height: 100px;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
    border-style: dashed;
    border-width: 2px;
    border-color: #000;
}



.btn-profile{
    font-size:0.8rem;
}



.autocompleteparaoption {
    width: 100%;
    padding: 10px 10px 0 10px;
    margin: 5px 0;
    background-color: #f7f7f7;
    border: 2px solid #f7f7f7;
    cursor: pointer;
}
.autocompleteparaoption p:last-child {
    margin-bottom: .75rem;
}
.autocompleteparaoption.selected {
    border: 2px solid black;
}




select.form-control-lg {
    height: calc(2.875rem + 6px);
    font-size: 1rem;
    border: 1px solid #f7f7f7;
}
.input-group-text {
    background-color: #f7f7f7;
    border: 1px solid transparent;
}


.para-new, .para-existing{
    position: relative;
    background: rgba(255,255,255,1);
    border: 1px solid #f7f7f7;
    min-height: 52px;
    padding: 1rem .75rem;
    margin:20px 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}
.para-new p:last-child, .para-existing p:last-child{
    margin-bottom:0;
}
.para-new:before, .para-existing:before{
    position: absolute;
    left: 7px;
    top: -10px;
    max-height: 25px;
    font-size: .7rem;
    padding: 2px 6px;
    color: #999;
    background-color: rgba(255,255,255,1);
    border: 1px solid #dee2e6;
    border-radius: 2px;
    z-index: 1;
}
.para-new:before{
    content:"new paragraph";
}
.para-existing:before{
    content:"existing paragraph";
}


/*  RESPONSIVE  */




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 }  

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) { 
    .col-form-label {
        text-align:right;
        padding-right: 15px;
    }
 }

/* Large devices (desktops, 992px and up)  */
@media (min-width: 992px) { 
    
 }

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) { 
    
 }










