/*bg colors*/
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00acc1 !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #43a047 !important;
}
.bg-light-green {
    background-color: #02d497;
    color: #000;
}
.bg-yellow, .bg-yellow:hover, .bg-yellow:focus, .label-warning, 
.custome-nav-tabs li.active a, .custome-nav-tabs li.active a:hover, .custome-nav-tabs li.active a:focus, .dataTables_paginate .paginate_button.current {
    background-color: #d4964c !important;
    color: #fff;
}
.bg-white, .bg-white:hover, .bg-white:focus {
    background: #fff;
    color: #000;
}
.bg-lightblue{
    background-color: #0f568e !important;
    color: #fff;
}
.bg-blue{
    background-color: #1a4e79 !important;
    color: #fff;
}
.bg-violet-light {
    background-color: #b3c6f2;
    color: #000;
}
.post-bg-green {
    background-color: #adf5b5;
    color: #000;
}
.post-bg-yellow {
    background-color: #ffffcc;
    color: #000;
}
.post-bg-blue {
    background-color: #87cefa;
    color: #000;
}
.bg-blue:hover, .bg-blue:focus, .bg-lightblue {
    color: #fff;
} 
.bg-grey {
    background-color: #f2f3f8 !important;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-ms-40 {
    margin-top: -40px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-none {
    margin: 0;
}
.btn-fullw {
    width: 100%;
}
button, button:hover, .button:focus, button:active {
    outline: none !important;
}
button[disabled], html input[disabled] {
    background: none;
}
.btn {
    padding: 7px 12px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.big-btn {
    padding: 10px 30px;
}
select {
    -webkit-appearance: none;  
    -moz-appearance: none; 
    appearance: none; 
}
/*left side nav bar*/
.ion-icons {
    font-size: 20px;
    float: left;
}
.sidebar-collapse .ion-icons {
    float: none;
    height: 17px;
    overflow: hidden;
    font-size: 21px;
}
.ion-icons.ion-clipboard {
    font-size: 19px;
}
/*user*/
.navbar-custom-menu .navbar-nav a {
    padding: 25px 15px;
}
.dropdown-menu a {

}
.notifications-menu a.dropdown-toggle {
    padding: 25px 15px;
}
/*main-body*/
.main {
    padding: 15px;
}
.icon.graph-up-right{
    bottom: 0;
    font-size: 120px;
}
.task-inner .icon {
    right: 40px;
}
.task-inner h3 {
    background: none;
    box-shadow: none;
    color: #fff;
}
.task-inner {
    padding: 0 20px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.05);
    display: inline-block;
    width: 100% 
}
.task-inner h4 {
    font-size: 20px;
    font-weight: 400;
}
.assigned-clients-list th{
    border: none !important;
}
.assigned-clients-ds h4{
    line-height: 29px;
}
.table {
    margin-bottom: 15px;
}
.assigned-clients-list .table th{
    color: #d5974d;
    font-weight: 500;
}

.table th, .table td {
    padding: 10px 5px;
}
/*----------- input bottom line -------------*/
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #eaa51f;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
    width: 50%;
}
/*---------  form design ---------*/
.inputMaterial {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    outline: none;
    padding: 7px 0;
    border-radius: 0;
}
.icon-pright {
    padding-right: 30px;
}
.checkbox label, .radio label {
    padding: 0;
}
.icheckbox_square-blue, .iradio_square-blue {
    margin: 0 5px 0 0; 
}
.login-title {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #0f568e;
    padding: 20px 0;
    margin: 0;
}
.detail-form {
    padding: 20px;
}
/*.page-btn {
    padding: 11px 30px;
    border-radius: 3px;
    margin-top: 5px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}*/
