﻿.cropper-view-box {
    outline-width: 2px;
}

.cropper-modal {
    background: none;
}

.cropper-view-box img {
    display: none;
}

.cropper-point.point-se {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px;
}

.box-text-container {
    position: relative;
}

.box-text {
    cursor: default;
    opacity: 1;
    height: 15px;
    width: auto;
    min-width: 0.6em;
    top: 4px;
    left: 3px;
    line-height: 1em;
    padding-left: 3px;
    padding-right: 3px;
    /*margin-top: 100px;
    */
    color: white;
    font-size: 15px;
}

.custom-dates {
    position: relative;
}

    .custom-dates .dropdown-menu {
        left: auto !important;
        right: 0px;
    }