﻿
/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/* =============================================================
   GENERAL STYLES
   ============================================================ */

   /* @import url(http://fonts.googleapis.com/css?family=Roboto); */ /* FREE GOOGLE FONT */

   * {
   	outline: none !important;
   }

   body {
   	/* font-family: 'Roboto', sans-serif; */
   	font-family: "Helvetica Neue",Roboto,Arial,*"Droid Sans",sans-serif;
   	/* font-family: "Ubuntu","Ubuntu Beta",UbuntuBeta,Ubuntu,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif; */
   	line-height: 30px;
   }

   input[type="file"] {
   	display: block;
   	height: auto;
   }

   .set-radius-zero {
   	border-radius: 0px;
   	-moz-border-radius: 0px;
   	-webkit-border-radius: 0px;
   	-o-border-radius: 0px;
   }

   .content-wrapper {
   	padding-top: 40px;
   	min-height: 450px;
   	padding-bottom: 60px;
   	background-color: #efefef;
   }

   .page-head-line {
   	border-bottom: 2px solid #db261f;
   	clear: both;
   	/* color: #db261f; */
   	margin-bottom: 30px;
   	overflow: hidden;
   	text-transform: uppercase;
   }

   .pull-right.refine_status {
   	clear: both;
   	overflow: hidden;
   	width: 28%;
   }
   .refine_status label {
   	float: left;
   	margin-left: 30px;
   	margin-right: 15px;
   }
   .refine_status .form-control {
   	width: 195px;
   }

   .page-heading {
   	font-size: 20px;
   	font-weight: 900;
   	display: inline-block;
   }

   .colorgraph {
   	background: #c4e17f linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4) repeat scroll 0 0;
   	border-radius: 5px;
   	border-top: 0 none;
   	height: 5px;
   }

   .log_acc {
   	margin-bottom: 20px;
   }

   .content-wrapper label {
   	font-family: open sans,sans-serif;
   	font-weight: 600;
   }
   .content-wrapper .alert.alert-info, .alert-success {
   	font-family: open sans,sans-serif;
   }
   .content-wrapper .form-control {
   	background-color: #f8f8f8;
   	box-shadow: none;
   	font-family: open sans,sans-serif;
   }
   .content-wrapper .form-control-special {
   	background-color: #f8f8f8;
   	box-shadow: none;
   	font-family: open sans,sans-serif;
   	width: 80px;
   }
   .content-wrapper input.btn {
   	font-family: open sans,sans-serif;
   }
   .content-wrapper a.btn {
   	font-family: open sans,sans-serif;
   }
   .content-wrapper .modal-header {
   	background: #032028 none repeat scroll 0 0;
   	border-radius: 5px 5px 0 0;
   	color: #fff;
   }
   .content-wrapper .table-responsive {
   	font-family: open sans,sans-serif;
   }

   .form-control-special {
   	background-color: #fff;
   	background-image: none;
   	border: 1px solid #ccc;
   	border-radius: 4px;
   	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   	color: #555;
   	display: block;
   	font-size: 14px;
   	height: 34px;
   	line-height: 1.42857;
   	padding: 6px 12px;
   	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
   }

   .btn {
   	border-radius: 0px;
   	-webkit-border-radius: 0px;
   	-moz-border-radius: 0px;
   	-0-border-radius: 0px;
   }

   .progress {
   	height: 8px;
   	border-radius: 0px;
   	-webkit-border-radius: 0px;
   	-moz-border-radius: 0px;
   	-0-border-radius: 0px;
   }
   .login-icon {
   	height: 45px;
   	width: 45px;
   	padding: 8px 10px;
   	border-radius: 50%;
   	font-size: 26px;
   	margin-bottom: 0;
   	color: #fff;
   	text-align: center;
   	cursor:pointer;
   	background-color:#F0677C;
   	-webkit-border-radius:50%;
   	-moz-border-radius:50%;
   	-0-border-radius: 50%;
   }

   .container .panel-heading {
   	font-size: 18px;
   }

/* =============================================================
   HEADER SECTION STYLES
   ============================================================ */
   header {
   	background-color: #ba2430;
   	color: #fff;
   	padding: 10px;
   	text-align: right;
   }
   header .form-control, button {
   	font-family: open sans,sans-serif;
   }
   header .form-control {
   	background-color: #f8f8f8;
   }

/* =============================================================
   LOGO SECTION STYLES
   ============================================================ */

   .navbar-brand > img {
   	width: 120px;
   	 margin-top: 4px;
   }

   .left-div {
   	margin-bottom: 10px;
   	margin-top: 10px;
   	padding-left: 30px;
   	text-align: right;
   }

   .navbar-brand {
   	margin-left: 0 !important;
   	margin-top: 0;
   	padding: 0;
   }

   /* USER SETTINGS DIV */
   .user-settings-wrapper .nav > li > a {
   	background-color: #db261f;
   	border-radius: 50%;
   	color: #fff;
   	display: block;
   	height: 45px;
   	padding: 8px 10px;
   	position: relative;
   	width: 45px;
   }
   .user-settings-wrapper {
   	margin-top: 10px;
   }
   .user-settings-wrapper li {
   	display: inline-block;
   }
   .user-settings-wrapper .dropdown-settings {
   	width: 200px;
   	padding: 10px;
   }
   .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
   	text-decoration: none;
   	background-color: #c60f08 !important;
   }
   .user-settings-wrapper img {
   	height: 64px;
   	width: 64px;
   	border: 1px solid #000000;
   }
   .user-settings-wrapper .dropdown-menu {
   	margin: 0px;
   	border-radius: 8px!important;
   	-moz-border-radius: 8px!important;
   	-webkit-border-radius: 8px!important;
   	-0-border-radius: 8px!important;
   	margin-left: -140px;
   	font-family: open sans,sans-serif;
   }
   .user-settings-wrapper .btn {
	/*border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-0-border-radius: 0px!important;*/
}
.user-settings-wrapper .media-heading {
	padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
	background-color: #ba2430;
}

