.header{
  background: #079992;
}

body{
  color: white;
 background: #131c25;/*#d3d3d3;*/
  --vert-flashy: #00FFB4;

}

#hello{
  margin-right: 35px!important;
  font-weight: 400;
}

#hello-user{
}
.navbar .navbar-brand {
  padding-top: 0px;
}

.navbar-nav{
  float: right;
  font-size: 1.3em;
}

#logo-wintics{
  width: 150px;
  height: 35px;
}

.phantom-btn{

  line-height: 0.75;
  color: #fff;
  font-weight: 400;


}

.phantom-btn:hover{
  color: #2BC2FC!important;
  background: white;
}

.bg-navbar{
  background: #212431;
}

.nav-link{
  vertical-align: middle;
  color: white!important;

  line-height: 0.75;

}

.description{
  margin-top: 20%;
  height: 30%;
  background: #41454a;
  border: 0px solid #000000;
}

.case-list{
}

.case-box{
}

#case-button{
  float: right;
}

.desc-text{
  padding-bottom: 3%;
}

#submit-case-choice{
  margin-left: 50%;
  margin-bottom: 5%;
}

#cases-select{
    margin-bottom: 2%;
    margin-left: 45.5%;
    margin-top: 2%;
}

#case_title{
  margin-right: 30%!important;
}
.desc-title{
}

#code-area{
  margin: 1%;
  margin-top: 0%;
  margin-bottom: 0%;
  width: auto;
  margin-right: 0%;
}

#code-area > textarea{
  width: 100%;
  background: gray;
  resize: none;
}

#sec-row{
  margin-top: 2%;
}

#console-output{
border:1px solid #41454a;
width: 99%;
padding: 1%;
margin-left: 1%;
margin-right: 0%;
padding-right: 0%;
padding-left: 0%;
height: 100%;
background: #252e38;
max-height: 350px;
}

.coding-ui{
margin-top: 5px;
}

#test-wrapper{
  border:1px solid #41454a;
  background: #252e38;
margin-left: 0%;
margin-right: 4%;
padding-right: 0%;
padding-left: 0%;
padding-top: 3%;
height: 100%;
max-height: 350px;
width: 100%;
padding-bottom: 5%;
}

@media(max-width:992px){
    #test-wrapper{
      margin-top: 10%;
    margin-bottom: 2%;
    padding-bottom: 10%;
    }
    #submit-box{

    }
    .CodeMirror{
      margin-bottom: 45%;
    }
}

@media(max-width:768px){
    #test-wrapper{
      margin-top: 10%;
    margin-bottom: 2%;
    padding-bottom: 10%;
    }
    #submit-box{

    }
    .CodeMirror{
      margin-bottom: 75%;
    }
}

#test-header{
  padding-bottom: 5%;
}

#test-button-wrapper{

}

#submit-box{
  border:1px solid #41454a;
  background: #252e38;
width: 100%;
padding: 1%;
margin-top: 0.5%;
margin-left: 0%;
padding-left: 0%;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
max-height: 440px !important;
}

#test-wrap{
  height: 1% !important;
}

.text-block{
  font-size: 16px !important;
}

#output-error{
  color: red;
}

#output{
  margin: 3%;

}

#error-out{
  display: none;
}

#output-error:not(:empty) ~ #error-out{
  display: inline-block;
}



.CodeMirror {
  border: 1px solid #eee;
  height: 100%;
  width: 100%;

}


#code{
  height: 100% !important;
  resize: none;
}

.title-block{
  color:white;
  font-size: 20px;
  margin-left: 20px;
}

.sub-title-block{
  color:#838891;
  margin-left: 4%;
  margin-top: 10%;
}

.block{
  margin-top: 3%;
}

.text-block{
  margin-left: 10%;
}

#console-out{
  margin: 3%;
  font-size: 15px!important;
}

.left{
}

.right{

}

.wrapper-test{
  margin-left: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid #41454a;
  width: 90%;
  padding-top: 2%;
  margin-right: 5%;
}

.wrapper-test:hover{
    background: #00AEEF;
    cursor: pointer;
}

.wrapper-test:hover .case-title{
      color: white;
}

.wrapper-test:hover .case-number{
      background: #00AEEF;
      color: white;
}

.send-solution:hover .case-title{
  color: black;
}
.case-number{
  margin-left: 6%;
  border: 1px solid #41454a;
  color: white;
  padding: 5px;
  background: #131c25;
}

.case-title{
  margin-left: 4%;
  color: white;
}

.case-button{
  float: right;
  margin-right: 4%;
}

#final-test{
  color: black;

}


.mid-height{
  height: 120% !important;
}

.solution{

}

.send-solution{
    background: #394651;
}

.send-solution:hover .number-solution{
  background: #FCD805!important;
  color: black;
}

.send-solution:hover{
  background: #FCD805 !important;
}


