/*
 * ============================================================================================================
 * TimeZone Employee Management & Time Clock V.2
 * Release Date: August 2014
 * Exclusive to CodeCanyon: http://codecanyon.net/item/timezone-employee-management-time-clock/6682629
 * Author: http://codecanyon.net/user/Luminary
 * Author URI: http://jenniferperrin.com
 * ============================================================================================================
 */

/* ==========================================
	Alert Notifications
   ========================================== */
   
   h3{
    font-family:Quicksand;
}
.alert{
  width:50%;
  margin:20px auto;
  padding:30px;
  position: fixed;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
}
.close{
  position:absolute;
  width:30px;
  height:30px;
  opacity:0.5;
  border-width:1px;
  border-style:solid;
  border-radius:50%;
  padding-top: 8px;
  right:15px;
  top:25px;
  text-align:center;
  font-size:1.6em;
  cursor:pointer;
}
@mixin alert($name,$bgColor){
  $accentColor:darken($bgColor,50);
  .#{$name}{
    background-color:#{$bgColor};
    border-left:5px solid $accentColor;
    .close{
      border-color:$accentColor;
      color:$accentColor;
    }
  }
}
@include alert(simple-alert,#ebebeb);
@include alert(success-alert,#a8f0c6);
@include alert(danger-alert,#f7a7a3);
@include alert(warning-alert,#ffd48a);
.danger-alert {
	background-color: #f7a7a3;
	border-left:5px solid red;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -180px 160px;
  }
}

#InfoBanner{
  margin-top: 20px;
  margin-bottom: 5px;
  position: relative;
  left: -15px;
  text-align: center;
  width: 100%;
}

.reversed {
  display: inline-block;
  padding: 1em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  background-color:#ef5350;
  width: 80%;
}
.reversed:before, .reversed:after {
  content: '';
  width: 0;
  height: 0;
  right: -0.8em;
  position: absolute;
  top: 0;
  
}
.reversed:after {
  top: auto;
  bottom: 0;
  border-top: none;
 
}
.reversedRight:before, .reversedRight:after{
  border-right: 1em solid transparent;
  right: -0.8em;
}
.reversedRight{
  width: 50px;
  border-radius: 5px 0px 0px 5px;
  animation: tilt 4s infinite;
}
.reversedRight2:before, .reversedRight:after{
  border-left: 1em solid transparent;
  left: -0.8em;
}
.reversedRight2{
  width: 50px;
  border-radius: 0px 5px 5px 0px;
  animation: tilt2 4s infinite;
}
@keyframes tilt {
  0% {
	left: 20px;
    width: 50px;
  }
  50% {
	 left: 20px;
    width: 70px;
	color: orange;
  }
  100% {
	 left: 20px;
    width: 50px;
  }
}
@keyframes tilt2 {
  0% {
	right: 20px;
    width: 50px;
  }
  50% {
	 right: 20px;
    width: 70px;
	color: orange;
  }
  100% {
	 right: 20px;
    width: 50px;
  }
}
.reversedLeft{
  border-radius: 0px 0px 0px 0px;
}
.reversedLeft:before, .reversedLeft:after {
  content: '';
  width: 0;
  height: 0;

  position: absolute;
}
.reversedLeft:after {
  top: auto;
  bottom: 0;
  border-top: 10em solid #ef5350;
  border-bottom: none;
}
.reversedLeft:before {
  bottom: auto;
  top:0;
  border-bottom: 10em solid #ef5350;
  border-top: none;
}

.bgAnimation{
  background-color:#ef5350;
  background-image: linear-gradient(
    45deg,
    #e57373 25%,
    transparent 25%,
    transparent 75%,
    #e57373 75%,
    #e57373
  ),linear-gradient(
    -45deg,
    #e57373 25%,
    transparent 25%,
    transparent 75%,
    #e57373 75%,
    #e57373
  );
  background-size: 60px 60px;
  animation: slide 4s infinite linear;
}   
   
   
   
 .alertMsg {
  width: 20%;
  height: 80px;
  position: fixed;
  top: 0;
  animation-name: example;
  right: 0%;
  animation-duration: 3s;
  float: right;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px;
  text-align: center;
  z-index: 4000;
  margin-bottom: 10px;
  color: white;
  font-weight: bold;
  padding-left: 30px;
  opacity: 0.9;
}


 

.alertMsg2 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto 20px;
 /*   padding: 10px 20px;  */
    position: relative;
	max-width: 1600px;
	transition: background 0.5s ease 0s;
}
@keyframes example {
    0%   {
    width: 30%;
    top: 54px;
    right: -30%;
    }
    100% {
    width: 30%; 
    top: 54px;
    right: 0%;
    
    }
  }

	.alertMsg i {
		font-size: 18px;
		margin-right: 10px;
		
	}

.alertMsg .alert-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAXElEQVR4XnXPsQ1AIQgE0KsYAWf6NDoClfuP8CGAFEY63sUcwobwgVHDtlHwxIaCk9W26ZEY74iccxP0Ag3u96Pg8HDO6Oau7K6bO3qXv88lrKzsM1b9XYIzEucf0sMh9ZVCt9gAAAAASUVORK5CYII=) no-repeat scroll 0 0 transparent;
    display: block;
    height: 12px;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999px;
    top: 15px;
    width: 12px;
}
	.alertMsg .alert-close:hover { opacity: 1; }