#menu-top a {
	color: #fff;
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}
.menu-top-active {
	background-color: #ba2430;
	color: #fff !important;
}
.menu-section .nav > li > a:hover, .menu-section .nav > li > a:focus {
	background-color: #6c5153 !important;
	color: #fff !important;
}
.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
	background-color: #1d90c6 !important;
	color: #fff !important;
}
.menu-section .dropdown-menu {
	background: #032028;
}
.menu-section .navbar-right .dropdown-menu {
	left: 0;
	right: 0;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100% !important;
	margin-top: -6px;
	margin-left: 0px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a::after {
	content: " ";
	float: right;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #093552;
	margin-top: 3px;
	margin-right: -6px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.navbar-inverse {
	background-color: #fff;
	border-color: transparent;
  height: 60px;
}
.navbar-toggle {
	background-color: #F0677C;
	border: 1px solid #fff;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-middle {
	float: left;
	margin: 20px 0 0 170px;
	width: 55%;
}

/* =============================================================
   FOOTER SECTION STYLES	background:url(../images/footer-bg.jpg) no-repeat;	background-color: #092a4d;
   ============================================================ */
   footer {
   	padding: 10px;
   	color: #fff;
   	font-size: 12px;

   	font-family: Montserrat,sans-serif;

     background-color: #ba2430;
   }
   footer a, footer a:hover {
   	color: #fff;
   	text-decoration: none;
   }

/*==============================================
    DASHBOARD  STYLES
    =============================================*/

    /* DASHBOARD ICONS */

    .bk-clr-one {
    	background-color: #d3b078;
    	border-bottom: 4px solid #b7863c;
    }
    .bk-clr-two {
    	background-color: #FFD177;
    	border-bottom: 4px solid #f9b940;
    }
    .bk-clr-three {
    	background-color: #e3b190;
    	border-bottom: 4px solid #e0854c;
    }
    .bk-clr-four {
    	background-color: #b739b9;
    	border-bottom: 4px solid #940399;
    }
    .bk-clr-five {
    	background-color: #00acff;
    	border-bottom: 4px solid #028ac9;
    }
    .bk-clr-six {
    	background-color: #fc9fb9;
    	border-bottom: 4px solid #d3617f;
    }
    .bk-clr-seven {
    	background-color: #a2df9f;
    	border-bottom: 4px solid #60a85c;
    }
    .bk-clr-eight {
    	background-color: #499fb2;
    	border-bottom: 4px solid #237c8e;
    }

    .dashboard-div-icon {
    	height: 75px;
    	width: 75px;
    	border: 2px solid #fff;
    	padding: 20px;
    	border-radius: 50%;
    	-webkit-border-radius:50%;
    	-0-border-radius: 50%;
    	-moz-border-radius:50%;
    	font-size: 30px;
    	margin-bottom: 20px;
    	color: #fff;
    }
    .dashboard-div-wrapper {
    	border-radius: 5px;
    	text-align: center;
    	padding: 15px;
    	color: #fff;
    	margin-bottom: 25px;
    }
    .dashboard-div-wrapper .progress {
    	height: 2px;
    }
    .dashboard-box a:hover {
    	text-decoration: none;
    }
    .container .dashboard-div-wrapper h5 {
    	font-family: Montserrat,sans-serif;
    	font-size: 13px;
    	font-weight: normal;
    	text-transform: uppercase;
    }
    .container .dashboard-div-wrapper h5:hover {
    	text-decoration: none;
    }

    /* NOTICE BOARD */

    .notice-board .panel {
    	border-radius: 0px;
    	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
    	-o-border-radius: 0px;
    }
    .notice-board ul {
    	padding-left: 0px;
    	list-style: none;
    }
    .notice-board li {
    	padding: 10px;
    	border-bottom: 1px solid #E5E5E5;
    }
    .notice-board li span {
    	margin-right: 10px;
    	border: 1px solid #DBDBDB;
    	padding: 5px;
    }
    .notice-board li a, li a:hover {
    	text-decoration: none;
    	color: #000;
    }

    /* SOCIAL BUTTONS */

    .btn-social {
    	color: white;
    	opacity: 0.8;
    }
    .btn-social:hover {
    	color: white;
    	opacity: 1;
    	text-decoration: none;
    }
    .btn-facebook {
    	background-color: #3b5998;
    }
    .btn-twitter {
    	background-color: #00aced;
    }
    .btn-linkedin {
    	background-color: #0e76a8;
    }
    .btn-google {
    	background-color: #c32f10;
    }

    .media-center, .media-heading , .sub-heading {
    	text-align: center;
    }
    .dropdown-menu hr {
    	margin-bottom: 15px;
    	margin-top: 10px;
    }
    .form-group select, select.form-control {
    	-moz-appearance: none;
    	-o-appearance: none;
    	-webkit-appearance: none;
    	appearance: none;
    	background: url("../images/down.png") no-repeat scroll right center;
    }
    .table-responsive td select.form-control {
    	float: left;
    	margin-right: 15px;
    	width: 78%;
    }
    .form-group select:focus {
    	box-shadow: none;
    }

    .item .alert {
    	background-color: #ce5454;
    	border-radius: 3px 4px 4px 3px;
    	color: #fff;
    	float: left;
    	font-family: open sans,sans-serif;
    	margin: 0;
    	padding: 0 10px;
    }

    .service_progress .progress {
    	margin-bottom: 0;
    }

    .top_search {
    	padding: 0;
    	/*margin-right: 12px;*/
    }
    .top_search .form-control {
    	border: 0 none;
    	border-radius: 25px 0 0 25px;
    	box-shadow: none;
    	padding-left: 20px;
    }
    .top_search .input-group-btn button {
    	border-radius: 0 25px 25px 0;
    	border-width: 0 0 0 1px;
    	color: #93a2b2;
    	line-height: 22px;
    }
    .top_search .input-group-btn button:hover {
    	z-index: 0 !important;
    }

    .tab-pane {
    	border: 1px solid #ccc;
    	border-radius: 2px;
    	margin: 10px 0 0;
    	padding: 10px;
    }
    .ln_solid {
    	background-color: #ffffff;
    	border-top: 1px solid #e5e5e5;
    	color: #ffffff;
    	height: 1px;
    	margin: 20px 0;
    }
    .btn {
    	border-radius: 3px;
    }

    #autocomplete-container {
    	margin: 2px 10px 10px 0 !important;
    }
    .autocomplete-suggestions {
    	background: #f4f4f4 none repeat scroll 0 0;
    	border: 1px solid #e4e4e4;
    	cursor: pointer;
    	overflow: auto;
    }
    .autocomplete-suggestion {
    	font-size: 1.2em;
    	overflow: hidden;
    	padding: 2px 5px;
    	white-space: nowrap;
    }
    .autocomplete-suggestions strong {
    	color: #3399ff;
    	font-weight: bolder;
    }

    .tabs-left {
    	border-right: 1px solid #f7f7f7;
    }
    .tabs-left, .tabs-right {
    	border-bottom: medium none;
    	padding-top: 2px;
    }
    .tabs-left > li {
    	margin-right: -1px;
    }
    .tabs-left > li, .tabs-right > li {
    	float: none;
    	margin-bottom: 2px;
    }
    .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    	border-bottom-color: #f7f7f7;
    	border-right-color: transparent;
    }
    .tabs-left > li > a {
    	background: #f7f7f7 none repeat scroll 0 0;
    	border-radius: 4px 0 0 4px;
    	display: block;
    	margin-right: 0;
    	overflow: hidden;
    	text-overflow: ellipsis;
    }
    .nav > li > a {
    	display: block;
    	padding: 13px 15px 7px;
    	position: relative;
    }

    .select_branch {
    	clear: both;
    	overflow: hidden;
    }
    .select_branch .input-group {
    	display: block;
    }
    .select_branch label {
    	float: left;
    	font-family: "open-sans",sans-serif;
    	font-weight: normal;
    	margin-right: 6px;
    	margin-top: 2px;
    }
    .branch_add  select#pincode_list {
    	float: left;
    	margin-bottom: 15px;
    	margin-right: 25px;
    	width: 85%;
    }
    .select_branch .input-group select {
    	-moz-appearance: none;
    	-webkit-appearance: none;
    	-o-appearance: none;
    	appearance: none;
    	background: rgba(248, 248, 248, 1) url("../images/down.png") no-repeat scroll right center;
    	border: medium none;
    	width: 40%;
    	border-radius: 30px !important;
    }
    .form-group select.pin-code {
    	background: none;
    }

    ul.stats-overview {
    	border-bottom: 1px solid #e8e8e8;
    	margin-bottom: 10px;
    	padding-bottom: 10px;
    	padding-left: 0;
    }
    ul.stats-overview li:first-child {
    	padding-left: 0;
    }
    ul.stats-overview li {
    	border-right: 1px solid #e8e8e8;
    	display: inline-block;
    	font-family: open sans,sans-serif;
    	font-size: 14px;
    	padding: 0 0 0 15px;
    	width: 24%;
    }
    ul.stats-overview li:last-child {
    	border-right: 0 none;
    }
    ul.stats-overview li .name {
    	font-weight: bold;
    	margin-right: 5px;
    	font-size: 12px;
    }
