/******************
App css stylesheet
*******************/

/*
Modal - Custom
*/

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 250px;
    overflow-y: auto;
}

.modal {
  overflow: auto !important;
}

.login-logo > img {
  width: 240px;
}

/*
Common
*/

.centered{
  text-align: center;
}

.padded{
  padding: 10px;
}

.paddedSides{
  padding-left: 10%;
  padding-right: 10%;
}

.placeThird{
  padding-left: 10%;
  width: 30%;
}

.fromTop{
  margin-top: 0px;
}

.placeCenter{
  /*margin: auto;*/
  padding-left: 40%;
  /*width: 50%;*/
}

.text-muted{
  opacity: 0.5;
}

/*TODO change these 2 classes and use the classes below for colours*/
.fontGreen{
  color: green;
}

.fontRed{
  color: red;
}

/*
Colours
*/

.my-blue{
    color: #3c8dbc;
}

.my-red{
    color: #dd4b39;
}

.my-green{
    color: #00a65a;
}

.my-yellow{
    color: #f39c12;
}

.my-purple{
    color: #605ca8;
}

.my-black{
    color: #000000;
}

.bck-blue{
    background: #3c8dbc;
  }

.bck-blue b{
  color: #FFF;
}

.bck-red{
    background: #dd4b39;
}

.bck-red b{
  color: #000;
}

.bck-green{
    background: #00a65a;
}

.bck-green b{
  color: #FFF;
}

.bck-yellow{
    background: #f39c12;
}

.bck-yellow b{
  color: #000;
}

.bck-purple{
    background: #605ca8;
}

.bck-purple b{
  color: #FFF;
}

.bck-black{
    background: #000000;
}

.bck-black b{
  color: #FFF;
}


/*
Back to top - Arrow
*/

#backToTop{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 58px;
  z-index: 1000;/* For IE8 and earlier */
  display: flex;
  gap: 8px;
  align-items: center;
  color: white;
  border-radius: 1000px;
  padding: 8px 16px;
  cursor: pointer;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
  font-weight: 600;
}

@media (max-width: 768px) {
  #backToTop {
    top: 108px;
  }
}


/*
Logos
*/
img.widget-logo-shq{
  max-width:50%;
  max-height:50%;
  background-color:transparent
}

img.widget-logo-vcnt{
  max-width:50%;
  max-height:50%;
  background-color:transparent
}

img.node-logo{
  height:25px;
}

/*
Notifications
*/

span.ciara {
    display: block;
    height: 3px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    /*background:#3c8dbc;
    border-bottom:1px solid #3c8dbc;*/
}

.footNotif a{
  text-align: center;
}
.footNotif {
  cursor: pointer;
  background-color: #3c8dbc;
}

img.imgNotif{
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.readNot{
  /*background-color: #d2d6de;*/
  background-color: #eee;
}



li.notifications-menu ul.menu > li > div {
  padding: 4px;
}

li.notifications-menu ul.menu > li div.notification-avatar {
  float: left;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5%;
}

li.notifications-menu ul.menu > li div.notification-avatar img {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  display: block;
  margin: auto;
  position: relative;
  min-width: 80%;
  min-height: 80%;
}


li.notifications-menu ul.menu > li div.notification-description {
  display: block;
  padding-left: 30%;
  white-space: pre-line;
  word-wrap: break-word;
}

li.notifications-menu ul.menu > li div.notification-description p {
  padding-top: 0px;
  margin-top: 0px;
}

li.notifications-menu ul.menu > li div.notification-actions {
  padding-left: 30%;
  clear: left;
}

li.notifications-menu ul.menu > li div.notification-actions button {
  width: 45%;
}

ul.outerMenu{
  margin-top: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
}

/*
NON Classified CSS
*/

.menu {
  list-style: none;
  /*border-bottom: 0.1em solid black;*/
  padding: 0 0 0.5em;
  max-height: 320px;
  overflow: auto;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.menu > li {
  display: inline;
}


/*li.notifications-menu #invitations > li:hover {
  background-color: #222d32;
}*/

#invitations {
  background-color: #222d32;
  border-color: #222d32;
}

#edits{
  margin-top: -5px;
  margin-left: 10px;
}

