﻿.fontawesome-icon-list{
	margin:22px 0 0 0!important;
}
.fontawesome-icon-list .fa-hover{ 
	color:#262626;
	display:block;
	height:36px;
	line-height:32px;
	padding-left:10px;
	padding:2px 0;
}
.fontawesome-icon-list .fa-hover .fa{
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	text-align:right;
	width:32px;
}
.fontawesome-icon-list .fa-hover:hover {
	background-color:#eee;
	color:#000;
	text-decoration:none;
}
.fontawesome-icon-list .fa-hover:hover .fa {
	font-size:28px;
	vertical-align:-6px;
}
.bs-glyphicons {
	overflow:hidden;
}
.bs-glyphicons li {
	float:left;
	width:25%;
	height:115px;
	padding:10px;
	font-size:10px;
	line-height:1.4;
	text-align:center;
	border:1px solid #fff;
	background-color:#f9f9f9;
}
.bs-glyphicons li:hover {
	color:#fff;
	background-color:#e46f61;
}
.bs-glyphicons .glyphicon {
	margin-top:5px;
	margin-bottom:10px;
	font-size:24px;
}
.bs-glyphicons .glyphicon-class {
	display:block;
	text-align:center;
	word-wrap:break-word;
}
.bs-glyphicons-list {
	padding-left:0;
	list-style:none;
}

@media(min-width:768px) {
	.bs-glyphicons {
		margin-left:0;
		margin-right:0;
	}
	.bs-glyphicons li {
		width:12.5%;
		font-size:12px;
	}
}

.weathericons {
	padding:5px 10px;
	border-radius:4px;
}
.weathericons:hover {
	background-color:#a0d468;
	color:#fff;
}
.weathericons .icon,.weathericons .class {
	display:inline-block;
}
.weathericons .icon {
	margin-right:5px;
	font-size:24px;
}

#typicon-preview {
	margin:0 auto;
	position:relative;
	text-align:center;
}
#typicon-preview .icon {
	float:left;
	padding:6px;
	display:inline-block;
	cursor:pointer;
	width:48px;
	height:48px;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius:6px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:6px;
	-moz-background-clip:padding;
	border-radius:6px;
	background-clip:padding-box;
	color:#444;
}
#typicon-preview .icon .typcn:before {
	font-size:24px;
}
#typicon-preview .icon:hover {
	background-color:#ffce55;
	line-height:38px;
	color:#fff;
}
#typicon-preview .icon:hover .typcn:before {
	font-size:32px;
}
.chartcontainer {
	width:100%;
	text-align:center;
}
.easy-pie-chart-preview .well {
	width:100%;
	height:250px;
	text-align:center;
	position:relative;
	padding-top:50px;
}
.easy-pie-chart-preview .well .easyPieChart {
	margin:0 auto;
}
.sparkline-preview .well {
	text-align:center;
	position:relative;
}
.buttons-preview .btn,.buttons-preview .btn-group {
	margin-bottom:10px;
	margin-right:10px;
}
.dropdown-container {
	margin:0 auto;
	text-align:center;
}
.dropdown-container .dropdown-preview {
	display:inline-block;
	text-align:left;
}
.dropdown-container .dropdown-preview>.dropdown-menu {
	display:block;
	position:static;
	margin-bottom:5px;
}
#dropdownbuttons .btn {
	margin-top:10px;
}
.labels-container .label {
	margin:0 10px 10px 0;
}
.popover-container {
	overflow:auto;
}
.popoverexample .popover {
	position:relative;
	display:block;
	width:260px;
	margin:20px;
}
.modal-preview .modal {
	position:relative;
	top:auto;
	right:auto;
	left:auto;
	bottom:auto;
	z-index:1;
	display:block;
	width:auto;
	overflow:hidden;
	max-width:600px;
}
.modal-preview .modal .modal-dialog {
	width:90%;
}
.bordered-well-container .well {
	margin-bottom:0;
}
.knob-container {
	text-align:center;
}
#red,#green,#blue{
	margin:10px;
	display:inline-block;
	height:200px;
}
#colorpicker {
	height:240px;
	width:100%;
	margin:20px auto;
	padding:10px;
	border:1px solid #bfbfbf;
}
#colorpicker .result {
	margin:60px 30px;
	height:100px;
	width:100px;
	display:inline-block;
	vertical-align:top;
	color:#7f7f7f;
	background:#7f7f7f;
	border:1px solid #fff;
	box-shadow:0 0 10px;
}
#colors .colored-slider {
	margin-bottom:20px;
}
#sizes .sized-slider {
	margin-bottom:20px;
}
.grid-example .row {
	margin-bottom:15px;
	padding:0 15px;
}
.grid-example .row [class^=col-] {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
}