/*ul.stats-overview li .value {
    font-weight: bold;
    }*/

    .gen-info address {
    	font-family: open sans,sans-serif;
    }
    .tab-pane .lead {
    	font-size: 18px;
    	margin-bottom: 5px;
    }

    ul.messages {
    	padding: 0;
    }
    ul.messages li {
    	border-bottom: 2px solid #ccc;
    	list-style: outside none none;
    	padding: 8px 0;
    	clear: both;
    	overflow: hidden;
    }
    ul.messages li .message_date {
    	float: left;
    	margin: 35px 0 0 15px;
    	text-align: right;
    	border-right: 5px solid #eee;
    }
    ul.messages li .message_date .date {
    	margin: 3px 12px 0 0;
    }
    ul.messages li .message_wrapper {
    	margin-left: 50px;
    	margin-right: 40px;
    }
    ul.messages li .message_wrapper blockquote {
    	border-left: none;
    	margin: 0;
    	padding: 0 10px;
    }
    .interaction_tab ul.nav.nav-tabs {
    	font-family: open sans,sans-serif;
    }
    .interaction_tab_details .tab-content .tab-pane {
    	-moz-border-bottom-colors: none;
    	-moz-border-left-colors: none;
    	-moz-border-right-colors: none;
    	-moz-border-top-colors: none;
    	-webkit-border-bottom-colors: none;
    	-webkit-border-left-colors: none;
    	-webkit-border-right-colors: none;
    	-webkit-border-top-colors: none;
    	-o-border-bottom-colors: none;
    	-o-border-left-colors: none;
    	-o-border-right-colors: none;
    	-o-border-top-colors: none;
    	border-color: -moz-use-text-color #ddd #ddd;
    	border-image: none;
    	border-style: none solid solid;
    	border-top-left-radius: 0;
    	border-top-right-radius: 0;
    	border-width: 0 1px 1px;
    	margin-top: 0;
    }

    .model_select {
    	clear: both;
    	overflow: hidden;
    }
    .model_select .form-control {
    	float: left;
    	margin-right: 20px;
    	width: 72%;
    }

    .btn.btn-primary {
    	background: #0d4c75 none repeat scroll 0 0;
    	border: 1px solid #0d4c75;
    }
    .btn.btn-danger {
    	background: #db261f none repeat scroll 0 0;
    	border: 1px solid #db261f;
    }
    .btn.btn-danger:hover {
    	background: #c60f08 none repeat scroll 0 0;
    	border: 1px solid #c60f08;
    }
    .btn.btn-primary:hover {
    	background: #093552 none repeat scroll 0 0;
    	border: 1px solid #093552;
    }

    .modal-content {
    	font-family: open sans,sans-serif;
    	line-height: 22px;
    }

    .gen-info {
    	margin: 8px 0 20px 0;
    }
    .gen-info .panel {
    	margin-bottom: 0;
    }

    .projects .btn-primary {
    	background: #ea847f none repeat scroll 0 0;
    	border-color: #ea847f;
    }

    .projects .btn-primary:hover {
    	background: #d74a43 none repeat scroll 0 0;
    	border-color: #d74a43;
    }

    .internal-item {
    	background: #fff none repeat scroll 0 0;
    	border: 0 solid #dfdfdf;
    	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	color: #555;
    	margin: 0 0 15px;
    	padding: 5px;
    	position: relative;
    }
    .internal-item .time {
    	color: #999;
    	float: right;
    	margin: 2px 0 0;
    }
    .internal-item .internal-header {
    	border-bottom: 1px solid #f4f4f4;
    	color: #555;
    	font-size: 14px;
    	line-height: 1.1;
    	margin: 0;
    	padding: 7px;
    }
    .internal-body {
    	padding: 10px;
    }
    .internal-sub, .internal-desc {
    	font-weight: normal;
    	padding-bottom: 0;
    }

    .external-tab {
    	background: #fff none repeat scroll 0 0;
    	border: 0 solid #dfdfdf;
    	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    	color: #555;
    	margin: 0 0 15px;
    	padding: 5px;
    	position: relative;
    }
    .external-tab .message_date {
    	color: #999;
    }
    .external-tab blockquote {
    	border-left: 5px solid #ccc;
    	margin-left: 17px;
    	margin-top: 5px;
    	padding: 10px;
    }

    .alert-custom {
    	background-color: #f5f5f5;
    	border-color: #dddddd;
    	color: #000;
    	font-family: open sans,sans-serif;
    }
    .alert-custom p {
    	line-height: 22px;
    }
    .bill-info {
    	font-family: open sans,sans-serif;
    }
    .bill-info > strong {
    	margin-right: 5px;
    }

    .service_action_tab ul li a {
    	border: 0 none !important;
    	border-radius: 0;
    	font-family: open sans,sans-serif;
    	padding: 10px 15px 10px;
    }
    .service_action_tab_details .tab-pane {
    	border: 0 none;
    	padding: 0;
    }
    .service_action_tab_details ul.messages blockquote {
    	font-size: 12px;
    	line-height: 18px;
    }
    .service_action_tab_details ul.messages, .interaction_tab_details {
    	font-family: open sans,sans-serif;
    }
    .service_action_tab_details .message_date h3 {
    	font-size: 18px;
    }
    .interaction_tab_details .message {
    	font-size: 14px;
    }
    .service_action_tab_details .message_date p.month {
    	font-size: 12px;
    	margin: 0 12px 0 0;
    }
    .service_action_tab ul li a:hover {
    	background-color: #ddd;
    }
    .service_action_tab ul li.active {
    	border: 1px solid #ccc;
    	width: 101%;
    }
    .bill-info > a {
    	color: #db261f;
    	text-decoration: none;
    }
    .branch-info {
    	font-family: open sans,sans-serif;
    }
    .service_action_tab {
    	margin-top: 25px;
    	margin-bottom: 15px;
    }
    .service_action_tab_details {
    	margin-top: 25px;
    }
    .panel-custom {
    	border-color: #FFF3B7;
    }
    .panel-custom > .panel-heading {
    	background-color: #FFF3B7;
    	border-color: #FFF3B7;
    	color: #31708f;
    }

    .stats-overview > li:last-child{
    	padding: 0;
    }

    .log_acc.product_register {
      background: #ffffff none repeat scroll 0 0;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      box-shadow: 0 0 5px #cccccc;
      -webkit-box-shadow: 0 0 5px #cccccc;
      -moz-box-shadow: 0 0 5px #cccccc;
      -ms-box-shadow: 0 0 5px #cccccc;
      -o-box-shadow: 0 0 5px #cccccc;
      padding: 15px;
    }

    .log_acc.product_register .btn-info {
      display: table;
      margin: 0 auto;
    }

    header.register_serial {
      text-align: center;
    }

    .review_wrnty {
      margin-top: 15px;
    }

    .review_sms {
      position: absolute;
      right: 82px;
      top: 378px;
    }

    .col-md-6.review_panel {
      position: relative;
    }

    .alert.alert-warning + form + .review_sms {
      position: absolute;
      top: 446px;
    }

    .wrntyrev_box .pull-right {
      -moz-appearance: none;
      background: #f8f8f8 url("../images/down.png") no-repeat scroll right center;
      border: 1px solid #cccccc;
      border-radius: 4px;
      color: #555555;
      height: 34px;
      margin-left: 15px;
      padding: 6px 12px;
      width: 12%;
      line-height: 1.42857;
      outline: none;
    }

    @media screen and (max-width: 767px) {
     .navbar-header .navbar-brand {
      margin-left: 21px !important;
    }
  }

  @media screen and (max-width: 320px) {
   .fot_adds {
    font-size: 10px;
  }
}
.model_checkbox {
 float: left;
 width: 20%;
}
.pincode_checkbox {
 float: left;
 width: 20%;
}
.pincode_label, .model_label {
 font-weight: normal !important;
 margin: 0 !important;
}
.model_list {
 border: 1px solid #ccc;
 border-radius: 5px;
 float: left;
 margin-right: 10px;
 margin-bottom: 15px;
 padding: 5px 10px;
 width: 100%;
 overflow-y: scroll;
 height: 160px;
}
.pincode_list {
 border: 1px solid #ccc;
 border-radius: 5px;
 float: left;
 margin-right: 10px;
 padding: 5px 10px;
 width: 88%;
 overflow-y: scroll;
 height: 160px;
}