#invitLI {
  border-color: #222d32;
}

#invit{
  background-color: #222d32;
  border-color: #222d32;
}

#invit:hover{
  background-color: black;
}

#changeAvatar:hover img{
  opacity: 0.15;
}

/*#input1 {
  color: transparent;
}*/

#changeAvatar:hover span{
  display: block;
  margin-top: 12%;
  margin-left: 5%;
}

#changeAvatar span{
  display: none;
}
/*.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}*/

#registerInput{
  margin-top: 10px;
  margin-bottom: 10px;
  /*height: 30px;*/
}

#org{
  border: 1px solid #d2d6de;
  /*margin-top: 15px;*/
  margin-top: -9px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
  /*border-color: black;*/
}

#org2{
  border: 1px solid #d2d6de;
  /*margin-top: 15px;*/
  margin-top: -9px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  margin-bottom: 10px;
  /*border-color: black;*/
}

/*#registerInput span {
  width: 20%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 26px;
}

#registerInput input {
  width: 80%;
  margin-top: 5px;
  margin-bottom: 5px;
}*/

/*.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}*/


.border-bottom-rounded {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*.widget-user-footer-moreinfo {
  text-align: center;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  display: block;
}*/

.box-bg-grey {
    background: #f7f7f7 !important;
}

.box-bg-dark-grey {
    background: #ecf0f5 !important;
}

.info-box-description {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skin-blue .bvr-navbar-form {
  border-radius: 3px;
  border: 0px solid #374850;
  margin: 8px 10px;
}
.skin-blue .bvr-navbar-form input[type="text"],
.skin-blue .bvr-navbar-form .btn {
  box-shadow: none;
  background-color: #3c8dbc;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-blue .bvr-navbar-form input[type="text"] {
  color: #FFF;
  border-color: #FFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.skin-blue .bvr-navbar-form input[type="text"]:focus,
.skin-blue .bvr-navbar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #3c8dbc;
  color: #FFF;
}
.skin-blue .bvr-navbar-form input[type="text"]:focus + .input-group-btn .btn {
  /*border-left-color: #3c8dbc;*/
  border-left: : 0px solid transparent;
}

.skin-blue .bvr-navbar-form input[type="text"]:focus {
  border-right: 0px solid transparent;
}

.skin-blue .bvr-navbar-form .btn {
  color: #FFF;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-left: 0px;
  border-color: #FFF;
}

.login-box-body,
.register-box-body {
  /*position: absolute;*/
}

.login-box,
.register-box {
  margin: 0px auto !important;
}

#login-wrap input
{
	/*display:block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:1em 0;
	padding:.5em;
	border:1px solid #ccc;
	border-radius:2px;*/
	position:relative;
}

#login-wrap input.invalid
{
	animation:invalid .5s;
	-webkit-animation:invalid .5s;
	box-shadow:0 0 5px 1px #f43841;
  /*red color*/
}


@keyframes invalid
	{
	0%   {left:8px;}
	10%  {left:-8px;}
	30%  {left:8px;}
	60%  {left:-8px;}
	100% {left:0px;}
	}

@-webkit-keyframes invalid /* Safari and Chrome */
	{
	0%   {left:8px;}
	10%  {left:-8px;}
	30%  {left:8px;}
	60%  {left:-8px;}
	100% {left:0px;}
	}

  #login-button:active {
    position:relative; top:2px;
  }



#search-btn.btn-flat:hover {
  background-color: #357ca5;
}

/*#ramik.input-group {
  border-color: #FFF;
}*/

.main-header #bvr-search-input.form-control::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.main-header #bvr-search-input.form-control:-ms-input-placeholder {
  color: #FFF;
}
.main-header #bvr-search-input.form-control::-webkit-input-placeholder {
  color: #FFF;
}

}
.profile_pic {
  width: 35%;
  float: left;
}

