<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fixing Modal Bug */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
body.modal-open &gt; .wrap {overflow: hidden; height: 100%; }
body {
    -ms-overflow-style: scrollbar;
}
a, #wholeContainer a{
    color: #206798;
}
.download-page, #wholeContainer{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #2A2A2A;
    font-size: 1.4rem;
}
#completePage{
    display:table;
    height:100vh;
    margin-left: auto;
    margin-right: auto;
}
#completePage #completePageContent{
    display:table-cell;
    vertical-align: middle;
    float:none;
    text-align:center;
}

.download-page h1,
.download-page h2,
.download-page h3,
.download-page h4,
.download-page h5,
.safe-contact,
.download-box-body{
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #2A2A2A;

}
.download-box-body h1{
    font-size: 2.8rem;
}
.download-page .btn-primary{
    border-radius: 4px;
    font-weight: bold;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    background-color: #006899;
    color: #e7f6fd;
    border: none;
}
.file-line {
    min-height: 2.6rem !important;
    margin: auto;
}
.fileName {
    margin-right: 10px;
    word-break: break-all;
}
.file-check {
    color: #0B8100;
    font-size: 2.2rem;
    margin-right: 1.5rem;
}
.btn-delete{
    color: #0071C4;
    font-weight: bold;
    cursor: pointer;
}
table .requests_table{
    color: #202124;
    background-color: #fff;
}
table .requests_table.need_to_read_row{
    font-weight: bolder;
    background-color: #e3e3e3;
}

table .requests_table.assign_selected_queue_row{
    background-color: #D9EDF7;
}
table .assign_selected_queue_row{
    background-color: #D9EDF7;
}

.modal-content, .modal-dialog, .modal-body {  height: inherit;  min-height: 100%;  }
.modal { min-height: 100%; }
/* Profile Image Hover */
.profile-img-container {
    position: relative;
    overflow: hidden;
}

