.navbar-top-links li{
  display: inline-flex !important;
}
.input-group-btn{
  min-width:100px !important;
}
.text-left{
  text-align: left !important;
}
.select2-selection{
  height: 40px !important;
  padding-top: 5px;
  padding-left: 7px;
  border-radius: 30px !important;
  border:1px solid #e5e6e7 !important;
}
.add-btn{
  height: 70px !important;
  width: 70px !important;
  font-size: 32px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.input-group-btn>.btn{
  font-size: 12px;
}
select.form-control{
  height: 40px !important;
  border-radius: 30px;
}
.select2-dropdown{
  width: 471.984px;
  padding-top: 15px;
  top: -14px;
  background: transparent !important;
  border:1px solid #e5e6e7 !important;
  border-top:0px !important;
}
.select2-results{
  background: #fff;
}
.ui-tooltip {
  background: #2f404feb;
  width: auto;
  position: absolute;
  padding: 10px;
  color: #fff;
  border: 1px solid #263948;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
}
.notifications{
  list-style: none;
  padding-left: 0px;
}
.notifications li a{
  display: block;
  padding: 10px 15px;
  background: #fff;
  color: #969696;
  border-bottom: 1px solid #ddd;
}
.notifications li a.unread{
  background: #ffe8b5;
  color:#a37400;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #f1f7ee;
}
#finishbtn{
  display: none;
}
.mgr5{
  margin-right: 5px;
}
.lh-20{
  line-height: 20px;
}
.input-group-addon{
  /* background: #f4f4f5;*/
}
.top5{
  margin-top: 5px;
}
.top15{
  margin-top: 15px;
}
.bottom15{
  margin-bottom: 15px;
}
.bottom30{
  margin-bottom: 30px;
}
#map-canvas-full-height{
  height: 75vh;
  width: 100%;
}
.loginscreen.middle-box.login{
  width: 320px;
  background: #093b79;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  margin-top: 25px;
}
.loginscreen.middle-box{
  width: 400px;
}
.map-preview{
  height: 300px;
  width: 100%;
  border: 1px solid #ccc;
}
.nav > li > a i{
  width: 20px;
}
.block{
  display: block;
}
.chart-title{
  color: #cb4508;
  font-weight: 100;
  margin-bottom: 10px;
}
.logo{
  width: 150px;
}
.ibox-title.green{
  background-color: #4bc0c0;
  color: #fff !important;
}
.nav > li.active {
  border-left: 4px solid #4bc0c0 !important;
  background: #4bc0c0 !important;
}
.form-control:focus, .single-line:focus {
  border-color: #e87800 !important;
}
.custom-logo-text{
  font-weight: 800;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 30px;
  border: 1px solid #b31f23;
  padding: 15px;
  background: #d23337;
}
.forget-text{
	color:#90A2A2;
}
input.form-control{
	height: 40px;
	border-radius: 40px;
	padding: 0px 15px;
}
.label-primary{
  background: #4bc0c0 !important;
}
.btn-white{
  background-color: #989898 !important;
  border-color: #e5e6e7 !important;
  border-radius: 40px;
  text-transform: capitalize;
  font-weight: 600;
  height: 40px;
  color: #fff;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-danger{
  background-color: #ed5565 !important;
  border-color: #ed5565 !important;
  border-radius: 40px;
  text-transform: capitalize;
  font-weight: 600;
  height: 40px;
  color: #fff;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.bg-white .btn-white{
  color: #555 !important;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1;
    padding-top: -1px;
    height: 30px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    min-width: auto !important;
}
.top30{
	margin-top:30px;
}
.nowrap{
	white-space:nowrap;
}
.btn-danger:hover{
  color: #fff;
  background: #ed5565;
}
a.btn-primary, a.btn-white, a.btn-danger-rounded, a.btn-danger{
	padding:9px 15px;
}
.btn-danger-rounded{
	background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
    min-width: 100px;
    border-radius: 40px;
    height: 40px;
	font-weight:600;
}
.btn-primary {
    background-color: #4bc0c0;
    border-color: #4bc0c0;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    height: 40px;
    color: #FFFFFF;
  	padding-left:20px;
  	padding-right:20px;
}
.bg-white{
  background: #ffffff !important;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-10{
  margin-bottom: 10px;
}
.btn-upload-photo{
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-bottom: 15px !important;
}
.media-heading {
    margin-bottom: 10px !important;
}
.chatbox{
  border: 1px solid #e5e6e7;
  background: #f9fafb;
  border-radius: 5px;
  min-height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.float-right-top{
  position: absolute;
  top: 1px;
  right: 16px;
  padding: 5px 10px;
  background: #ffffffd9;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ec5362;
  cursor: pointer;
}
.pembicara{
  color: #555;
  padding: 10px;
  margin: 5px 58px 5px 10px !important;
}
.pembicara .media-body{
  color: #fff;
  background: #1eb493;
  border:1px solid #1eb493;
  padding:10px;
  border-radius: 6px;
  width: auto;
}
.pembicara .media-body a{
  color: #797412;
}
.pembicara .avatar{
  width:48px;
}
.lawanbicara{
  color: #555;
  padding: 10px;
  margin: 5px 10px 5px 58px !important;
  border-radius: 6px;
}
.lawanbicara .media-body{
  background: #fff;
  border:1px solid #ccc;
  color: #555;
  text-align: right;
  padding:10px;
  border-radius: 6px;
  width: auto;
}
.lawanbicara .avatar{
  width:64px;
}
.lawanbicara .media-body a{
  color: #797412;
}
.text-strong{
  font-weight: 700;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
