body {
    font-family: "Open Sans", sans-serif !important;
}

.tab-text {
    font-size: 11px;
}

.skill-table {
    font-size: 12px;
    text-shadow: 1px 1px 3px black;
}

.hide {
    display: none;
}

.btn-small {
    font-size: 10px;
}

.ipad {
    padding: 4px;
    vertical-align: middle;
    
}

.editIcon {
    display: none;
    float: right;
    text-shadow: none !important;
}

.editDiv {
    display: inline-block;
    min-width: 125px
}

.editDiv:hover .editIcon {
    display: inline-block;
}

.skill-level {
    color: #FFF;
    text-decoration: none;
    padding-right: 10px;
}

.updated {
    width: 100px;
}

#sortable { list-style-type: none; margin: 0; padding: 0; min-width: 250px; max-width: 350px;}

#sortable li { margin: 0 8px 8px 8px; padding: 0.2em; padding-left: 1.5em; font-size: 1.4em; height: 40px; vertical-align: middle; user-select: none;}

#sortable li i { position: absolute; margin-left: -1.3em; padding: 0.4em; }

#skillSortable { list-style-type: none; margin: 0; padding: 0; min-width: 250px; max-width: 900px;}

#skillSortable li { margin: 0 8px 8px 8px; padding: 0.4em; padding-left: 1.5em; font-size: 0.8em; height: 25px; vertical-align: middle; user-select: none;}

#skillSortable li i { position: absolute; margin-left: -1.3em; padding: 0.2em;}

.order-save {
    padding: 10px;
}

.btnspacer {
    margin-left: 10px;
    margin-right: 10px;
}