.profile-img-container img:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.profile-img-container:hover a {
    opacity: 1;
    top: 0;
    z-index: 500;
}
.profile-img-container:hover a span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.profile-img-container a {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.fullWidth{
    width:100%;
}

.padding0{ padding:0 !important; }
.padding05{ padding:5px !important; }
.padding10{ padding:10px !important; }
.padding15{ padding:15px !important; }
.padding20{ padding:20px !important; }
.padding25{ padding:25px !important; }
.padding30{ padding:30px !important; }
.padding35{ padding:35px !important; }
.padding40{ padding:40px !important; }
.padding45{ padding:45px !important; }
.padding50{ padding:50px !important; }
.paddingLeft0{ padding-left:0 !important; }
.paddingLeft05{ padding-left:5px !important; }
.paddingLeft10{ padding-left:10px !important; }
.paddingLeft15{ padding-left:15px !important; }
.paddingLeft20{ padding-left:20px !important; }
.paddingLeft25{ padding-left:25px !important; }
.paddingLeft30{ padding-left:30px !important; }
.paddingLeft35{ padding-left:35px !important; }
.paddingLeft40{ padding-left:40px !important; }
.paddingLeft45{ padding-left:45px !important; }
.paddingLeft50{ padding-left:50px !important; }
.paddingRight0{ padding-right:0 !important; }
.paddingRight05{ padding-right:5px !important; }
.paddingRight10{ padding-right:10px !important; }
.paddingRight15{ padding-right:15px !important; }
.paddingRight20{ padding-right:20px !important; }
.paddingRight25{ padding-right:25px !important; }
.paddingRight30{ padding-right:30px !important; }
.paddingRight35{ padding-right:35px !important; }
.paddingRight40{ padding-right:40px !important; }
.paddingRight45{ padding-right:45px !important; }
.paddingRight50{ padding-right:50px !important; }
.paddingBottom0{ padding-bottom:0 !important; }
.paddingBottom05{ padding-bottom:5px !important; }
.paddingBottom10{ padding-bottom:10px !important; }
.paddingBottom15{ padding-bottom:15px !important; }
.paddingBottom20{ padding-bottom:20px !important; }
.paddingBottom25{ padding-bottom:25px !important; }
.paddingBottom30{ padding-bottom:30px !important; }
.paddingBottom35{ padding-bottom:35px !important; }
.paddingBottom40{ padding-bottom:40px !important; }
.paddingBottom45{ padding-bottom:45px !important; }
.paddingBottom50{ padding-bottom:50px !important; }
.paddingTop0{ padding-top:0 !important; }
.paddingTop05{ padding-top:5px !important; }
.paddingTop10{ padding-top:10px !important; }
.paddingTop15{ padding-top:15px !important; }
.paddingTop20{ padding-top:20px !important; }
.paddingTop25{ padding-top:25px !important; }
.paddingTop30{ padding-top:30px !important; }
.paddingTop35{ padding-top:35px !important; }
.paddingTop40{ padding-top:40px !important; }
.paddingTop45{ padding-top:45px !important; }
.paddingTop50{ padding-top:50px !important; }

.margin00{ margin:0px !important; }
.margin05{ margin:5px !important; }
.margin10{ margin:10px !important; }
.margin15{ margin:15px !important; }
.margin20{ margin:20px !important; }
.margin25{ margin:25px !important; }
.margin30{ margin:30px !important; }
.margin35{ margin:35px !important; }
.margin40{ margin:40px !important; }
.margin45{ margin:45px !important; }
.margin50{ margin:50px !important; }
.marginLeft05{ margin-left:5px !important; }
.marginLeft10{ margin-left:10px !important; }
.marginLeft15{ margin-left:15px !important; }
.marginLeft20{ margin-left:20px !important; }
.marginLeft25{ margin-left:25px !important; }
.marginLeft30{ margin-left:30px !important; }
.marginLeft35{ margin-left:35px !important; }
.marginLeft40{ margin-left:40px !important; }
.marginLeft45{ margin-left:45px !important; }
.marginLeft50{ margin-left:50px !important; }
.marginRight05{ margin-right:5px !important; }
.marginRight10{ margin-right:10px !important; }
.marginRight15{ margin-right:15px !important; }
.marginRight20{ margin-right:20px !important; }
.marginRight25{ margin-right:25px !important; }
.marginRight30{ margin-right:30px !important; }
.marginRight35{ margin-right:35px !important; }
.marginRight40{ margin-right:40px !important; }
.marginRight45{ margin-right:45px !important; }
.marginRight50{ margin-right:50px !important; }
.marginBottom0{ margin-bottom:0px !important; }
.marginBottom05{ margin-bottom:5px !important; }
.marginBottom10{ margin-bottom:10px !important; }
.marginBottom15{ margin-bottom:15px !important; }
.marginBottom20{ margin-bottom:20px !important; }
.marginBottom25{ margin-bottom:25px !important; }
.marginBottom30{ margin-bottom:30px !important; }
.marginBottom35{ margin-bottom:35px !important; }
.marginBottom40{ margin-bottom:40px !important; }
.marginBottom45{ margin-bottom:45px !important; }
.marginBottom50{ margin-bottom:50px !important; }
.marginTop0{ margin-top:0px !important; }
.marginTop05{ margin-top:5px !important; }
.marginTop10{ margin-top:10px !important; }
.marginTop15{ margin-top:15px !important; }
.marginTop20{ margin-top:20px !important; }
.marginTop25{ margin-top:25px !important; }
.marginTop30{ margin-top:30px !important; }
.marginTop35{ margin-top:35px !important; }
.marginTop40{ margin-top:40px !important; }
.marginTop45{ margin-top:45px !important; }
.marginTop50{ margin-top:50px !important; }

a.white, p.white, span.white, h1.white, h2.white, h3.white, h4.white, h5.white{
    color:#FFF;
}

.cursorPointer{
    cursor:pointer;
}

#btnSendSubmit {
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background-color: #0071C4;
    border:none;
    font-size: 1.4rem;
    padding: 0 20px;
    height: 34px;
}
#btnSendSubmit:hover {
    color: #006899;
    background-color: #E7F6FD;

}


.fileInput {
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding: 0 20px;
    height: 34px;
    color: #006899;
    background-color: #E7F6FD;
    border:none;
}

