 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand&display=swap');
/*start login form*/
.login-page-header-container{
  background-color: rgba(25, 97, 146, 0.03);
      padding: 10px;
    width: 50%;
    margin: 0 auto;
    border-left: 7px solid #1d92e1;
    box-shadow: 0 10px 11px #f2f0f0;
}
.login h4{
      color: #169d82;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 6px;
    margin-top: 0px;
    margin-bottom: 14px;
    padding: 10px;
    border-left: 5px solid #333;
    border-right: 5px solid #333;
    background-color: aliceblue;
}
.login-page{
  margin-top:70px;
}
.login,
.signup{
  width: 400px;
  margin: 150px auto;
  background-color: #FFF;
  padding: 50px;
  box-shadow: 1px 1px 20px #c2cdd2;
  border-radius: 15px;
}

.login input{
  margin-bottom: 10px;
}

.login .form-control{
  background-color: #eaeaea;
}


.login-page form{
    max-width: 400px !important;
    margin: auto;    
    margin-top: 40px;
}
.login-page form input{
  margin-bottom: 5px;
}
.login-page h1{
  color: rgba(12, 82, 113, 0.5);
}
.login-page h1 span{
  cursor: pointer;

}
.login-page [data-class="signup"].selected{
  color: #398439;
}
.login-page [data-class="login"].selected{
  color: #337ab7;
}
.login-page .signup{
  display: none;
}


.errors{
  max-width: 400px;
  margin: auto;
}


/*end login form




/*navbar starts here*/
.navbar{

  position: fixed;
}
nav{
  top:0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  box-shadow:-14px 1px 8px #8c8c8cee;
    }
.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #8f8f8f;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
}
.navbar-default {
    background-color: #ffffff;
    border:none;
}


.container-fluid{
  background-color: #fff;
}
nav .dropdown img{
border-radius: 50%;
padding: 0;
    width: 35px;
}

a.img-container{

}
.navbar-default .navbar-nav>li>a {
    color: #333;
}
.navbar>.container-fluid .navbar-brand{
  margin: 0;
  padding:10px 15px;
}
.navbar-default .navbar-nav>.active>a{
  background-color: #dadada;
  color: #3a3a3a;
  font-weight: bold;

}
.navbar-default .navbar-nav>.active>a:hover{
  background-color: #dadada;
}
.navbar-default .navbar-nav a:hover{
  color: #868686;
}

.navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover{
    background-color: #3a3a3a;
  color: #FFF;

  }
  .navbar-default .navbar-nav>li>a:focus,
   .navbar-default .navbar-nav>li>a:hover {
        background-color:#dadada;
    color: #000;
   }







@media (min-width: 768px){
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    color: #FFF;
    background-color: #525252;
    box-shadow: 0 0 3px #eee;
}
.navbar-form input::placeholder{
color: #FFF;
}
.navbar-form input:-ms-input-placeholder { 
  color: #fff;
}

.navbar-form input::-ms-input-placeholder { 
  color: #fff;
}
.navbar-form .form-control:first-child{
  border-left:3px solid #b9b9b9;
  box-shadow: 0 0 3px #eee;
  background-color: #525252;
    transition: all .5s linear;
}
.navbar-form .form-control:focus{
    box-shadow: 0 0 10px #dadada;
    transition: all .5s linear;
}
.navbar-form .form-control:first-child:focus{
    width: calc(100% + 70px);
    position: relative;
    top: 0;
    left: -70px;
  transition: left .5s linear;
}
ul.center{
  margin-left: 0%;
}
ul.center li{
  margin-right: 0px;
}

}
.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #939393;
  }