.edit .fa {
 font-size: 14px;
 margin-left: 6px;
}
.edit a {
 cursor: pointer;
}

.navbar-collapse {
 padding-right: 0 !important;
 padding-left: 0 !important;
}

.navbar-right {
 margin-right: 0px !important;
}

#menu-top .dropdown .dropdown-menu {
 min-width: 190px;
}

.alert-warning p {
 float: right;
 width: 97%;
}

.alert {
 padding: 8px 10px 8px 10px;
}

.alert-success {
 color: #eee;
 background-color: #00a65a;
 border-color: #00a65a;
}

.close {
 margin-top: 3px;
}

.form-horizontal .control-label {
 padding-top: 0;
}

.align-left {
 float: left;
}
.align-right {
 text-align: right;
}

/*******Date Picker Calendar**********/
.daterangepicker {
 z-index: 1041;
}
.daterangepicker.dropdown-menu {
 font-size: 13px;
 overflow: hidden;
 padding: 0;
 margin-left: -1px;
}
.daterangepicker.dropdown-menu .calendar {}
.daterangepicker .calendar {
 display: none;
 max-width: 270px;
}
.daterangepicker .calendar.single .calendar-date {
 border: medium none;
}
.daterangepicker table {
 margin: 0;
 width: 100%;
}
.daterangepicker td, .daterangepicker th {
 cursor: pointer;
 height: 20px;
 text-align: center;
 white-space: nowrap;
 width: 20px;
}
.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
 background: #032028;
 color: #ecf0f1;
}
.daterangepicker.picker_4 table.table-condensed tbody td {
 background: #efefef;
 border: 1px solid #fff;
 color: #34495e;
 padding: 2px 10px;
}
.daterangepicker.picker_4 table.table-condensed tbody td:first-child {
 border-left: 2px solid #fff;
}
.daterangepicker table.table-condensed thead tr {
 line-height: 14px;
}
.daterangepicker table.table-condensed thead tr:first-child th {
 line-height: 28px;
 text-align: center;
}
.daterangepicker table.table-condensed th:first-child, .daterangepicker table.table-condensed td:first-child {
 padding-left: 12px;
}
.daterangepicker table.table-condensed th:last-child, .daterangepicker table.table-condensed td:last-child {
 padding-right: 12px;
}
.daterangepicker table.table-condensed thead tr:first-child th {
 line-height: 28px;
 text-align: center;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
 padding: 5px 7px;
 text-align: center;
}
.daterangepicker th.month {
 width: auto;
}
.daterangepicker table.table-condensed tbody tr:first-child td {
 padding-top: 3px;
}
.daterangepicker.picker_4 table.table-condensed tbody td.active {
 background: #1D90C6;
 color: #fff;
}