.fileInput:hover{
    color: #E7F6FD;
    background-color: #006899;
    border: none;
}
.fileInput:active{
    border: none;
}
.fileInput input.upload {

    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



.docPage{
    padding:10px;
}

.docPage .docPageContainer{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.docPage .mediaPreview{
    border-bottom:1px solid #e2e2e2;
    padding-bottom:5px;
    overflow:hidden;
}

.docPage .mediaActions{
    padding:5px;
}


#widget_lastDocumentsReceived {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#widget_lastDocumentsReceived td{
    vertical-align:top;
}


.login-box, .register-box{
    width: 420px;
}


/** intl-tel-input FIXES */

.intl-tel-input{
    width:100%;
    float:left;
    font-weight:400;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: left;
}

.intl-tel-input .country-name{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
    z-index:5;
}

.intl-tel-input .country-list{
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    left: 0px;
}

.intl-tel-input .country-list{
    white-space:normal;
    min-width: 250px;
}

.main-header .logo-lg img{
    max-height: 50px;
    max-width: 200px;
}

.skin-blue .main-header .logo{
    background-color: #fff;
}
.skin-blue .main-header .logo:hover{
    background-color: #fff;
}


.main-header .logo .logo-lg{
    display:inline;
}

.main-header .logo .logo-lg{
    display:inline;
}

.hiddenRow{
    padding:0px !important;
}







#choose_plan{
}

    #choose_plan h4{
        text-align:left;
    }

    #container_radio_plan{
        text-align:center;
    }

    #choose_plan .btn-group{
        display:inline-block;
    }

    #choose_plan .box-choose-plan .panel{
        margin:0px;
        cursor:pointer;
    }

    #choose_plan .box-choose-plan .panel .panel-heading{
        padding:5px 10px;
    }

    #choose_plan .box-choose-plan .panel .panel-heading span{
        padding:0px 8px;
        font-family: 'Source Sans Pro',sans-serif;
        font-size:16px;
        font-weight: 400;
    }

    #choose_plan .box-billing-plan{
        padding:5px;
        cursor:pointer;
        width:47%;
        float: left;
    }



    #choose_plan .box-billing-plan:first-child{
        margin-right:1.5%;
    }

    #choose_plan .box-billing-plan:last-child{
        margin-left:1.5%;
    }

    #choose_plan .box-billing-plan .panel {
        margin:0px;
        min-height:120px
    }

        #choose_plan .box-billing-plan .panel .panel-heading{
            padding:10px;
        }

         #choose_plan .box-billing-plan h5{
            margin:0px;
        }

    #choose_plan .box-billing-plan input{
        float: left;
    }

    .tab-content .tab-pane {
        position: relative;
    }


    .box-billing-plan .panel .price{
        font-weight: 400;
        display: block;
        text-align: left;
    }
    .box-billing-plan .panel .price big{
        font-weight: 700;
    }

    .box-billing-plan .panel .total {
        font-weight: 400;
    }

    .box-billing-plan .panel .total big{
        font-weight: 700;
    }

        .box-billing-plan .panel-footer{
            padding:5px 5px;
        }

        .box-billing-plan .save{
            font-weight: 400;
        }

        .box-billing-plan .save big{
            font-weight: 700;
        }

        .box-billing-plan .total_savings{
            text-align:left;
            font-weight: 400;
            display:block;

        }

        .box-billing-plan .total_savings big{
            font-weight: 700;
        }


    .form-group.has-error .help-block{

    }

        .form-group.has-error .help-block .ui.list{
            list-style: none;
            padding:0px;
        }
            .form-group.has-error .help-block .ui.list li.item:before{
                content:"\f06a";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                padding-right:2px;
            }
@media(max-width:991px) {
     .no-padding-md{
        padding:0px !important;
    }
}

@media(max-width:768px) {
    .no-padding-sm{
        padding:0px !important;
    }

    .login-box-body, .register-box-body{
        margin:5px;
    }

    .login-box, .register-box{
        width:100%;
    }

    #choose_plan .btn-group{
        display:block;
    }

    #choose_plan label{
        display:block;
    }

    #choose_plan .box-choose-plan .panel .panel-heading{
        text-align:left;
    }

    #corporate_num_users_box{
        margin:0px 10%;
    }

    #step_create_an_account_title{
        width: 100%;
        float: left;
    }

    #step_create_an_account_link{
        width:100%;
        text-align:left;
    }

    #step_create_an_account_link .pull-right{
        float:left !important;
        margin:10px 0px;
    }

    #choose_plan .box-billing-plan{
        width: 80%;
        margin: 0px 10%;
    }

    #choose_plan .box-billing-plan:last-child{
        margin-left:10%;
    }

    #corporate_num_users_box input{
        width:50%;
    }
}


.sidebar .upgrade a{
    color:#fff;
    text-transform:uppercase;
    font-weight:bolder;
    font-size:16px;
    padding: 10px 0px;
}