/* FadeOut Alert Message */
.alert .alert-label {
	font-size:80%;
	text-decoration:underline;
}
.alert.fadeOut {
	cursor:pointer;
}

/* Timeago */
a.timeago {
	color:#9197a3;
	cursor:default;
	text-decoration:none;
	font-size:90%;
}


/* Element Accessories */
.text-default {
	color:#999 !important;
}
.text-success {
	color:#5cb85c !important;
}
.text-primary {
	color: #428bca !important;
}
.text-info {
	color:#5bc0de !important;
}
.text-warning {
	color:#f0ad4e !important;
}
.text-danger {
	color:#d9534f !important;
}

.border-default {
	border-color:#999 !important;
}
.border-success {
	border-color:#dff0d8 !important;
}
.border-primary {
	border-color:#428bca !important;
}
.border-info {
	border-color:#5bc0de !important;
}
.border-warning {
	border-color: #f0ad4e !important;
}
.border-danger {
	border-color:#d9534f !important;
}

.bg-default {
	background-color:#999 !important;
}
.bg-success {
	background-color:#dff0d8 !important;
}
.bg-primary {
	background-color:#428bca !important;
}
.bg-info {
	background-color:#5bc0de !important;
}
.bg-warning {
	background-color: #f0ad4e !important;
}
.bg-danger {
	background-color:#d9534f !important;
}

@-moz-document url-prefix() {
  fieldset { 
  	display: table-cell; 
  }
}

table.table th {
	font-size:95% !important;
	vertical-align:top !important;
}
table.table td {
	font-size:85%;
	vertical-align:top !important;
}

.form-title {
	font-weight:600 !important;
}
.form-title a {
	text-decoration:none;
	font-size:80%;
}

.tab-pane div.dashed {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    margin-top: 15px;
}

.flip-scroll {
	-moz-overflow-x:scroll;
	-webkit-overflow-x:scroll;
	-ms-overflow-x:scroll;
	-o-overflow-x:scroll;
	overflow-x:scroll;
	padding-bottom:10px;
}

.page-body {
	min-height:500px;
}

.page-body footer {
	position:absolute;
	bottom:0;
	color:#424242 !important;
}

.page-body .table tr th, .page-body .table tr td {
	white-space: nowrap;
}

.radio label, .checkbox label {
    padding-left:0px !important;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-at {
    text-transform:lowercase;
}

.navbar .navbar-inner .navbar-header .navbar-account .account-area > li .dropdown-menu.dropdown-messages li .message-subject {
    margin-top: 5px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.match-text {
    border: 1px solid #F93;
    padding: 3px 0px;
    background-color: #FFC;
    border-radius: 3px;
}
.datepicker.dropdown-menu {
	z-index: 1051 !important;
}

.input-uppercase {
	text-transform: uppercase !important;
}

.cyd-remarks-text-area{
	width:100%;
	height:86px;
}

.cyd_survey input[type=radio] {
    opacity: 1;
    position: relative;
    left: 0px;
    z-index: 12;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.cyd_working_ability input[type=radio] {
    opacity: 1;
    left: -8px;
}

.hit{background: coral;}

.notif-media-thumb{
  max-width: 200px;
  max-height: 200px;
}