body {
	font-size: 14px;
	/*min-width: 1260px;
	overflow: auto;*/
}
#main {
	padding-top: 90px;
}
.search input[type="text"] {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	color: #333;
	font-size: 15px;
	font-weight: 300;
	padding: 6px 0 6px 30px;
	border: 1px solid #ccc;
}
.search .fg-line:before {
	content: '\f1c3';
	font-family: 'Material-Design-Iconic-Font';
	position: absolute;
	left: 7px;
	bottom: 1px;
	color: #333;
	font-size: 22px;
}
.head-search {
	max-width: 318px;
}
.grid-cont {
	display: block;
	margin-top: 20px;
}
.grid-cont .grid-title {
	font-weight: bold;
}
.grid-cont .grid-content {
	display: block;
	margin-top: 10px;
}
.grid-row {
	border-bottom: 1px solid #eee;
	padding:9px 0;
}
.ww {
	word-wrap: break-word;
}
#main {
	padding-bottom: 0px;
}
.rpd {
	padding-right: 20px;
}
.jpopup-close-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: #f4006b!important;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	margin: 0px !important;
	opacity: 1;
}
.jpopup-close-btn:hover {
	color: #fff;
}
 
.bgm-cyan {
	background-color: #2196f3 !important;
}
h4 {
	font-size: 20px;
	color: #333;
}
.mandatory {
	color: #ff0000;
}
.vspace {
	display: block;
	height: 20px;
}
.card .card-header .btn-float {
	right: 25px;
	top: -23px;
	z-index: 1;
	bottom: inherit;
}
.c-label {
	display: block;
	color: #959595;
	font-weight: normal;
	margin-bottom: 5px;
}
.pink-text {
	color: #f4006b!important;
}
.label-text {
	color: #959595;
}
.label-cont {
	margin-top: 20px;
}
.radio .input-helper:after {
	background: #2196f3;
}
/*dropdown*/