.navbar-custom-menu .upgrade a, .navbar .navbar-static-top .upgrade a{
    color:#fff;
    text-transform:uppercase;
    font-weight:bolder;
    font-size:14px;
    padding: 9px 10px !important;
}

.skin-blue .sidebar-menu&gt;li.upgrade:hover&gt;a, .skin-blue .sidebar-menu.upgrade&gt;li.active&gt;a,
.skin-blue .main-header .navbar .nav&gt;li.upgrade&gt;a:hover{
    background-color: #d58512;;
    border-color: #d58512;
}


.dropzone{
    min-height: 250px;
    border-radius: 3px;
    background: #f9f9f9;
    border:1px solid #d2d6de;
    border-top: 3px solid #d2d6de;
    cursor:pointer;
    padding: 10px;
}

.dropzone .dz-default.dz-message{
    font-weight: 600;
    font-size:16px;
    color: #606165;
}

.dropzone.black-highlight{
    border: 6px dashed #d2d6de !important;

}

.dropzone.black-highlight .dz-default.dz-message{
    font-size:22px;
}

.dropzone.dz-drag-hover{
    border-color:#006135 !important;
}

.dropzone.dz-drag-hover .dz-message{
    color:#006135;
}
.personalMessageLabel{
    margin-top: 20px;
    color: #000;
}
.personalMessage::placeholder{
    color: #000;
}
.personalMessage{
    max-width: 100%;
    width: 450px;
    height: 100px;
    display: block;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.personalMessageChars{
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.black-highlight{
    box-shadow: 0 0 0 99999px rgba(0, 0, 0, .8);
    position: relative;
    z-index: 9999;
    pointer-events:  auto;
    transition: all 0.25s ease;
}
.disclaimer, .disclaimer h1 {
    font-size: 14px;
    color: #666666;
}
.disclaimer .divider{
    width: 100%;
    min-width: 100%;
    border-color: #979797;
    border-top-style: solid;
    border-width: thin;

}
#select_files_modal .progress{
    background:#000;
}

.progress-bar{
    white-space: nowrap;
}

#select_files_table tfoot{
    border-top: 2px solid #d2d6de;
}

#select_files_table td{
    word-wrap: break-word;
    max-width:50px;
}

#select_files_table .size_total{
    white-space: nowrap;
}

#select_files_table .progress-bar{
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

#send_files_box .btn-submit .wait{
    display:none;
}

#send_files_box .btn-submit.syncing .wait{
    display:block;
}

#send_files_box .btn-submit.syncing .ready{
    display:none;
}



.download-box .logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}


.download-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #2A2A2A;
  font-size: 1.4rem;
}
.download-box-body .safe-contact{
    color: #666;
}
.download-box-body .btn{
    border-radius: 4px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    color: #006899;
    background-color: #e7f6fd;
    border: none;
}
.download-box-body .alert{
    font-size: 14px;
}
#box_current_payment img{
    max-width:45px;
}
.download-box table tr td{
    vertical-align: middle;
    font-size:1.4rem;

}
.download-box table tr td.file-name{
    word-break: break-all;
}
.doc-card {
    padding: 10px;
}
.doc-card p {
    margin-top: 10px;
}
.mediaPreview, .securing-docs{
    font-size: 18px !important;
}
.mediaActions .btn{
    font-size: 18px;
}
.download-box .file-icon{
    width:50px;
}
.download-box .file-icon img{
    width:50px !important;
}

.download-box .btn.download-all{
    line-height: 50px;
    padding:8px;
}

@media (max-width: 768px) {
    .download-box .btn.download-all{
        line-height: 1.4;
        white-space: normal;
    }
  }


.download-box .btn.download-all img{
    width:50px;
    height:50px;
    float:left;
}

.download-box table td{
    word-break: break-word;
}

.download-box header{
    position: relative;
}
.download-box header h1{
    font-size: 1.8rem;
}
.download-box header span.sendID{
    position: absolute;
    left:0px;
}

@media (max-width: 768px) {
  .download-box header span.sendID{
        position: static;
        display:block;
        margin-bottom:10px;
    }
}

.download-box .direct-chat-img {
    width: 75px;
    height: 75px;
    margin-bottom: 18pt;
    float: none;
}
.pull.download-box{
    margin-top: 2rem;
}

.download-box .direct-chat-text{
    margin: 0;
    font-size: 1.4em;
    line-height: 1.5;
}