.bg-yellow {
    background: linear-gradient(#c6980d, #d8a60f);
  }

.bg-green {
    background: linear-gradient(#26a043,#28a745);
}

.bg-grey {
    background: linear-gradient(#6c757d,#7a838c);
}

.spacer {
    padding-right: 20px;
    display: inline-block;
}

.profile-pic {
    height: 170px;
    width: 170px;
}

.closeButton {
    color: #000;
    float: right;
    display: block;
    padding-bottom: 8px;
}

.closeButton a {
    color: #000;
    text-shadow: none !important;
}

.team-button {
    position: absolute;
    bottom: 15px;
    margin: 10px;
}

.actions {
    margin-left: -5px;
}

.checkin-header {
    min-height: 115px;
    max-height: 150px;
}

.check-pad {
    padding-top: 8px;
    padding-bottom: 8px;
}

.user-pill {
    display: inline-flex;
    align-items: center;
    background-color: rgb(240, 242, 245);
    padding: 3px 5px 3px 3px;
    margin: 7px 5px;
    border-radius: 16px;
}

.pill-text {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.check-in-area {
    user-select: none;
}

.goal-row {
    margin-top: 20px;
}

.new-goal-button {
    border: 1px solid; 
    border-color: #ccc;
    text-align: center;
}

.goal-title {
    font-size: 22px;
    
}

.goal-button-progress {
    background-color: rgb(255,248,235);
    color: rgb(245,175,34);
    border-color: rgb(251,223,166);
    width: 140px;
}

.goal-button-on {
    background-color: rgb(237,247,244);
    color: rgb(31,174,150);
    border-color: rgb(165,222,213);
    width: 140px;
}

.goal-button-off {
    background-color: rgb(252,237,235);
    color: rgb(225,78,56);
    border-color: rgb(243,184,175);
    width: 140px;
}

.update-button-progress {
    color: rgb(245,175,34) !important;
    border-color: #333 !important;
}

.update-button-on {
    color: rgb(31,174,150) !important;
    border-color: #333 !important;
}

.update-button-complete {
    color: rgb(31,174,150) !important;
    border-color: #333 !important;
}

.update-button-off {
    color: rgb(225,78,56) !important;
    border-color: #333 !important;
}


.goal-update {
    min-height: 60px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #555;
}

.bg-light-grey {
    background-color: #e5e8eb !important;
}

.mini-card {
    height: 100px;
}

.ladder-cell-li {
    cursor: pointer;
}

.ladder-cell-li:hover {
    box-shadow: 1px 1px 3px black;
}

.ladder-tr:hover {
    filter: brightness(90%);
}

.update-button-1 {
    color: rgb(245,175,34) !important;
    border-color: #333 !important;
}

.update-button-2 {
    color: rgb(31,174,150) !important;
    border-color: #333 !important;
}

table.google-visualization-orgchart-table {
    border-collapse: separate;
}

.card-pill {
    display: flex;
    align-items: center;
    background-color: rgb(240, 242, 245);
    padding: 3px 5px 3px 3px;
    border-radius: 16px;
    margin-bottom: 1px;
}

.note-picker {
    padding: 25px;
}


.dropdown-toggle::after {
    text-align: right;
    float: right;
    /*Chrome IE fix*/
    margin-top: 8px;
}

.search-field {
    min-width: 100%;
    border-box: box-sizing;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu.dropdown-menu-wide {
    min-width: 100%;
    z-index: 100000;
  }

  .bg-fade {
    background: linear-gradient(#e3e4e5,#f8f9fa);
}

li.list-group-item.active {
    z-index: 1;
}

.small-text {
    font-size: 12px !important;
}

.tier-item {
    min-width: 80px;
}

.tier-box {
    padding: 14px;
    border: 1px solid #555;
    border-radius: 5px;
    margin-bottom: 8px;
}

#save-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#save-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.client-edit {
    display: none;
}

.client-contact-box {
    padding: 14px;
    border: 1px solid #555;
    border-radius: 5px;
    margin-bottom: 8px;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}

.btn-shadow {
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 2px 2px 0px rgba(0,0,0,0.05);
}

.btn-transparent {
    background-color: transparent;
}

.border-sky {
    border: 1px solid; border-color: #22BFFF;
}

.border-purp {
    border: 1px solid; border-color: #5533FF;
}

.border-purp:hover {
    border: 1px solid; border-color: #6772e5;
}

.border-mint {
    border: 1px solid; border-color: #6EEDE0;
}

.border-green {
    border: 1px solid; border-color: #3ecf8e;
}

.border-coral {
    border: 1px solid; border-color: #FD677E;
}

.bg-sky {
    background-color: #22BFFF;
}

.bg-purp {
    background-color: #5533FF;
}

button.bg-purp:hover {
    background-color: #6772e5;
}

.bg-mint {
    background-color: #6EEDE0;
}

.bg-green {
    background-color: #3ecf8e;
}

.bg-coral {
    background-color: #FD677E;
}

.bg-tertiary {
    background-color: #f6f9fc;
}

.btn-white {
    background-color: #fff;
}

.text-sky {
    color: #22BFFF;
}

.text-purp {
    color: #5533FF;
}

.text-purp:hover {
    color: #6772e5;
}

.text-mint {
    color: #6EEDE0;
}

.text-green {
    color: #24b47e;
}

.text-coral {
    color: #FD677E;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
}

.modal.left .modal-body {
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
	left: -400px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}


.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
}

.modal.right .modal-body {
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.side-bar {
    border: 0px;
    border-radius: 0;
}

.marg-30 {
    margin-bottom: 30px;
}

.semi-bold {
    font-weight: 600;
}

.op-100 {
    opacity: 1 !important;
}

.link-purp {
    color: #5533FF !important;
}

table {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

table a {
    color: #5533FF;
}

thead {
    background: linear-gradient(#e3e4e5,#f8f9fa);
    color: #5533FF;
    font-size: 13px;
}

.even {
    background-color: #f6f9fc !important;
}

.odd {
    background-color: #fff !important;
}

.page-link {
    color: #5533FF !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #5533FF !important;
    border-color: #5533FF !important;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
    border-bottom: 1px solid rgb(222, 226, 230) !important;
    margin-bottom: 0 !important;
    background-color: white;
}

table.DTFC_Cloned th {
    background: linear-gradient(#e3e4e5,#f8f9fa);
}

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
    border-right: none;
    border-left: none;
}

.dt-buttons button {
    background-color: #5533ff;
    color: #fff;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 2px 2px 0px rgba(0,0,0,0.05);   
}

.dt-buttons button:hover {
    background-color: #6772e5;
    color: #fff;
    transform: translateY(-1px);
    padding-bottom: 7px;
    padding-top: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 2px 2px 0px rgba(0,0,0,0.05);   
}

.btn:hover:enabled {
    transform: translateY(-1px);
    padding-bottom: 7px;
    padding-top: 5px;
}

.modal-content {
    font-size: 12px;
}

.modal-content select {
    font-size: 11px;
}

.modal-content textarea {
    font-size: 11px;
}

.modal-content input {
    font-size: 11px;
}

.gj-icon {
    position: absolute !important;
    font-size: 18px !important;
    top: 6px !important;
    left: 10px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #6772e5 !important;
    color: #fff !important;
}

.form-control:focus, input:focus, .btn:focus {
    outline: none !important;
    border: 1px solid #6772e5 !important;
    box-shadow: 0 0 0 0.2rem rgb(85, 51, 255, 0.25) !important;
}

.note-btn {
    font-size: 9px !important;
}

.note-editable {
    font-size: 11px !important;
}

.note-editable p {
    margin-bottom: 0.25rem;
}

.exception-action {
    font-size: 14px;
    border: 0px;
    cursor: pointer;
}

.exception-action:hover {
    transform: translateY(-1px);
    padding-bottom: 3px;   
}

.exception-action:focus {
    outline: none;
}

.exception-action-item {
    font-size: 10px;
}

.add-exception-note-container {
    margin-top: 20px;
}

.form-check-input:focus {
    border: none !important;
    box-shadow: none !important;
}

#legalEntityState {
    height: 38px;
}