﻿.funkyradio {
    width: 100%;
}

    .funkyradio div {
        clear: both;
        overflow: hidden;
    }

    .funkyradio label {
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    .funkyradio input[type="radio"]:empty,
    .funkyradio input[type="checkbox"]:empty {
        display: none;
    }

        .funkyradio input[type="radio"]:empty ~ label,
        .funkyradio input[type="checkbox"]:empty ~ label {
            position: relative;
            line-height: 2.5em;
            text-indent: 3.25em;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .funkyradio input[type="radio"]:empty ~ label:before,
            .funkyradio input[type="checkbox"]:empty ~ label:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                /*background: #D1D3D4;*/
                border-radius: 3px 0 0 3px;
            }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
        color: #888;
    }

        .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
        .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #8DC641;            
        }

    .funkyradio input[type="radio"]:checked ~ label,
    .funkyradio input[type="checkbox"]:checked ~ label {
        color: #777;
    }

        .funkyradio input[type="radio"]:checked ~ label:before,
        .funkyradio input[type="checkbox"]:checked ~ label:before {
            content: '\2714';
            text-indent: .9em;
            color: #fff !important;
            background-color: #fff;
        }

    .funkyradio input[type="radio"]:focus ~ label:before,
    .funkyradio input[type="checkbox"]:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #fff !important;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #8DC641;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
.dev-footer {
    border-top: 3px solid #8dc53e;
}
footer {
    position:absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}


.dev-list-side > .dev-list-side-item {
    cursor: pointer;
    transition: 0.5s;
    padding: 5px 16px;
}

    .dev-list-side > .dev-list-side-item:hover {
        background: #2f353a;
        font-size: 17px;
        color:#fff;
    }

.dev-list-side:hover > .dev-list-side-item:not(:hover) {

}



.dev-version {
    position: absolute;
    margin-top: 40px;
    margin-left: -5px;
}
.dev-panel-right {
    margin-top: 83px;
}
.dev-text-muted-2{
    color:#fff;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    background:#FFF;
}






.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 48%, #8DC540 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #8DC540 48%);
    background: linear-gradient(45deg, #fff 48%, #8DC540 48%);
    border-top: 5px solid #8DC540;
}



navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        float: right;
        margin-top: 6px;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

.dropdown-menu {
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.3);
    /*  -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;*/
    top: 35px;
    left: 0;
}

fieldset {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px #888888;
}

legend {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
   
    font-size: 17px;
    font-weight: bold;
    padding: 3px 5px 3px 7px;
    width: auto;
}



.btn-custom { /*dent around button*/
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #2f353a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
   
    border: 1px solid #2f353a;
}


    .btn-custom:hover {
        background: #8DC540;
        text-decoration: none;
        color: #FFF;
        border: 1px solid #8DC540;
    }


.dev-bg-success {
    background: #2f353a;
    color: #fff;
    padding: 6px;
}

.dev-badge-clock {
    display: block;
    z-index: 999999999;
    position: absolute;
    margin-left: 34px;
    margin-top: -15px;
}

.dev-disabled {
    opacity:0.2;
    cursor:default;
}
#dev-clock-in{
  
    overflow-y:auto;
    overflow-x:hidden;
}
.form-control textarea{
    min-width:unset;
}
.dev-title-main {
    /*border-left: 15px groove #8DC540;*/
    padding-left: 8px;
    color: #8DC540;
}
#dev-content-info-file, #dev-content-info-file-edit {
    display: none;
}
.modal-header {
    background: linear-gradient(45deg, #fff 48%, #8DC540 48%);
    border-top: 5px solid #8DC540;
}
.EZView-container {
    background:rgba(0,0,0,0.8);
}
.validation-summary-errors{
    display:none !important;
}
.validation-summary-valid {
    display: none !important;
}
.input-validation-error {
    border-left:2px solid salmon;
}
#dev-content-files-uploaded{
    overflow-x:auto;
}

.dev-table-responsive th:nth-child(1), .dev-table-responsive td:nth-child(1) {
    /* your stuff here */
    padding-right: 0;
    width: 30px;
}
.dev-z-index {
    z-index:99999;
}
.btn-default:hover {
    background: #7D7D7D;
    color: #fff;
}
.timeago{
    right:0;
    z-index:2;
}
#dev-menu-main a{
    color:#fff;
}
#dev-home-content {
    background-image: url(../img/Legend-Home.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: auto;
    height: 100%;
    position: fixed;
    opacity: 0.3;
    left:0;
    background-size: 100% 80%;
    top:0;
}
.sui-treeview{
    background:none !important;
}

.dev-drogdrop-upload-area {
    width: 100%;
    height: 150px;
    border: 4px dashed #ccc ;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

.dev-drogdrop-upload-area:hover {
    cursor: pointer;
}

.dev-drogdrop-upload-area p {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 120px;
    color: darkslategray;
    vertical-align:central;
    font-size:16px;
}

.dev-file-dragdrop {
    display: none;
}

.dev-error-system-bg {
    background: rgb(254,169,24);
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
}
    .dev-error-system-bg img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 200px;
        margin-top: -100px; /* Half the height */
        margin-left: -125px; /* Half the width */
    }
.dev-error-system-text {
   
    position: absolute;
    
    top: 42%;
    left: 40%;
    margin-left: -200px;
    margin-top: -200px;
}
    .dev-error-system-text h1 {
        text-align: left;
    }


.dev-btn-slide-rigth{
    bottom:unset !important;
    z-index:9999;
}
.dev-side-bar-title{
    padding:5px;
    background:#111;
}
.dev-bg-gradient {
    background-image: linear-gradient(#fbfbfb,#e2e2e2);
}
.dev-hide{
    display:none;
}
.dev-overley-loading {
    background: rgba(0,0,0,0.7);
    z-index: 9999999998;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.dev-overley-loading-img {
    color: #fff;
    z-index: 9999999999;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px;
    margin-top: -30px;
    margin-left: -60px;
    display: none;
}
.dev-right{
    right:0;
}
.dev-nav-not-link .nav-link:hover {
    background: none !important;
}
.dev-nav-not-link {
    background: #111;
}
.drawrpallete-wrapper {
    display: inline-flex !important;
    position: relative !important;
  
   
}
.drawrpallete-wrapper button {
    
}
.dev-nav-item-color {
    display: inline-flex !important;
}
    .dev-nav-item-color .nav-link {
       
    }
.dev-color-selector {
    border-radius: 50px !important;
    width: 20px !important;
    height: 20px !important;
    background-position: 4px 6px !important;
    margin-right: 5px !important;
    margin-top: 12px !important;
}
.dev-nav-item-color .nav-link{
    width:100% !important;
}

    .dev-nav-item-color .nav-link:hover {
        background: rgba(0,0,0,0.1) !important;
        
    }
.list-group-item :hover{
    /*background:#fdfdfd !important;*/
}
.dev-nav-item-color{
    width:100%;
    
}
    .dev-nav-item-color .nav-link .nav-icon {
        color: #fff;
    }

    .user-text{
        font-size: 16px!important;
        margin-right: 10px;
        color:#59585D!important;
    }

@media (max-width: 575.98px) {
    .powerbi-iframe .iframe-desktop {
        display: none !important;
    }    
}

@media (min-width: 576px) {
    .powerbi-iframe .iframe-mobile {
        display: none !important;
    }
}
.dev-href-collapse {
    padding: 0 10px 0 10px;
    border: 0;
    line-height:unset;
}
.dev-area {
    padding: 7px;
    margin-top: -8px;
    color:#fff;
    background:#888;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}