@media (max-width: 768px) {

    .download-box .file-name{
        float: left;
    }

    .download-box .file-size{
        min-width: 100px;
        float: left;
    }

    .download-box .file-download-button{
        float: right;
    }
    .direct-chat-text:after, .direct-chat-text:before{
        display: none;
    }
}


.timeline .expires-in{
    display:none;
}
.timeline .expired{
    display:none;
}

.progress{
    position: relative;
}



.progress .progress-n{
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    color:#fff;
    font-weight: 700;
}

.processing span{
    display:block;
}

#select_files_table .file label{
    width: 100%;
    float: left;
    padding: 8px 0px;
}

#select_files_table label{
    font-size:14px;
}

#select_files_table .progress.progress-md{
    border-radius: 4px;
}

#select_files_table .tooltip-inner{
    max-width:250px;
}


#contact-list{
}

#contact-list .contact{

}

#contact-list table{
    width:100%;
}

 #contact-list tbody{
    width: 100%;
}

#contact-list tr.contact{
    width: 100%;
}

#contact-list .contact .contact-avatar {
    width: 50px;
    height: 50px;
    padding:0px;
}
#contact-list .contact .contact-avatar img{
    width: 50px;
    height: 50px;
    margin:10px;
}
#contact-list .contact .contact-checkbox {
    width: 50px;
    height: 50px;
    padding: auto;
}
#contact-list .contact td{
    vertical-align: inherit;
}
#contact-list .contact .name a{
    font-size:16px;
    font-weight: bold;
    text-align: left;
}

#contact-list .contact .email a{
    font-size:14px;
    font-weight: 500;
    text-align: center;
}

#contact-list .contact .phone .iti-flag{
    display:inline-block;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

#contact-list .contact .phone a{
    font-size:14px;
    font-weight: 500;
    text-align: center;
}

.modal-contact{

}

#modal-contact .view-box{


}

.btn-delete-confirmation{
    margin-right:10px;
}

#modal-contact .view-box .email, #modal-contact .view-box .phone{
    text-align: center;
    font-size: 16px;
    color: #3c8dbc;
    font-weight: 400;
    margin:5px 0px;
}

table td .iti-flag{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right:-2px;
    margin-left:0px;
}

#modal-contact .view-box .iti-flag{
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.modal-contact .modal-header{
    background: #3c8dbc;
    color:#fff;
}

.to-input-box{
    position: relative;
}

.to-phone-container{
    position: absolute;
    top: 0px;
    left: 0px;
}

.select2-search__field{
    position: relative;
}

.to-phone-container input{
    display:none;
}
.to-phone-container .flag-container {
    height: 35px;
    z-index: 2000 !important;
}
.select2-selection.select2-selection--multiple{
    font-size:16px ;
}

.select2-selection--single, .select2-selection--multiple{
    border-radius: 0px !important;
}

#formNewRequest .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #006135;
    border: 1px solid #008d4c;
}

#formNewSend .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #705400;
    border: 1px solid #e08e0b;
}

.select2-results__option{
    padding: 0px !important;
}

.select2-selection__choice .invalid {
    display: inline-block;
    position: relative;
    color: #940000;
}


.select2-selection__choice .invalid:before {
    content: "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
    font-size: 0.6em;
    font-weight: bolder;
    font-family: initial;
    color: #ff0000;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0px;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #3c8dbc !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    float: right;
    margin-left: 5px;
}

.select2-container--default .select2-results &gt; .select2-results__options{
    max-height: 400px !important;
}

.select2-results .iti__flag{
    display: inline-block;
    margin-right: 2px;
    float: left;
    position: relative;
    top: 5px;
}



.select2-selection__choice .iti__flag{
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 5px;
}


.select2-result-item_loading {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #2d2d2d;
    background: #3c8dbc17;
}

.select2-result-item_avatar{
    display: inline-block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px;
}

.select2-result-item{
    display: inline-block;

}

.select2-result-item_name{
    font-size: 16px;
    font-weight: 600;
    min-height: 5px;
    line-height: 14px;
    margin-top: 6px;
}

.select2-result-item_email, .select2-result-item_phone{
    font-size: 14px;
    color: #696969;
    font-weight: 400;
}
.select2-results__option--highlighted .select2-result-item_email, .select2-results__option--highlighted .select2-result-item_phone{
    color: #F8F8F8;
}

.select2-result-item_avatar img{
    width: 100%;
    height: 100%;
}