/* Login page start */
@include scrollbars(.5em, slategray);


.phantom-button{
  text-decoration: none;
  top: 2%;
  left: 77%;
  position: absolute;
  border-radius: 45px;
  padding: 4px 15px;
  background: rgba(255,255,255,0.2);
  font-size: 1.2em;
  color: #fff;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}


.glyphicon-arrow-right{
  left: 5%;
}

a:visited{
     color: #28efa6/* some color */;
     text-decoration: none !important;
}

a{
  margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration: none;
  color: #28efa6;
}

a {
    text-decoration:none !important;
}

.phantom-button:hover{
  text-decoration: none;
  background:#28efa6;
  color: black;
}

#forgot-pwd:hover{
  color: #28efa6;
}

.login-button{
  background-color: rgba(255, 0, 0, 0);
}

.glyphicon-circle-arrow-right{
  background-color: rgba(255, 0, 0, 0);
}

#login-body > div.split.right > form > div.login-wrap > div > button{
  background: transparent;
}

#hidden{
  display: none;
}
.split{
  height:100vh;
  width: 50vw;
  overflow-x: hidden;
  position: fixed;
  overflow-y: hidden;
  z-index: 1;
}

.left{
  left: 0;
}

.right{
  right: 0;
}

.middle{
  border-left: 2px solid white;
  height: 50%;
  top: 22.5%;
  width: 0;
  left: 50%;
  z-index: 2;
  position: fixed;
}

#logo-img-login{
  width: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 500px;
  max-width: 500px;
  top: 41%;
  left: 25%;
  position: absolute;
}

#login-logo-wrapper{
  position: relative;
  width: 80%;
  padding-left: 20%;
  padding-top: 45%;
}

#login-logo{
  position: absolute;
  margin: 0 auto;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}


.login-wrap{
  top: 45%;
  left: 60%;
  position: fixed;
}



#login-box{
    height: 100%;
    width: 100%;
    top: 30%;
}

#user-input{

text-align: left;
margin-left: 0%;
font-size: 17px;
line-height: 1.29412;
font-weight: 400;
letter-spacing: -.021em;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
display: inline-block;
box-sizing: border-box;
vertical-align: top;
width: 100%;
height: 34px;
padding-left: 15px;
padding-right: 15px;
color: #333;
border: 1px solid #d6d6d6;
border-bottom: 1px dashed #d6d6d6;
border-radius: 4px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}


#login{


}

#pwd-input{
  flex: 0 0 100%;
text-align: left;

  margin-left: 0%;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
font-size: 17px;
line-height: 1.29412;
font-weight: 400;
letter-spacing: -.021em;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
display: inline-block;
box-sizing: border-box;
vertical-align: top;
width: 100%;
height: 34px;
margin-bottom: 14px;
padding-left: 15px;
padding-right: 15px;
color: #333;
border: 1px solid #d6d6d6;
border-top: 1px dashed #d6d6d6;
border-radius: 4px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}


#login-submit{
  margin-left: 42%;
  background: #3c4259;
  border: #3c4259;
  border: Rounded;
  height: 13%;
}

.login-button{
  position: absolute;
  right: 0%;
  top: 50%;
  margin: 0px;
  bottom: 30%;
  font-size: 12px;
  background: white;
  border-style: none;
  color: gray;
}

.button-wrap {

}

#forgot-password-2{
  left: 22%;
  top: 57%;
  position: absolute;
  color: white;
}



/* Login page for small screens */

@media (max-width: 1300px) {

  #forgot-password{
    left: 33% !important;
    top: 33% !important;
    position: absolute;
  }

  #forgot-password-2{
    left: 29% !important;
    top: 37% !important;
    position: absolute;
  }

/* SMALL SCREEN LOGO */
  #logo-img-login{
    position: fixed;
    margin: 0 auto;
    min-width: 200px !important;
    max-width: 300px !important;
    width: 300px;
    left: 27%;
    top: 40%;
    z-index: 1;
  }

body{
  width: 100vw;
  height: 100vh;
}

  .login-wrap{
    top: 60%;
    left: 27.5%;
    position: fixed;
    width: 30%;
    max-width: 300px;
    z-index: 9999;
  }

   .middle{
     top: 50%;
     border-left: 0px solid white;
     border-bottom: 2px solid white;
     z-index: 2;
     position: fixed;
     height: 2% !important;
     min-width: 250px;
     max-width: 40% !important;
     left: 20%;
     margin: auto;
   }

  .split{
  height: 50%;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  margin: auto;
}
 .left{

   z-index: 9999;
 }

 .right{
   top: 52%;

 }

 }
/* Login page end */





#wrapper-user-info{
  color: black;
  background: #F2F2F2;
  margin-left: 32%;
  margin-top: 3%;
  margin-bottom: 3%;
  width: 35%;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
  box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
}