.panel-heading a {
 cursor: pointer;
 color: #333;
}

table.jambo_table {
 border: 1px solid rgba(221, 221, 221, 0.78);
}
table.jambo_table thead {
 background: #ba2430 none repeat scroll 0 0;
 border: 1px solid #ba2430;
 color: #ecf0f1;
}
table.jambo_table tbody tr:hover td {
 background: rgba(38, 185, 154, 0.07);
 border-top: 1px solid rgba(38, 185, 154, 0.11);
 border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}
table.jambo_table tbody tr.selected {
 background: rgba(38, 185, 154, 0.16);
}
table.jambo_table tbody tr.selected td {
 border-top: 1px solid rgba(38, 185, 154, 0.40);
 border-bottom: 1px solid rgba(38, 185, 154, 0.40);
}
.dataTables_paginate a {
 background: #ff0000;
}
.dataTables_wrapper {
 position: relative;
 clear: both;
 zoom: 1;
 /* Feeling sorry for IE */
}
.dataTables_processing {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 250px;
 height: 30px;
 margin-left: -125px;
 margin-top: -15px;
 padding: 14px 0 2px 0;
 border: 1px solid #ddd;
 text-align: center;
 color: #999;
 font-size: 14px;
 background-color: white;
}
.dataTables_length {
 width: 40%;
 float: left;
}
.dataTables_filter {
 width: 50%;
 float: right;
 text-align: right;
}
.dataTables_info {
 width: 60%;
 float: left;
}
.dataTables_paginate {
 float: right;
 text-align: right;
}
.example_alt_pagination div.dataTables_info {
 width: 40%;
}
.paging_full_numbers {
 width: 400px;
 height: 22px;
 line-height: 22px;
}
.paging_full_numbers a:active {
 outline: none
}
.paging_full_numbers a:hover {
 text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
 border: 1px solid #aaa;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 padding: 2px 5px;
 margin: 0 3px;
 cursor: pointer;
 *cursor: hand;
}
.paging_full_numbers a.paginate_button {
 background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
 background-color: #ccc;
 text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
 background-color: #99B3FF;
}

