﻿
.dev-footer {
    border-top: 3px solid rgba(0,120,212,1);
}
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;
   
    min-height: 100%;
    background:#FFF;
}






.mx-background-top-linear {
      /*  background: -webkit-linear-gradient(13deg, #fff 25%, #0078E5 40%); 
    background: -webkit-linear-gradient(left, #fff 25%, #0078E5 40%); 
    background: linear-gradient(13deg, #fff 25%, #0078E5 40%);
     border-top: 5px solid #0078E5;
          */
      background:#FFF;
}



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: #c3e1ff;
}

@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:#003b70;
   
    
}
#dev-content-info-file, #dev-content-info-file-edit {
    display: none;
}
.modal-header {
    background:#fff;
    border-bottom: 5px solid rgba(0,120,212,1);
    
}
.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-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:10px;
    background:#111;
}
.dev-menu-active-1{
    background:rgba(18,162,229,1);
    color:#fff !important;
      border-radius: 10px 10px 0px 0px;
}
.dev-menu-active-botton-line-1 {
    border-bottom: 4px solid rgba(18,162,229,1);
  
    /*background-image: linear-gradient(-90deg, rgba(0,120,212,1), white);*/
    
}
.dev-menu-bg-1{
    background:rgba(161,217,245,1);
    border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-2 {
    background: rgba(161,217,245,1);
    border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-3 {
    background: rgba(161,217,245,1);
    border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-4{
     background:rgba(122,187,145,1);
       border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-5 {
    background: rgba(122,187,145,1);
    border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-6 {
    background: rgba(122,187,145,1);
    border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-7{
    background:rgba(255,174,150,1);
      border-radius: 10px 10px 0px 0px;
}
.dev-menu-bg-8{
    background:rgba(235,239,99,1);
      border-radius: 10px 10px 0px 0px;
}
.dev-menu-active-1{

}
.m-1{
    margin:2px !important;
}
.dev-border-fielset{
    border:5px solid #bcbcbc;
}
.dev-main-body {
   background:#fff;
}
.dev-border-fielset-primary {
    border: 5px solid rgba(18,162,229,1);
}
.dev-content-main-layout {
    padding-bottom: 100px;
    background: #F9F9F9;
    padding-top: 20px;
    margin-top: -15px;
    /* box-shadow:2px 2px 10px grey;*/
}
.dev-nav-link{
    padding:0 !important;
}

.dev-bg-danger {
  border-left:3px solid #ffb1b0 !important;
}
.dev-overley-loading{
    background:rgba(0,0,0,0.7);
    z-index:9999998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.dev-overley-loading-img{
    color:#fff;
     z-index:9999999;
    position:fixed;
    top:50%;
    left:50%;
    font-size:20px;
    margin-top:-30px;
    margin-left:-70px;
    display:none;
}
.breadcrumb{
    background-image: -moz-linear-gradient(50% 0%,rgba(255,255,255,0.38),rgba(255,255,255,0.16));
    background-image: -webkit-gradient(linear,50% 0%,50% 100%, from(rgba(255,255,255,0.38)), to(rgba(255,255,255,0.16)));
}
.breadcrumb a{
    color:#e5e5e5;
}
.breadcrumb-item.active {
    color: #cfeff3;
}
.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

.nav-link{
    cursor: pointer !important;
}
#dev-content-forecast{
    min-height:150px;
}