.profile_info {
  padding: 25px 10px 10px;
  /*width: 10%;*/
  float: none;
}

.profile_info span {
  font-size: 13px;
  line-height: 30px;
  color: #BAB8B8;
}

.profile_info h2 {
  font-size: 14px;
  color: #ECF0F1;
  margin: 0;
  font-weight: 800;
  margin-left: 0%;
  margin-top: 1%;
  margin-bottom: 7%;
}

.profile.img_2 .profile_pic {
  width: 50%;
}

.profile.img_2 .profile_pic .img-circle.profile_img {
  width: 50%;
  margin: 10px 0 0;
}

.img-circle.profile_img {
  width: 30%;
  background: #fff;
  margin-left: 30%;
  z-index: 1000;
  position: inherit;
  margin-top: 20px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 2px;
}



.profile.img_2 .profile_pic .img-circle.profile_img {
  width: 50%;
  margin: 10px 0 0;
}

.well.profile_view .img-circle {
  border: 1px solid #E6E9ED;
  padding: 2px;
}

ul.widget_profile_box li .profile_img {
  width: 85px;
  height: 85px;
  margin: 0;
  margin-top: -28px;
}

.profile.img_2 .profile_info {
  padding: 15px 10px 0;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.well.profile_view .ratings {
  margin-bottom: 0;
}

.well.profile_view .ratings {
  text-align: left;
  font-size: 16px;
}

.ratings {
  margin-top: 4px;
}

.ratings .active_data .fa-bar-chart {
  color: #222d32;
}

/*.widget-user-header .active_data {
  color #FFF;
  border: 5px;
  border-color: #222d32;
  border-width: thick;
  border-radius: 0%;
}*/



.ratings .active_data .fa-bar-chart:hover {
  color: #00a65a;
}

.ratings .inactive_data .fa-bar-chart {
  color: #d2d6de;
}

.ratings .inactive_data_img img{
  opacity: 0.4;
  margin-top: -10px;
  margin-left: 4px;
  height: 15%;
  width: 15%;
}

.ratings .request_sent img{
  margin-top: auto;
  margin-left: auto;
  border-top: 100px;
  height: 3%;
  width: 3%;
}

 /*.request_sent img{
  margin-top: auto;
  margin-left: auto;
  border-top: 100px;
  height: 3%;
  width: 3%;
}*/

.ratings .inactive_data_img img:hover{
  opacity: 1;
  margin-top: -15px;
  margin-left: 2px;
  height: 18%;
  width: 18%;
  /*src: "img/icons/data_request_grey.png";*/
}

.info-box-content .loc_a {
  margin-top: 6px;
}

.info-box-content .gree {
  background-color: rgba(0,166,90,0.6);
}

.info-box-content .gree:hover {
  background-color: #00a65a;
}


.info-box-content .greyc {
  background-color: rgba(210,214,222,0.8);
}

.info-box-content .greyc:hover {
  background-color: #d2d6de;
}

.info-box-content .btn-unsuccess{
  background-color: rgba(210,214,222,0.8);
  border: 2px;
  border-color: rgb(50,50,50);
  color: #FFF;
}

.info-box-content .btn-unsuccess:hover{
  background-color: #d2d6de;
  border: 2px;
  border-color: rgb(50,50,50);
  color: #FFF;
}

.info-box-content .btn-unsuccess:focus{
  background-color: #d2d6de;
  border: 2px;
  border-color: rgb(50,50,50);
  color: #FFF;
}

.bg-aqua img{
  width: 60%;
  height: 60%;
}

.bg-orange img{
  width: 80%;
  height: 80%;
}

.bg-yellow img{
  width: 70%;
  height: 70%;
}

.bg-gold img{
  width: 70%;
  height: 70%;
}

.bg-service img{
  width: 70%;
  height: 70%;
}


.bg-olive img{
  width: 70%;
  height: 70%;
}

.bg-green-active img{
  width: 70%;
  height: 70%;
}

.bottomLeft h5 {
  display: inline-block;
}

.bottomLeft form div {
  display: inline-block;
  margin: 5px;
}

.bottomLeft form select {
  display: inline-block;
}

.profile_header{
 margin-left: 100px;
}

/*.edit_profile{
  visibility: hidden;
}

.edit_profile:hover,
.edit_profile:focus{
  visibility: visible;
}*/

.skin-blue .bvr2-navbar-form {
  border-radius: 3px;
  border: 0px solid #374850;
  margin: 8px 10px;
}
.skin-blue .bvr2-navbar-form input[type="text"],
.skin-blue .bvr2-navbar-form .btn {
  box-shadow: none;
  background-color: #FFF;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.skin-blue .bvr2-navbar-form input[type="text"] {
  color: #3c8dbc;
  border-color: #3c8dbc;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.skin-blue .bvr2-navbar-form input[type="text"]:focus,
.skin-blue .bvr2-navbar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #FFF;
  color: #3c8dbc;
}
.skin-blue .bvr2-navbar-form input[type="text"]:focus + .input-group-btn .btn {
  /*border-left-color: #3c8dbc;*/
  border-left: : 0px solid transparent;
}

.skin-blue .bvr2-navbar-form input[type="text"]:focus {
  border-right: 0px solid transparent;
}

.skin-blue .bvr2-navbar-form .btn {
  color: #3c8dbc;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-left: 0px;
  border-color: #3c8dbc;
}


.btn-primary-bvr {
  /*background-color: #3c8dbc;
  border-color: #367fa9;*/
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;

}
.btn-primary-bvr:hover,
.btn-primary-bvr:active,
.btn-primary-bvr.hover {
  background-color: #367fa9;
  color:#FFF;
  cursor: pointer;
}

.badge_in_profile{
  margin:2px;
}

ul.messages li .message_date {
  float: right;
  text-align: right;
}

.media .date {
  background: #ccc;
  width: 52px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px;
}
.media .date .month {
  margin: 0;
  text-align: center;
  color: #fff;
}
.media .date .day {
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin: 0;
  line-height: 27px;
  font-weight: bold;
}

ul.messages li img.avatar, img.avatar {
  height: 32px;
  width: 32px;
  float: left;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}
ul.messages li .message_date {
  float: right;
  text-align: right;
}
ul.messages li .message_wrapper {
  margin-left: 50px;
  margin-right: 40px;
}
ul.messages li .message_wrapper h4.heading {
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 100%;
}
ul.messages li .message_wrapper blockquote {
  padding: 0px 10px;
  margin: 0;
  border-left: 5px solid #eee;
}

.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-header2 {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  height: 169px;
  /*height: auto;*/
  position: static;
}

.widget-user-2 .widget-user-header3 {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  height: 145px;
  /*height: auto;*/
  position: static;
}

/*.widget-user-2{
  height: 200px;
}*/

.widget-user-2 {
  cursor: pointer;
  //User name container
  .widget-user-header {
    padding: 20px;
    .border-top-radius(@box-border-radius);
  }
  //User name
  .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
  }
  //User single line description
  .widget-user-desc {
    margin-top: 0;
  }
  .widget-user-username,
  .widget-user-desc {
    margin-left: 75px;
  }
  //User image container
  .widget-user-image {
    > img {
      width: 65px;
      height: auto;
      float: left;
    }
  }
}