.m-select {
	margin-top: 15px;
	border: 1px solid #e0e0e0!important;
}
.tab-nav li > a {
	text-transform:initial;
	padding: 10px;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
/*.tab-nav li > a:hover{
	background: #2196f3;
	color: #fff;
	}*/

.tab-nav.tn-justified > li.active a {
	background: #2196f3;
	color: #fff;
}
.panel-collapse .panel-heading:before, .panel-collapse .panel-heading:after {
	left: inherit;
	right: 10px;
	top: 12px;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	text-align: center;
	line-height: 20px;
}
.panel-collapse .panel-heading .panel-title > a {
	padding: 16px 20px;
}
.panel-collapse {
	background: none;
}
.list-title-area {
	background: #d9d9d9;
	border-left: 4px solid #2196f3;
}
.panel-collapse .panel-heading .panel-title > a:after, .panel-collapse .panel-heading .panel-title > a:before {
	display: none;
}
#header {
	position: absolute;
}
.report-list {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style-type: none;
}
.report-list a {
	display: block;
	color: #333;
	position: relative;
	padding: 8px;
}
.report-list a:before {
	content: '\f2fb';
	font-family: 'Material-Design-Iconic-Font';
	position: absolute;
	right: 15px;
	color: #333;
	top: 4px;
	font-size: 22px;
}
.report-list li.active a {
	background: #fff;
}
.btn {
	text-transform:inherit;
}
.active i.facility-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat 0 0;
	vertical-align: middle;
	margin-right: 10px;
}
i.facility-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat 0 -22px;
	vertical-align: middle;
	margin-right: 10px;
}
.active i.train-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat -21px 0px;
	vertical-align: middle;
	margin-right: 10px;
}
i.train-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat -21px -22px;
	vertical-align: middle;
	margin-right: 10px;
}
.active i.customer-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat -42px 0;
	vertical-align: middle;
	margin-right: 10px;
}
i.customer-fault-icon {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/tab-sprites.png) no-repeat -42px -22px;
	vertical-align: middle;
	margin-right: 10px;
}
.active i.add-fault-icon {
	display: inline-block;
	width: 21px;
	height: 15px;
	background: url(../img/af-icon.png) no-repeat 0 -1px;
	vertical-align: middle;
	margin-right: 2px;
	background-size: 90%;
}
.tab-nav li > a:after {
	display: none;
}
.theme-btn, .theme-btn:focus, .theme-btn:hover {
	background: #f4006b;
	color: #fff;
}
.abouticon {
	display: initial;
	margin-top: -3px;
	margin-right: 12px;
	width: 16px;
	height: 13px;
}
i.logout-icon {
	display: inline-block;
	width: 21px;
	height: 19px;
	background: url(../img/logout-icon.png) no-repeat 0 0;
	vertical-align: middle;
	margin-right:7px;
}
.welcometext h2 {
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.welcometext small {
	color: #fff;
}
.view-details-icon a {
	font-size: 20px;
	color: #f97fb5;
}
.login-cont {
	background: none;
	box-shadow: none;
	padding: 0px!important;
}
.login-bg {
	background: #fff;
	padding: 15px 55px 35px 20px;
}
.lc-block:not(.lcb-alt) .btn-login {
margin-top: 35px;
}
.login-title {
	display: block;
	background: #f3006a;
	color: #fff;
	padding: 10px 0;
	margin: 0px;
	font-size: 22px;
	border-bottom: 2px solid #efefef;
}
.btn-login {
	background: #f3006a;
}
.btn-login:hover {
	background-color: #d6005d!important;
}
.form-control {
	font-size: 14px;
}
/* Fault details  */

 .export-icon img {
	vertical-align: middle;
	margin-left: 4px;
}
.div-border {
	border: 1px solid #e0e0e0;
}
.bold-text {
	font-weight: 500;
	color: #333;
}
table.fault-detail-table {
	border: 1px solid #e0e0e0;
}
table.fault-detail-table td {
	border-color:#e0e0e0!important;
}
.comments-cont {
	border: 1px solid #e0e0e0;
}
.min-height-cont {
	min-height: 133px;
}
ul.action-btns {
	list-style-type: none;
	margin: 0px 0 20px 0;
	padding: 0px;
}
ul.action-btns li {
	text-align: center;
	padding: 5px;
}
.st-name-icon {
	background: url(../img/filter-sprite.png) no-repeat 0 -39px;
	width: 19px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}
.weather-icon {
	background: url(../img/filter-sprite.png) no-repeat 0 -21px;
	width: 19px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
}
.cal-icon {
	background: url(../img/filter-sprite.png) no-repeat 0 -1px;
	width: 19px;
	height:20px;
	display: inline-block;
	vertical-align: middle;
}


 /* Calander CSS  */

.datepicker table thead tr:first-child th, .timepicker-picker table tbody tr + tr:not(:last-child) {
 background: #2196f3;
}
.datepicker table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table th {
	background: #197bc9;
}
.bootstrap-datetimepicker-widget a[data-action] {
	color: #2196f3;
}
.datepicker-months .month.active, .datepicker-years .year.active, .timepicker-minutes .minute.active, .timepicker-hours .hour.active {
	background: #197bc9;
}
.datepicker table td.active:before {
	background-color: #197bc9;
}
.new-audit-cont .panel-title {
	border-bottom: 1px solid #ccc;
}
.new-audit-cont .panel-collapse .panel-heading:before, .new-audit-cont .panel-collapse .panel-heading:after {
	background: #dcdcdc;
	right: 10px;
}
.height-cont {
	overflow: auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #197bc9;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #197bc9;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, .2);
}
.new-audit-cont .grid-title {
	font-weight:600;
}
.forgot-btn-left {
	right: inherit;
	left: -27px;
}
.doclist-cont .list-group-item {
	cursor: pointer;
}
.doclist-cont .list-group-item:hover {
	background: #efefef;
}
.doclist-cont .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.doclist-cont .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.doclist-cont .checkbox {
	display: inline-block;
	margin: 2px 0 0 0;
	padding: 0px;
	vertical-align: top;
	min-height: 14px;
}
.text-muted {
	float: right;
	font-size: 12px;
}
.doclist-cont .list-group-item i {
	width: 25px;
	margin-left: 0px;
	font-size: 18px;
	vertical-align: middle;
}
i.folder {
	color: #e2d400;
}
i.word {
	color: #4e68c6;
}
i.pdf-icon {
	color: #d5598f;
}
.right-more-icon {
	width: 0;
	height: 0;
	border-bottom:16px solid #c5c5c5;
	border-left: 16px solid transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.left-more-icon {
	width: 0;
	height: 0;
	border-bottom:16px solid #2196f3;
	border-right: 16px solid transparent;
	position: absolute;
	left: -1px;
	bottom:-1px;
}
.doclist-cont .list-group-item {
	padding: 10px 15px 8px 15px;
}
.action-div-cont {
	display: block;
	background:#2196f3;
	margin: 0px;
}
.action-div-cont ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.action-div-cont ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	border-right: 1px solid #75b6f6;
	float:left;
}
.action-div-cont ul li a {
	display: block;
	min-height: 40px;
	color: #fff;
	text-decoration: none;
	padding: 0px 25px;
	line-height: 40px;
	font-size: 13px;
}
.action-div-cont ul li a:hover {
	background: #1f79c1;
}
.action-div-cont ul li a i {
	color: 	#fff;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border-radius: 25px;
	margin: 0 5px 0 0;
	font-size: 16px;
}
.modal-header {
	border-bottom: none;
}
.modal-body {
	padding: 0 15px;
}
.share-search .input-group-addon {
	background: none;
	border-left: none;
	padding: 0px;
}
.share-search .input-group-addon button {
	display: block;
	background: none;
	border: none;
	padding: 6px 12px;
}
.share-search .input-group-addon button:focus {
	outline: none;
}
.share-search .form-control {
	border-right: none;
}
.add-list-cont {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
	height: 180px;
	position: relative;
}
.add-list-cont .list-group-item {
	border: none;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top: 1px;
	padding: 8px 10px;
}
.add-list-cont .list-group-item i {
	font-size: 18px;
	margin-right: 5px;
}
.drag-info-cont {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	text-align: center;
	top: 25%;
	color: #ccc;
}
.drag-info-cont p {
	font-size: 14px;
}
.drag-info-cont i {
	font-size: 30px;
	color: #ccc;
}
.sharing-doc-form {
	margin-top:5px;
}
.sharing-doc-form div {
	padding-top: 8px;
}
.sharing-doc-form .form-control {
	border-right: 1px solid #ccc;
}
.sharing-doc-form input[type=checkbox] {
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
}
.share-doc-popup {
	padding: 5px 10px;
}
.sharing-doc-form button {
	border: none;
	background: #ab4e77;
	color: #fff;
	padding: 7px 35px;
}
.disable-list {
	background: #efefef;
}
.add-list-cont .list-group-item .fa-times {
	float: right;
	font-size: 16px;
	margin-top: 3px;
}
.audit-list-cont .checkbox {
	display: inline-block;
}
.text-muted {
	line-height: 25px;
}
.text-muted a {
	float: right;
	font-size: 12px;
	margin: 0px 10px;
	color: #2196f3;
}
.text-muted a i {
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background: #ab4e77;
	font-style: inherit;
	font-size: 10px!important;
}
.histroy-box {
	height: 170px;
	background: #eee;
	padding: 10px 0px;
	font-size: 12px
}
.histroy-box-list {
	height: 130px;
	overflow: auto;
}
.histroy-box .row {
	padding: 5px 0;
}
.histroy-box .active-row {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #ab4e77;
}
.histroy-box .active-row .fa-times {
	color: #333;
}
.audit-icon {
	background: url(../img/audit-icon.png) no-repeat 0 0;
	width: 19px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.folder-icon {
	background: url(../img/folder-icon.png) no-repeat 0 0;
	width: 19px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.list-head {
	background: #f3f3f3;
}
.bg-hide {
	background: transparent;
	box-shadow: inherit;
}
.header-button button {
	margin-left: 3px;
}
.header-button i {
	font-size: 16px;
	margin-right: 7px;
	vertical-align: bottom;
}
.add-folder-cont {
	border-top:1px solid #efefef;
	padding: 10px 0;
}
.add-folder-cont input {
	border-radius: 0px;
}
.add-folder-cont .input-group-addon {
	background: #f4006b;
	border: none;
	padding: 0px!important;
	border-radius: 0px!important;
	 
}
.add-folder-cont .input-group-addon button {
	color: #fff;
	display: block;
}
.add-folder-cont button.srch-icon {
	border: none;
	color: #2b2b2b;
	background: #f4006b;
	border-left: none!important;
	color: #fff;
}
.doclist-cont .list-group-item:first-child {
	border-top: 1px solid #efefef;
}
.top-mrgn {
	margin-top:10px;
	display: block;
	text-decoration: underline;
}
.create-folder-input{
	border: 1px solid #ccc!important;
	text-indent: 10px;
}
.jpopup-close-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: #f4006b!important;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	margin: 0px !important;
	opacity: 1;
}
.option-body table td{
	border: 1px solid #ccc!important;
	padding: 10px!important;
	vertical-align: middle!important;
}
.option-body table td:first-child{
	width: 5%;
	text-align: center;
}

.option-body table td:last-child{
	width: 60px;
	text-align: center;
}
.option-body .checkbox label, 
.option-body .radio label {
	padding-left: 20px;
	position: relative;
}
.option-head{
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background:#2196f3; 
}
.option-text-area{
	border: none;
	width: 100%;
}
.audit-popup-cont input[type="text"],
.audit-popup-cont textarea,
.audit-popup-cont select{
margin-top: 20px;
}
.audit-popup-cont .form-group{
	margin-bottom: 0px;
}
.question-cont{
	display: block;
	border: 1px solid #e0e0e0;
	padding: 10px;
	min-height: 150px;
	margin: 0 0 10px 0;
}
.option-textarea{
	width: 100%;
	border: none;
	margin: 0px!important;
}
.add-option-btn{
	background: #f4006b!important;
	margin-top: 10px;
}
.edit-name{
	position: absolute;
	right: -50px;
	top: 0;
}

.share-audit-cont{
	display: block;
	border: 1px solid #e0e0e0;
	height: 220px;
}
.share-audit-cont ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.share-audit-cont ul li{
	display: block;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	position: relative;
}
.audit-remove-list-icon{
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
.title-text{
	border-bottom: 1px solid #edecec;
	font-size: 16px;
	color: #333;
}

.question-list li{
	position: relative;
	padding-right: 100px;
	border-bottom: 1px solid #ccc;

}
.question-list li:last-child{
	border-bottom: none;
}
.question-list li ol li{
	margin-right: -100px;
	margin-bottom: 5px;
	border-bottom: none;
}
.action-box{
	position: absolute;
	right: 0px;
	width: 100px;
	top: 0;
	text-align: right;
}
.move-box a{
	color: #f4006b;
	
}
.move-box i{
	font-size: 18px;
	margin-right: 10px;
	cursor: pointer;
}

.checkbox .input-helper:after {
	border-bottom: 2px solid #0d8aee;
	border-left: 2px solid #0d8aee;
}
.answer-panel .panel-title{
	background: #2196f3;
	margin-right: -100px;
}
.answer-panel-collapse .panel-heading:before, 
.answer-panel-collapse .panel-heading:after {
	left: inherit;
	right: -90px;
	top: 7px;
	background: transparent;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 20px;
}
.answer-panel-collapse .panel-heading .panel-title > a{
	color: #fff;
}
.pnk-text{
	color: #f4006b;
}
.main-menu{
	margin-top: 0;
}
.main-menu > li > a > i {
    font-size: 16px;
    top: 4px;
}
.hide-effets{
	 color:#000!important;
	border-color:inherit!important;
	background-color: inherit!important;
	border: none!important;
	top: 0!important;
}
.no-item{
	display: block;
	text-align: center;
	padding: 30px;
}
.no-item i{
	font-size: 32px!important;
	display: block;
	margin-right: auto!important;
	margin-left: auto!important;
	width: 40px;
	margin-bottom: 10px;

}
.four-zero {
	background: #2196f3;
}
.popup-alert-box span{
	font-size: 16px;
	display: inline-block;
	margin-top: 5px;
}
.popup-alert-box button{
	margin-right: 5px;
}


/*code start by Ashish on 18 august 2016*/
.login-navigation > li a, .login-navigation > li:hover a{
	color: #fff;
}
.aboutus-cont {
    padding-bottom: 20px!important;
}
.aboutus-cont img {
    display: block;
    margin: 10px auto 20px;
}
.custom-overlay{
	position:fixed;
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	z-index:3000;
	top: 0px;
}
.custom-spinner{
	position:absolute;
	left:50%;
	top:50%;
}
.custom-spinner i.zmdi{
	font-size:50px;
	
	color:#000;
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.zmdi-spinner:before{content:'\f3ec';z-index:1112;}


.scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
  /* width: 100%; */
}

.fg-line .form-control.r-only {
    color: #9d9d9d;
    background: transparent;
}
.fg-line .form-control.r-only:hover{
cursor:not-allowed;
}
.sweet-alert .text-muted{
	float: none;
}

.question-type {
    font-style: italic;
    display: block;
    color: #f4006b;
    font-size: 12px;
}
.wh-space-prewrap{
	white-space: pre-wrap;
}

#changePasswordForm input[type="password"] {
    margin-top: 20px;
}

.add-another-chk{
	display: inline-block;
	margin-left: 6px;
}




.four-zero h3{
	line-height: 100%;
color: #fff;
font-weight: 100;
margin: 0 0 15px 0;
}

.four-zero h3 {
font-size: 82px;
}
.four-zero h4{
	line-height: 100%;
color: #fff;
font-weight: 100;
margin: 30px 0 15px 0;
}
.four-zero h4 {
font-size: 102px;
}