.sidenav{
  position: absolute;
  top:0;
  right: -20%;
  height: 100vh;
  text-align: center;
  width: 20%;
  background-color: #FFF;
  box-shadow: 0 0 8px #8c8c8cee;
}
.navsider{
  transition: all .2s linear;
}
.navsider nav{
  right: 20%;
  transition: all .2s linear;
}
.navsider .sidenav{
  right:0;
  transition: all .2s linear;
}
.sidenav ul li{
padding-top: 20px;
width: 80%;
margin: 0 auto;
text-align: left;
}
.sidenav ul li a{
color: #333;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}

.navbar ul li a {
  font-size: 1.2em;
}

.dropdown-menu li a i{
width: 30px;
text-align: center;
}
.dropdown-menu>li>a {
    padding: 3px 10px;
  }

  .nav>li>a {
    padding: 15px 25px;
}
/*navbar ends here*/












  /*Framework Starts Here*/
.hidden_link:hover{
  cursor: pointer;
  text-decoration: none;
}

  .pointer{
    cursor: pointer;
  }
  .pointer:hover{
    cursor:pointer;
  }
  body{
    background-color: #f0f0f0;
    overflow-x: hidden !important;
  }
    
.asterisk{
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: 9px;
  color: #D20707;
}
.input-container{
  position: relative;
}
.show-pass{
  position: absolute;    
    top: 3px;
    right: -30px;
}
.noborder{
  border: none !important;
}

/*general font awesome color*/
.fa-fire-alt{
  color: #ff6200 !important;
}
.fa-pause-circle{
  color:#535353 !important;
}





/*Framework Ends Here*/



/*add form style starts here*/
textarea{
  max-width: 100%;
}
form button.btn{
      background-color: #2386c8;
    color: #FFF;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}
form div h3{
    padding: 10px;
    background-color: #ffffff;
    color: #333;
    border-left: 7.5px solid #333;
    margin: 15px 0;
}
.form-container .form-control{
  border-radius: 0;
  margin-bottom: 14px;
  border: 1px solid #eee;
  transition: all .5s linear;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
}
.form-container textarea.form-control{
    width: 100%;
    min-width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 75px
}
.form-container .form-control:focus{
      box-shadow: 0px 2px 2px #bababa;
}
.form-container{
    background-color: #fff;
    padding: 10px 10px 30px 10px;
    border: 1px solid #eee;
    box-shadow:0 0 3px #ebebeb;
    margin-top: 50px;
}
.form-container ::placeholder {
  color: #8b8b8b;
  font-size: 1.2em;
}
.cutHere{
  width: 45%;
  border-left: 5px solid #333 !important;
  background-color: transparent;
}
.cutHere2{
  width: 55%;
  border-right: 5px solid #333 !important;
}

.deadlinelabel{  
  border-radius: 0;
  margin-bottom: 14px;
  border: 1px solid #eee;
  transition: all .5s linear;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
  padding: 6px 10px;
  width: 45%;
  background-color: transparent;
  border-left: 5px solid #333 !important;
}
.deadlineinput{
  width: 55%;
  border-right: 5px solid #333 !important;
}

.input-file-container {
  position: relative;
  max-width: 225px;
  margin: 0 auto
} 
.js .input-file-trigger {
display: block;
    padding: 10px;
    background: #535353;
    color: #e1f3ff;
    font-size: 1.4em;
    transition: all .4s;
    cursor: pointer;
    text-align: center;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E !important;
  color: #39D2B4 !important;
}
.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
/*add form style ends here*/


/*dashboard page starts here*/
.chartunit .done-all-title{
background-color: #009688;
    padding: 5px 0;
    box-shadow: 0px 3px 5px #494949;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: -22.5px;
    border-radius: 5px;
}
svg{

    transition: all .25s linear;
}
.chartunit:hover svg{
transform: translate3d(0, -20px, 0);
}




/*dashboard page ends here*/





/*users page style starts here*/
.friends{
  font-size: 16px;
  text-align: center;
}
.friends-container{
border: 2px solid transparent;
    padding: 5px;
    background-color: #fdfdfd;
    box-shadow:0 2px 9px #b9b9b9;
    transition: all .2s linear
}
.friends-container:hover{
  box-shadow: none;
  border-radius: 5px;
  border:1px solid #f1f7fd;
}
.friends .fa{
  color: #2386c8;
}
.friends div{
  margin-top: 15px;
}
.friends div:first-child{
  margin-top: 0;
}


/*users page style ends here*/



/*
footer
*/

.footer{
    padding: 5px;
    background-color: #FFF;
    width: 100%;
    border-bottom: 2px solid #333;
    box-shadow: 0 0 5px #006cb447;
    bottom: 0;
    margin-top: 20px;
    right: 0;
}
.copyright{
  color: #333;
  font-weight: bold;
  word-spacing: 2.5px;
  letter-spacing: 1.25px;
}
/*
footer ends here
*/



/*media query*/
@media(min-width: 1000px){ 
/*.navbar{
  top: 0px;
  transition:all .2s linear ;
}*/

}

@media(max-width: 767px){
  .deadlinelabel{  
  border: 1px solid #eee !important;
  transition: all .5s linear;
  font-size: 16px;
  height: 40px;
  line-height: 1.6;
  padding: 6px 10px;
  width: 100%;
  background-color: transparent;
  text-align: center;
}
.deadlineinput{
  width: 100%;
  border: 1px solid #eee !important;
}
.cutHere{
  width: 100%;
  border: 1px solid #eee !important;
  background-color: transparent;
  text-align: center;
}
.cutHere2{
  width: 100%;
  border: 1px solid #eee !important;
}
form button.btn{
  width: 100%;
}
}

.fullpageheight{
    min-height: 100vh;
}
li.grey{
    background-color: #e7e7e7 !important;
}

/*single task page*/
img.download{
    width: 50px;
    position: relative;
    top: -5px;
    transition: all .1s linear;
    display: block;
    margin:0 auto;
}
img.download:hover{
    top: 0;
}
table.task tr{
    background-color: #e3e3e3;
    color: #000;
    font-weight: inherit;
    font-size: 20px;
    font-family: 'Patrick Hand', cursive;
}
table.task{
        margin-top: 50px;
    box-shadow: 0 10px 10px #636363;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #d6d6d6;}
table.task tr td:nth-child(2){
        background-color: #ededed;
}








/*
*/

.add_floating_btn{
        position: fixed;
    bottom: 30px;
    right: 50px;
}

.deleteUser{
    display: none;
    transition: all .5s linear;
}
.deleteRow:hover .deleteUser {
	display:inline-block;
}

/*

*/

.tasks-father .container{
	    padding: 5px;
	    border: 1px solid #f3f3f3;
	    padding-bottom: 20px;   
	    background-color: #fff;
	}
	.tasks .status i{
		color: #2386c8;
	}
	.taskunit{
   background-color: whitesmoke;
    padding: 10px;
    box-shadow: 12px 8px 10px #cacaca;
    transition: all .3s linear;
    margin: 5px auto;
    height: 170px;
    border: 4px solid #EEE;
	}
	.taskunit:hover{
    box-shadow: none;
    cursor: pointer;
	}
	.taskunit .name,
	.taskunit .date,
	.taskunit .sender{
		margin-top: 20px
	}

	.taskunit .date,
	.taskunit .sender{  
	text-overflow: ellipsis;		
  	white-space: nowrap;
  	overflow: hidden;
	}
	.taskunit .sender{
		text-align: left;
	}
	.taskunit .time{
		text-align: right;
	}
	.tasks-header{
		padding: 10px;
		background-color: #525252;
		color: #FFF;
		font-weight: bold;
		font-size: 1.3em;
		margin-bottom: 25px;
	}
	.tasks-header span:first-child{
		font-weight: normal;
	}


.cust{
    cursor: pointer
}

select.form-control {
    height: 40px;
}





.client_box.first{
    background-color: aliceblue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 -10px 10px #d4d4d4;
    margin-top: 40px;
}
.client_box.second{
    background-color: aliceblue;
    margin-top: 0;
    box-shadow: 0 11px 10px #dadada;
   border-radius: 10px;
}
.client_box h4{
	font-size: 20px;
    font-weight: bold;
    font-family: 'cairo';
}
.client_box.first h5 a{
	font-family: sans-serif;
    font-size: 16px;
    padding: 0px 15px;
    text-transform: uppercase;
    border-radius: 2px;
}
.client_box hr{
border-color: #e3e3e3;
    margin: 10px;
}
.client_box.second i{
	padding-right: 10px;
    color: #5cb85c;
    border-right: 1px solid;
    margin-right: 5px;
}
.client_box.second p{
    padding: 10px;
    background-color: #FFF;
    margin: 15px 15px 25px 15px;
}
.options{
        color: #050608;
    cursor: pointer;
}
.options a{
  color: #050608;
  text-decoration: none;

}
.follow-up{
position: absolute;
    right: 1px;
    top: -19px;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: -3px 0px 10px #b6b6b6;
    border-radius: 5px;
    cursor: pointer
}
.follow-up i{
    padding: 0 !important;
    border: none !important;
    margin-right: 0 !important;
}

.options-widget{    
        width: 275px;
    position: absolute;
    right: 14px;
    text-align: left;
    font-size: 16px;
    background-color: #FFF;
    padding: 0;
    top: 42px;
    color: #FFF;
    box-shadow: 0 7px 10px rgb(89 89 89 / 53%);
    z-index: 999999;
    display: none;
    border-radius: 5px;
}
.options-widget a li{
    margin: 5px auto;
    padding: 5px 10px;
    border-radius: 1px;
    transition: all .1s linear;
    border: 1px solid #FFF;
    color: #333;
    background: #fafafa;
    padding: 5px;
}
.options-widget a:hover{
    box-shadow: none;
    
}
.options-widget a{
    color: #1d1d1d;
    text-decoration: none;
    cursor: pointer;

}.options-widget a li i{
    width: 30px;
    text-align: center;
}

.client_box.second .follow-up-box{
        margin-top: 15px;
    box-shadow: 0 10px 10px #b1b1b1;
    border-radius: 5px;
    background-color: #dbe7f3;
    padding: 10px;
    transition: all .2s linear;
} 
.client_box.second .follow-up-box:hover{
    box-shadow: none;
} 
.not i{
        padding: 0 !important;
    border: none !important;
    margin-right: 0 !important;
}

.filter-box{
        padding: 10px;
    margin: 10px;
    background-color: aliceblue;
    box-shadow: 0px 4px 10px #bababa;
    border-radius: 5px;
    transition: all .2s linear;
}
.filter-box:hover{
    box-shadow: none;
}
.filter-box a{
	color: #525252;
    text-decoration: none;
}

.autocomp a{
    width: 100%;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    border: 1px solid #eee;
}
.bo{
            background-color: #eee;
    padding: 10px;
        border-right:2px solid #FFF;
        border-left:2px solid #FFF;
        border-radius: 4px;
    }


.status.cust{
    height: 50px;
    display: block
}







.dash-box a{
        display: block;
    width: 100%;
    margin: 5px;
    background-color: #ffffff;
    height: 175px;
    padding: 0;
    box-shadow: -3px 2px 10px rgb(3 38 45 / 41%);
    border-radius: 5px;
    transition: all .4s linear;
}
.dash-box .title{
display: block;
    padding: 11px;
    font-size: 18px;
    color: #fff;
    background: #1abc9c;
    background-image: linear-gradient(300deg, #1abc9c, #3498db);
    height: 50px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    transition: all .4s linear;
}
.dash-box .title:hover{
    background: #2ecc71;
    background-image: linear-gradient(144deg, #1abc9c, #2ecc71);
}
.dash-box a:hover{
    box-shadow: 0 0 0 #FFF;
}
.dash-box a .title i{
    font-size: 28px;
    position: relative;
    top: -1px;
    font-weight: 600;
}
.sp_box{
        margin: 10px;
    box-shadow: 0 0 10px #c6c6c6;
    border-radius: 10px;
    display: block;
    font-family: 'Poppins';
}
.sp_box .row{
margin: 0 !important;	
}
.sp_box .main-bar{
       display: block;
    padding: 10px;
    background-color: #53afca;
    height: 39px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #FFF;
    font-weight: bold;
    font-family: 'Poppins';
}
.sp_box .info{
    display: block;
    padding: 10px;
    height: 50px;
}
.sp_box .foot div{
    padding: 3px;
}
.sp_box .foot{
padding-bottom: 5px;	
}
.sp_box .foot .btn-danger{
padding: 6px 0;	
}

.top-filter{
        margin-bottom: 25px;
}

.sp_box .options2 {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 26px;
    top: 11px;
    padding: 5px;
    border-top-right-radius: 10px;
    cursor: pointer;
    background-color: transparent;
    display: block;
    width: 50px;
    height: 36px;
    z-index: 99;
    text-align: center;
}

.sp_box .options-widget {
    width: 200px;
    position: absolute;
    right: 25px;
    text-align: left;
    background-color: aliceblue;
    padding: 4px;
    top: 43px;
    color: #FFF;
    box-shadow: 0 0 10px #6e6e6e;
    z-index: 999999;
    display: none;
}
.sp_box .options-widget li {
    background-color: #FFF;
    margin: 5px auto;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: none;
    transition: all .1s linear;
}
.small-bo .btn{
    padding: 6px 45px;
}


.qa-single{
        padding: 0;
    margin: 5px auto;
}
.qa-single .head{
    padding: 7px 5px;
    margin: 5px auto;
    background-color: #333;
    border-radius: 2px;
    color: #FFF;
    font-weight: bold;
    height: 37px;
    cursor: pointer
}
.qa-single .head a{
    display: block;
    color: #FFF;
    text-decoration: none;
}
.qa-single .head .text{
    float: left;
}
.qa-single .head .arrow{
    float: right;
}
.qa-single .body{
        padding: 5px 18px;
    background-color: #eee;
    
    display: none;
}

.boz{
        padding: 14px;
    text-align: center;
    margin: 10px;
    background-color: #e9e9e9;
}
.boz .name{
    margin-top:10px;
}
.boz div{
    margin-top:5px;
}
.brief tbody tr th{
    width:35%
}
.brief tbody tr{
    background-color: #FFF;
    padding: 15px;
}
.brief tbody tr:nth-child(odd){
    background-color: #d2ebf2 ;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #8dcada;
    font-size: 1.7rem
}
.hedin{
    color: #53afca;
    font-weight: bold;
    text-transform: uppercase;
}




/***user page***/

.basic-inf a, .basic-inf h6{
  color: #333;
  text-decoration: none;
  cursor: default;
  margin-top: 0;
  padding-top: 0;

}
.basic-inf h4{
  margin-bottom: 5px;
}


.panel-container{
  background-color: #fafafa;
  margin-top: 10px;
  padding: 10px;
    display: block;
}

.client_logo{
        width: 120px;
    margin: 10px auto;
    box-shadow: 0px 1px 10px #dadada;
    border-radius: 50%;
}

.panel-container .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.panel-container .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.panel-container .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.panel-container .progress .progress-left{
    left: 0;
}
.panel-container .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.panel-container .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.panel-container .progress .progress-right{
    right: 0;
}
.panel-container .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    
}

@import url(https://fonts.googleapis.com/css?family=Lato:700);

.panel-container .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ebebeb;
    font-size: 24px;
    color: #1d1d1d;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    font-weight: bold;
    font-family: "Lato", Tahoma, Geneva, sans-serif;
}
.panel-container .progress.blue .progress-bar{
    border-color: #5bc0de;

    background-color: #bbbbbb;
}

.panel-container .progress.yellow .progress-bar{
    border-color: #fdba04;
}
.panel-container .progress.pink .progress-bar{
    border-color: #ed687c;
}
.panel-container .progress .progress-right .progress-bar{
  animation: loading-1 1.8s linear forwards;
}
.panel-container .progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.panel-container .progress.green .progress-bar{
    border-color: #1abc9c;
}



@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}
.panel-container .progress span.smaller {
      color: #333;
      font-size: .45em;
      padding-bottom: 20px;
      vertical-align: super;
    }

.panel-container .commission{
      background-color: #fff;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
box-shadow: 0 2px 10px #e9e9e9;
}

.panel-container .val{
      position: relative;
    z-index: 2;
}
.commiss{
      background: #ebebeb;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-family: "Lato", Tahoma, Geneva, sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel-container .note{
    padding: 10px;
    background: #ebebeb;
    margin-top: 11px;
    border-bottom-right-radius: 51px;
    color: #000;
    font-weight: bold;
    font-family: "Lato", Tahoma, Geneva, sans-serif;
    box-shadow: 0 10px 10px #cfcfcf;
}
.panel-container .note i{
  position: relative;
    top: -8px;
}
.follow-up-box{
  padding: 10px;
    background-color: #ebebeb;
    display: block;
    margin: 0;
}

.toppbar{
  display: block;
    padding: 10px;
    background: #fafafa;
    height: 40px;
}