a {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
* {
  margin: 0;
  padding: 0;
}
.button-slide {
  padding: 10px 0 10px;
}
.button-slide label {
  width: 50px;
  height: 26px;
  display: block;
  margin: 7px 0 0;
  padding: 4px 3px 0;
  background-color: #989898;
  border-radius: 13px;
  float: right;
  position: relative;
}
.button-slide label::after {
  content: "";
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.license-block p {
  font-size: 14px;
  margin: 5px 0;
  color: gray;
}
.license-block .button-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}
.license-list-content ul li {
  margin-bottom: 1px;
  border-bottom: 1px solid #efefef;
}
.license-list-content ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #30cfa8;
  transition: all 0.2s ease-in;
}
.license-list-content ul li:hover::after {
  height: 4px;
}
.license-list-content ul li a {
  display: block;
  width: 80%;
}
.license-list-content ul li .license-block {
  padding: 16px 20% 16px 28%;
}
.license-list-content ul li.enable .button-slide label {
  text-align: right;
  background-color: #33d718;
}
.license-list-content ul li.enable .button-slide label::after {
  left: auto;
  right: 3px;
}
.license-list-content ul li.active {
  background-color: #30cfa8;
}
.license-list-content ul li.active .button-slide {
  display: none;
}
.license-list-content ul li.active .button-block {
  text-align: right;
  padding: 17px 5px 0 0;
}
.license-list-content ul li.active .button-block span.fa {
  display: block;
}
.license-list-content ul li.active .license-block p {
  color: white;
}
ul.list-unstyled {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
img {
  border: none;
}
body {
  color: #505458;
  background-color: #f5f5f5;
}
.red {
  color: red !important;
}
.green {
  color: green !important;
}
h3 {
  font-weight: 500;
}
h4 {
  font-weight: 500;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: 500;
}
.geography-block .title-block h3 {
  font-weight: 700;
}
.geography-block .user-head.title-block {
  padding: 10px 0;
}
.geography-block .search-bar {
  width: 40%;
  display: inline-block;
  position: relative;
}
.logo h4 {
  font-weight: 700;
}
.fixed-element {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.white-bg {
  background-color: white;
}
.margin-top {
  margin-top: 15px;
}
.top-pane {
  background-color: #292b38;
  padding: 10px 20px;
}
.display-bar {
  text-align: right;
}
.display-bar ul {
  margin: 0;
}
.display-bar li img.user-icon {
  width: 36px;
  height: 36px;
}
.options-pane {
  background-color: #3a3c4c;
  width: 70px;
  height: 100%;
  top: 59px;
}
.options-menu {
  z-index: 1;
}
.options-menu ul > li.menubar {
  margin: 10px 0;
  padding-left: 5px;
  color: gray;
  text-align: center;
}
.options-menu ul li.menubar {
  margin: 4px 0;
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.options-menu ul li.menubar:hover {
  background-color: #efefef;
  color: #1aae88;
}
.options-menu ul li.menubar:hover a {
  background-color: #efefef;
  color: #1aae88;
}
.options-menu ul li.menubar:hover span {
  background-color: #efefef;
  color: #1aae88;
  min-width: 200px;
  display: block;
}
.options-menu ul li.menubar:hover ul.sub-menu {
  display: block;
}
.options-menu ul li.menubar:hover ul.sub-menu > li > a {
  color: gray;
}
.options-menu ul li.menubar:hover ul.sub-menu > li > a span {
  color: gray;
}
.options-menu ul li.menubar:hover ul.sub-menu > li:hover > a {
  color: #1aae88;
}
.options-menu ul li.menubar:hover ul.sub-menu > li:hover > a span {
  color: #1aae88;
}
.options-menu ul li.menubar i {
  font-size: 20px;
}
.options-menu ul li.menubar > a {
  padding: 10px 15px;
  display: block;
  text-align: center;
  color: white;
  border-left: 3px solid #6b7098;
  position: relative;
}
.options-menu ul li.menubar > a > span {
  text-align: left;
  padding: 13px 10px 10px;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  display: none;
}
.options-menu ul li.menubar span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.options-menu ul li.menubar ul.sub-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 70px;
  width: 200px;
}
.options-menu ul li.menubar ul.sub-menu li {
  text-align: left;
  background-color: #efefef;
  padding: 1px;
}
.options-menu ul li.menubar ul.sub-menu li span {
  position: static;
  min-width: 0;
}
.options-menu ul li.menubar ul.sub-menu li span > i {
  margin-right: 5px;
}
.options-menu ul li.menubar ul.sub-menu > li > a {
  display: block;
  padding: 7px 5px 7px 10px;
  color: white;
}
.title-block {
  padding: 10px;
  position: relative;
}
.title-block .breadcrumb {
  background-color: transparent;
  padding: 0;
}
.title-block .breadcrumb ul li {
  font-size: 15px;
}
.title-block h3 {
  font-size: 20px;
  margin: 0 0 7px 0;
  font-weight: bold;
}
a#menuExpand {
  font-size: 15px;
  position: absolute;
  right: -30px;
  top: 40px;
  padding: 0 5px;
  display: none;
  width: 30px;
}
.title-list .nav-tabs > li.active > a {
  border: none;
}
.title-list .nav-tabs > li.active > a:focus {
  border: none;
}
.title-list .nav-tabs > li.active > a:hover {
  border: none;
}
.title-list ul {
  border: none;
}
.title-list ul li {
  margin-bottom: 15px;
  padding: 15px 10px;
  width: 100%;
  float: left;
  cursor: pointer;
  color: #376db4;
}
.title-list ul li a {
  color: #376db4;
  display: block;
  padding: 0;
  border: none;
  margin: 0;
}
.title-list ul li:last-child {
  margin-top: 0;
}
.title-list ul li:hover::after {
  height: 5px;
}
.title-list ul li > a span.fa {
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}
.title-list ul > li {
  position: relative;
  font-weight: 700;
}
.title-list ul > li::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  background-color: #376db4;
  -webkit-transition: height 0.2s ease-in;
  -ms-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
.title-list ul > li ul.license-list li {
  padding: 5px 10px;
}
.title-list ul > li ul.license-list li::after {
  background-color: #30cfa8;
}
.title-list ul li.active {
  color: white;
  background-color: #376db4;
}
.title-list ul li.active a {
  color: white;
  background-color: #376db4;
}
.title-list ul li.active > a:focus {
  color: white;
}
.title-list ul li.active > a:hover {
  color: white;
}
.title-list ul li.active > a span.fa {
  float: right;
  margin-right: 0;
}
.title-list ul ul.license-list li.active {
  background-color: #30cfa8;
}
.title-list ul ul.license-list li.active a {
  background-color: #30cfa8;
}
.title-list .nav > li > a:focus {
  background-color: transparent;
}
.title-list .nav > li > a:hover {
  background-color: transparent;
}
.content-pane {
  background-color: #f5f5f5;
  padding: 80px 30px 10px 100px;
}
.title-sub-content {
  display: none;
}
.title-sub-content p.addLicense {
  text-align: center;
  margin-top: 10px;
}
.title-sub-content p.addLicense a {
  display: inline-block;
  font-size: 16px;
  color: white;
  padding: 2px 10px;
}
.title-sub-content ul.license-list .img-content {
  width: auto;
  float: left;
  margin-right: 20px;
}
.title-sub-content ul.license-list .text-content p {
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 0;
  text-transform: uppercase;
}
.title-sub-content ul.license-list .text-content span {
  font-size: 13px;
  font-weight: lighter;
  margin-bottom: 0;
}
.title-sub-content ul.license-list li span.fa {
  position: absolute;
  right: 5px;
  top: 35%;
}
.content {
  padding: 0;
}
.content .ajax-success {
  position: static;
}
.content .ajax-success .alert-success {
  float: left;
  position: absolute;
  left: 25%;
  width: 50%;
  top: 40px;
  z-index: 1100;
  text-align: center;
}
.content .ajax-success .alert-danger {
  float: left;
  position: absolute;
  left: 25%;
  width: 50%;
  top: 40px;
  z-index: 1100;
  text-align: center;
}
.content-right {
  padding-left: 15px;
}
.content-top {
  border-bottom: 1px solid #9db9dd;
  padding: 15px 10px;
}
.content-top h3 {
  margin: 0;
}
.content-top h3 span.fa {
  margin-right: 10px;
}
.content-bottom {
  padding: 30px 3%;
}
.details-list ul li {
  text-align: center;
  padding: 0 6%;
  margin-bottom: 28px;
}
.details-list ul li:last-child {
  margin-bottom: 0;
}
.details-list ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.details-list ul li.col-md-4 {
  margin-bottom: 0;
}
.details-list select {
  border: 1px solid #b6b6b6;
  min-width: 76%;
  padding: 5px;
  text-align: center;
}
.details-text {
  border-bottom: 1px solid #f0f0f0;
}
.details-text h6 {
  color: #454545;
}
.details-text p a {
  border-bottom: 1px solid #337ab7;
}
.contact-list {
  padding: 0 6% 0 3%;
}
.contact-list h6 {
  color: #18a37f;
}
.contact-list p {
  font-size: 13px;
}
.contact-list p .fa-phone {
  color: #01b2e6;
  margin-right: 5px;
}
.bottom-content {
  padding-top: 15px;
}
.bottom-content .details-list ul li {
  padding: 0 4%;
  vertical-align: top;
}
.bottom-content .details-list h5 {
  color: #01b2e6;
  padding-left: 4%;
  font-size: 16px;
  margin-top: 0;
}
.license-detail-entries .bottom-content .form-group {
  padding: 0 3%;
  border-bottom: none;
  text-align: center;
}
.license-detail-entries .bottom-content .form-group input {
  border-color: transparent;
  text-align: center;
  font-size: 12px;
  box-shadow: none;
  border: 1px solid #f0f0f0;
}
.license-detail-entries .bottom-content .form-group p {
  position: relative;
}
.license-detail-entries .bottom-content .form-group p span.fa-calendar {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  color: #01b2e6;
}
.license-detail-entries .attachment-actions {
  margin-top: 15px;
}
.license-detail-entries .attachment-actions ul li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
}
.license-detail-entries .attachment-actions ul li:last-child {
  text-align: left;
  margin-bottom: 5px;
}
.license-detail-entries .attachment-actions ul li:nth-last-child(2) {
  text-align: left;
  margin-bottom: 5px;
}
.license-detail-entries .attachment-actions .form-actions {
  margin-top: 10px;
  text-align: center;
}
.license-detail-entries .attachment-actions .form-actions a {
  font-size: 15px;
  display: inline-block;
  margin: 0 5px;
}
.license-detail-entries .acc_head {
  font-size: 16px;
  margin-bottom: 10px;
}
.license-content-tab .content-tab {
  display: none;
}
.license-content-tab .content-tab.active {
  display: block;
}
.file-upload .form-group p {
  position: relative;
}
.file-upload .form-group p span.fa {
  position: absolute;
}
.action_license {
  position: absolute;
  right: 0;
  top: 0;
}
.action_license ul.dropdown-menu > li {
  margin-bottom: 5px;
  text-align: left;
}
.action_license a.dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  max-width: 25px;
}
.list-block {
  margin-left: 0;
  padding: 12px 0;
  width: 100%;
  float: right;
  text-align: left;
  margin-bottom: 30px;
}
.list-block span.tooltiptext {
  display: none;
}
.list-blk-left img {
  float: left;
  margin-right: 15px;
  margin-top: 0;
  width: 50px;
}
.list-blk-left h2 {
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 25px;
}
.list-blk-left h2 a span {
  border-bottom: 1px solid;
}
.list-blk-left a {
  color: #337ab7;
}
.list-rgt-left {
  text-align: right;
}
.time-blk {
  float: right;
  font-size: 13px;
  padding-top: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.show_more {
  font-size: 13px;
  color: #01b2e6;
  padding: 6px 0 0;
}
.license-list-block {
  border-top: 10px solid #f5f5f5;
  padding: 10px;
}
.approveOrReject {
  padding: 10px;
  display: inline-block;
  background: #457abe;
  text-align: center;
  width: 100%;
}
.closePop1 {
  float: right;
}
.closePop2 {
  float: right;
}
.closePop3 {
  float: right;
}
.dottedDrop img {
  width: 25px;
}
.apprOrRejFade {
  opacity: 0.5;
}
.approveCmt {
  display: none;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.textarea{  
  /* box-sizing: padding-box; */
  overflow:auto;
  /* demo only: */
  width:100%;
  margin:auto;
  display:block;
  resize: vertical;
}
.approveCmt textarea {
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  padding: 5px;
  border: 2px solid #81c868;
}
.rejectCmt {
  display: none;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.rejectCmt textarea {
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  padding: 5px;
  border: 2px solid #f05050;
}
#success_message {
  display: none;
}
.license-list .status {
  float: right;
  margin-right: 20px;
}
.license-list-block .dropdown {
  float: right;
}
.license-list-block .dropdown-menu {
  padding: 5px 10px;
}
.license-list-block .dropdown-menu label {
  font-size: 13px;
}
.accordion-content.acc_content.default {
  display: block;
}
.showMorePop1 .showMorePop {
  display: block;
  right: 100%;
  top: 0;
}
.commentMsgs .conversation-list .chat-avatar {
  text-align: left;
}
.commentMsgs .conversation-list .chat-avatar img {
  width: 75%;
}
.commentMsgs .conversation-list .conversation-text {
  width: auto;
  float: left;
  margin-left: 0;
  font-size: 12px;
}
.commentMsgs .conversation-list .odd .chat-avatar {
  text-align: right;
}
.commentMsgs .conversation-list .odd .conversation-text {
  width: auto !important;
  margin: 0;
}
.tab_content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}
.user-manage #example_filter {
  width: 22%;
  float: right;
  margin-bottom: 20px;
}
.user-manage #example_length {
  position: absolute;
  bottom: 0;
}
.user-manage .title-block {
  padding: 20px;
}
/*.user-manage .dropdown-menu input {*/
/*  margin: 10px;*/
/*  width: 88%;*/
/*}*/
/*.user-manage .dropdown-menu.inner a {*/
/*  background: #f3f3f3;*/
/*  color: #1e2941;*/
/*}*/
/*.user-manage .open .dropdown-menu {*/
/*  display: block;*/
/*}*/
/*.user-manage .dropdown button {*/
/*  border: none;*/
/*}*/
/*.user-manage .dropdown button:focus {*/
/*  border: none;*/
/*}*/
/*.user-manage .dropdown.open button {*/
/*  border: none;*/
/*}*/
.user-manage .table-bordered {
  border: none;
}
.user-manage .table-bordered tr td {
  border: none;
}
.user-manage .table-bordered > thead > tr > th {
  border: none;
}
/*.dropdown-menu ul.dropdown-menu {*/
/*  float: left;*/
/*  width: 100%;*/
/*  position: static;*/
/*  display: block;*/
/*}*/
.user-add a {
  float: right;
  padding: 6px 20px;
  background: #337ab7;
  color: white;
  border-radius: 2em;
}
.user-head h3 {
  margin-top: 0;
}
.modal-dialog {
  width: 750px;
}
.user-add.col-md-6 {
  margin-bottom: 10px;
}
form.form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form label {
  margin-right: 10px;
  float: right;
}
.modal-content {
  float: left;
  width: 100%;
}
.modal-content .modal-body {
  padding: 20px;
  float: left;
  width: 100%;
}
.modal-footer {
  float: left;
  width: 100%;
}
.modal-header {
  float: left;
  width: 100%;
}
.form-group .mandatory {
  color: red;
}
.form-group .label {
  margin-top: 15px;
}
.chosen-container-single a.chosen-single {
  height: 34px;
  line-height: 32px;
  border: 1px solid #ccc;
  background: none;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 7px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none !important;
}
div#geo-tab {
  border: none;
  background: none;
}
.geograpic-list ul {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.geograpic-list ul li {
  border: none !important;
  background: none !important;
}
.geograpic-list ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px !important;
  border: none;
}
.geograpic-list ul li a:hover {
  padding: 10px 20px !important;
  border: none;
}
.geograpic-list ul li:hover {
  background: none;
  border: none;
}
.geograpic-list ul li.ui-tabs-active {
  background: #fff !important;
}
.geograpic-list ul li.ui-tabs-active a {
  color: #5fbeaa !important;
}
.geograpic-list li.ui-tabs-active a {
  background: #fff;
}
.geograpic-list li.ui-tabs-active a:hover {
  padding: 10px 20px !important;
  border: none;
}
#geo-form {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#geo-form .form-group label {
  padding-top: 5px;
}
#geo-form .form-group .btn {
  background: #457abe !important;
  color: white;
  margin-left: 15px;
}
.entity-content {
  background-color: white;
  border: 1px solid rgba(54, 64, 74, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 40px 20px;
}
.location-slide {
  background-color: white;
  position: absolute;
  right: 0;
  top: 58px;
  width: 34%;
  height: 100%;
  display: none;
  border: 1px solid #e5e5e5;
}
.location-slide-head {
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  padding: 5px;
}
.location-slide-head span {
  cursor: pointer;
}
.location-slide-head span.fa {
  float: right;
  margin: 9px 10px 0 0;
}
.location-slide-body {
  background-color: white;
  padding: 10px 15px;
  border-top: none;
}
.location-slide-body p {
  margin: 0;
  font-size: 15px;
}
.location-slide-body p a {
  display: block;
  padding: 5px;
  color: #01b2e6;
  cursor: pointer;
  text-align: center;
}
.location-slide-body p span.fa {
  padding-right: 7px;
}
.location-tab:last-child {
  margin-top: 5px;
}
.location-tab-content .form label {
  float: none;
  display: block;
  text-align: left;
  font-weight: 400;
  color: black;
}
.location-tab-content .form-group label {
  display: block;
  text-align: left;
}
.location-tab-content p .control-label {
  padding: 15px 15px;
  display: block;
  text-align: center;
  /*background-color: #efefef;*/
}
.location-tab-content input {
  border: 1px solid #f0f0f0;
  box-shadow: none;
}
.location-tab-content select {
  border: 1px solid #f0f0f0;
  box-shadow: none;
}
.location-tab-content .position-button {
  position: relative;
}
.location-tab-content .position-button button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.location-tab-content .position-button input {
  padding-right: 22%;
}
.location-tab-content-1 .position-button {
  position: relative;
}
.location-tab-content-1 .position-button button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.compliance-outer {
  padding: 10px 0;
}
.compliance-outer .title-block {
  padding: 0;
}
.compliance-outer .user-add {
  text-align: right;
}
.compliance-outer .user-add .btn-inverse {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #5d9cec;
  color: #5d9cec;
  vertical-align: top;
  border-radius: 3px;
  padding: 6px 10px;
}
.compliance-outer .user-add .btn-inverse:hover {
  background-color: #6dc0f9;
  color: white;
}
.compliance-outer select {
  width: 100%;
  padding: 5px;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
  background-color: transparent;
}
.compliance-left {
  padding: 0 10px;
}
.compliance-right {
  padding: 0 10px;
}
.compliance-right .tab-content {
  border-top: 1px solid #efefef;
}
.compliance-right .tab-content .tab-pane {
  padding-top: 10px;
}
.compliance-right .tab-content .tab-head {
  padding: 0 0 7px;
  border-bottom: 1px solid #9db9dd;
}
.compliance-right .tab-content .tab-head .license-title {
  margin: 0;
}
.license-title {
  padding: 10px;
  margin-bottom: 15px;
}
.license-title h3 {
  font-size: 20px;
  margin: 0;
  position: relative;
}
.license-title h3 span.fa {
  position: absolute;
  right: 0;
  top: -7px;
  font-size: 35px;
}
.license-content {
  padding: 10px;
}
.license-filter {
  padding: 0 10px;
}
.license-filter > a {
  display: block;
  padding: 9px 0;
}
.license-filter ul.dropdown-menu {
  max-width: 93%;
  padding: 5px 10px;
}
.license-filter ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.license-search {
  padding: 0 10px;
}
.license-search .form-group {
  position: relative;
  margin: 0;
}
.license-search .form-group input {
  width: 100%;
  padding: 7px 30px 7px 5px;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  height: 38px;
  border-radius: 4px;
  color: gray;
  outline: none;
}
.license-search .form-group span.fa {
  position: absolute;
  right: 8px;
  top: 12px;
  color: gray;
}
.folder-bg-img {
  background: url("../app/assets/folderIcon.png") no-repeat scroll 15px center;
}
.button-block span.fa {
  font-size: 26px;
  color: white;
  display: none;
}
.button-slide {
  padding: 10px 0 10px;
}
.button-slide label {
  width: 50px;
  height: 26px;
  display: block;
  margin: 7px 0 0;
  padding: 4px 3px 0;
  background-color: #989898;
  border-radius: 13px;
  float: right;
  position: relative;
}
.button-slide label::after {
  content: "";
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.license-block p {
  font-size: 14px;
  margin: 5px 0;
  color: gray;
}
.license-block .button-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}
.license-list-content ul li {
  margin-bottom: 1px;
  border-bottom: 1px solid #efefef;
}
.license-list-content ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #30cfa8;
  transition: all 0.2s ease-in;
}
.license-list-content ul li:hover::after {
  height: 4px;
}
.license-list-content ul li a {
  display: block;
  width: 80%;
}
.license-list-content ul li .license-block {
  padding: 16px 20% 16px 28%;
}
.license-list-content ul li.enable .button-slide label {
  text-align: right;
  background-color: #33d718;
}
.license-list-content ul li.enable .button-slide label::after {
  left: auto;
  right: 3px;
}
.license-list-content ul li.active {
  background-color: #30cfa8;
}
.license-list-content ul li.active .button-slide {
  display: none;
}
.license-list-content ul li.active .button-block {
  text-align: right;
  padding: 17px 5px 0 0;
}
.license-list-content ul li.active .button-block span.fa {
  display: block;
}
.license-list-content ul li.active .license-block p {
  color: white;
}
.compliance-right-content ul.nav {
  border-color: transparent;
}
.compliance-right-content ul.nav li {
  font-size: 16px;
  width: 33.3%;
  text-align: center;
  border-width: 0 0 6px 0;
  border-style: solid;
  border-color: transparent;
}
.compliance-right-content ul.nav li span.fa {
  font-size: 20px;
}
.compliance-right-content ul.nav > li > a {
  color: #505461;
  border: none;
  margin-right: 0;
  padding: 14px 10px;
}
.compliance-right-content ul.nav > li:hover > a {
  color: #5fbeaa;
}
.compliance-right-content ul.nav > li.active {
  border-color: #62c286;
}
.compliance-right-content ul.nav > li.active > a {
  color: #5fbeaa;
}
.compliance-right-content .nav-tabs > li > a:hover {
  border: none;
  background-color: transparent;
}
.compliance-right-content .nav-tabs > li > a:focus {
  border: none;
  background-color: transparent;
}
.check-block {
  width: 50%;
  display: inline-block;
  position: relative;
}
.table .a-trigger {
  border: 1px solid #dedede;
  display: block;
  padding: 7px 5px;
  border-radius: 5px;
  color: #4c5667;
  font-weight: normal;
  font-size: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset;
}
.table .a-trigger span.fa {
  float: right;
  position: relative;
  top: 2px;
}
.table .a-trigger .check-block input {
  width: 18px;
  height: 15px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.table .a-trigger .check-block span {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  color: gray;
}
.table .a-trigger.reset {
  border: none;
  color: #337ab7;
  box-shadow: none;
}
.table-data {
  padding-left: 5px;
}
.table-data .a-trigger.reset span.fa-check {
  font-size: 24px;
  float: left;
  margin-right: 20px;
  color: gray;
}
.table-data .a-trigger.reset span.fa-close {
  font-size: 24px;
  float: left;
  margin-right: 20px;
  color: gray;
}
.table-data .a-trigger.reset p {
  color: gray;
}
.table-data .a-trigger.reset p span.fa {
  float: right;
  font-size: 19px;
  color: red;
}
.table-head {
  padding: 5px 0;
}
.table-head ul.dropdown-menu {
  padding: 10px 10px;
  width: 100%;
  top: 90%;
}
.table-head ul.dropdown-menu .form-control:focus {
  outline: none;
  border-color: gray;
}
.table-head ul.dropdown-menu > li {
  padding: 2px;
  margin-bottom: 2px;
}
.table-head ul.dropdown-menu > li > a {
  padding: 8px 5px;
}
.table-head ul.dropdown-menu select {
  font-weight: normal;
  padding: 10px 5px;
}
.drop-hide {
  display: none;
}
.comment-box .btn {
  background-color: gray;
  border: 1px solid gray;
  padding: 5px 10px;
}
.comment-box span a {
  color: white;
}
.comment-box span a:hover {
  color: white;
}
.comment-box span .ti-clip {
  font-size: 16px;
  padding: 6px 11px 11px;
}
label.require::after {
  content: "*";
  margin-left: 5px;
  color: red;
}
.btn-primary {
  color: white;
  background-color: #5d9cec;
  border-color: #5d9cec;
}
.geo-tab-content {
  padding: 30px 30px 20px;
  background: #fff;
}
.tab-inner button {
  margin-bottom: 15px;
}
#CreateGeography .form-group label {
  margin-top: 5px;
}
#CreateGeography .form-group #submit {
  background: #457abe !important;
  color: white;
  margin-left: 15px;
}
.action-buttons .btn {
  margin-left: 4px;
}
.new-profile .edit-button {
  display: none;
}
.new-profile .back-button {
  display: none;
}
.new-profile .save-button {
  display: block;
}
.new-profile .cancel-button {
  display: block;
}
.edit-profile .edit-button {
  display: block;
}
.edit-profile .back-button {
  display: block;
}
.edit-profile .save-button {
  display: none;
}
.edit-profile .cancel-button {
  display: none;
}
.bottom-action-bar {
  margin: 15px 0;
}
#prompt_modal .modal-dialog {
  max-width: 310px;
  margin-top: 20%;
}
#prompt_modal h3 {
  font-weight: bold;
  margin: 0 0 15px;
}
#prompt_modal p.button-group {
  text-align: right;
  margin: 20px 0 0;
}
#prompt_modal .modal-body .btn {
  min-width: 100px;
}
#prompt_modal .modal-body .btn span {
  background-color: black;
  color: red;
  padding: 2px;
  margin-right: 7px;
}
#prompt_modal .modal-body .btn-default:hover {
  background-color: black;
  color: white;
}
.form-control-feedback {
  width: 60px;
}
.mobile-menu {
  display: none;
}
.entity-title h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 7px;
  font-weight: 600;
}
.entity-title .btn {
  background-color: transparent;
  color: #5d9cec;
  border-color: #5d9cec;
}
.entity-title .btn:hover {
  background-color: #5d9cec;
  color: white;
}
.entity-list {
  margin-bottom: 5%;
}
.entities h4 {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper {
    overflow: scroll;
    width: 100%;
  }
  #business_info {
    margin-bottom: 10px;
  }
  div#business-list {
    margin-bottom: 15px;
  }
  #CreateGeography #submit {
    margin: 10px 0 0 0 !important;
  }
  div#branches_info {
    margin-bottom: 10px;
  }
  .modal-dialog {
    width: 96%;
  }
  #addForm .form-group label {
    text-align: left;
    float: left;
  }
  .options-pane {
    display: none;
    overflow-y: scroll;
    top: 59px;
  }
  .logo h4 {
    display: inline-block;
    padding-right: 15px;
  }
  .content-pane {
    padding: 90px 15px 10px 15px;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu .fa {
    font-size: 20px;
    color: white;
  }
  .content-right {
    padding-left: 0;
  }
  .display-bar ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  /*.logo {
   h4 {
   font-size: 13px;
   }
   }*/
  .top-pane {
    width: 100%;
  }
  .entity-title .col-xs-6 {
    width: 100%;
  }
  .question-common .col-xs-2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .question-common .col-xs-1 {
    width: 100%;
  }
  .question-common .col-xs-5 {
    margin-bottom: 15px;
  }
  .action-buttons {
    margin-bottom: 10px;
  }
  .form-group .col-xs-4 {
    width: 100%;
    text-align: left;
  }
  .form-group .col-xs-5 {
    width: 100%;
  }
  .branch-detail-block h4 {
    width: 100%;
  }
  .entity-content {
    margin-bottom: 20px;
  }
  .user-head {
    float: left;
    width: 100%;
  }
  .user-head h3 {
    font-size: 18px;
  }
  .user-add {
    float: left;
    width: 100%;
  }
  .filter-blk {
    margin-bottom: 20px;
  }
  .head-right.col-md-6 {
    padding: 0 0 !important;
  }
  .title-block.white-bg {
    overflow: scroll;
    padding: 10px;
  }
  .head-right {
    float: left;
    width: 100%;
  }
  .card li {
    font-size: 10px;
  }
  div#entity_info {
    margin-bottom: 10px;
  }
  .dataTables_info {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 399px) {
  .logo h4 {
    padding-right: 0;
  }
}

