/*body{overflow: visible; font-size:100px !important;}
.widt50{width:50%;}
.mb20{margin-bottom:20px;}
.graysection{background-color: #fcfcfc; border:1px solid #e2e2e2;}
.padtb20{padding-top:20px; padding-bottom:20px;}
.marT48{margin-top:48px;}
.marl27{margin-left:27px;}
.skip{color:#999999; font-size:20px;}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.angularTemp{background-color: #f5f5f5; padding:0 23px; overflow-y: scroll;}
.progress-score{padding: 5px 15px 0px 10px !important;
    width: 100%;
    position: fixed;
    height: 60px;
    overflow: hidden;}
.progress-score h3{margin:0px;font-size:20px; margin:0px;}
.fieldRow{background-color: #fff; padding:25px 0 25px 0; font-size:14px;}
.fieldRow label{font-weight:normal; margin-bottom:0px; color:#797979;}
.fieldRow div > strong{font-size:15px;color:#333333;}

.padlr0{padding-left:0px !important; padding-right:0px !important;}

.progres-bar{width:137px;}
.progres-bar >strong{ color:#769c35; font-size:22px; }
.progres-bar .bar{display: block; border-bottom:2px solid #c8c8c8;}
.progres-bar .bar span{display: block; height:4px; background-color:#769c35;}


.question-panal{ margin-top:14px; padding:10px; background-color: #fff;}
.nav-qus{display: table;width:100%;}
.nav-qus a{display: table-cell;padding:20px 12px; background-color: #ebeaea;font-size:18px;font-weight:bold; color:#494949;border-right:1px solid #fff;}
.nav-qus a.active,.nav-qus a:hover{background-color: #f8d543;}
.nav-qus a span{float: right; font-size:12px; color:#8b887f; font-weight:normal; margin-top: 5px;}

.que-section{padding:60px 40px 0 40px;}
.que-section .question{padding-bottom: 35px; font-size:16px; color:#878787;}
.que-section label{color:#878787;}

.dropdownMenu > button.btn {border:1px solid #e2e2e2; height:34px; text-align:left; width:100%; border-radius:0px; color:#999999; background: none !important;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline:none;box-shadow:none;}
.dropdownMenu .dropdown-menu{width:100%;}
.dropdownMenu > button.btn .caret{float:right; margin: 8px 0 0 0;}
.dropdownMenu .dropdown-menu li,.dropdownMenu .dropdown-menu li:hover{background: none; padding:0px;}
.dropdownMenu .dropdown-menu{padding:0px; margin-top:0px;}
.dropdownMenu .dropdown-menu .searchdropdown{padding:3px 5px; text-indent: 10px;}
.question .form-control{border:1px solid #e2e2e2; color:#979797; border-radius: 0px;}
.rowcal{padding-bottom:10px; width:400px; overflow: hidden;}
.rowcal .col{float:left; width:50px; text-align:center;}
.rowcal .col.first{width:100px; text-align:left;}

.angularTemp input[type="checkbox"],.angularTemp input[type="radio"] {height:10px;}
.app-detail-option{ border:1px solid #e2e2e2; border-radius:2px; padding:25px 15px 0; margin:15px 0 0 0; }
.addPlan{border:1px solid #e2e2e2; padding:20px 16px; margin-bottom:30px;}
.addPlan .btn{  background-color: #31afdf !important; border-radius:2px; color:#fff; font-size:16px;}
.addPlan .btn:hover{background-color:#2797c1; }
.graybutton{background-color: #90c434; height:50px; min-width: 148px; text-align:center; border-radius:4px; line-height: 40px; font-size: 20px; color:#fff; border:0px;}
.graybutton:hover{background-color: #86b631;}


.copy-farm-field{background-color: #fff; padding:44px 44px 47px; margin: 18px 0 0 0;}
.copy-farm-field h3{margin:0px 0 50px 0;}
.copy-farm-field .dropdownMenu > button.btn{height:54px; background: #eeeeee !important; border:0px; border-radius:4px;}

*/