@font-face {
    font-family: 'Roboto-Bold';
    src: url('../app-fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../app-fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../app-fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../app-fonts/Roboto-Medium.ttf');
}
body{
    font-weight: normal;
    font-family: 'Roboto-Light';
    line-height: 30px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    padding-right: 20px;
	margin-bottom: 8px;
    margin-top: 8px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background:#ea5455;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked + label:before {
    border-color: #ea5455;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #222222;
    font-size: 15px;
    padding-left:27px;
    padding-right: 20px;
    line-height: 19px;
    margin-bottom: 8px;
    margin-top: 8px;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border:1px solid #b5b5b5;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    content: "\f00c";
    color:#d02825;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 13px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked + label:before {
    border-color: #e53325;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.blue-check [type="checkbox"]:checked + label:before{
    border-color: #7367f0;
}
.blue-check [type="checkbox"]:checked + label:after,
.blue-check [type="checkbox"]:not(:checked) + label:after {
    color: #7367f0;
    
}
.blue-check [type="checkbox"]:checked + label::before, 
.blue-check [type="checkbox"]:not(:checked) + label::before{
    border-color: #7367f0;
}
.red-check [type="checkbox"]:checked + label:before{
    border-color: #ea5455;
}
.red-check [type="checkbox"]:checked + label:after,
.red-check [type="checkbox"]:not(:checked) + label:after {
    color: #ea5455;
    
}
.red-check [type="checkbox"]:checked + label::before, 
.red-check [type="checkbox"]:not(:checked) + label::before{
    border-color: #ea5455;
}
.t-bg{
    background-color: #f8f8f8;
}
.t-white-box{
    background-color: #fff;
    border-radius:6px;
    padding:21px;
    position: relative;
    -webkit-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.11);
     box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.11);   
}
.padding{
    padding:40px 0;
}
.t-gray-box{
    background-color: #f8f8f8;
    border-radius:6px;
    padding:15px;
    position: relative;
}
.t-title0{
    font-family:Roboto-Medium;
    font-size: 30px;
    color: #12304a; 
    line-height: 26px;
}
.t-title{
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #222; 
    line-height: 26px;
}
.t-title1{
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #222;
}
.t-title2 {
    font-size: 18px;
    font-family: Roboto-Medium;
    color: #222;
    margin-top: 0;
    letter-spacing: 0;
}
.t-title3 {
    font-size: 15px;
    font-family: Roboto-Medium;
    color: #222;
}
.t-title-blue{
    font-family: 'Roboto-Regular';
    font-size: 20px;
    color: #0074ad; 
    line-height: 26px;
}
.text{
    color: #333;
    line-height:27px;
    font-size: 15px;
}
.p-15{
    padding: 15px;
}
.p-15-20{
    padding: 15px 20px;
}
.p-35{
    padding:35px 20px;
}
.p-70{
    padding:70px 0px;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.f-center{
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.ml-auto{
    margin-left: auto;
}
.popover {
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

    .popover h3 {
        margin-top: 0;
        color: #0074ad;
        font-size:16px;
    }

    .popover p {
        line-height: 21px;
    }

    .popover a {
        margin-top: 12px;
        display: block;
        font-size: 13px;
    }
.t-icon{
    margin-right: 10px;
}
.cls-res-timer img {
    width: 100%;
}
.sec1 p{
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    line-height: 23px;
}
.sec1 .t-white-box{
    height: 100%;
}
.rank{
    margin-top: -20px;
}
.m-tb{
    margin: 12px 0;
}
.t-blue{
    color: #7367f0;
}
.t-green{
    color: #28c76f;
}
.t-red{
    color: #ea5455;
}
.t-orange{
    color: #ff9f42;
}
.t-skay{
    color:#39bcae;
}
.t-blue-d{
    color: #37517e;
}
.comment {
    display: flex;
}
    .comment + .comment {
        border-top: 1px solid #ddd;
        padding-top: 25px;
        margin-top: 25px;
    }

.left-img {
    width: 58px;
}

.right-text-com {
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.right-com {
    display: flex;
    justify-content: space-between;
}

.left-img img {
    border-radius: 50%;
}

.left-date-c {
    display: flex;
}

    .left-date-c h5 {
        margin-bottom: 0;
        font-size: 15px;
        font-family: Roboto-Medium;
        line-height: 27px;
    }

    .left-date-c .date {
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #ddd;
    }

.right-edit {
    display: flex;
    margin-top: 16px;
}

    .right-edit .edit-date {
        font-size: 14px;
        padding-left: 8px;
    }

.comment .btn-br {
    padding: 3px 18px;
    color: #37517e;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    border-radius: 50px;
    line-height: 22px;
    border: 1px solid #37517e;
    background-color: #fff;
    min-width: auto;
    width: auto;
}

    .comment .btn-br:hover {
        background-color: #0074ad;
        color: #fff;
        border-color: #0074ad;
    }

    .comment .btn-br i {
        margin-right: 6px;
    }

.comm-text {
    display: block;
    width: 100%;
    padding-top: 12px;
}
.navbar-toggler{
	border:0;
    padding: .25rem 0;
}
.navbar-toggler span {
    width: 25px;
    height:2px;
    background:#333;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform:rotate(-45deg) translate(4px,-4px);
	-ms-transform:rotate(-45deg) translate(4px,-4px);
	transform:rotate(-45deg) translate(4px,-4px);
}

.navbar-light{
    padding:0 1rem;
    border: none;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.09);
}
.navbar-light .navbar-nav > li > a.nav-link {
    color:#222222;
    display: inline-block;
    font-family: 'Roboto-Light';
    font-size: 15px;
    padding:22px;
}
.navbar-light .navbar-nav > li > a.nav-link:hover{
    color: #37517e;
}
.navbar-light .navbar-brand {
    padding: 0;
    width:190px;
}
.navbar-brand img{
    width:100%;
}
.navbar-light .container{
   position: relative;
}
.navbar-light .nav-right-blue a{
    padding:9px 30px;
    color: #37517e;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    border-radius: 50px;
    line-height: 22px;
    border: 1px solid #37517e;
}
.navbar-light .nav-right-blue a:hover{
    text-decoration: none;
    background-color: #37517e;
    color: #fff;
}
.navbar-light .nav-right-blue a.blue-btn{
    background-color: #37517e;
    color: #fff;
    margin-left:10px;
}
.navbar-light .nav-right-blue a.blue-btn:hover{
    background-color: #fff;
    color: #37517e;
    text-decoration: none;
}
.nav-right{
    order:2;
}
.login-sec .dropdown-toggle{
    background: none;
    border: 0;
}
.login-sec .dropdown-toggle::after{
    content: none;
}
.login-sec .dropdown-toggle img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
}
.login-sec .dropdown-toggle a {
    color:#222222;
    font-family: 'Roboto-Light';
    font-size: 15px;
    padding: 9px 0 9px 8px;
    border-radius: 50px;
    line-height: 22px;
}
.login-sec .dropdown-toggle a:hover{
    color:#d93025;
    text-decoration: none;
}
.login-sec .dropdown-menu {
    min-width: 190px;
    margin-top:18px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.login-sec .dropdown-menu > li > a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 4px 20px;
    font-weight: normal;
    white-space: normal;
    width: 100%;
    display: block;
    line-height: 26px;
    color: #222;
}
.login-sec .dropdown-menu > li > a:hover{
    text-decoration: none;
    color:#d93025;
}
.mr-top{
    margin-top:65px;
}
footer{
	background-color:#37517e;
	width:100%;
	display:block;
	padding-top:30px;
	border: 0;
}
footer ul{
	list-style-type:none;
	padding-left:0;
}
footer ul li{
	display: inline-block;
	width: 49%;
	padding-bottom: 12px;
}
footer ul li a{
	color:#c3cad1;
}
footer ul li a:hover{
	color:#fff;
}
footer .row-box {
    width: 100%;
    clear: both;
}
.footer-bottom {
    border-top: 1px solid #5b7095;
}
footer h4{
	color:#fff;
	text-transform: none;
	margin-bottom: 21px;
	clear: both;
    font-size: 17px;
}
footer p, footer .con-icon p{
	color:#c3cad1;
	line-height:31px;
    margin-bottom: 5px;
}
footer .con-icon i.fa-envelope{
	font-size: 15px;
}
footer .con-icon i, footer .con-icon a{
	color:#c3cad1;
}
.footer-bottom{
	border-top:1px solid #5b7095;
}
.footer-bottom p{
	color: #c3cad1;
text-align: center;
margin: 0;
padding: 12px 0;
}
.con-icon i {
    color: #ff2600;
    font-size: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.con-icon p {
    font-size: 15px;
    color: #000;
    width: 80%;
    float: left;
    line-height: 24px;
}

.sec2 .t-gray-box h5{
    margin-bottom:3px;
}
.sec2 .t-gray-box p{
    font-size: 15px;
    color: #555;
    margin-bottom:0;
    line-height: 24px;
}
hr{
    border-color:#d6d6d6;
    margin:20px 0;
}
.t-title2 small{
    font-size: 16px;
    color:#333333;
    font-family: Roboto-Regular;
}
.blue-check{
    background-color: #eeecfe;
    padding: 5px 15px;
    border-radius: 4px;
}
.red-check{
    background-color: #fdeaea;
    padding: 5px 15px;
    border-radius: 4px;
}
.displaybox {
    display: none;
}
.dis-block {
    display: block;
}
.inner-check{
    padding:0 30px ;
}
.btn {
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    border: 0;
    border-radius: 50px;
    background-color:#d93025;
    min-width: 160px;
}
.btn-red{
    background-color:#d93025;
}
.btn-red:hover{
    background-color: #555;
    color: #fff;
}
.btn-blue{
    background-color:#0074ad;
}
.btn-blue:hover{
    background-color: #555;
    color: #fff;
}
.btn-next{
    background-color:#fb9c16;
    border: 1px solid #fb9c16;
    color: #fff;
    width: 100%;
    max-width:480px;
}
.m-600{
    max-width:600px;
}
.btn-next .fa{
    margin-left: 5px;
}
.btn-next:hover{
    background-color:#fff;
    color:#fb9c16;
}
.btns .btn + .btn{
    margin-left:15px;
} 
.base-timer {
    position: relative;
    width:75px;
    height:75px;
  }
  
  .base-timer__svg {
    transform: scaleX(1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width:10px;
    stroke:#d8d8d8;
  }
  
  .base-timer__path-remaining {
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
    color:#28c76f;
  }
  
  .base-timer__path-remaining.orange {
    color: #ff9f42;
  }
  
  .base-timer__path-remaining.red {
    color: #ea5455;
  }
  
  .base-timer__label {
    position: absolute;
    width: 75px;
    height:75px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    padding: 0;
    color: #222;
  }
.response-sec{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding:30px 15px;
    z-index: 1;
}
.response-sec::before{
    content:'';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background-color:#f9fbf9;
    border-radius: 50%;
    z-index: -1;
}
.response-sec::after{
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background-color: #f9fbf9;
    border-radius: 50%;
    z-index: -1;
}
.response-sec .t-title2{
    font-size: 20px;
    margin-top: 15px;
}
.response-sec p{
    color:#111;
    max-width: 250px;
    margin: 0 auto;
}
.sec1 .t-white-box, .zoom{
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1); 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.zoom:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.sec1 .t-white-box:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
.sec1 .t-white-box:hover img{
    animation: shake-circle-02 .5s infinite alternate;
}
@keyframes shake-circle-02 {
    0% { transform: translate(-2px, 2px); }
    33% { transform: translate(-2px, 4px); }
    66% { transform: translate(-4px, 4px); }
    100% { transform: translate(-4px, 2px); }
  }

  .dis-iframe iframe{
      width:100%;
      min-height:260px;
  }
  .ma5menu {
    position: fixed;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: -300px;
    width: 300px;
    line-height: 19px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.menu-active .ma5menu {
	right:-10px;
}
.blue-head{
    display: block;
    width: 100%;
    background-color:#37517e;
    padding: 15px;
}
.ma5menu-body{
    display: block;
    width: 100%;
    padding:10px 20px;
}
.ma5menu .close-btn{
    position: absolute;
    top: 21px;
    right: 17px;
    color: #fff;
    cursor: pointer;
}
.ma5menu ul{
    padding: 0;
    list-style-type: none;
}
.ma5menu ul li a{
    font-size: 15px;
    color: #333;
    display: block;
    width: 100%;
    padding:10px 0;
}
.ma5menu ul li a:hover{
    text-decoration: none;
    color: #d93025;
}
.ma5menu .login-sec .dropdown-toggle img {
    border: 1px solid #fff;
}
.ma5menu .login-sec .dropdown-toggle a {
    color:#fff;
}
.nav-bottom{
    padding-bottom: 20px;
    display:block;
    text-align: center;
    color:#666;
    font-size: 13px;
}
.nav-bottom a{
    color:#666;
    font-size: 13px;
    padding-bottom: 5px;
}
.nav-bottom p{
    margin-bottom: 0;
    font-size: 13px;
    color:#666;
    margin-top: 9px;
}
.modal-back{
    display: none;
}
.ma5menu ul li a.b-link{
    font-family: Roboto-Medium;
    color: #d93025;
}
.ma5menu ul li a.b-link:hover{
    color:#37517e;
}
.datepicker {
    background-image: url(../app-images/calendar.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    padding-right: 28px;
}
.timepicker {
    background-image: url(../app-images/timer.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    padding-right: 28px;
}
.form-control {
    border-color: #b4b4b4;
    color: #111;
    height: 50px;
    padding: .375rem 1rem;
}
.filter-sec{
    margin-bottom: 30px;
}
.filter-sec label{
   margin-right: 15px;
   color: #666666;
}
.filter-sec .flt-bt{
   text-align: right;
}
.filter-sec p{
    line-height:19px;
}
.re-20{
    border-radius:20px;
}
.ui-datepicker {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(86, 86, 86, 0.27);
            box-shadow: 0px 0px 12px 0px rgba(86, 86, 86, 0.27);
    width: 17em;
  }
  .ui-widget-header {
    border: 0px solid #ddd;
    background: #fbfbfb;
  }
  .ui-datepicker th {
    text-align: center;
    font-weight: normal;
    color: #666;
  }
  .ui-datepicker.ui-widget-content td a {
    border: 0;
    border-radius: 50px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    color: #111;
  }
  .ui-datepicker td a.ui-state-active {
    background: #ef3b85;
    color: #fff;
  }
  .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../app-images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
  }
  .ui-datepicker .ui-datepicker-next span {
    background-image: url(../app-images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
  }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
  }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
  }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
  }
  .repository-list{
      list-style-type: none;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .repository-list li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding:20px 13px;
    border-top: 1px solid #e7e7e7;
  }
  .repository-list li p{
      font-size: 14px;
      color: #222;
      margin-bottom: 0;
      line-height: 20px;
  }
  .repository-list li b{
    font-family: Roboto-Bold;
    font-size:25px;
    font-weight: normal;
    line-height: 20px;
}
.prev-n{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom:5px;
}

  .repository-list li:nth-child(4), .repository-list li:nth-child(5){
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .repository-list li:nth-child(1), .repository-list li:nth-child(2), .repository-list li:nth-child(4){
    border-right: 1px solid #e7e7e7;
  }
  .rep-box{
      margin-bottom: 30px;
  }
  .rep-box .t-title3{
      padding:24px 0;
      font-family: Roboto-Bold;
      font-size: 16px;
      margin-bottom: 0;
  }
  .rep-box-b p{
      text-align: justify;
      font-size: 15px;
      line-height:26px;
      margin-bottom: 10px;
      color:#111;
  }
  .rep-box-b p:last-child{
      margin-bottom: 0;
  }
  .rep-tag label{
    font-family: 'Roboto-Regular';
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }
  .rep-tag p{
      margin-bottom: 0;
      font-size: 15px;
      color:#111;
  }
  .rep-box-b{
      margin-bottom:30px;
  }
  .rep-box-b hr{
      margin-top:15px;
      margin-bottom:12px;
  }
  .response-detail h5{
      font-size: 16px;
      color: #f9b36f;
      font-family: Roboto-Bold;
      margin: 25px 0 20px 0;
  }
  .response-detail h6{
    font-size: 14px;
    color: #000;
    font-family: 'Roboto-Regular';
}
.rep-box-b .t-title2 small {
    color:#37517e;
} 
.list-dot{
    list-style-type: none;
    padding:0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.list-dot li{
    width: 50%;
    position: relative;
    padding-left:12px;
    line-height:24px;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 15px;
    font-family: 'Roboto-Light';
}
.list-dot li::after {
    position: absolute;
    content: '';
    width:4px;
    height:4px;
    border-radius: 50%;
    background-color: #37517e;
    top:15px;
    left: 0;
}
.br-l{
    border-left: 1px solid #d6d6d6;
}
.screen1{
    background-image: url(../app-images/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.pagination{
    flex-wrap: wrap;
}
.pagination > li {
    display: inline;
}

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        padding: 6px 12px;
        line-height:1.5;
        color: #333;
        text-decoration: none;
background-color:transparent;
border:1px solid #37517e;
        display: inline-block;
        font-size: 14px;
        margin-left: -1px;
    }
    .pagination .GoToLabel {
        position: relative;
        float: left;
        padding: 5px 12px;
        line-height:23px;
        color: #333;
        text-decoration: none;
        background-color:transparent;
        border: 1px solid #37517e;
        margin-top: -1px;
        margin-left: -2px;
        cursor: pointer;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    
    .pagination .GoToArrow {
        display: none;
        margin-left: 5px;
    }
    
    .pagination .GoToSelect {
        margin-left: 5px;
        width: 60px;
        height: 35px;
        text-decoration: none;
        border: 1px solid #37517e;
        padding: 5px;
        border-radius: 4px;
        margin-top: -1px;
        background-color:transparent;
        color: #333;
    }
    .GoToSelect > option {
        color: #222;
    }
    .pagination li a {
        color: #888;
        cursor: pointer;
    }
    
        .pagination li a:hover {
            color: #ea5455;
        }
    
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        z-index: 3;
        background-color: transparent;
    }
    
    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a,
    .pagination > .active > a:focus {
        background-color:#37517e;
        border-color:#37517e;
        color: #fff;
    }

.sub-sec p{
   line-height:26px;
}
.tip {
    position: relative;
    background: #37517e;
    padding: 5px 8px;
    margin:0 5px;
    font-size: 14px;
    border-radius: 100%;
    color: #FFF;
    z-index: 2;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
  }
 .tooltip-inner{
      background:#37517e;
  }
  .bs-tooltip-top .arrow::before {
    border-top-color:#37517e;
  }
  .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #37517e;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.rating > label {
    display: inline-block;
    position: relative;
    margin:10px 0px;
}
.rating i.fa {
    color: #ea5455;
    font-size:20px;
    position: relative;
}
.rating > label.active:before, .rating > label.active ~ label:before, .rating > label:hover:before, .rating > label:hover ~ label:before {
    content: "\2605";
    position: absolute;
    color: #ea5455;
    font-size: 25px;
    left: -1px;
    top: -2px;
}
.repository  p a{
    color:#000;
}
.filter-p{
    display: block;
}
.filter-p .form-group {
    margin-bottom:0;
}
.filter-p label {
    font-size: 15px;
}
.filter-p .form-control {
    font-size: 15px;
    color: #333;
    height:42px;
}
.filter-p .btn{
    min-width: auto;
    margin-top: 35px;
    width: 100%;
}
.br-green{
    border:1px solid #28c76f;
    color:#28c76f;
    background-color:transparent;
    font-size: 15px;
    font-family: Roboto-Medium;
    padding: 5px 24px;
    min-width: auto;
}
.br-green:hover{
    background-color:#28c76f;
    color:#fff;
}
.br-red{
    border:1px solid #d93025;
    color:#d93025;
    background-color:transparent;
    font-size: 15px;
    font-family: Roboto-Medium;
    padding: 5px 24px;
    min-width: auto;
}
.br-red:hover{
    background-color:#d93025;
    color:#fff;
}
.participants-table thead th{
    background-color: #37517e;
    color: #fff;
    font-weight: normal;
    font-family: Roboto-Medium;
}
.row-div{
    display: flex;
    align-items: center;
}
.j-center{
    justify-content:space-between;
}
.jc-center{
    justify-content:center;
}
.par-modal .modal-body {
    padding: 2rem;
}
.btn-gray{
    background-color:#f1efe9;
    padding: 10px 30px;
    color:#222;
}
.btn-gray:hover{
    background-color:#555;
    color:#fff; 
}
.qr{
    text-align: center;
}
.qr-code{
    width:160px;
    margin:0 auto;
}
.date-time{
    font-size: 17px;
    text-align: center;
}
.sm-text{
    font-size:14px;
}
.organ b{
  display: block;
}
.organ .sm-text{
    font-size:14px;
    color:#878787;
}
.v-center{
    align-items: center;
}
.list{
    list-style-type: none;
    padding-left:0;
}
.list li{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 7px;
}
.list li::before{
    content: '';
    background-color:#0074ad;
    position: absolute;
    top: 13px;
    left: 0;
    width:5px;
    height:5px;
    border-radius: 50%;
}
.btn-r{
    background-color: #333;
    border-radius: 50%;
    padding: 9px;
    width: 40px;
    height: 40px;
    margin:0 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-r img{
    width: 100%;
}
.btn-wh{
    background-color: #28c76f;
}
.btn-dow{
    background-color:#e54c51;
}
.btn-r:hover{
    background-color:#666;
}
.cls-rd table tr{
    display: inline-block;
}
.task-room-title a{
    color:#222;
}
.task-room-title a i {
    color: #fff;
    margin-left: 5px;
    background-color: #0074ad;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 27px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.task-room-show .task-room-title a i{
    transform:rotate(180deg);
}
.task-room-box{
    margin-bottom:30px;
    display:block;
}
.task-room-show .task-room-box{
    display: block;
}
.part-title h2{
    font-family: 'Roboto-Regular';
    font-size: 19px;
    color: #222;
    line-height: 26px;
}
.part-title{
    display:none;
}
/**** Active-standards-referencer *****/

.asr-filter .row{
	margin-right: -7px;
    margin-left: -7px;
}
.asr-filter .row .col-md-2, .asr-filter .row .col-md-3, .asr-filter .row .col-md-1{
	padding-right: 7px;
    padding-left: 7px;
}
.asr-filter .form-control{
	border-color:#a5b8c1;
	box-shadow: none;
	height: 53px;
	padding:6px 35px 6px 18px;
}
.flt-btn{
	padding: 16px 26px;
	border-radius:4px;
	font-family: 'Roboto-Regular';
    text-transform: capitalize;
	background-color: #005d8b;
}
.flt-sel{
	background-image:url('../app-images/sel-a.png');
	background-repeat:no-repeat;
	background-position: right 17px center;
	font-family:arial;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.asr .panel-group {
    margin-bottom: 0;
}
.asr .panel-default .panel-title{
	margin:0;
}
.asr .panel-default .panel-title a {
    width: 100%;
    background-image: url(../app-images/open.png);
    background-repeat: no-repeat;
    background-position: left center;
    display:flex;
    font-size: 24px;
    line-height: 29px;
	padding-left: 24px;
    color: #005d8b;
    font-family: 'Roboto-Bold';
    text-transform: none;
    letter-spacing: 0px;
}
.asr .panel-default .panel-title a.collapsed{
	background-image: url(../app-images/close.png);
}
.asr .panel-default{
	padding:28px 30px;
	position: relative;
	background-color: #fff;
	margin-bottom:30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
}
.asr .panel-default:last-child{
	margin-bottom:0px;
}
.title-asr{
     color: #005d8b;
     font-family: 'Roboto-Bold';
	 display:inline-block;
	 align-self:center;
}
.title-asr-r{
    display: inline-block;
    margin-left: auto;
	text-align: right;
}
.asr .title-asr-r p{
	color:#333333;
	font-size:15px;
	font-family: 'Roboto-Regular';
	margin-bottom: 5px;
	text-align: right !important;
}
.sub-panel .panel + .panel {
    margin-top: 2px;
}
.title-asr-r h5{
	color:#ff2600;
	font-size:16px;
	font-family: 'Roboto-Medium';
	margin: 0;
}
.title-asr-sub{
	font-size:20px;
	color:#333;
	font-family: 'Roboto-Medium';
	align-self: center;
}
.title-asr-sub-inner{
	font-size:16px;
}
.asr .sub-panel .panel-default {
    padding: 20px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}
.asr .sub-inner .panel-default{
	padding: 8px 0;
	border-bottom: 0px solid #ddd;
	margin-bottom: 10px;
}
.sub-panel .panel-title{
	display:flex;
	width:100%;
}
.asr .sub-panel .panel-default .panel-title a{
	display: inline-block;
	width: auto;
	font-size:15px;
	color:#333;
	font-family: 'Roboto-Regular';
}
.asr .sub-panel .panel-default .panel-title ul li a{
		background-image: none;
}
.asr .sub-panel .panel-default .panel-body{
	padding:15px 30px;
}
.title-asr-r ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.title-asr-r ul li{
	font-size:15px;
	color:#333;
	display: inline-block;
}
.asr .sub-panel .panel-default .panel-title ul li a:hover{
	 color:#ff2600;
}
.num-par{
	width: 100%;
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.nump{
	padding-right:5px;
}
 .num-par .num-p{
	 text-align:justify;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.asr .panel-default p {
    color: #222;
	text-align:justify;
	font-size:14px;
    line-height: 24px;
}
.asr h6{
	font-size:16px;
	color: #333;
	font-family: 'Roboto-Medium';
	text-transform: none;
	margin-bottom: 16px;
    margin-top: 25px;
}
.sub-par{
	padding-left:50px;
	text-align: justify;
}
.btn-all{
    position: absolute;
    top:-12px;
    font-size: 12px;
    left: 28px;
    background-color: #005d8b;
    color: #fff;
    padding: 1px 12px;
    border-radius: 34px;
}
.btn-all:hover, .btn-all:focus{
	background-color:#333;
    color: #fff;
}
.ext-close-btn{
	display:none;
}
.ext-open .ext-close-btn{
	display:block;
}
.ext-open .ext-btn{
	display:none;
}
.row-title, .issu-rev{
	width: 100%;
	clear: both;
	display: -ms-flexbox;
	display: flex;
}
.mt-0{
	margin-top:0;
}
.asr .row-title h6{
	margin-top:0;
}
.issu-rev ul{
	list-style-type:none;
	padding-left:0;
	margin-left:auto;
}
.issu-rev ul li {
    font-size: 15px;
    color: #333;
    display: inline-block;
}
.issu-rev ul li a {
    display: inline-block;
	padding-left: 24px;
    width: auto;
    font-size: 15px;
    color: #333;
    font-family: 'Roboto-Regular';
}
.issu-rev ul li a span{
	background-color: #e4f3fb;
	padding: 3px 7px;
	border-radius: 4px;
	color: #005d8b;
}
.issu-rev ul li a:hover span{
	color: #fff;
	background-color: #005d8b;
}
.asr .collapse.in{
	height: 100% !important;
}
.title-asr-sub-inner2 {
    width: 100%;
    background-image: url(../app-images/open.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    font-size: 16px;
    color: #333;
    font-family: 'Roboto-Medium';
    padding-left: 20px;
    margin-bottom: 16px;
    text-transform: none;
    letter-spacing: 0px;
}
.title-asr-sub-inner2.collapsed {
    background-image: url(../app-images/close.png);
}
.title-asr-sub-inner2 {
    font-size: 16px;
}
.num-p {
    color: #222;
    text-align: justify;
    font-size: 14px;
}
.light-bg{
    background-color: #f8f8f8;
}
.fontstyle {
    background: #f3f3f3;
}
.white-box-new {
    background: #fff;
    width: 100%;
    float: left;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 11%);
}
.title3{
    font-family: Roboto-Medium;
}
h4.head-top{
    font-family: Roboto-Medium;
}
.ext-close-btn{
	display:none;
}
.ext-open .ext-close-btn{
	display:block;
}
.ext-open .ext-btn{
	display:none;
}

.display-b {
    display: block !important;
}
.dash-bus, .dash-new{
	background-color: #f3f3f3;
}
.bus-sec h2{
	max-width:88%;
}
.dash-box:hover .dash-right i{
	color:#0079b5;;
}
.m-auto{
 margin:0 auto
}
.pop {
    color: #0645ad;
}
.fin-stat{
	padding:15px 24px;
	border:1px solid #ddd;
	border-radius:5px;
}
.fin-stat h3{
	font-size:18px;
	color:#043f71;
	font-family: 'Roboto-Medium';
	letter-spacing: 0;
	min-height:50px;
}
.fin-stat h4{
	font-size:15px;
	color:#555555;
	font-family: 'Roboto-Light';
	text-transform: capitalize;
    letter-spacing: 0;
}
.fin-stat h5{
	font-size:16px;
	color:#555555;
	font-family: 'Roboto-Light';
	text-transform: capitalize;
    letter-spacing: 0;
	margin-top: 15px;
	
}
.fin-stat h5 span{
	color:#0074ad;
	font-family: 'Roboto-Bold';
}
.fin-stat h6{
	font-size:16px;
	color:#222;
	font-family: 'Roboto-Medium';
	letter-spacing: 0;
	text-transform: capitalize;
	margin-top: 22px;
}
.arrow2 .owl-controls {
    width: 84px;
}
.arrow2 .owl-controls .owl-prev, .arrow2 .owl-controls .owl-next{
	border: 1px solid #ddd;
	padding:4px 13px;
	border-radius: 4px;
	box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.08);
	margin:0;
	background-color:#fff;
}
.arrow2 .owl-controls .fa {
    font-size: 24px;
    color: #12304a;
}
.arr-left .arrow2 .owl-controls{
	left: -387px;
	top: auto;
	bottom: 0;
}
.bus-list{
	list-style-type:none;
	padding:0;
	margin-right:-9px;
	position:relative;
	display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.bus-list:before{
	position:absolute;
	bottom:0;
	width:100%;
	height:4px;
	background-color:#f1f5f7;
	left:0;
	content:'';
}
.bus-list li{
	float:left;
	padding: 10px;
	width:50%;
	text-align:center;
	border-bottom:1px solid #c3d6df;
	border-right:1px solid #c3d6df;
}
.bus-list li:hover{
	background-color:#fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.bus-list li h3{
	color:#043f71;
	font-size:24px;
}
.bus-list li p{
	font-size:15px;
	color:#111111;
}
.arr-right .arrow2 .owl-controls {
    top:25px;
    right: 0;
}
.p-box-m{
		display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
}
.p-box{
	border:1px solid #ddd;
	border-radius:5px;
	padding:15px;
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	
}

.p-img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-right:15px;
}
.p-box-t{
	display: inline-block;
	-ms-flex-item-align: center;
    align-self: center;
}
.p-box-t h4{
	margin-top:0;
	margin-bottom:2px;
	color:#12304a;
	text-transform: capitalize;
	letter-spacing: 0;
	font-family: 'Roboto-Medium';
}
.p-box-t p{
	font-size:14px;
	color:#0074ad;
	margin:0;
}
.row-box2{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.row-box2 h3{
	color:#12304a;
}
.select-box{
	background: url(../app-images/down-arrow.png) right 2px center no-repeat;
    box-shadow: none;
    height:45px;
	width: 300px;
	padding-right:40px;
	padding-left:16px;
	background-size:33px;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color:#12304a;
	font-family: 'arial';
	margin-left: auto;
	border:0;
	text-align: right;
}
.issue-entry .select-box {
    background: none;
}
.br-b{
	border-bottom: 1px solid #c3d6df;
    padding-bottom: 33px;
}
.img-responsive{
    max-width: 100%;
}
.asr a:hover{
    text-decoration: none;
}
.popover h3 {
    color: #0074ad;
    font-size: 16px;
}
.repository p a.pop{
    color: #0645ad;
    font-family: 'Roboto-Regular';
}
.rep-tag p.sm-text {
    font-size: 14px;
    color: #666;
}
.photo-name{
    display: flex;
    align-items: center;
}
.photo-name .pimg{
    border-radius:50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.m-text{
    padding-left:8px;
}
.m-text p{
    padding-bottom:0 !important;
}
.offers .t-title {
    color:#37517e;
}
a:hover {
    text-decoration: none;
}
/********************************** RESPONSIVE *********************************/

@media (min-width:300px) and (max-width:575px) {
    .rank{
        margin-top: -15px;
    }
    .sec2 .t-gray-box {
        margin:2px 0;
        padding: 10px;
    }
    .sec2 .t-gray-box p {
        font-size: 14px;
        line-height: 16px;
    }
    .inner-check {
        padding: 0 ;
    }
    .t-title2 small {
        display: block;
        font-size: 14px;
        padding-top: 7px;
    }
    .btn{
        padding: 10px 30px;
        width: 100%;
    }
    .btns {
        flex-direction: column;
    }
    .btns .btn{
       width: 100%;
    }
    .btns .btn + .btn {
        margin-left: 0;
        margin-top: 25px;
    }
    .inner-check .t-title3{
        min-height: 50px;
    }
    .inner-check [type="checkbox"]:checked + label, .inner-check [type="checkbox"]:not(:checked) + label{
        padding-right: 0;
    }
    .t-title0 {
        font-size: 24px;
        line-height: 34px;
    }
    .t-title-blue {
        font-size: 18px;
    }
    .filter-sec .form-inline .form-control {
        width: 100%;
    }
    .filter-sec .form-inline .form-group{
        width: 100%;
    }
    .flt-bt .btn-blue{
        width: 100%;
        margin-top:10px;
    }
    .filter-sec label {
        margin-bottom: 6px;
    }
    .rep-tag p{
        padding-bottom: 8px;
    }
    .rep-tag .btn-blue{
       margin-top:10px;
    }
    .list-dot{
        margin-bottom:15px;
    }
    .response-detail h5 {
        margin: 12px 0 20px 0;
    }
    .br-l{
        border-left: 0px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .pagination > li {
        margin: 4px;
    }
    .participants .btn{
        width: auto;
    }
    .participants .btn-red{
        padding: 8px 22px;
        line-height: 19px;
    }
    .task-room .t-title0{
        font-size: 20px;
        line-height: 34px;
    }
    .task-room-title a i{
        width: 25px;
        height: 25px;
        line-height: 27px;
        font-size: 23px;
    }
    .part-title{
        cursor: pointer;
        display: flex;
    }
    .filter-p{
        display: none;
    }
    .part-show .filter-p{
        display: block;
        margin-top:10px;
    }
    .part-show .fa-ellipsis-v::before{
        content: "\f00d";
    }
    .part-sec{
        margin-top: 28px;
    }
    .asr-filter .form-control {
        margin: 10px 0;
    }
    .flt-btn{
        width: 100%;
    }
    .asr .panel-default .panel-title a{
        display: block;
    }
    .asr .panel-default {
        padding: 15px;
    }
    .asr .panel-default .panel-title a {
        line-height: 27px;
        font-size: 21px;
    }
    .title-asr-r {
        display: block;
        margin-left: 0;
        text-align: left;
    }
    .asr .title-asr-r p{
        text-align: left !important;
    }
    .sub-panel .panel-title {
        display: block;
    }
    .asr .sub-panel .panel-default {
        padding: 10px;
    }
    .asr .sub-panel .panel-default .panel-body {
        padding: 15px;
    }
    .asr h6 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .asr .sub-panel .panel-default .panel-title a {
        display: block;
    }
    .asr .sub-panel .panel-default .panel-title ul li a {
        padding: 0 5px;
    }
    .title-asr-r ul {
        margin-top: 9px;
    }
    .row-title{
        display:block;
    }
    .issu-rev ul li a {
        padding-left: 0;
        margin-bottom: 7px;
    }
    .task-room-box{
        display:none;
    }
    .ar-right{
        order: 1;
    }
    .btn-all {
        top: -21px;
    }
    .asr .panel-default .panel-title a{
        background-position: left top 9px;
    }
    .title-asr-sub-inner2{
        display: block;
        background-position: left top 11px;
        text-align: left;
    }
    .sub-par {
        padding-left: 20px;
        text-align: left;
    }

}
@media (min-width:576px) and (max-width:767px) {
    .sec2 .t-gray-box {
        margin: 10px 0;
    }
    .filter-sec .form-inline .form-control {
        width: 100%;
    }
    .filter-sec .form-inline .form-group{
        width: 100%;
    }
    .flt-bt .btn-blue{
        width: 100%;
        margin-top:18px;
    }
    .filter-sec label {
        margin-bottom: 6px;
    }
    .rep-tag p{
        padding-bottom: 8px;
    }
    .rep-tag .btn-blue{
       margin-top:10px;
    }
    .list-dot{
        margin-bottom:15px;
    }
    .response-detail h5 {
        margin: 12px 0 20px 0;
    }
    .br-l{
        border-left: 0px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .participants .btn-red{
        padding: 8px 22px;
        line-height: 19px;
    }
    .task-room .t-title0{
        font-size: 20px;
        line-height: 34px;
    }
    .task-room-title a i{
        width: 25px;
        height: 25px;
        line-height: 27px;
        font-size: 23px;
    }
    .part-title{
        cursor: pointer;
        display: flex;
    }
    .filter-p{
        display: none;
    }
    .part-show .filter-p{
        display: block;
        margin-top:10px;
    }
    .part-show .fa-ellipsis-v::before{
        content: "\f00d";
    }
    .part-sec{
        margin-top: 28px;
    }
    .asr-filter .form-control {
        margin: 10px 0;
    }
    .flt-btn{
        width: 100%;
    }
    .asr .panel-default .panel-title a{
        display: block;
    }
    .asr .panel-default {
        padding: 15px;
    }
    .asr .panel-default .panel-title a {
        line-height: 27px;
        font-size: 21px;
    }
    .title-asr-r {
        display: block;
        margin-left: 0;
        text-align: left;
    }
    .asr .title-asr-r p{
        text-align: left !important;
    }
    .sub-panel .panel-title {
        display: block;
    }
    .asr .sub-panel .panel-default {
        padding: 10px;
    }
    .asr .sub-panel .panel-default .panel-body {
        padding: 15px;
    }
    .asr h6 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .asr .sub-panel .panel-default .panel-title a {
        display: block;
    }
    .asr .sub-panel .panel-default .panel-title ul li a {
        padding: 0 5px;
    }
    .title-asr-r ul {
        margin-top: 9px;
    }
    .row-title{
        display:block;
    }
    .task-room-box{
        display:none;
    }
    .ar-right{
        order: 1;
    }
    .btn-all {
        top: -21px;
    }
    .asr .panel-default .panel-title a{
        background-position: left top 9px;
    }
    .title-asr-sub-inner2{
        display: block;
        background-position: left top 11px;
        text-align: left;
    }
    .sub-par {
        padding-left: 20px;
        text-align: left;
    }

}
@media (min-width:992px) {

   .or-2{
       order: 2;
   }
   .filt-btn{
       display: none;
   }
   .md-link{
       display: none;
   }
   .timer-fix{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
   }
   .top-timer .timer-fix{
    position: fixed;
    top: 79px;
    right: 30px;
    height: auto;
    z-index: 9999;
    width: auto;
    
   }
   .top-timer .timer-fix img, .top-timer .timer-fix p{
    display: none;
   }
   .task-room-title i{
    display: none;
   }
}
@media (max-width:991px) {
    .navbar-collapse{
        display: none;
    }
    .navbar-light .container {
        max-width: 100%;
    }
    .navbar-collapse{
        position: absolute;
        top: 57px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        right: -15px;
        left: -15px;
        transition: all 0.4s ease;
        background-color: #37517e;
        height: 100%;
        height: 100vh;
        overflow-y: auto;
        z-index: -1;
        min-height:450px;
    }
    .navbar-light .navbar-brand {
        padding: 8px 0;
        width: 150px;
    }
    .navbar-light .navbar-nav > li > a.nav-link {
        display: block;
        padding: 12px 15px;
        color: #fff;
    }
    .navbar-light .nav-right-blue a{
        padding: 12px 15px;
        display: block;
        border: 0px solid #37517e;
        color: #fff;
    }
    .navbar-light .nav-right-blue a:hover {
        text-decoration: none;
        background-color: #fff;
        color: #37517e;
    }
    .navbar-light .nav-right-blue a:hover {
        text-decoration: none;
        background-color: transparent;
        color: #fff;
    }
    .navbar-light .navbar-nav > li > a.nav-link:hover {
        color: #fff;
    }
    .navbar-light .nav-right-blue a.blue-btn {
        background-color: transparent;
        color: #fff;
        margin-left: 0;
    }
    .navbar-light .nav-right-blue a.blue-btn:hover {
        background-color:transparent;
        color: #fff;
    }
    .navbar-collapse{
        padding-top: 7px;
        border-top: 1px solid #f4f4f4;
        margin-top: 2px;
    }
 
    .padding {
        padding: 26px 0;
    }
    .mr-top {
        margin-top: 60px;
    }

   footer{
        display: none;
    }
    .m-filter-icon{
        padding: 5px 20px;
        border: 1px solid #b9b9b9;
    }
    .m-filter-icon img, .m-filter-icon p{
        display: none;
    }
    .base-timer, .base-timer__label {
        width: 55px;
        height: 55px;
        font-size:16px;
    }
    #sec1{
        position: fixed;
        left:15px;
        right:15px;
        top: 59px;
        height: auto;
        z-index: 9;
        border-radius: 0;
        height: auto;
 
    }
    
    .filt-btn{
        background-color: #f2f2f2;
        padding: 10px;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        line-height: 21px;
    }
    .sec1 .t-white-box {
        height: auto;
    }
    .m-hide{
        display: none;
    }
    .icon-show .m-hide{
        display: block;
    }
    .icon-show .fa-ellipsis-v::before {
        content: "\f00d";
    }
    .icon-show #sec1{
        height: 100%;
        overflow-y: auto;
        padding-bottom: 70px;
        align-content: flex-start;
        background-color:#fff;
    }
    .icon-show .filt-btn{
        line-height:19px;
    }
    .m-sec2{
        margin-top:65px;
    }
    .sec1 .t-white-box:hover{
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Safari 3-8 */
        transform: scale(1); 
    }

    .menu-active .modal-back{
        display: block;
    }
    .modal-back {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        opacity: 0.5;
    }
    .login-link a{
        display: block;
        width: 100%;
        color: #fff;
        font-family: 'Roboto-Regular';
        font-size: 15px;
        padding:7px 5px;
    }
    .ma5menu .close-btn {
        right: 28px;
    }
    .screen1{
        background-image:none;
    }
    .filter-sec p {
        line-height: 23px;
    }
    .task-exam .t-title0{
        margin-top: 65px;
    }

}
@media (min-width:768px) and (max-width:991px) {
    .sec2 .t-gray-box {
        margin: 10px 0;
    }
    .filter-sec .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 auto;
    }
    .filter-sec .form-inline .form-control {
        width: 100%;
    }
    .filter-sec .flt-bt {
        align-self:start;
    }
    .filter-sec .flt-bt .btn{
        width: 100%;
    }
    .filter-sec label {
        line-height: 20px;
        margin-bottom: 10px;
    }
    .list-dot li {
        width: 100%;
    }
    .response-detail h6 {
        min-height: 33px;
    }
    .date-range {
        padding-top: 0;
    }
    .date-range input{
        margin: 10px 0;
    }
    .asr-filter .form-control {
        margin: 10px 0;
    }
    .flt-btn{
        width: 100%;
    }
    .asr .panel-default .panel-title a {
        font-size: 20px;
        line-height:24px;
    }
    .asr .panel-default {
        padding: 20px;
    }
    .task-room-box{
        display:none;
    }

}
@media (min-width:992px) and (max-width:1199px) {
    .filter-sec label {
        font-size: 15px;
        margin-right: 6px;
    }
    .filter-sec .form-inline .form-control {
        width: 190px;
    }
    .repository-list li{
        padding: 12px 7px;
    }
    .repository-list li p {
        font-size: 13px;
    }
    .response-detail h6 {
        min-height: 33px;
    }

}