html,body{height:100%;}

.text-color-green {
    color: #00A300;
}

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 30px 0;
}

.shorten-text {
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

img {
    display: block;
    max-width: 100%;
}
.preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg{
    max-width: 1000px !important;
}

.widget-summary .summary-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
.sortable li span { position: absolute; margin-left: -1.3em; }

table {
    font-size: 1em;
}

.profile-image-outer-container .profile-image-inner-container img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 5px solid white;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.cover {
    object-fit: cover;
    height: 200px;
}

.counters.counters-sm strong {
    font-size: 16px;
    line-height: 26px;
}

.navbar-primary {
    background-color: #e36159 !important;
}

.btn-primary {
    background-color: #e36159 !important;
    border-color: #e36159 #e36159 #dc372d !important;
}

.badge-primary {
    background-color: #e36159 !important;
}

.slider-primary .ui-slider-range, .slider-primary .ui-slider-handle {
    background: #e36159 !important;
}

.text-primary {
    color: #e36159 !important;
}

.text-small {
    font-size: .7em !important;
}

.nav-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.nav-link:hover, .nav-link:focus {
    color: #e36159 !important;
}

section.section {
    margin: 0px 0;
}

.form-check-input:checked {
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

#header .header-nav-features {
    position: relative;
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.select2-container--default .select2-selection--single{
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    height: auto !important;
    width: auto !important;
    font-size: 1em !important;  
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto !important;
    width: auto !important;
    color: #e36159;
    font-size: 1em;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.select2-selection__arrow {
    margin-right: 0.75rem !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; 
}

.select2-container--default .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #e36159 transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e36159 transparent transparent transparent !important;
}


/* Facebook */
.bg-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.bg-twitter {
  background: #55ACEE;
  color: white;
}

/* Google */
.bg-google {
  background: #eeeeee;
  color: #757575;
}