.alertMsg.default {
    background-color: #f0f0f0;
    border: 1px #f0f0f0 solid;
    color: #ff0101;
}

.alertMsg.footer {
    background-color: #b5b3b3;
    border: 1px #424242 solid;
    color: #535a6c;
}

	.alertMsg.default:hover { background-color: #fcfcfc; border: 1px #fcfcfc solid; }
.alertMsg.primary {
    background-color: #3498db;
    border: 1px #3498db solid;
    color: #ffffff;
}
	.alertMsg.primary:hover { background-color: #4ea4db; border: 1px #4ea4db solid; }
.alertMsg.info {
    background-color: #01b6ad;
    border: 1px #01b6ad solid;
    color: #ffffff;
}
	.alertMsg.info:hover { background-color: #3fc1be; border: 1px #3fc1be solid; }
.alertMsg.success {
    background-color: #27ae60;
    border: 1px #27ae60 solid;
    border-left: 8px solid lightgreen;
    color: #ffffff;
}
	.alertMsg.success:hover { background-color: #44b96d; border: 1px #44b96d solid; }
.alertMsg.warning {
    background-color: #d9a819;
    border: 1px #d9a819 solid;
    color: #ffffff;
    border-left: 8px solid rgb(255, 119, 0);
}
	.alertMsg.warning:hover { background-color: #ffc61d; border: 1px #ffc61d solid; }
.alertMsg.danger {
    background-color: #f6504d;
    border: 1px #f6504d solid;
    border-left: 8px solid rgb(255, 0, 0);
    color: #ffffff;
}

.alertMsg.danger:hover, .alertMsg.warning:hover{
	font-weight: bold;
	border: 2px solid orange;
	border-left: 10px solid orange;
	background: red;
}
.alertMsg.danger,  .alertMsg.warning{
    background-color: red;
	border-left: 10px solid orange;
    color: #ffffff;
} 

	.alertMsg.danger:hover { background-color: #f26c6b; border: 1px #f26c6b solid; }
.alertMsg.inverse {
    background-color: #535a6c;
    border: 1px #535a6c solid;
    color: #ffffff;
}
	.alertMsg.inverse:hover { background-color: #464c5b; border: 1px #464c5b solid; }

/* ==========================================
	Responsive Tables
  ========================================== */
.rwd-table {
    background: transparent;
    color: #777777;
    border-radius: 0;
    overflow: hidden;
	margin: 0;
    width: 100%;
	font-size: 85%;
}

.rwd-table tr {
    border-color: #46627f;
	border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
	.rwd-table tr:first-child { border-top: 0; }

.rwd-table td { display: block; }
	.rwd-table td:first-child { padding-top: .5em; }
	.rwd-table td:last-child { padding-bottom: .5em; }
	.rwd-table td:before {
		content: attr(data-th)": ";
		font-weight: 400;
		width: 35%;
		display: inline-block;
	}

.rwd-table th { display: none; }

.rwd-table th, .rwd-table td {
    margin: .5em 1em;
	text-align: left;
}

	.rwd-table th, .rwd-table td:before { color: #444444; font-weight: 400; }
	.rwd-table th { background: #fbfbfb; border-top: 1px solid #dddddd; text-transform: uppercase; }
		.rwd-table th:first-child { border-left: 0; }
		.rwd-table th:last-child { text-align: right; border-right: 0; }

	.rwd-table td { background: #ffffff; }
		.rwd-table td:first-child { border-left: 0; }
		.rwd-table td:last-child { text-align: right; border-right: 0; }
		.rwd-table td i { margin-left: 4px; color: #999999; }
		.rwd-table td i.disabled { margin-left: 4px; color: #cccccc; }

	.rwd-table td span i.edit:hover { color: #ffc61d; }
	.rwd-table td span i.reopen:hover { color: #00a65a; }
	.rwd-table td span i.remove:hover { color: #f56954; }
	.rwd-table td span i.print:hover { color: #3c8dbc; }

@media (min-width:768px) {
    .rwd-table th, .rwd-table td { padding: .25em .5em !important; }
		.rwd-table td:before { display: none; }
	.rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
		.rwd-table th:first-child, .rwd-table td:first-child { padding-left: 0; }
		.rwd-table th:last-child, .rwd-table td:last-child { padding-right: 0; }
}
@media (max-width:767px) {
	.rwd-table { margin-top: 20px; }
	.rwd-table td:last-child { text-align: left; }
}

/* ==========================================
	Info Lists Tables
  ========================================== */
table.infoTable {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0;
}

.infoTable td {
    font-size: 14px;
    padding: 4px 0 4px 10px;
}

.infoTable {
    display: table;
    width: 100%;
}
	.infoTable i {
		font-size: 14px;
		margin-right: 6px;
	}

.infoKey {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: top;
    width: 30%;
	font-weight: 400;
}
	.infoKey.sm { width: 35px; }

.infoVal { text-align: left; border: 1px solid #dcdcdc; background: #ffffff; vertical-align:text-top; }
	.infoVal span {
		color: #888888;
		margin-left: 10px;
		margin-right: 6px;
	}

.infoVal.highlight {
    color: #cc3d3d;
    font-weight: 400;
}

@media (max-width:767px) {
	.infoTable td i { display: none; }
}

/* ==========================================
	Task Lists
   ========================================== */
.task-item { border-bottom: 1px solid #f0f0f0; padding: 10px 0; }
	.task-item:first-of-type { padding-top: 0; }
	.task-item:last-of-type { border-bottom: 0; padding-bottom: 0; }

.task-item h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: none;
	border: 0;
}
	.task-item h4 span {
		font-size: 70%;
		color: #ff000c;
		padding-top: 4px;
	}
.task-item p {
	margin: 0;
	font-size: 14px;
}
	.task-item p.infoLabels {
		color: #3498db;
		font-size: 14px;
	}
	
/* ==========================================
	Dashboard Notices
   ========================================== */
.notices p {
	margin: 0;
	font-size: 14px;
}
	.notices p.infoLabels {
		color: #3498db;
		font-size: 14px;
	}

/* ==========================================
	Search Results
   ========================================== */
.search-box {
	margin-bottom: 10px;
	padding: 5px 0 15px;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
}
	.search-box:last-of-type { margin-bottom: 0 !important; border-bottom: 0; }
		
.section-box h4 {
	margin: 0;
	padding: 4px 0 0 0;
	font-weight: 400;
	background: transparent;
	border-bottom: 0;
	color: #535a6c;
}
	.section-box h4 span {
		font-size: 15px;
		font-weight: 300;
		font-family: 'Open Sans', Arial, sans-serif;
		color: #999999;
	}
.section-box p { font-size: 14px; margin-bottom: 0; }
	.section-box p i { margin-right: 6px; color: #999999; }

.avatarSearch {
	max-height: 100%;
	max-width: 100%;
}

/* ==========================================
	Public Profile
   ========================================== */
.profileBox {
    background: #ffffff;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cover {
	background: url("../images/bg-profile.png") repeat scroll 0 0 #232323;
    height: 110px;
    border-bottom: 5px solid #3498db;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
       -moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
}
.cover .avatar {
    position: absolute;
    background: #ffffff;
    border: 5px solid #232323;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
       -moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
			box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.3);
}
	.publicAvatar { padding: 5px; height: 140px; width: 140px; }

.profileBody {
    padding: 95px 10px 10px;
    text-align: center;
}
	.userProfBody {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

.profileBody h1 {
    color: #535a6c;
    font-size: 30px;
	font-weight: 300;
    margin-bottom: -3px;
	border: 0;
}
.profileBody h4 {
    margin-bottom: 0;
	border: 0;
	color: #3498db;
}
.profileBody p {
	text-align: center;
	margin: 0 0 10px;
}
.profileComments {
	height: 90px !important;
	min-height: 90px !important;
}

blockquote {
    border-left: 0;
    font-size: 18px;
	text-align: center;
    margin: 0;
    padding: 0;
	color: #535a6c;
}
.icon-quote {
    color: #cccccc;
    padding: 0 6px;
}

.myProfileAvatar {
	background: none repeat scroll 0 0 #ffffff;
	border: 2px solid #dcdcdc;
	max-height: 90px;
	max-width: 90px;
	padding: 4px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* ==========================================
	Dashboard Info Blocks
   ========================================== */
.container .dashBlks {
    margin-bottom: 30px;
    clear: left;
	
}
.line {
	line-height: 140px;
		color: rgba(255, 255, 255, 0.4);
}
.dashBlk {
 /*   background: #ffffff; */
    width: 100%;
  /*   min-height: 150px;  */
	box-shadow: 0 2px 0px rgba(255, 0, 0, 0.5);
}
.iconBlk {
   /*  float: left;      */
    background: #fdfdfd;
  /*   min-width: 120px;  
    height: 150px;  */
    text-align: center;
}
	.iconBlk i {
		font-size: 80px;
		line-height: 140px;
		color: #ffffff;
		color: rgba(255, 255, 255, 0.4);
	}
	.iconBlk.primary { background-color: #f1eee5; }
	.iconBlk.info { background-color: #f1eee5; }
	.iconBlk.success { background-color: #f1eee5; }
	.iconBlk.warning { background-color: #ffc61d; }
	.iconBlk.danger { background-color: #f6504d; }

.contentBlk {
	text-align: center;
  /*	padding: 20px 5px; */
}

.empInfoBlk {
	text-align: center;
	padding: 20px 5px;
	min-height: 150px;
}

@media (max-width: 1000px) {
	.col-dashBlk {
		margin-top: 30px;
	}
}

.msgCount { font-size: 45px; }
.timeWorked { font-size: 45px; }
.clockstatus { font-size: 22px; }
.clockBtn { margin-top: 10px; }
.empInfoClockBtn { margin-top: 20px; }

/* ==========================================
	Private Messages
  ========================================== */
.isUnread { background-color:#f1eee5; border: 2px solid red; border-color:#cb6638; font-weight: 600; }
.preview-label { font-size: 14px; padding: 6px 12px; }
.msgHeading { text-transform: none; padding-bottom: 6px; font-weight: 600; color:#cb6533; }
.theDate { color:#cb6533; font-size: 16px; font-weight: 600; }
.msgContent { margin-top: 10px; }
.msgIcon { margin: 0 6px; }

.table { font-size: 14px; margin-bottom: 0; }
.table > thead > tr > th {
    border-bottom: 2px solid #cb6533;
    vertical-align: bottom;
	font-weight: 300;
	text-transform: uppercase;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0;
}

/* ==========================================
	My Profile
  ========================================== */
.empAvatar {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
    max-height: 150px;
    max-width: 150px;
    width: 150px;
    padding: 4px;
}
.viewEmp {
    max-height: 110px;
    max-width: 110px;
    width: 110px;
}
.modalAvatar {
    background: none repeat scroll 0 0 #fcfcff;
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.1);
    float: left;
    max-height: 90px;
    max-width: 90px;
    width: 90px;
    margin: 0 30px 10px 0;
    padding: 4px;
}
.profileInfo { min-height: 245px; }

/* ==========================================
	TimeZone Accordions
  ========================================== */
dl {
    margin-bottom: 15px;
    width: 100%;
}
dd {
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: -1px;
    margin-left: 0;
    padding: 15px;
    width: 100%;
}
	dd:last-of-type { margin-bottom: 10px; }

dd p { font-size: 14px; }
	dd p strong { color: #555555; }
	dd p.updatedOn {
		color: #777777;
		font-size: 12px;
		margin-bottom: 10px;
	}

dt { font-weight: 300; }
	dt a {
		border: 1px solid #dcdcdc;
		cursor: pointer;
		display: inline-block;
		margin-bottom: -1px;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none !important;
		width: 100%;
	}
	dt a:hover, dt a:focus { background: none repeat scroll 0 0 #f8f8f8; }
	dt a i { margin-right: 4px; }

dt.noneFound { background: #f0f0f0; }
	dt.noneFound a { cursor: default; color: #777777; }

dt span {
    color: #777777;
    float: right;
    font-size: 12px;
    text-shadow: 1px 1px 1px #ffffff;
}

/* ==========================================
	Pagination
  ========================================== */
.pagination {
    clear: both;
	display: inline-block;
    padding: 0;
	margin: 20px 0 0;
	border-radius: 0;
}
.pagination a {
    background-color: #f8f8f8;
    border: 1px #cccccc solid;
    color: #7d7d7d;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}
.pagination a:hover, .pagination a:active {
    background: #ebebeb;
	border-color: #adadad;
	color: #ed8151;
}
.pagination span.current {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    color: #333333;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}
.pagination span.disabled {
    border: 1px solid #eeeeee;
    color: #999999;
    font-size: 12px;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin: 2px;
}

/* ==========================================
	Login
   ========================================== */
.loginCont {
	margin: 60px auto 0;
	background: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.login {
	padding: 10px 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size:10px;
}

.login .input-group span { background-color: #cccccc; min-width: 10px; color: #535a6c; }
	.login .input-group input {
		background-color: #ffffff;
		font-weight: 300;
	}

.login .input-group-addon {
	top: 0px;
	border-top: 2px solid #cccccc;
	border-right: none;
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
}
.login .form-control:focus {border-color:rgba(100,100,100,1)!important;
-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
.login .form-control { border-left: none; }
	.login .form-control:hover {
	  border-color: #cccccc;
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  transition: border-color 0.5s ease-in-out;
	}
	.login .form-control:focus {
	  border-color: #bcbcbc;
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  transition: border-color 0.5s ease-in-out;
	}

.login h2 {
    border: medium none;
    font-size: 10px;
    font-weight: 300;
    margin: 5px 0 15px;
	letter-spacing: .06em;
}

.login p {
	font-weight: 300;
	margin-bottom: 0;
	margin: 20px 0 10px;
	font-size:10px;
}

.login small { margin: 10px 0 10px 0; }
	.login small a {
		font-size: 10px;
		font-weight: 300;
	}
	.login small a i { margin-right: 2px; color: #999999; }

.login button {
	width: 100%;
	font-weight: 300;
	margin-bottom: 10px;
}
.btn.btn-login {
	background-color: #f0f0f0;
	color: #535a6c;
	border-color: #cccccc;
	border-bottom-color: #cccccc;
	transition: background 0.75s ease 0s;
}
.btn.btn-login:hover, .btn.btn-login:active, .btn.btn-login.hover {
	background-color: #ffffff !important;
	color: #3c424e !important;
	border-color: #cccccc !important;
	border-bottom-color: #cccccc !important;
}
















textarea.form-control,
select.form-control,
.dataTables_length select,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
  /*  height: 36px; */
}

textarea.form-control {
    height: inherit;
    padding-top: 10px;
}

.input-group-addon {
    border: 1px solid #bfcbd9;
    background-color: #fbfdff;
    color: #97a8be;
}

.input-group-addon .btn {
    padding: 1px 5px !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #8babcc;
    cursor: not-allowed;
}

.form-control::-webkit-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #a1b4cc;
    font-size: 14px;
}

textarea.form-control:focus,
select.form-control:focus,
.dataTables_length select:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

body.rtl .input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

.dataTables_length {
    float: left;
    margin-right: 5px;
}

.dataTables_length select {
    padding-top: 5px;
    height: inherit;
}

body.rtl .dataTables_length {
    float: right;
    margin-left: 5px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #bfcbd9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
    background-color: #FC2D42;
    border-color: #FC2D42;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
    background-color: #03A9F4;
    border-color: #03A9F4;
}

.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
    background-color: #FF6F00;
    border-color: #FF6F00;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
    background-color: #84c529;
    border-color: #84c529;
}

.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #bfcbd9;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #03a9f4;
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #03a9f4;
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #03a9f4;
}

.radio-danger input[type="radio"]+label::after {
    background-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #FC2D42;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #FC2D42;
}

.radio-info input[type="radio"]+label::after {
    background-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #03A9F4;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #03A9F4;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #FF6F00;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #FF6F00;
}

.radio-success input[type="radio"]+label::after {
    background-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #84c529;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #84c529;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
    color: #fff;
}

.input-group-addon .checkbox,
.input-group-addon .radio {
    margin: 0;
}

.input-group-addon .checkbox label {
    padding-top: 2px;
}

.input-group-addon .checkbox label::after {
    padding-top: 5px;
    padding-left: 2px;
}

.label {
    font-size: 12px;
    font-weight: 400;
    padding: .3em .7em .3em;
}

.btn-ticket-label {
    padding: 4px 10px 3px 10px;
    font-size: 14px;
    margin-top: -2px;
}

.label.ticket-label {
    font-size: 13px;
    padding: 6px 9px;
}

.label.ticket-label.label-default {
    border: 1px solid #bfcbd9;
}



.label-margin {
    margin-top: 23px;
}


.chip-circle {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    border-radius: 16px;
    background-color: #4b5158;
}

#invoices_total .panel_s {
    margin-bottom: 0;
}

.chip-small {
    line-height: 6px;
    padding: 6px 10px 6px 10px;
    height: 20px;
}

label,
.control-label {
    font-weight: 400;
    font-size: 13px;
    color: #2d2d2d;
    margin-bottom: 7px;
}