.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
  color: black;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

.widget-user2 .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}

.widget-user-2 .widget-user-image2 > img {
  width: 65px;
  height: 65px;
  float: left;
}

.widget-user2 .widget-user-image2 {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}

.widget-user-footer-moreinfo {
  text-align: center;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  display: block;
}

.widget-user-footer-moreinfo2 {
  text-align: center;
  /*padding-bottom: 1px;*/
  padding-left: 0px;
  padding-right: 0px;
  /*padding-top: 1px;*/
  display: block;
  height: 20px;

  /*border-top-color: #00a65a;*/
}

.widget-user-footer-moreinfo3 {
  padding: 1px 5px;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.5;

  text-align: center;
  display: block;
}

.widget-user-footer-moreinfo6 {
  text-align: center;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  display: block;
  /*position: absolute;*/
  /*height: 20px;*/
}

.statusDev {
  float: right;
  margin-left: 50%;
  /*margin-bottom: 5%;*/
  /*margin-top: 3%;*/
  margin-bottom: 5%;
  /*clear: left;*/
  width:140px;
  /*width: auto;*/
  color: #222d32;
  height: auto;

  padding-top: 5px;
  /*padding-bottom: 23px;*/

  display: block;

  position: relative;

  z-index:-1;


  /*margin-bottom: 20px;*/
}