.service_action_tab .nav.nav-tabs.tabs-left {
 position: relative;
}
.check {
 left: -20px;
 position: absolute;
 z-index: 100;
}
.check .fa {
 color: #449d44;
}
.check-allocate {
 top: 7px;
}
.check-estimate {
 top: 50px;
}
.check-request {
 top: 92px;
}
.check-issue {
 top: 134px;
}
.reopen {
 margin-right: 20px;
}
.invoice {
 margin-right: 180px;
}
.well {
 background-color: #f8f8f8;
 border: 1px solid #ccc;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
 margin-bottom: 10px;
 min-height: 20px;
 border-radius: 5px;
 padding: 9px;
}
.well .checkbox {
 margin: 0;
 padding-top: 0;
}
.well .checkbox label {
 color: #555;
 font-weight: normal;
 margin: 0;
 padding-left: 25px;
}
.well .checkbox input {
 margin: 9px 0 0 -23px;
}
.hint {
 color: #777;
}
#productHistoryModal .modal-dialog {
 width: 660px;
}
#viewServiceModal .list {
 clear: both;
 margin: 0 0 15px;
 overflow: hidden;
}
#viewServiceModal .list .heading {
 float: left;
 font-weight: bold;
 margin: 0 20px 0 0;
}

#viewServiceModal .list .details {
 float: left;
}
.complaint {
 margin-top: -60px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
 color: #fff;
 background-color: #1D90C6;;
 border-color: #1D90C6;;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
 color: #093552;
 background-color: #efefef;
 /* border-color: #f7c500; */
}

.pagination > li > a, .pagination > li > span {
 color: #666;
}
#returnstockModal .table-responsive, #sendvendorModal .table-responsive, #writeoffModal .table-responsive, #partWaitModal .table-responsive, #reorderLevelModal .table-responsive {
 height: 200px;
 margin-bottom: 20px;
}

