.nav-justified i{
  padding : 8px;
}


.dashboard-div .collapse{
  height: 1px;
  padding:0px;
}


.dashboard-div {
  background-color: white;
  position: relative;
  padding: 0;
  display: block;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}



.dashboard-nav > li > a{
  color: #2dc3e8;
  font-size: 15px;
  border-bottom:2px solid transparent;
  font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
}


.dashboard-nav > li > a:hover{
  background-color: transparent;
  border-bottom:2px solid #2dc3e8;
  font-size: 15px;
  color: #cc324b;
  font-family: 'Roboto','Lucida Sans','trebuchet MS',Arial,Helvetica;
}

.form-setting{
  margin-top: 5%;
}


/** Used in organizationedit-html **/

.shift-heading{
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
}

.shift-section{
  padding-top: 30px;
}


.inline-shift-add{
  border: 1px solid lightgrey;
  padding-top: 20px;
  padding-bottom: 20px;
}

.add-shift-btn{
  margin-left: 5px;
}

.inline-shift-add .form-group{
  margin-left: 0px!important;
  margin-right: 0px!important;
  margin-bottom: 10px;
}

.inline-shift-add .time-label{
  padding-top: 25px;
}

.avatar-area {
  position: relative;
  text-align: center;
  margin: 10px auto;
  width: 128px;
}

.avatar-area .avatar {
  width: 128px;
  height: 128px;
}

.avatar-area .caption {
  background-color: #2dc3e8;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 10px;
  line-height: 9px;
  position: absolute;
  padding: 7px 0;
  text-align: center;
  width: 128px;
  cursor: pointer;
}

.input .caption input, .caption input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

.form-control-feedback {
  right: 15px;
  color: #a94442;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.clockout-redColor{
  background: #D73D32 !important;
}

.clockIn-greenColor{
  background:#53A93F !important;;
}

.databox .databox-stat{
  right: 16px;
  top: 0px;
}
.databox .databox-state {
  top: 40px;
  bottom: 5px;
  right: 16px
}
.databox .databox-state i {
  color: #000;
}

.avatar-area img{
  width: 125px;
  height: 125px;
}
.input>.avatar-area{
  text-align:left !important;
  width:auto !important;
}
.input>.avatar-area>img{
  height:auto !important;
  width:200px !important;
}
.input>.avatar-area .caption{
  width:200px !important;
}

.subscribe-link{
  text-decoration: underline;
}

.tickets-container .tickets-list .ticket-item .ticket-user.grid{
  white-space:normal !important;
}
.marquee-sibling {
	padding: 0;
	background: rgb(61, 61, 61);
	width: 12%;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
        border-radius: 13px 0 13px 0;
}
.marquee-sibling-right {
       
	padding: 0;
	background: #0A8392 none repeat scroll 0% 0%;
	width: 10%;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: right;
	left: 0;
	z-index: 2000;
        border-radius: 13px 0 13px 0;
}
.announcement-marquee {
	background: #0A8392 none repeat scroll 0% 0%; 
        padding: 12px 10px 10px 10px; 
        padding-left: 20px; 
        border-radius: 10px 0 10px 0; 
        border: 2px solid #1B7790; 
        color: white; 
        font-weight: bolder;
}
#killerLink{
    text-decoration: none;
}

.customHover{
     cursor:pointer;
}

/*.parentimage { 
	width: 30px;
	height: 30px; 
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
} */
.parentimage:hover {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
} 