/*.statusDev .a {
  align-self: right;
}*/

/*statusDev from adminLTE*/


/*.statusDev {*/

  /*width:35%;
  color: #222d32;
  height: 35%;
  margin-left: 56%;
  margin-top: -5%;
  position: absolute;
  z-index:-1;*/

  /*margin-top: 0%;*/

  /*margin-bottom: 45%;*/

  /*position: relative;
  right: auto;*/
  /*float: right;*/


/*}*/

.statusDev2 {
  /*float: right;*/
  width:45%;
  color: #222d32;
  /*height: 10%;*/
  margin-left: 55%;     /*55% */
  /*margin-right: 10%;*/
  /*padding-bottom: 1%;*/
  /*margin-top: -15%;*/
}

.btn-group-justified2 {
  display: table;
  width: 35%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified2 > .btn,
.btn-group-justified2 > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified2 > .btn-group .btn {
  width: 100%;
}

.btn-group-justified2 > .btn-group .dropdown-menu {
  left: auto;
}

.statusDev2 {
  /*float: right;*/
  width:45%;
  color: #222d32;
  /*height: 10%;*/
  margin-left: 55%;     /*55% */
  /*margin-right: 10%;*/
  /*padding-bottom: 1%;*/
  /*margin-top: -15%;*/
}

li.notifications-menu ul.menu > li div.notification-avatar {
  float: left;
  width:30%;
}

li.notifications-menu ul.menu > li div.notification-avatar img {
  border-radius: 50%;
  width: 75%;
  height: 75%;
  display: block;
  margin: auto;
}

.round {

  float: left;
  width:30%;

  border-radius: 50%;
  overflow: hidden;
  width: 65px;
  height: 65px;
  /*position: absolute;
  left: 18%;*/
}
.round img {

  /*border-radius: 50%;*/
  width: 75%;
  height: 75%;
  display: block;
  margin: auto;

  /*float: left;*/
  min-width: 100%;
  min-height: 100%;
  display: block;
}

/*.round {
  border-radius: 50%;
  overflow: hidden;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 18%;
}
.round img {
  float: left;
  min-width: 100%;
  min-height: 100%;
}*/

.round2 {
  border-radius: 50%;
  overflow: hidden;
  width: 65px;
  height: 65px;
  position: relative;

  /*top: 65px;*/
  left: 18%;
  margin-left: -45px;
}

.round2 .span {
  /*padding-left: 105px;*/
  /*text-align: right;*/
  /*width: 5px;*/
  float: left;


}

.round2 img {
  /*display: block;*/
  /*position: absolute;*/
  /*width: 65px;
  height: auto;*/

  float: left;
            /* Stretch
                  height: 100%;
                  width: 100%; */
  min-width: 100%;
  min-height: 100%;
}

.round_profile {
  border-radius: 50%;
  overflow: hidden;
  /*width: 65px;
  height: 65px;*/
  /*width: 100px;
  height: 100px;*/
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 3px;
  border: 3px solid #d2d6de;

  /*position: relative;*/
  /*top: 65px;*/
  /*left: 18%;*/
  /*margin-left: -45px;*/
}
.round_profile img {
  display: inline-block;
  /*position: relative;*/
  /*width: 65px;
  height: auto;*/
  /*float: left;*/
            /* Stretch
                  height: 100%;
                  width: 100%; */
  min-width: 100%;
  min-width: 100%;
  /*width: 70%;*/
}

#circle_red {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 25px;
      background: #dd4b39;
      /*z-index: -5;*/
    }