.text-red {
 color: #dd4b39 !important
}
.text-yellow {
 color: #f39c12 !important
}
.text-aqua {
 color: #00c0ef !important
}
.text-blue {
 color: #0073b7 !important
}
.text-black {
 color: #111 !important
}
.text-light-blue {
 color: #3c8dbc !important
}
.text-green {
 color: #00a65a !important
}
.text-gray {
 color: #d2d6de !important
}
.text-navy {
 color: #001f3f !important
}
.text-teal {
 color: #39cccc !important
}
.text-olive {
 color: #3d9970 !important
}
.text-lime {
 color: #01ff70 !important
}
.text-orange {
 color: #ff851b !important
}
.text-fuchsia {
 color: #f012be !important
}
.text-purple {
 color: #605ca8 !important
}
.text-maroon {
 color: #d81b60 !important
}
.no-boder {
 border: 1px solid #f3f3f3;
}
.bg-color-violet {
 background-color: #d3b078;
 color: #fff;
}
.back-footer-violet {
 background-color: #b7863c;
 border-top: 0px solid #fff;
 padding: 5px 10px;
}
.bg-color-gray {
 background-color: #99e0ff;
 color: #77b4ce;
}
.bg-color-gray h4 {
 color: #000;
}
.back-footer-gray {
 rgba(255, 255, 255, 0.8);
 background-color: #77b4ce;
 border-top: 0px solid #fff;
 padding: 5px 10px;
}
.text-center {
 text-align: center;
}
.panel-footer a{
 color: #fff;
 text-decoration: none;
}
.small-box {
 border-radius: 2px;
 position: relative;
 display: block;
 margin-bottom: 20px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box>.inner {
 padding: 25px 10px 10px 10px;
}
.small-box>.small-box-footer {
 position: relative;
 text-align: center;
 padding: 3px 0;
 color: #fff;
 color: rgba(255, 255, 255, 0.8);
 display: block;
 z-index: 10;
 background: rgba(0, 0, 0, 0.3);
 text-decoration: none;
}
.small-box>.small-box-footer:hover {
 color: #fff;
 background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
 font-size: 28px;
 font-weight: bold;
 margin: 0;
 white-space: nowrap;
 padding: 0;
}
.small-box p {
 font-size: 15px
}
.small-box p>small {
 display: block;
 color: #f9f9f9;
 font-size: 17px;
 margin-top: 5px;
}
.small-box h3,
.small-box p {
 z-index: 5px;
}
.small-box .icon {
 -webkit-transition: all .3s linear;
 -o-transition: all .3s linear;
 transition: all .3s linear;
 position: absolute;
 top: 5px;
 right: 10px;
 z-index: 0;
 font-size: 70px;
 color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
 text-decoration: none;
 color: #f9f9f9;
}
.small-box:hover .icon {
 font-size: 80px;
}

.csv-file {
 margin-bottom: 15px !important;
}

.input-group-btn.serial_csv {
 display: table;
}

@media (max-width: 767px) {
 .small-box {
  text-align: center;
}
.small-box .icon {
  display: none;
}
.small-box p {
  font-size: 12px;
}
}
.store_panel .bg-red,
.store_panel .bg-yellow,
.store_panel .bg-aqua,
.store_panel .bg-blue,
.store_panel .bg-light-blue,
.store_panel .bg-green,
.store_panel .bg-navy,
.store_panel .bg-teal,
.store_panel .bg-olive,
.store_panel .bg-lime,
.store_panel .bg-orange,
.store_panel .bg-fuchsia,
.store_panel .bg-purple,
.store_panel .bg-maroon,
.store_panel .bg-black,
.store_panel .bg-red-active,
.store_panel .bg-yellow-active,
.store_panel .bg-aqua-active,
.store_panel .bg-blue-active,
.store_panel .bg-light-blue-active,
.store_panel .bg-green-active,
.store_panel .bg-navy-active,
.store_panel .bg-teal-active,
.store_panel .bg-olive-active,
.store_panel .bg-lime-active,
.store_panel .bg-orange-active,
.store_panel .bg-fuchsia-active,
.store_panel .bg-purple-active,
.store_panel .bg-maroon-active,
.store_panel .bg-black-active,
.store_panel .callout.callout-danger,
.store_panel .callout.callout-warning,
.store_panel .callout.callout-info,
.store_panel .callout.callout-success,
.store_panel .alert-success,
.store_panel .alert-danger,
.store_panel .alert-error,
.store_panel .alert-warning,
.store_panel .alert-info,
.store_panel .label-danger,
.store_panel .label-info,
.store_panel .label-warning,
.store_panel .label-primary,
.store_panel .label-success,
.store_panel .modal-primary .modal-body,
.store_panel .modal-primary .modal-header,
.store_panel .modal-primary .modal-footer,
.store_panel .modal-warning .modal-body,
.store_panel .modal-warning .modal-header,
.store_panel .modal-warning .modal-footer,
.store_panel .modal-info .modal-body,
.store_panel .modal-info .modal-header,
.store_panel .modal-info .modal-footer,
.store_panel .modal-success .modal-body,
.store_panel .modal-success .modal-header,
.store_panel .modal-success .modal-footer,
.store_panel .modal-danger .modal-body,
.store_panel .modal-danger .modal-header,
.store_panel .modal-danger .modal-footer {
 color: #fff !important;
}
.store_panel .bg-gray {
 color: #000;
 background-color: #99e0ff !important;
}
.store_panel .bg-gray-light {
 background-color: #f7f7f7;
}
.store_panel .bg-black {
 background-color: #111 !important;
}
.store_panel .bg-red,
.store_panel .callout.callout-danger,
.store_panel .alert-danger,
.store_panel .alert-error,
.store_panel .label-danger,
.store_panel .modal-danger .modal-body {
 background-color: #dd4b39 !important;
}
.store_panel .bg-yellow,
.store_panel .callout.callout-warning,
.store_panel .alert-warning,
.store_panel .label-warning,
.store_panel .modal-warning .modal-body {
 background-color: #f39c12 !important;
}
.store_panel .bg-aqua,
.store_panel .callout.callout-info,
.store_panel .alert-info,
.store_panel .label-info,
.store_panel .modal-info .modal-body {
 background-color: #00c0ef !important;
}
.store_panel .bg-blue {
 background-color: #905D5D !important;
}
.store_panel .bg-light-blue,
.store_panel .label-primary,
.store_panel .modal-primary .modal-body {
 background-color: #3c8dbc !important;
}
.store_panel .bg-green,
.store_panel .callout.callout-success,
.store_panel .alert-success,
.store_panel .label-success,
.store_panel .modal-success .modal-body {
 background-color: #00a65a !important;
}
.store_panel .bg-navy {
 background-color: #001f3f !important;
}
.store_panel .bg-teal {
 background-color: #39cccc !important;
}
.store_panel .bg-olive {
 background-color: #3d9970 !important;
}
.store_panel .bg-lime {
 background-color: #01ff70 !important;
}
.store_panel .bg-orange {
 background-color: #ff851b !important;
}
.store_panel .bg-fuchsia {
 background-color: #f012be !important;
}
.store_panel .bg-purple {
 background-color: #605ca8 !important;
}
.store_panel .bg-maroon {
 background-color: #db7093 !important;
}
.store_panel .bg-gray-active {
 color: #000;
 background-color: #b5bbc8 !important;
}
.store_panel .bg-black-active {
 background-color: #000 !important;
}
.store_panel .bg-red-active,
.store_panel .modal-danger .modal-header,
.store_panel .modal-danger .modal-footer {
 background-color: #d33724 !important;
}
.store_panel .bg-yellow-active,
.store_panel .modal-warning .modal-header,
.store_panel .modal-warning .modal-footer {
 background-color: #db8b0b !important;
}
.store_panel .bg-aqua-active,
.store_panel .modal-info .modal-header,
.store_panel .modal-info .modal-footer {
 background-color: #00a7d0 !important;
}
.store_panel .bg-blue-active {
 background-color: #005384 !important;
}
.store_panel .bg-light-blue-active,
.store_panel .modal-primary .modal-header,
.store_panel .modal-primary .modal-footer {
 background-color: #357ca5 !important;
}
.store_panel .bg-green-active,
.store_panel .modal-success .modal-header,
.store_panel .modal-success .modal-footer {
 background-color: #008d4c !important;
}
.store_panel .bg-navy-active {
 background-color: #001a35 !important;
}
.store_panel .bg-teal-active {
 background-color: #30bbbb !important;
}
.store_panel .bg-olive-active {
 background-color: #368763 !important;
}
.store_panel .bg-lime-active {
 background-color: #00e765 !important;
}
.store_panel .bg-orange-active {
 background-color: #ff7701 !important;
}
.store_panel .bg-fuchsia-active {
 background-color: #db0ead !important;
}
.store_panel .bg-purple-active {
 background-color: #555299 !important;
}
.store_panel .bg-maroon-active {
 background-color: #ca195a !important;
}

.store_action_new {
 width: 97.4%;
 background: #1D90C6;
 margin: 0 15px 10px;
 padding: 7px 10px;
 border-radius: 2px;
 text-align: center;
 color: #fff;
 font-size: 20px;
}

.store_action_existing {
 width: 97.4%;
 background: #45709b;
 padding: 7px 10px;
 margin: 0 15px 10px;
 border-radius: 2px;
 text-align: center;
 font-size: 20px;
 color: #fff;
}

table thead {
 background: #ba2430 none repeat scroll 0 0;
 color: #fff;
}

.panel-default > .panel-heading {
 color: #eee;
 background-color: #ba2430;
 border-color: #ba2430;
}

.table-bordered {
 border: 1px solid #1D90C6;
}

.close {
 color: #ccc;
 opacity: 1;
}

.close:hover, .close:focus {
 color: #fff;
 opacity: 1;
}

.alert-dismissable .close, .alert-dismissible .close {
 top: 1px;
 right: -2px;
}

#allocate .table-responsive thead tr, #gross_estimate .table-responsive thead tr, #part_request .table-responsive thead tr, #part_issue .table-responsive thead tr, #final_settlement .table-responsive thead tr {
 background: #858585;
}

.brand {
 padding: 10px;
}
.brand img {
 border: 1px solid #1D90C6;
 padding: 5px;
 margin-left: 5px;
}
#refinement {
 padding-right: 30px;
}
.navbar-brand {
 height: auto;
}
.header_right {
 float: right;
 margin-top: 16px;
}
.header_right a {
 color: #ba2430;
 text-decoration: none;
}
.header_info {
 width: auto;
 font-size: 16px;
}
.store_menu {
 text-decoration: none !important;
}
.gen-info .panel-heading a {
 color: #fff;
}
.modal-dialog {
  margin: 30px auto;
  width: 80%;
}
/*.table.table-striped.projects.dataTable.jambo_table input {*/
  /*width: 100%;*/
/*}*/
.md-hd {
  margin-bottom: -10px;
  margin-left: 9%;
  width: 100%;
}
.md-hd h4 {
  background: #343434 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  width: 43%;
}
.md-hd h4:first-child{
    margin-right: 3%;
}
.md-hd h4:last-child {
  width: 44.6%;
}

.part-form {
	width: 136px;
	float: right;
	padding: 0 0 0 10px;
}
