.img-circle.avatar-circle {
  width: 68px;
  height: 68px;
  background-image: url("../img/empty_avatar2.jpg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
  border-radius: 120px;
  display: inline-block;
  margin-right: 5px;
}
.img-circle.img-circle-md, .img-circle-md {
    width: 128px;
    height: 128px;
    margin: auto;
    background-size: contain;
}
@media (min-width: 768px) {
     .img-circle.img-circle-md, .img-circle-md {
        width: 68px;
        height: 68px;
        margin: auto;
        background-size: contain;
    }   
}
.img-rect.avatar-rect {
  width: 68px;
  height: 68px;
  background-image: url("../img/empty_avatar2.jpg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
.img-rect.img-rect-md, .img-rect-md {
    width: 128px;
    height: 128px;
    margin: auto;
    background-size: contain;
}
.img-rect.avatar-rect.border-rect {
    border: 2px solid #F3F3F4;
}
@media (min-width: 768px) {
     .img-rect.img-rect-md, .img-rect-md {
        width: 68px;
        height: 68px;
        margin: auto;
        background-size: contain;
    }   
}
.clearfix {
    display: block;
    content: "";
    clear: both;
}
.ibox-title::after {
    display: block;
    content: "";
    clear: both;
}
.ibox-title h5 {
    width: 60%;
    white-space: nowrap;
    overflow-x: hidden;
    /* line-height: normal; */
    overflow-y: hidden;
}
.ibox-title.title-link {
    cursor: pointer;
}
.navbar-top-links li:last-child > a {
    width: 340px;
    margin: auto;
    cursor: default;
}
.navbar-top-links li > a {
    padding: 13px 10px 0px;
    min-height: 50px;
}
.nav.navbar-top-links .not-sign a {
    font-size: 12px;
}
.navbar-top-links li:last-child .not-sign {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
    margin: 2px 0px 5px;
}
.navbar-top-links li:last-child > a.logout {
    margin-top: 6px;
    width: 100px;
    text-align: right;
    cursor: pointer;
}
.nav-tabs > li > a {
    padding: 10px 20px 10px 16px;
}
.login-section .form-group {
    margin-bottom: 0px;
    padding-right: 2px;
    padding-left: 2px;  
} 
body.body-small .login-section {
  margin-top: 20px;
}
body.body-small .login-section .form-group {
  margin-bottom: 6px;
}
.login-section label.error {
    color: #6C6F71;
    display: block;
    margin: 1px 5px 10px 5px;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    border: 1px solid #d9534f;
    background-color: #FFFFFF;
    padding: 3px;
}
body.body-small .login-section label.error {
  position: relative;
  border: 0;
  background: transparent;
  color: #cc5965;   
}

body.page-register .navbar-form-custom {
    display: none;
}
body.page-register .navbar-top-links li:last-child {
    height: 60px;
}
body.body-small.page-register .navbar-top-links li:last-child {
    height: 20px;
}
body.page-register .navbar-top-links li:last-child > * {
    display: none;
}
.radio.radio-inline {
    margin-top: 10px;
}
.checkbox.checkbox-inline {
    margin-top: 10px;
}
.alertify, .alertify div {
 /*CSS transitions*/
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;

 /*CSS transforms*/
 -o-transform: none !important;
 -moz-transform: none !important;
 -ms-transform: none !important;
 -webkit-transform: none !important;
 transform: none !important;

 /*CSS animations*/
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
}
.alertify .ajs-dialog {
    border: 3px solid #1893BD;
    border-radius: 4px;
}
.alertify .ajs-modal {
    z-index: 5000;
}
.mt0{
    margin-top: 0px !important;
}
.mt5{
    margin-top: 5px !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt50{
    margin-top: 50px !important;
}
.mb0{
    margin-bottom: 0px !important;
}
.mb5{
    margin-bottom: 5px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
.ml0{
    margin-left: 0px !important;
}
.ml5{
    margin-left: 5px !important;
}
.ml10{
    margin-left: 10px !important;
}
.ml20{
    margin-left: 20px !important;
}
.mr0{
    margin-right: 0px !important;
}
.mr5{
    margin-right: 5px !important;
}
.mr10{
    margin-right: 10px !important;
}
.mr20{
    margin-right: 20px !important;
}
.pad-vert-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pad-vert-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.pad-vert-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pad-left-0 {
    padding-left: 0px !important;
}
.pad-left-5 {
    padding-left: 5px !important;
}
.pad-left-10 {
    padding-left: 10px !important;
}
.pad-left-15 {
    padding-left: 15px !important;
}
.pad-left-20 {
    padding-left: 20px !important;
}
.pad-left-25 {
    padding-left: 25px !important;
}
.pad-left-30 {
    padding-left: 30px !important;
}
.pad-right-0 {
    padding-right: 0px !important;
}
.pad-right-5 {
    padding-right: 5px !important;
}
.pad-right-10 {
    padding-right: 10px !important;
}
.pad-right-15 {
    padding-right: 15px !important;
}
.pad-right-20 {
    padding-right: 20px !important;
}
.pad-right-25 {
    padding-right: 25px !important;
}
.pad-right-30 {
    padding-right: 30px !important;
}
.pad-bottom-0 {
    padding-bottom: 0px !important;
}
.pad-bottom-5 {
    padding-bottom: 5px !important;
}
.pad-bottom-10 {
    padding-bottom: 10px !important;
}
.pad-top-0 {
    padding-top: 0px !important;
}
.pad-top-5 {
    padding-top: 5px !important;
}
.pad-top-10 {
    padding-top: 10px !important;
}
.btn-primary {
    background-color: #1893BD;
    border-color: #1893BD;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #29a4ce;
  border-color: #29a4ce;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #29a4ce;
  border-color: #29a4ce;
}
.navbar-default .nav > li.active {
    border-left: 4px solid #1893BD;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #1893BD !important;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #1893BD !important;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #5DBFE0 !important;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #5DBFE0 !important;
    color: #eee !important;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    background: #5DBFE0 !important;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee !important;
}
.btn-primary.btn-outline {
    background-color: transparent;
}
.sk-spinner-fading-circle .sk-circle:before {
    background-color: #1893BD;
}
.login-bg-wrapper {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.login-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;        
}
.login-bg-1 {
    background-image: url('../img/login-bg1.jpg'); /* login-bg15.jpg */
}
.login-bg-2 {
    background-image: url('../img/login-bg2.jpg');
}
.login-bg-3 {
    background-image: url('../img/login-bg3.jpg');
}
.login-bg-4 {
    background-image: url('../img/login-bg4.jpg');
}
.login-bg-5 {
    background-image: url('../img/login-bg5.jpg');
}
.login-bg-6 {
    background-image: url('../img/login-bg6.jpg');
}
.login-bg-7 {
    background-image: url('../img/login-bg8.jpg');
}
.login-bg-8 {
    background-image: url('../img/login-bg9.jpg');
}
.login-bg-9 {
    background-image: url('../img/login-bg12.jpg');
}
.login-bg-10 {
    background-image: url('../img/login-bg13.jpg');
}
.login-bg-11 {
    background-image: url('../img/login-bg14.png');
}

.login-bg-100 {
    background-image: url('../img/login-bg11.gif');
}
.login-bg-101 {
    background-image: url('../img/login-bg7.jpg');
}

.login-box {    
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.75);
    box-shadow: 0 0 30px rgba(0,0,0,0.75);
    background: transparent url('../img/login-box.png') no-repeat 0  0; /* -250px */
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    display: block;
    height: 375px;
    left: 70px;
    font-size: 14px;
    margin: -187px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 250px;
    zoom: 1;    
    z-index: 2;
    
    padding: 30px 20px;
}
.new-account-btn {
webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    height: 40px;
    /* line-height: 38px; */
    padding: 9px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    width: 120px;
    text-shadow: 0 -1px #fff;
    color: #46494d;
    font-family: MuseoSansRounded-500;
    -webkit-font-smoothing: subpixel-antialiased;
    background: transparent url('../img/login-btn.png') no-repeat 0 0;
    position: absolute;
    bottom: 14px;
    left: 65px;
    background-size: 100% 100%;
    color: #5D6063;
    text-shadow: 0 1px rgba(255,255,255,0.33);
    border: 0;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 800;
}
.mainform-box {
    border: 2px solid #D1D2D3;
    border-radius: 8px;
}
.mainform-box-inside {
    padding: 30px 20px 20px;
    background-color: #fff;
    border-radius: 8px;
}
.attachments .attachment-item .delete {
    color: #676a8c;
    margin-top: 6px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    padding: 4px 5px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);    
}
.attachments .attachment-item .delete:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}

.attachments .attachments-items .attachment-item {
    margin-bottom: 20px;
}
.attachments .attachments-items .attachment-item-border {
    height: 46px;
    background-color: #FaFaFa;
    border: 1px solid #CECECE;
    margin: 0px 16px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
    border-radius: 8px;
}
.attachments .attachments-items .attachment-item .attachment-item-inside {
    float: left;
    width: 100%;
}
.attachments .attachments-items .attachment-item .filename {
    margin-top: 12px;
    padding-right: 26px;
    padding-bottom: 9px;
    overflow-x: hidden;
    text-overflow: ellipsis;    
}
.attachments .attachments-items .attachment-item .filename a {
    color: #676a8c;
    cursor: default;
}
.attachments .attachments-items .attachment-item .progress {
    width: 0%;
    height: 2px;
    background-color: #1AB394;
}
.attachments .attachments-items .attachment-item.loaded .progress {
    display: none;
} 
.attachments .attachments-items .attachment-item.loaded .filename a {
    cursor: pointer;
}
.attachments .attachments-items .attachment-item .delete-wrapper {
    display: none;
}
.attachments .attachments-items .attachment-item .upload-wrapper {
    padding: 10px 0px 0px;
}
.attachments .attachments-items .attachment-item.loaded .delete-wrapper {
    text-align: right;
    display: block;
    padding: 4px 0px;
    margin-left: -8px;
}
.attachments .attachments-items .attachment-item.loaded .upload-wrapper {
    display: none;
}

.attachments .attachments-add input[type='file'] {
    display: none;
}
.contact-box .rating-stars .star {
    margin-top: 0px;
    margin-bottom: 12px;
    margin-right: 1px;
    font-size: 12px;
    color: #1893BD;
}
.contact-box.contact-box-provider,
.contact-box.contact-box-client {
    height: 210px;
    overflow: hidden;
}
.contact-box.contact-box-employee {
    height: 190px;
    overflow: hidden;
}
.providers-rating-form.edit-weight .edit-weight {
    display: none !important;
}
.providers-rating-form.edit-weight .save-weight {
    display: inline-block !important;
}
.providers-rating-form.edit-weight .weight-value-label {
    display: none !important;
}
.providers-rating-form.edit-weight .weight-value {
    display: block !important;
}
.alertify-notifier .ajs-message {
    background: rgba(255,255,255,.95);
    color: #000;
    border: 1px solid #aaa;
}
.alertify-notifier .ajs-message.ajs-success {
    background: rgba(91,189,114,.95);
    color: #fff;
    border: 0;
}
.alertify-notifier .ajs-message.ajs-error {
    background: rgba(217,92,92,.95);
    color: #fff;
    border: 0;
}
.profile-value {
    font-weight: 300;
    font-size: 14px;
}
.wrapper-value-bold .profile-value {
    font-weight: 700;
}
.branches-provider .form-group {
    display: inline-block !important;
}
.form-group.lines-2 textarea {
    height: 50px;
}
.form-group.lines-3 textarea {
    height: 75px;
}
.form-group.lines-4 textarea {
    height: 100px;
}
.form-group.lines-5 textarea {
    height: 125px;"C:/Users/Krystian/AppData/Roaming/Microsoft/Internet Explorer/Quick Launch/Total Commander.lnk"
}
.form-group.lines-6 textarea {
    height: 150px;
}
.form-group.lines-7 textarea {
    height: 175px;
}
.form-group.lines-8 textarea {
    height: 200px;
}
.form-group.lines-9 textarea {
    height: 225px;
}
.form-group.lines-10 textarea {
    height: 250px;
}
.form-group.lines-11 textarea {
    height: 275px;
}
.form-group.lines-12 textarea {
    height: 300px;
}
.form-group.lines-13 textarea {
    height: 325px;
}
.form-group.lines-14 textarea {
    height: 350px;
}
.form-group.lines-15 textarea {
    height: 375px;
}
.form-group.lines-16 textarea {
    height: 400px;
}
.form-group.lines-17 textarea {
    height: 425px;
}
.form-group.lines-18 textarea {
    height: 450px;
}
.form-group.lines-19 textarea {
    height: 475px;
}
.form-group.lines-20 textarea {
    height: 500px;
}
.border-gray {
    background-color: #F3F3F4;
    padding: 20px 20px 0px;
}
.border-gray-bottom {
    background-color: #F3F3F4;
    padding: 0px 0px 20px;
}
.border-gray:last-child {
    padding-bottom: 20px;
}
.border-gray > div {
    background-color: #FFFFFF;
    padding: 20px
}
.indent {
    margin-left: 6px;
}
.indent30 {
    margin-left: 30px;
}
.service-children-indent {
    margin-left: 30px;
}
.panel-success {
    border-color: #1893BD;
}
.panel-success > .panel-heading {
    background-color: #1893BD;
    border-color: #1893BD;    
}
.clients-list .tab-pane {
    max-height: 300px;
    height: auto;
}

.rfi-overview-table .rfi_questions {
    margin-left: 3.3%;
}
.rfi_questions .footable-row-detail-inner,
.rfi_questions .footable-row-detail-row,
.rfi_questions .footable-row-detail-value {
    display: block;
}
.wizard > .content > .body ul.nav.nav-tabs > li {
    display: inline-block;
}
ul.multi-answer-list, .wizard > .content > .body ul.multi-answer-list {
   list-style: none !important;
   padding-left: 8px;
}
ul.multi-answer-list li, .wizard > .content > .body ul.multi-answer-list > li {    
    display: list-item !important;
}
ul.multi-answer-list li .selected {
    width: 14px;
    color: #4CAF50;   
}
ul.multi-answer-list li .unselected {
    width: 14px;
    color: #ff0000;
}
.rfi-overview-table .footable-row-detail-inner {
    width: 100%;
}

.ibox.collapsed .ibox-content { 
    display: none;
}
.avatar-company-empty {
    width: 64px;
    height: 64px;
    background-color: white;
    /*border-radius: 70px;
    border: 4px solid #F3F3F4;*/
}
.panel-heading.panel-switch {
    cursor: pointer;
}
.specialization-item .specialization-delete-btn {
    float: right;
    margin-right: 22px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}
.panel.panel-fold .panel-body,
.panel.panel-fold .panel-footer {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    border: 0;
}
@media (min-width: 768px) {
    .panel.panel-container-absolute .panel-body {
        z-index: 2;
        position: absolute;
        background-color: white;
        width: 99%;
        border: 1px solid #1893BD;
        border-radius: 4px;
    }
    .panel.panel-container-absolute.panel-fold .panel-body {
        border: 0;
    }    
}
.panel-group .panel,
.panel-group .panel .panel-heading {
    border-radius: 0px;
}
.panel-group .panel-default>.panel-heading {
    background-color: #ffffff;
} 

.rating-stars {
    display:inline-block;
    color: #686868;
}
.rating-stars .star.selected {
    color: #db2626;   
}
.questions-wrapper {
    counter-reset: questions;
}
.questions-wrapper tr td:first-child:before {
    counter-increment: questions;
    content: counter(questions);
}
.overview-items {
    counter-reset: rfi_number;
}
.overview-items tr td.counter-increment:first-child:after {
    counter-increment: rfi_number;
    content: counter(rfi_number);
}
.invitations-items {
    counter-reset: invitations_number;
}
.invitations-items tr td:first-child:before {
    counter-increment: invitations_number;
    content: counter(invitations_number);
}
.table-counter {
    counter-reset: counter_nr;
}
.table-counter tr td.table-counter-increment span:after {
    counter-increment: counter_nr;
    content: counter(counter_nr);
    font-size: 14px;
}

/*.users-list {
    counter-reset: users_list_number; 
}
.users-list tr td:first-child:before {
    counter-increment: users_list_number;
    content: counter(users_list_number);
}*/
.form-group.select-inline select {
    display: inline-block;
    width: 120px;
    vertical-align: bottom;
    margin-left: 10px;
}
.page-profile .myprofile .company-wrapper {
    display: inline-block;
    vertical-align: top;    
    height: 30px;
}
.page-profile .myprofile .company-avatar {
  background-image: url("../img/empty_avatar2.jpg");
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;  
  cursor: pointer;
  width: 164px;
  height: 30px;
  margin: auto;
}
.page-profile .myprofile .avatar-wrapper {
  margin: auto;
}
.page-profile .myprofile .avatar {
  background-image: url("../img/empty_avatar2.jpg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
  cursor: pointer;
  width: 164px;
  height: 164px;
  margin: auto;
  border-radius: 200px;
  border: 8px solid #F3F3F4;
}
.page-profile .myprofile .avatar.rect {
    border-radius: initial !important;
} 
.sk-spinner-xs {
    width: 12px !important;
    height: 12px !important;
}
.sk-spinner-fading-circle.sk-spinner-color-white .sk-circle:before {
    background-color: #fff !important;
}
.sort-by-section h4 {
    font-weight: normal;
    font-size: 13px;
}
.note-editor {
    border: 1px solid #D8D8D8;
    min-height: 500px;
}
.fa-icon-circle {
    color: #676a8c;
    margin-top: 6px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    padding: 4px 5px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
.fa-icon-circle:hover {
    background-color: #EEEEEE;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}
.font-normal {
    font-weight: normal !important;
}
.jst-timer {
  display: inline-block;
}
.jst-hours {
  display: inline-block;
}
.jst-minutes {
  display: inline-block;
}
.jst-seconds {
  display: inline-block;
}
.jst-clearDiv {
  clear: both;
}
.jst-time-danger {
  color: red;  
}
.jst-timeout {
  /*display: none;*/
}
.ajs-dialog.set-providers-inv-group-dlg,
.ajs-dialog.set-privileges-dlg {
    min-width: 900px; 
}
.ajs-dialog.set-providers-inv-group-dlg .ajs-content,
.ajs-dialog.set-privileges-dlg .ajs-content {
    max-height: 450px;
    overflow-y: auto;
}
.ajs-dialog.set-all-privileges-dlg {
    min-width: 1100px; 
    margin-top: 2%;
}
.ajs-dialog.set-all-privileges-dlg .ajs-content {
    max-height: 500px;
    overflow-y: auto;
}
.hidden {
    visibility: inherit !important;
}
.reduce-text {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}
.loadingoverlay.hide-background {
    background-image: none !important;
    font-family: aller;
    font-size: 18px;
}