.to-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.to-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: unset;
}

.to-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: unset;
}

.requests-count-message{
    display:none;
}
.requests-count-message.active{
    display:block;
}

.requests-count-message p{
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.requests-count-message .requests-n, .requests-count-message .requests-available{
    font-weight: 600;
}

.my-requests-table-box .iti-flag, .my-sends-table-box .iti-flag {
    display:inline-block;
    position: relative;
    top: 2px;
    margin-left:5px;
}

.iti-flag.inline {
    display:inline-block;
    position: relative;
    top: 3px;
}

.overflowHidden{
    overflow:hidden;
}

body.hold-transition {
    .content-wrapper,
    .right-side,
    .main-footer,
    .main-sidebar,
    .left-side,
    .main-header &gt; .navbar,
    .main-header .logo {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }
}

.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}


.files-box .info-box{
    position: relative;
}
.files-box .info-box-icon{
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.select2-container .select2-search--inline{
    width:100%;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#call-to-action-upgrade{
    text-align: center;
}

#call-to-action-upgrade .container-md-height{
    margin:auto;
}

#call-to-action-upgrade-countdownClose{
    position: absolute;
    top: -1.5px;
    left: -7.5px;
    z-index: 5;
}

#call-to-action-upgrade .crossClose{
    z-index: 9;
    position: relative;
}

#call-to-action-upgrade {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


#call-to-action-upgrade .plan-container:nth-child(1){
    opacity: 0;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.75s;
}
#call-to-action-upgrade .plan-container:nth-child(2){
    opacity: 0;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
}
#call-to-action-upgrade .plan-container:nth-child(3){
    opacity: 0;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.25s;
}


#call-to-action-upgrade .plan-title{
    background: #0073b7;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

#call-to-action-upgrade ul.plan-desc{
    list-style: none;
    padding: 0px;
    width: 80%;
    margin: 20px auto;
}

#call-to-action-upgrade .plan-desc li{
    color: #434848;
    padding-bottom: 7px;
    text-align: center;
    border-bottom: 1px solid #ecf0f5;
    padding-top: 7px;
}
#call-to-action-upgrade .plan-desc li:last-child{
    border-bottom:unset;
}

#call-to-action-upgrade .plan{
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#call-to-action-upgrade .upgrade a{
    text-decoration: none;
}

#call-to-action-upgrade .box{
        vertical-align: middle;
    display: inline-block;
}


form span.optional{
    font-weight: 400;
    padding: 10px;
}


#step_create_an_account_title{
    font-weight: 400;
}
.password-shown{
    display:none;
}
#btn-password-shot-toggle{
    position: absolute;
    top: 6px;
    right: 22px;
    padding: 0px 5px;
}
#btn-password-shot-toggle.active .password-shown{
    display:block;
}
#btn-password-shot-toggle.active .password-hidden{
    display:none;
}

#profile_requestOnDone{
    margin-top: 30px;
    display:inline-block;
    width:100%;
}

#profile_requestOnDone .profile-img{
    width: 100px;
    display: inline-block;
        margin-top: -32px;
}
#profile_requestOnDone .profile-name{
    margin-top:0px;
}
#profile_requestOnDone .profile-title{
    margin-top:0px;
}
#profile_requestOnDone, #profile_requestOnDone p, #profile_requestOnDone a{
    color:#3e3e3e;
}

#profile_requestOnDone .profile-options ul{
    list-style: none;
    padding-left:0px;
}
#profile_requestOnDone .profile-options li{
    font-size: 16px;
    padding: 5px 0px;
}
.wysihtml5-sandbox{
    padding: 0 !important;
}
.wysihtml5-div{
    display: block;
    background-color: rgb(255, 255, 255);
    border-collapse: separate;
    border-color: rgb(210, 214, 222);
    border-style: solid;
    border-width: 1px;
    clear: none;
    float: none;
    margin: 0px;
    outline: rgb(85, 85, 85) none 0px;
    outline-offset: 0px;
    padding: 6px 12px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    vertical-align: baseline;
    text-align: start;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
    height: 114px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: searchfield-cancel-button;
}

@media (max-width: 767px) {
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}


.modal.fade.in {
    opacity: 1 !important;
}


.skin-blue .sidebar-menu &gt; li.header {
    color: #baced7;
}

.error-message {
    color: rgb(167, 41, 37);
    font-weight: bold;
}
</pre></body></html>