span.fa-envelope.form-control-feedback {
    font-size: 18px;
}
a.forgot-pass {
    text-align: center;
    display: block;
}
/*----------- employee profile ------------*/
.info-section {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.05);
    position: relative;
    margin: 40px 0 20px;
    padding: 60px 20px 30px;
    display: inline-block;
    width: 100%;
}
.clientinfo-main .info-section {
    padding: 30px 20px 0;
}
.page-title {
    position: absolute;
    min-width: 348px;
    background: #1a4e79;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    min-height: 52px;
    padding: 9px 20px;
    border-radius: 5px;
    top: -23px;
    display: table;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.smal-page-title {
    min-width: 260px;
    min-height: 42px;
}
.page-title span {
    display: table-cell;
    vertical-align: middle;
    /* New added by pratixa */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.toggle-checkbox-grop .status-btn {
    position: relative;
    display: inline-block;
    padding-right: 48px;
    margin-left: 20px;
}
.toggle-checkbox-grop {
    position: absolute;
    right: 20px;
    min-width: 100px;
    top: 15px;
}
.toggle-checkbox-grop  .status-btn .icheckbox_square-blue {

    right: 20px;
}
.status-btn .icheckbox_square-blue {
    background: none;
    position: absolute !important;
    top: 0;
}
.status-btn  ins.iCheck-helper {
    display: none !important;
}
.switchery {
    height: 24px;
    width: 40px;
    margin: -3px 0 0 5px;
}
.switchery > small {
    height: 24px;
    width: 24px;
}
.form-control-feedback {
    right: 8px;
    color: #aaaaaa;
    font-size: 22px;
    line-height: 33px;
    bottom: 0;
    margin: auto;
	cursor: pointer;
    pointer-events: inherit !important;
}
.gender span {
    margin-right: 20px;
    font-weight: 400;
}
.gender label {
    margin: 0 5%;
    line-height: 30px;
}
.gender label span {
    margin: 0 0 0 5px;
}
.accordion-heading a {
    display: inline-block;
    width: 100%;
}
.input-accordion-title {
    font-size: 16px;
    background: #aaaaaa;
    padding: 16px 20px;
    position: relative;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.input-accordion-title[aria-expanded="true"] {
    background: #1a4e79;
}
.accordion-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-accordion-title:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    position: absolute;
    right: 20px;
    background: #fff;
    width: 34px;
    height: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    color: #000;
    font-size: 25px;
    transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}
.input-accordion-title[aria-expanded="true"]:after {
    content: "\f107";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
 .other-fild {
     clear: both;
 } 
 .input-accordion-title[aria-expanded="false"]:after {
    content: "\f107";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
} 
.panel-default>.panel-collapse>.panel-body {
    border: none !important;
    padding: 20px 0 0;
}
.panel-group .panel {
    margin: 20px 0;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}
.form-group {
    margin: 0 0 16px;
    height: 35px;
    position: relative;
}
.login-box-body .checkbox.icheck {
    margin-top: 25px;
}
.input-section .status-btn {
    position: relative;
    right: 0;
    top: 0;
    padding: 3px 0 9px;
    border-bottom: 1px solid #aaaaaa;
} 
.add-textarea  textarea{
    padding: 7px 0 0;
    height: 35px;
}
.add-textarea .bar:before, .add-textarea .bar:after {
    bottom: 6px;
}
.notes-section {
    margin-bottom: 20px;
}

.form-control, .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    padding: 0;
    height: 35px;
}
/*---------- tab css ------------*/
.nav-tabs {
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
}
.nav-tabs>li>a {
    border: 1px solid #aaa;
}
.nav-tabs>li>a:hover {
    background: none;
    border-color: #aaa;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #aaa;
    border-bottom-color: transparent;
}
.nav-tabs-custom .add-textarea{
    margin: 0 0 16px;
}
.add-view, .edit-delete{
    position: absolute;
    right: 15px;
    top: -3px;
}
.edit-delete {
    right: 6px;
    top: 4px;
}
.emails-section .edit-delete {
    right: 24px;
}
.edit-delete span {
    font-size: 20px;
    vertical-align: middle;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.fa-pencil-square-o {
    padding-top: 4px;
    color: #1a4e79;
}
.modal-content .fa-trash-o {
    color: red;
}
.edit-delete  { 
    display: none;
}
.list-view {
    position: relative;
}
.list-view:hover .edit-delete  {
    display: block;
}
.delete-group {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
}
.delete-group .fa-trash-o {
    color: #555;
}
.group-title:hover .delete-group {
    display: block;
}
/* btn-round (fixed typo from btn-roung) - keeping both for backwards compatibility */
.btn-round, .btn-round:hover,
.btn-roung, .btn-roung:hover {
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px !important;
    color: #fff;
    font-size: 17px;
    /*margin-left: 10px;*/
    display: inline-block;
    padding: 0;
}
.add-view-twobtn {
    padding-right: 110px;
}
.add-view-onebtn {
    padding-right: 60px;
}
.close-btn {
    position: absolute;
    right: -30px;
    top: -26px;
    background: #fff;
    font-size: 14px;
    border-radius: 20px;
    z-index: 1;
    padding: 1px 7px;
    text-align: center;
    height: 26px;
    width: 26px;
    line-height: 26px;
}
.add-view-onebtn span.form-control-feedback {
    right: 52px;
}
.add-view-twobtn .form-control-feedback {
    right: 103px;
}
.modal-body {
    padding: 25px;
    display: inline-block;
    width: 100%;
}
.modal-dialog {
    top: 70px;
}
.group-title-checkbox {
    text-align: center;
}
.group-title-checkbox .checkbox {
    margin-top: 6px;
}
.group-title{
    text-align: center;
}
.group-title-checkbox .icheckbox_square-blue{
    margin: 0;
}
.pop-data-save-btn {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 15px 0 0;
    margin: 10px 0 0;
}
/*-------- Informational section css -------*/
.notes-tile {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0 15px;
    width: 100%;
    display: inline-block;
}
.notes-tile h2{ 
    margin: 0;
    font-size: 18px;
    line-height: 34px;
}
.Tab-Number-delete-sct {
    text-align: right;
    padding-right: 40px;
}
.notes-delete {
    font-size: 26px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #1a4e79;
    cursor: pointer;
}
.keyword-search {
    position: relative;
    width: 500px;
    background-color: #aaaaaa;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.search-box {
    position: relative;
}
.keyword-search input {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    padding: 0 35px 0 20px;
}
.informational-tab {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.custome-nav-tabs {
    border: none;
}
.nav-tabs.custome-nav-tabs a {
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    outline: none;
    margin: 0 10px 10px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs.custome-nav-tabs a:hover {
    background: #1a4e79;
    color: #fff;
    border: 1px solid transparent;
}
.custome-nav-tabs li.active a, .custome-nav-tabs li.active a:hover, .custome-nav-tabs li.active a:focus {
    border: 1px solid transparent;
}
.custom-modal-dialog .modal-content {
    min-height: 150px;
}
/*-------------- client info screen css --------------*/
.info-top-bar {
    padding: 10px;
    border-radius: 5px;
    position: relative;
    padding-right: 365px;
    display: inline-block;
    width: 100%;
}
.form-box{
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 5px 15px;
    min-height: 35px;
    outline: none;
    width: 100%;
}
.top-bar-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.info-top-bar .form-group{
    margin: 0;
}
.info-time {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #555555;
    text-align: center;
    display: inline-block;
    padding: 11px 0 4px;
}
.head-count {
    float: left;
    margin-left: 24.7%;
    padding: 21px 0;
}
.head-count span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.client-main-info {
    margin: 10px 0;
    display: inline-block;
}
span.client-name {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    padding: 10px 0;
}
.client-name b {
    color: #1a4e79;
}
.star-code {
    float: left;
    background: #fff;
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 0 11px rgba(0,0,0,0.1);
}
.clientinfo-tab {
    text-align: right;
}
.clientinfo-tab .nav-tabs {
    border: none;
    text-align: center;
    margin: 5px 0;
    display: inline-block;
}
.clientinfo-tab .nav.nav-tabs a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    border: none;
    font-size: 20px;
    text-align: center;
    line-height: 53px;
    padding: 0;
    background: #fff;
    color: #1a4e79;
    margin-left: 13px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.clientinfo-tab .nav-tabs .active a, .clientinfo-tab .nav-tabs .active a:hover, .clientinfo-tab .nav-tabs .active a:focus{
    background: #1a4e79;
    color: #fff;
    border: none;
}
.clientinfo-tab .ion-clipboard {
    font-size: 23px;
}
.top-menu-bar {
    background-color: #aaaaaa;
    padding: 8px 5px 8px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/*#create-message-tab label {
    display: block;
    font-weight: 400;
    color: #555;
    margin: 5px 0 0;
}*/
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #aaa;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1a4e79;
    color: #fff;
    padding: 0 5px 0 10px;
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    float: right;
    margin-left: 6px;
}
.multiple-select span {
    line-height: 23px;
}
.multiple-select .form-control-feedback {
    top: 39px;
}
.multiple-select {
    height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}
.radio-btn label {
    margin: 0 15px 0 0;
    font-weight: 500;
}
.create-info .iradio_flat-blue {
    margin-right: 8px;
}
.client-create-info .radio-btn {
    margin: 0 ;
}
.top-menu-bar .btn {
    margin-right: 5px;
}
.key-search-box input {
    border-radius: 3px;
    padding: 8px 15px;
    line-height: 1px;
}
.key-search-box  {
    padding-right: 70px;
}
.key-search-box .input-accordion-title {
    background: none !important;
    width: 35px;
    padding: 0;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.panel-default>.panel-heading .key-search-box a:after {
    right: 0;
}
.key-search-box {
    padding-right: 70px;
    background: #aaa;
    border-radius: 5px;
    padding: 8px 55px 8px 10px;
    position: relative;
}
.informational-search {
    margin: 0 !important;
}
.search-input-box {
    position: relative;
}
.key-search-box .form-control-feedback {
    color: #000;
}
.search-results .panel-body {
    padding: 0;
}
.search-results-msg {
    margin: 5px 0 0;
}
.search-results-msg b {
    font-weight: 600;
    color: #1a4e79;
}
.informational-search .notes-section {
    margin-bottom: 0px;
}
.smal-accordion-title {
    padding: 13px 10px;
    font-size: 14px;
}
.smal-accordion-title:after {
    width: 30px;
    height: 30px;
    line-height: 33px;
    right: 10px;
}
.panel-default.informational-search .panel-body {
    padding: 5px 0 0;
}
/*-- data table --*/
.dataTables_length, .dataTables_filter, .dataTables_info, tfoot {
    display: none ;
}
.table-striped {
    width: 100%;
}
.dataTables_wrapper .dataTable tr td, .dataTables_wrapper .dataTable tr th {
    padding: 10px 15px 7px;
    border: none;
    font-weight: 400;
    font-size: 13px;
}
.dataTable thead {
    background: #0f568e;
    color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}
.data-edit-delete {
    display: flex;
    font-size: 14px;
}
.data-edit-delete button, .data-edit-delete button:hover, .data-edit-delete button:focus {
    background: none;
    border: none;
    padding: 0 5px;
}
.data-delete, .data-delete:hover, .data-delete:focus {
    color: red;
}
.table-striped tbody tr:hover {
    background: rgb(227, 242, 253);
}
.dataTables_paginate .paginate_button, .paginate_button.next, .paginate_button.previous {
    width: 30px;
    height: 30px;
    background: #a8a8a8;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-align: center;
    margin: 0 4px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dataTables_paginate .paginate_button:hover {
    background: #1a4e79;
}
.paginate_button.next, .paginate_button.previous  {
    border: none;
    background: #1a4e79;
}
.paginate_button.next { 
    margin-left: 15px;
    margin-left: 8px !important;
}
.paginate_button.previous {
    margin-right: 15px;
    margin-right: 8px !important;
}
.table_wrap .dataTables_wrapper .dataTables_paginate {
    text-align: left;
}
.search-results .panel-group {
    margin: 0;
}
.informational-search-accordion{
    margin: 10px 0 !important;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
}
.fixed .control-sidebar {
    top: 70px;
    overflow: hidden;
}
.control-sidebar-tabs {
    background: #aaa;
}
.control-sidebar-tabs a {
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: #aaa;
}
.control-sidebar-tabs .active a {
    background: #0f568e !important;
}
.client-window .content-wrapper {
    margin-right: 250px;
    height: 100%;
}

/*------- right side sidebar css ----*/
.control-sidebar .tab-content {
    padding: 0 15px;
    text-align: center;
}
.post-its-mn, .documents-mn {
    overflow: hidden;
    border-radius: 5px;
}
.list-title{
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
.post-its-list {
    padding: 6px 10px;
}
.single-list {
    padding: 6px 10px;
    margin: 6px 0;
    border-radius: 3px;
    text-align: left;
}
.custom-post-its-paginate {
    margin-top: 10px;
    display: inline-block;
}
.documents-mn {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.documents-list li {
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}
.documents-list li:last-child {
    border: none;
}
/*------ custom datepicker css ----------*/
.custom-datepicker {
    padding: 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.custom-datepicker .datepicker-inline {
    padding: 0;
}
.custom-datepicker .table-condensed thead tr:nth-child(2) {
    background: #1a4e79;
    color: #fff;
    height: 40px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.custom-datepicker .table-condensed thead .prev {
    border-radius: 0;
    font-size: 22px;
}
.custom-datepicker .table-condensed thead .next {
    border-radius: 0;
    font-size: 22px;
}
.custom-datepicker .table-condensed thead .datepicker-switch {
    font-weight: 400;
    border-radius: 0;
}
.custom-datepicker .datepicker .datepicker-switch:hover, .custom-datepicker .datepicker tfoot tr th:hover {
    background-color: #1a4e79;
}
.custom-datepicker .datepicker .next:hover, .custom-datepicker .datepicker .prev:hover {
    background-color: #d4964c;
}
.custom-datepicker .table-condensed {
    width: 100%;
}
.custom-datepicker td.active {
    background: #d4964c !important;
}
/*-------- edit clients css --------*/
.all-edit-save-btn {
    display: inline-block;
    font-size: 18px;
}
.panel-title {
    position: relative;
}
.edit-save-btn{
    position: absolute;
    top: 13px;
    right: 75px;
    font-size: 18px;
}
.all-edit-save-btn i, .edit-save-btn i {
    margin-right: 11px;
    cursor: pointer;
    color: #1a4e79;
}
.input-accordion-title + .edit-save-btn span i {
    color: #fff;
}
.all-edit-save-btn span:last-child, .edit-save-btn span:last-child {
    margin: 0;
}
.client-info-view {
    border-top: 3px solid #d4964c;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.client-post-its{
    width: 250px;
    float: right;
    text-align: center;
}
.client-window-info p {
    margin-bottom: 25px;
}
.client-window-info p:last-child {
    margin: 0;
}
.star-code-box .star-code {
    float: none;
    display: inline-block;
}
.default-search-box {
    position: relative;
    display: inline-block;
    min-width: 320px;
    margin: 0 0 10px;
}
.default-search-box input {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    height: 45px;
    border: none;
    padding: 0 40px 0 15px;
}
.client-info-window .main-header {
    padding: 0 20px;
}
#close_btn {
    margin: 18px 0;
    padding: 8px 12px 5px;
}
.client-info-window {
    background-color: #f2f3f8;
}
.client-info-window .info-section {
    background: #f2f3f8;
    box-shadow: none;
}
.mt-30{
    margin-top:30px !important;
}
.ml-10{
    margin-left: 10px;
}
.chk-task-notification {
    margin: 0px 8px !important;
}
.notification-border {
    border: 1px solid #1a5585;
    border-radius: 6px !important;    
}
.comments-notification {
    border-bottom: 1px solid #bbbbbf;
}
.notification-title {
    padding: 4px 8px 4px 0px;
}
@media only screen and (max-width: 600px) {
    .navbar-static-top {
        margin-left: 0px !important;
    }
    .login-logo img{
        width: 220px;
    }
    .sa-head #txtCompany{
        width: 100% !important;
    }    
    .sa-head #txtBusinessAddress{
        width: 100% !important;
    }
}
.mb-25{
    margin-bottom: 25px;
}
.sa-title{
    font-size: 18px;
    font-weight: 500;
}
.sa-sub-title{
    font-size: 15px;
    font-weight: 500;
}

.sa-wrapper{
    max-height: 364px;
    overflow-y: scroll;
}
.row-box{
    padding: 15px;
    margin-left: 15px !important;
}

.sa-head #txtCompany{
    width: 30%;
}

.sa-head #txtBusinessAddress{
    width: 30%;
}

.text-black{
    color: black;
}

/* CU-868gv92wz: Version badge in header */
.version-badge {
    display: inline-block;
    padding: 4px 10px;
    margin: 12px 15px 12px 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #1a4e79;
    border-radius: 12px;
    text-decoration: none;
    vertical-align: middle;
    transition: background-color 0.2s ease;
}
.version-badge:hover {
    background-color: #d4964c;
    color: #fff;
    text-decoration: none;
}