#circle_green {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 25px;
      background: #00a65a;
      /*z-index: -5;*/
    }

  #circle_yellow {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 25px;
        background: #ffff33;
        /*z-index: -5;*/
      }

#circle_gray {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 25px;
      background: #d2d6de;
      /*z-index: -5;*/
    }

.widget-user-2 .widget-user-username2 {
  margin-left: 75px;
}

.widget-user-2 .widget-user-username2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.widget-user-2 .widget-user-desc2 {
  margin-top: 0;
  margin-left: 75px;
  display: block;
  margin-bottom: 5px;
}

.bg-user {
  color: green;
  background-color: #C88141 !important;
  /*#6531CC    #C88141*/
}

.bg-yellow {
  background-color: yellow;
  /* background-color: #EFCC66 !important; */
  /*#6531CC    #C88141*/
}

.bg-gold{
  background-color: #9ACD32 !important;
}

.bg-service{
  background-color: #EFCC00 !important;
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/** Notifications menu classes **/
/*
li.notifications-menu ul.menu > li:hover {
  background-color: green
}*/



div.widget-user-footer-moreinfo2 button {
  width: 49.3%;
  height: 20px;
  margin-top: -3px;
}

/*div.widget-user-footer-moreinfo2 {
  padding-left: 30%;
  clear: left;
  margin-top: -14px;
  padding-bottom: 5%;
}*/

.content-header > a > h1 {
  margin: 0;
  font-size: 24px;
}

/* main footer 2 */

.main-footer2 {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 0px;
  z-index: -1;
}

.layout-top-nav .main-footer2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-footer2 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-footer2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-footer2 {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}

.main-footer2 {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #444;
  height: 15%;
  border-top: 1px solid #d2d6de;
}



  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer2 {
    margin-right: 0px;
  }
}

@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer2 {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}

.login-logo img {
  max-width: 100%;
}

.tooltip2 {
    float: right;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    /* border-bottom: 1px dotted black; */
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: #eee;
    /*color: #fff;*/
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    margin-left: -108px;
    /*font-weight: bold;*/
    font-size: 110%;
    color: #222d32;
    /*font-weight: 300;*/

    /* Position the tooltip */
    position: absolute;
    z-index: 1000000;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}

#alert2{
  background-color: #FF8784 !important;
  padding: 5px;
  text-align: center;
  color: #fff !important;
  border-color: #FF8784;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857143;

  /*border-color: #d73925;*/
  /*background-color: #dd4b39 !important;*/
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /* Location of the box */
    /*padding-top: 100px;*/
    padding-top: 15%;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

#bvrModal {
  padding: 10px;
}

#bvrModal-footer {
  padding: 10px;
  text-align: center;
}

#bvrModal-footer:hover,
#bvrModal-footer:focus {
    background-color: #00a90e;
    /*text-decoration: none;*/
    cursor: pointer;
}

.style-1{
  display: inline;
  /*border: solid 1px #f2f2f2;*/
  transition: box-shadow 0.3s, border 0.3s;
  border-radius: 7%;
  margin-left: 10px;
}

.style-1:focus{
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.flex-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h-full {
  height: 100%;
}

.h-fit {
  height: fit-content;
}

.w-full {
  width: 100%
}

.grow {
  flex-grow: 1;
}

.text-label {
  color: rgb(172, 172, 172);
  font-weight: 600;
}

.text {
  color: rgb(96, 96, 96);
  font-weight: 600;
}

.text-title{
  color: rgb(96, 96, 96);
  font-weight: 600;
  font-size: 24px;
}

.text-sm{
  font-size: 10px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}

#custom-content-wrapper {
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #custom-content-wrapper {
    height: calc(100vh - 100px);
    width: 100vw;
  }
}

footer.main-footer {
  margin-left: 0px !important;
}

.nav-button {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 20px;
}
.nav-button i {
  width: 12px
}

.card {
  -webkit-box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.75);
box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.75);
}