.case{

  color: black;
  padding-top: 1%;
  padding-bottom: 1%;
}

.case-info-title{

}

.case-info-language{
  float: right;
}

.case-info-completion{
  margin-left: 17%;
}

.glyphicon-ok{
  color: green;
}

.glyphicon-ok:not(:last-child){
    margin-right: 3px;
}


.glyphicon-remove:not(:last-child){
    margin-right: 3px;
}

.glyphicon-remove{
  color: red;
}

#wrapper-user{
  margin-left: 3%;
  margin-top: 3%;
  line-height: 25px;
  color: #5B5B5B;
}

#wrapper-cases-info{
  padding-bottom: 3%;
  margin-left: 50%;
  background: #ECF0EF;
}

.case{
  width: 80%;
  margin-bottom: 2%;
  color: #5B5B5B;
  font-weight: bold;

}
.case:hover{
  background: #D9D9D9;
  cursor: pointer;
}

.disabled-glyph:hover{
  cursor: default !important;
}

.case-overview-wrapper{
  background: #131C25;
  margin: 1%;
  margin-top: 4%;
  margin-bottom: 6%;
  border-radius: 2px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
  box-shadow: 2px 6px 54px -6px rgba(0,0,0,0.75);
  height: 10%;
  max-height: 200px;
  min-height: 200px;
}

.disabled-case{
    opacity: 0.15;
}

.case-overview-wrapper:hover{
  border: 1px solid #00AEEF;

}

.case-overview-desc{
  color: #D0D0D0;
  font-size: 20px;
  padding: 4%;

  text-overflow: ellipsis;
  height: 64.5%;
}

.case-overview-subbar{
    border-top: 1px solid #423E3E;
  padding: 1.5%;
}

.case-overview-title{
  color: #FF8801;
  font-size: 20px;
  max-width: 100px;
  padding: 2%;
}

.case-overview-glyph{
  float: right;
  padding: 0.5%;
  font-size: 22px;
  color: white;
}

.case-overview-glyph:hover{
  cursor: pointer;
}

a{
  text-decoration: none;
  color: white !important;
}


.case-overview-state{
  margin-left: 2%;
}


#content-output{
padding-left: 2%;
}

.error-output{
  background: #2e3942 !important;
  border-left: 5px solid #ff3333;
  color: #ff3333;
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.completed-case-output{
  background: #2e3942 !important;
  border-left: 5px solid var(--vert-flashy);
  opacity: 0.8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.failed-case-output{
  opacity: 0.8;
  border-left: 5px solid #ff3333;
  background: #2e3942 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.completed-case{
  margin-left: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid  #41454a;
  width: 90%;
  padding-top: 2%;
  margin-right: 5%;
}

.completed-case .case-title{
  color: var(--vert-flashy);
}
.completed-case .case-number{
  color: var(--vert-flashy);
}

.completed-case:hover{
  background: #00AEEF;
}


.completed-case:hover .case-title{
  color: white;
}


.completed-case:hover .case-number{
  color: white;
}
.failed-case{
  /* background: #C53706; */
  margin-left: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid #41454a;
  width: 90%;
  padding-top: 2%;
  margin-right: 5%;

}

.failed-case:hover{
  background: #00AEEF;
}

.failed-case:hover .case-title{
  color:white !important;
}

.failed-case:hover .case-number{
  color: white !important;
}
.failed-case .case-title{
    color: #ff3333!important;
}

.failed-case .case-number{
  color: #ff3333!important;
}

.failed-case:hover , .completed-case:hover{
  cursor:pointer;
}

#title-output{
  padding: 1%;
}



/* glyphicon animate loader */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#full-test-ui{
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    width: 25%;
    height: 25%;

}

#test-progress{
  z-index: 10000;
  position: absolute;
}

.glyphicon-minus{
  color: orange;
}

#grade-report{
  position: absolute;
  top: 40%;
  left: 35%;
  width: 25%;
  height: 20%;
  background: #29323A;
  z-index: 10000;
  border: 1px solid #575151;
  font-size: 24px;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
display: none;
}

#grade{
  margin-top: 5%;
  margin-left: 15%;
}

#time{
  margin-top: 5%;
  margin-left: 15%;
}

#button-back{
  background: #2B65CA;
  font-size: 24px;
  margin-left: 35%;
  margin-top: 4%;
}

#hide{
  background: #1A2229;
  opacity: 0.9;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}



.CodeMirror{
  max-height: 440px !important;
  height: 100%;
}

.glyphicon-repeat{
  cursor: pointer;
  font-size: 16px;

}

#reset-case-text{

  font-size: 13px;
  font-style: italic;
}

.case-overview-wrapper{
  display: block!important;

}

.glyphicon-star{
  color: orange;
}

.reset-block{
  margin-left: 85%;
}
