﻿
   
 .showlabel:placeholder-shown + label {
  opacity:0;
  transform: translateY(100%);
}

/* Other CSS to make it look cool */




.showlabel {
  width: 100%;
  padding:6px;
  margin:0px 0;
  /*border:1px solid #808080;*/
  transition: all 0.1s;
  font-size:16px;
}
.btnDanger{
    background-color:#923131 !important;
    border:#923131 !important;
}
.btnTree {
    background-color:#5a5e69  !important;
    border:#5a5e69  !important
}
.btnTree:hover{
    background-color:#0097A7  !important;
    border:#0097A7  !important; 
}
.btnDanger:hover{
    background-color:#a93737 !important;
    border:#a93737 !important;
}
.group {
  position: relative;
}
.showlabel + label {
  /*border:1px solid black;*/
  position: absolute;
  top:-28px;
  right: 20px;
  font-size:14px;
  transition: all 0.1s;
  opacity:1;
  background:white;
  /*border:2px solid;*/
  /*border-width: 0 2px 0 2px;*/
  padding:0 10px;
  transform: translateY(calc(50% + 5px));
}


.showlabel:focus {
  outline:0;
  
  /*border-color:#ffc600;*/
}

    .showlabel:focus + label {
        /*border-color:#ffc600;*/
    }

    @media screen and (min-width: 850px)
    {
.width{
        width:100%;
        font-size:16px;
        font-weight:bold

    }
.width_Balance
{
  width:25%;
        font-size:16px;
        font-weight:bold
}
    }
    .circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 10%;
  width: 10%;
  height: 0;

  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 10%;
}

.circle__wrapper {
  display: table;
  width: 10%;
  height: 10%;
      margin-top: 16px;
    display: table;
    width: 10%;
    height: 10%;
    margin-right: 4px;
    color: #36c6d3;
}

.circle__content {
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .circle__content {
    font-size: 1.9em;
  }
}

.test{
    margin:2em 0;
      background-color: #ddd;
    padding:20px 20px 20px 20px;
    border-radius:2%;
    margin-right:15px;
    margin-left:4px;
text-align:center;
    color:#36c6d3;

}
.css_Turnig{
    direction:ltr;unicode-bidi: bidi-override;
         text-align: center;
    font-size: 25px !important;
  /**  border-bottom: 2px solid;**/
    color: #4DB6AC;
}

.investigation_Period {
    border-left:1px solid #808080 !important;
}
    /***********************kendo grid (drop down)******************************/


    
    /*.k-state-hover {
        background-color: #36c6d3 !important;
        border-color: #36c6d3 !important;
    }

    .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
        background-color: #36c6d3 !important;
        border-color: #36c6d3 !important;
    }

    .k-dropdown-wrap.k-state-default {
       background-color: #36c6d3 !important;
        border-color: #36c6d3 !important;
    }


    .k-button:hover {
       background-color: #36c6d3 !important;
        border-color: #36c6d3 !important;
    }*/




        
    /*#endregion */

    /*#region Common */



    /*#endregion */

    
    .succsessRow{
            color: black;
    background-color: #fff !important;
    border-color: #fff !important;
}
    /*******/
            .CCS-Hide {
                            display: none;
                            padding: 10px 10px 10px 10px;
                            /*text-align: center;*/
                        }

                        #reveal-wrap {
                            position: fixed;
                            bottom: 30px;
                            width: 50%;
                            padding-bottom: 20px;
                            z-index: 100;
                        }

                        #reveal-wrap2 {
                            width: 50%;
                            background-color: red;
                        }

                        #reveal-click {
                            background: #006064;
                           color: #fff;
                            cursor: pointer;
                            font-size: 16px;
                            margin: 0px 0 0 1%;
                            padding: 10px 10px;
                            text-decoration: none;
                            display: inline-block;
                        }

                        #hidden-div {
                            width: 50%;
                            background: #ccc;
                            /*color: #fff;*/
                            font-size: 16px;
                            line-height: 22px;
                            margin: 0;
                            padding: 20px;
                        }

                        #reveal-wrap #hidden-div {
                            display: none;
                        }

                        #reveal-wrap2 #hidden-div2 {
                            display: none;
                        }

                        .modal-overlay-Document {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
.modal-box-Document {
  display: none !important;
  position: absolute !important;
  z-index: 1000 !important;
  width: 98% !important;
  background:#faf7f7 !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 4px !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  margin-top:220px !important;
   margin-bottom:60px !important;
}

.Div_Title{
    color:white !important; font-weight:bold !important; font-size:18PX !important;
}
.SetAutoAggregation{

}
.Spinner_Div{
    background-color:white;
      display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}
.spinner {
  content: "";
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-right: 30px;
}

.spinner-1 {
  border: 3px solid lightgray;
  border-top-color: coral;
  -webkit-animation: spinner 0.7s linear infinite;
          animation: spinner 0.7s linear infinite;
}

/* Spinner 2 */
.spinner-2 {
  border: 3px solid transparent;
  border-top-color: coral;
  border-bottom-color: coral;
  -webkit-animation: spinner 0.7s ease infinite;
          animation: spinner 0.7s ease infinite;
}

/* Spinner 3 */
.spinner-3 {
  border-top: 3px solid coral;
  border-right: 3px solid transparent;
  -webkit-animation: spinner 0.7s linear infinite;
          animation: spinner 0.7s linear infinite;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input{

    height: 1.86em !important;
}