.mobile-icons{display: none;}
.task-list{min-height: 290px}
.menuIcon { position: fixed; width: 20px;height: 30px;left: 260px;top: 30%;z-index: 9; /*-webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out;*/}
.forced.enlarged .menuIcon {
    left: 70px;
}
.button-menu-mobile { background: 0 0;border: none;color: #ccc;font-size: 21px;line-height: 60px;padding: 0 15px;}
.menuIcon .button-menu-mobile {background: rgb(26, 174, 136) none repeat scroll 0 0;box-shadow: 0 1px 8px #999;font-size: 16px;height: 30px;line-height: 0;padding: 0; width: 20px;}
.line-one, .line-two, .line-three {background: #fff none repeat scroll 0 0;display: block;height: 3px;left: 44%;position: absolute;top: 6px;width: 3px;transition: all 0.5s ease 0s;}
.line-two {top: 13px;}
.line-three { top: 20px;}
body.fixed-left .options-pane{
    bottom: 50px;
    min-height: inherit;
    margin-bottom: -70px;
    margin-top: 0;
    padding-bottom: 70px;
    position: fixed;
    overflow-y: auto;
    width:260px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
body.fixed-left .menuIcon{-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;}

body.fixed-left .options-menu ul li.menubar > a > span{display: block;width: auto;left: 35px}
body.fixed-left .options-menu ul > li.menubar,body.fixed-left .options-menu ul > li.menubar a{text-align: left}
/*.content .ajax-success{position: relative}*/
.content .ajax-success .alert-success{top:300px;}
.edit-location-slide{background-color: white;
    position: absolute;
    right: 0;
    top: 58px;
    width: 34%;
    height: 100%;
    display: none;
    border: 1px solid #e5e5e5;}
.geo-tab-content ul li {
    border-left: 1px dotted #CCC;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 0 20px;
    position: relative;
    width: 100%;
    color: #337ab7;
}
.geo-tab-content ul {
    padding: 0 0 0 5px;
}
.geo-tab-content ul li img{width: 12px;}
.add-new .form-group,.add-new .form-group .col-md-3,.add-new .form-group .col-md-8{float:left;width:100%}
.position-button .form-group .col-md-3,.position-button .form-group .col-md-8{float:left;width:100%}
.position-button.position-new button{height: auto;bottom:0;top:inherit}
.position-button .form-group .col-md-8{padding: 0}
.modal-dialog.modal-md.add-modal {
    margin: 70px auto;
}
span.true:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
    color: #81c868;
}
span.false:before{
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
    color:#ef7c7c;
}
#licenseList3 .task-heading{float: left;width:100%;}
#licenseList3 .task-heading h4{
    float: left;
}
#licenseList3 .task-table{float: left;width: 100%;}
a.compliance-action {
    float: right;
    padding: 10px;
}
div#law .table-responsive {
    padding-top: 20px;
}
div#compliance_wrapper {
    float: left;
    width: 100%;
}
.dropdown-select{
    display: none;
}
.dropdown-text{
    font-weight: bold;
    text-align: center;
}

#compliance_wrapper .table-data .content{
    position: relative;
}
#compliance_wrapper .table-data .content span{
    position: absolute;
    right: -12px;
    color: #ff0000;
}
#compliance_wrapper .table-data .content .compliance-reset   {
    position: absolute;
    right: 22px;
    color: #ff0000;
    margin-top: 9px;
}
.remainder-tab{
    margin: 10px 0px;
}
.remainder-content .overview-tab li{
    width:100% !important;
    float: left;
}
.conversation-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
span.convo-edit {
    float: right;
    cursor: pointer;
}
span.convo-edit .fa{
    font-size: 28px;
}
.con-select-search {
    padding: 20px;
}
.con-select-search input{
    width:100%;
    padding:5px;
}
.con-block {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #cccc;
}
.con-block h3{
    margin-top:0px;
    font-size: 19px;
    color:#000;
}
.con-block button{
    margin-bottom: 10px;
}
.con-block span {
    color: #376db4;
}
.conversation-slide {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.location-slide-head span {
    font-weight: bold;
}
.con-author {
    color: #376db4;
}
.conversation-slide-head{
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    padding: 10px 15px;
}
.chat-content {
    border: 2px solid #14b314;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    background: #14b314;
}
span.chat-arrow {
    position: absolute;
    left: -11px;
    top: -5px;
    margin: 0 !important;
    font-size: 30px !important;
    transform: rotate(180deg);
    color: #14b314;
}
.chat-block.right span.chat-arrow{
    right: -11px !important;
    transform: rotate(0);
    left: unset;
    color:#5d9cec ;
}
.chat-block.right .chat-content{
    background: #5d9cec;
    border-color:#5d9cec ;
}
.chat-block .img-block {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 5px;
    border-radius: 50%;
    margin-top: 10px;
}
.chat-block .img-block i{
    font-size: 40px;
    color: #376db4;
}
.chat-content p{
    margin-bottom: 5px;
    color: #fff;
}
.chat-content span{
    float: right;
    margin-left: 70px;
    font-size: 12px;
}
.chat-block.right .img-block{
    float: right;
    margin-left: 5px;
    margin-right: 0;
    text-align: right;
}
.chat-list.col-md-12 {
    max-height: 450px;
    overflow-y: scroll;
}
.chat-content p > span{
    position: absolute;
    bottom: -20px;
    color: #222;
    right: 0;
}
.chat-block.right .chat-content p > span{
    left:0;
    right: unset;
}
.chat-block.right .chat-content span{
    float: left;
}
.chat-block.right .chat-content p{
    text-align: right;
}
.chat-block.right .chat-content span {
    float: left;
    margin-left: 0;
    margin-right: 70px;
}
#chatform .form-group {
    float: left;
    width: 100%;
}
#chatform .form-group:first-child {
    margin-top: 10px;
}
#chatform select{
    width:100%;
    height:34px;
    background: #fff;
    border-color: #ccc;
}
.new-chat h3 {
    font-size: 20px;
}
.create-chat{
    display: none;
}
.chat-block.chat-start  .img-block,.chat-block.chat-start input{margin-bottom:10px}
.chat-block.chat-start .chat-content p{
    margin-top:10px;
    font-weight: bold;
    font-size: 16px;
}
.chat-block.chat-start.col-md-12{
    background: #fff;
}
.license-detail-list .nav>li>a{
    padding: 10px 5px;
}
.conversation_block2,.conversation_block3{
    display: none;
}
@media screen and (max-width: 767px) {
    .display-bar li:last-child{position: relative;}
    ul.mobile-icons { position: absolute;background: #3a3c4c;width: 70px; right: -20px;padding: 10px;top:49px}
    ul.mobile-icons li{list-style: none;margin-left: 0;text-align: center;padding-bottom: 10px}
    ul.mobile-icons li:last-child{padding-bottom: 0px}
    .mobile-menu {float: left;padding: 8px 10px 0px 0px;}
    .task-list{min-height: auto}
    .menuIcon{display: none; }
    body.fixed-left-void .options-pane,body.fixed-left .options-pane{
        transition: unset;
        width: 70px;
    }
    body.fixed-left .options-menu ul li.menubar > a > span,body.fixed-left-void .options-menu ul li.menubar > a > span{
        display: none;
    }
    .options-menu ul li.menubar ul.sub-menu{
        top:0 !important;
        left:0 !important;
        position: static;
    }
    body.fixed-left .options-pane{
        overflow: scroll;
        width: 100%;
    }
    body.fixed-left .options-menu ul li.menubar > a > span, body.fixed-left-void .options-menu ul li.menubar > a > span{
        display: block;
    }
}
.options-menu ul li{position:relative;}
.options-menu > ul > li.menubar > ul.sub-menu > li > ul.sub-menu{display:none;}
.options-menu > ul > li.menubar > ul.sub-menu > li > ul.sub-menu{left:100%;top:0;}
.options-menu > ul > li.menubar:nth-child(2) > ul.sub-menu{bottom:auto;top:100%;}
.options-menu > ul > li.menubar:hover > ul.sub-menu > li:hover > ul.sub-menu{display:block;}
.options-menu > ul > li.menubar:nth-child(2) > ul.sub-menu > li > ul.sub-menu{bottom:auto;top:0%;left:100%;}
.user-manage .table-bordered > thead > tr > th{text-align:left;}
.user-manage table.dataTable.table-bordered > thead > tr > th::after{position:static;display: inline-block;margin-left:5px;}
.user-manage .table-bordered tr td .dropdown{text-align:left;}

.content-pane li.user-head h3{
    text-align:center;
    margin-bottom:0;
}
.content-pane.split_tabs .nav-tabs > li > a{
    margin-right:0;
    border-radius:0px;
    background-color:rgba(255, 255, 255, 0.37);
    border:none;
    border-bottom:3px solid transparent;
}
.content-pane.split_tabs .nav>li>a:focus,
.content-pane.split_tabs .nav>li>a:hover{
}
.content-pane.split_tabs .nav-tabs>li.active>a{
    background-color:#FFF;
    border-color:rgb(26, 174, 136);
}
.button-block.enable .button-slide label {
    text-align: right;
    background-color: #33d718;
}
.button-block.enable .button-slide label::after {
    left: auto;
    right: 3px;
}
.select-search input {
    width: 95%;
    margin:0px  10px 10px;
    height: 32px;
}
.title-list .select-in > a {
    float: left;
    width: 50%;
}
.title-list .select-in input{
    float: right;
    width:45%;
    padding-left: 5px;
    margin: 0;
}
.location-slide-head h3{
    float:left;
    margin:0;
}
li.white-bg.select-in.active .fa-chevron-right {
    display: none;
}
#law_container{
    float: left;
    width:100%;
}
.law-slide-content .location-slide-head{
    border:none;
}
#law_container .col-xs-12,#law_container .showMoreLawLeft{
    padding: 0;
}
#law_container .showMoreLawLeft span{
    color:#01b2e6;
}
#law_container .col-xs-12{
    margin-bottom: 10px;
}
#law_container .col-xs-12:first-child{
    margin-top: 10px;
}
.showMoreLawRight{
   word-break: break-word;
}
.file-upload .close{
    float: left;
}
.remainder-content .remainder-tab li{
    padding: 0 !important;

}
.remainder-content .remainder-tab li a{
    display:block !important;
    width:100%;
    padding: 5px;
}
.remainder-content .remainder-tab li.active{
    border: 1px solid transparent;
    background: transparent;
}
.remainder-content .remainder-tab li.active a{
    border: 1px solid transparent;
    background: #007fff;
}
.remainder-content .remainder-tab li h3{
    margin: 0;
    font-size: 16px;
}
.remainder-content .remainder-tab{
    width:70%;
}
.remainder-content .remainder-tab li{
    list-style: none;
}
.remainder-tab .overview-tab input,.remainder-tab .overview-tab select, .remainder-tab .overview-tab span {
    float: right;
    width: 50%;
    min-width: 50%;
    background: #fff;
}
#overview1,#overview2,#overview3 {
    display: inline-block;
    padding: 0;
}
#overview1 li,#overview2 li,#overview3 li {
    padding: 5px !important;
    border-bottom:1px solid #ccc;
}
#overview1 li:last-child{
    border-bottom: none !important;
}
.custom-btn{
    background-color: transparent;
    color: #5d9cec;
    border-color: #5d9cec;
}
.custom-btn:hover {
    background-color: #5d9cec;
    color: white;
}
#loader {
    display: none;
    width: 250px;
    position: absolute;
    bottom: 100px;
    left: 40%;
    mix-blend-mode: multiply;
}
.dropdown-menu{
    right: 0;
    left: unset;
}
.attachments li {
    padding: 10px;
    border-bottom: 1px solid;
    list-style: none;
}
.attachments li > span {
    float: right;
    font-size: 20px;
    padding-right: 35px;
}
.dropdown-menu {
    left: 0;
    width: 50%;
}
.top-pane .dropdown-menu {
  left:initial;
  width:initial;
}
.top-pane img {
  max-width: 190px;
}
 #overlay{   
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}