/*
Created by: @themepixels
URL: http://themepixels.com/

[TABLE OF CONTENTS]

1.  IMPORTS
2.  RESET STYLES
3.  HEADER STYLES
    3.1 HEADER LEFT
    3.2 HEADER RIGHT
4.  MAIN WRAPPER STYLES
    4.1 LEFT PANEL STYLES
        4.1.1 LEFT PANEL NAVIGATION
    4.2 MAIN PANEL STYLES
        4.2.1 CONTENT PANEL STYLES
5.  MESSAGES STYLES
6.  UI ELEMENTS STYLES
    6.1 BUTTONS PAGE STYLES
    6.2 EXTRAS STYLES
    6.3 GRAPHS STYLES
    6.4 ICON STYLES
    6.5 PANELS & WIDGET STYLES
    6.6 TABS & ACCORDION STYLES
7.  FORM STYLES
    7.1 FORM WIZARD STYLES
8.  TABLE STYLES
9.  PAGES STYLES
    9.1 NOT FOUND PAGE STYLES
    9.2 INVOICE STYLES
    9.3 MEDIA MANAGER STYLES
    9.4 PEOPLE DIRECTORY STYLES
    9.5 PROFILE STYLES
    9.6 SEARCH RESULTS STYLES
    9.7 SIGN IN/UP PAGE STYLES
    9.8 LOCKED SCREEN STYLES
10. DASHBOARD STYLES
11. LEFT MENU COLLAPSE STYLES
12. CUSTOM STYLES
13. MEDIA QUERIES

*/


/********** 1. IMPORTS **********/
/********************************/

@import url('bootstrap.min.css');
@import url('bootstrap-override.css');
/*@import url('weather-icons.min.css');*/
/*@import url('jquery-ui-1.10.3.css');*/
@import url('font-awesome.min.css');
/*@import url('animate.min.css');*/
/*@import url('animate.delay.css');*/
/*@import url('toggles.css');*/
/*@import url('pace.css');*/


/********** 2. RESET STYLES **********/
/*************************************/
@font-face {
    font-family: Yellowtail-Regular;
    src: url(../fonts/Yellowtail-Regular.ttf);
}
body {
    font-size: 13px;
    color: #636E7B;
    background-color: #fff;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}



/********** 3. HEADER STYLES **********/
/**************************************/

.headerwrapper {
    background-color: #428BCA;
    min-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.headerwrapper:after {
    clear: both;
    display: block;
    content: '';
}


/***** 3.1 HEADER LEFT *****/

.headerwrapper .header-left {
    width: 230px;
    min-height: 60px;
    padding: 0px 15px;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.14);
    background-color: rgba(0,0,0,0.03);
    position: relative;
}

.headerwrapper .header-left .logo {
    display: inline-block;
    margin-top: 0px;
    float: left;
}

.headerwrapper .header-left .menu-collapse {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
    padding: 6px 9px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    top: 13px;
    right: 15px;
}

.headerwrapper .header-left .menu-collapse:hover {
    border-color: #fff;
    color: #FFF;
}


/***** 3.2 HEADER RIGHT *****/

.headerwrapper .header-right {
    margin-left: 230px;
    min-height: 60px;
    padding: 0px 15px;
}
.headerwrapper .header-right .paddtop14
{
	padding: 14px 0px;
}
.headerwrapper .header-right .paddtop2
{
	padding: 4px 4px;
}
.headerwrapper .header-right .btn-group {
    margin: 0;
    line-height: 21px;
    float: left;
}

.headerwrapper .header-right .btn-group > .btn {
    border: 0;
    background-color: rgba(0,0,0,0.1);
    color: rgba(255,255,255,0.75);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: normal;
    margin-left: 5px;
    height: 33px;
}

.headerwrapper .header-right .btn-group > .btn:hover {
    background-color: rgba(0,0,0,0.2);
}

.headerwrapper .header-right .btn-group > .btn:focus,
.headerwrapper .header-right .btn-group > .btn:active {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headerwrapper .header-right .btn-group .btn .badge {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #000;
    margin-left: 2px;
    padding: 2px 6px;
}

.btn-group-notification > .btn {
    padding: 7px 10px;
}

.btn-group-messages > .btn {
    padding: 6px 9px 8px 9px;
}

.btn-group-option > .btn {
    padding: 7px 12px;
}

.headerwrapper .header-right .btn-group .dropdown-menu {
    -moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.05);
    margin-top: 13px;
    border-top: 0;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-color: #ccc;
}

.headerwrapper .header-right .btn-group .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
}

.headerwrapper .header-right .btn-group .dropdown-menu li {
    position: relative;
}

.headerwrapper .header-right .btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 8px 15px;
    color: #555;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headerwrapper .header-right .btn-group .dropdown-menu li a:hover {
    color: #333;
    background-color: #E4E7EA;
}

.headerwrapper .header-right .btn-group .dropdown-menu .divider {
    margin: 5px 0;
}

.headerwrapper .header-right .btn-group-option .dropdown-menu li .glyphicon,
.headerwrapper .header-right .btn-group-option .dropdown-menu li .fa {
    margin-right: 10px;
}

.headerwrapper .header-right .btn-group-option .dropdown-menu {
    min-width: 180px;
    margin-top: 13px;
}

.form-search {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
	margin-left:10px;
}

.form-search:before {
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    color: #666;
}

.form-search .form-control {
    border: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 200px;
    padding-left: 30px;
    height: 32px;
    font-size: 13px;
}
.search_area
{
	padding:15px 5px;
	position:relative;
}
.search_area .form-control {
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 8px;
    height: 36px;
    font-size: 13px;
	border: 1px solid #428BCA;
	margin-bottom:0;
	width:100%;
	padding-right: 50px;
}
.search_button
{
	position:absolute;
	border-radius: 0 5px 5px 0;
	top: 15px;
	right:5px;
	padding: 7px 15px;
}
.headerwrapper .header-right .btn-group-list .dropdown-menu {
    padding: 0;
    min-width: 380px;
}

.headerwrapper .header-right .btn-group-list .dropdown-menu:after {
    border-bottom-color: #E4E7EA;
}

.headerwrapper .header-right div.dropdown-menu h5 {
    padding: 13px 0;
    text-align: center;
    background-color: #E4E7EA;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.headerwrapper .header-right .dropdown-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
}

.headerwrapper .header-right .link-right {
    color: #636E7B;
    position: absolute;
    top: 10px;
    right: 15px;
}

.dropdown-list {
    margin: 0;
	max-height: 209px;
	overflow-y: auto;
}

.dropdown-list li {
    border: 0;
    border-top: 1px solid #eee;
    padding: 10px 20px 10px 10px;
    margin: 0;
    cursor: pointer;
}

.dropdown-list li:hover {
    background-color: #fcfcfc;
}

.dropdown-list li:first-child {
    border-top: 0;
}

.dropdown-list li .noti-thumb {
    width: 40px;
}

.dropdown-list .media-body {
    font-size: 13px;
    line-height: 18px;
}

.dropdown-list .media-body strong {
    font-weight: 500;
    color: #2f363d;
}

.dropdown-list .media-body p {
    margin: 0;
}

.dropdown-list .media-body .date {
    display: block;
    margin-top: 2px;
    line-height: normal;
    color: #999;
}

.dropdown-list .media-body .date i {
    margin-right: 2px;
    margin-top: -3px;
    vertical-align: middle;
}

.dropdown-list .badge {
    float: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: normal;
    font-size: 11px;
    padding: 5px 8px;
}



/********* 4. MAIN WRAPPER STYLES *********/
/******************************************/

.mainwrapper {
    position: relative;
    top: 60px;
}

.mainwrapper:before {
    content: '';
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    border-right: 1px solid #e7e7e7;
}

.mainwrapper:after {
    clear: both;
    display: block;
    content: '';
}

.img-online {
    border: 2px solid #5cb85c;
    padding: 2px;
    background-color: #fff;
}

.img-offline {
    border: 2px solid #ccc;
    padding: 2px;
    background-color: #fff;
}



/***** 4.1 LEFT PANEL STYLES *****/

.leftpanel {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
	
}
.clsroll
{
	overflow-y: auto;
	height: 800px;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #555;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #A2A2A2;
	border: 2px solid #555555;
}



.leftpanel .profile-left {
    padding: 8px;
    min-height: 75px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    margin-right: 1px;
}

.leftpanel .profile-left .profile-thumb {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #5cb85c;
    padding: 2px;
}

.leftpanel .profile-left .profile-thumb img {
    width: 50px;
	height:50px;
}

.leftpanel .profile-left .media-heading {
    line-height: 18px;
    margin-top: 7px;
    font-weight: 500;
    font-size: 16px;
}

.leftpanel .profile-left small {
    line-height: 18px;
}

.leftpanel .leftpanel-title {
    text-transform: uppercase;
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    margin: 15px 15px;
}


/***** 4.1.1 LEFT PANEL NAVIGATION *****/

.leftpanel .nav {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.leftpanel .nav > li {
    margin: 0 1px 0 0;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.leftpanel .nav > li.active {
    border-top: 0;
    margin-right: 0;
}

.leftpanel .nav > li.active + li {
    border-top: 0;
}

.leftpanel .nav > li > a {
    color: #555;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 16px 15px;
}

.leftpanel .nav > li > a:hover,
.leftpanel .nav > li > a:focus,
.leftpanel .nav > li > a:active {
    background-color: #fff;
}

.leftpanel .nav > li.active > a,
.leftpanel .nav > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}

.leftpanel .nav > li > a i {
    width: 16px;
    margin-right: 5px;
    color: #428bca;
    font-size: 15px;
    top: 1px;
    position: relative;
    text-align: center;
}

.leftpanel .nav > li.active > a i {
    color: #fff;
}

.leftpanel .nav > li.parent:after {
    font-family: 'FontAwesome';
    content: '\f107';
    display: block;
    position: absolute;
    top: 16px;
    right: 22px;
    color: #ccc;
}

.leftpanel .nav > li.parent-focus > a {
    background-color: #f7f7f7;
}

.leftpanel .nav .badge {
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    background-color: #2f363d;
}

.leftpanel .nav .children {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.leftpanel .nav .active .children,
.leftpanel .nav .parent-focus .children {
    display: block;
}

.leftpanel .nav > li.active:after {
    color: #fff;
}

.leftpanel .nav .children li:first-child {
    border-top: 1px solid #e7e7e7;
}

.leftpanel .nav .children li.active:first-child {
    border-top: 0;
}

.leftpanel .nav .children li a {
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #444;
    padding: 6px 10px 6px 40px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.leftpanel .nav .children li a:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

.leftpanel .nav .children li.active a {
    background-color: #e4e7ea;
}

.leftpanel .nav .active .children {
    border-bottom: 1px solid #e7e7e7;
}

.leftpanel .nav .active .children {
    margin-right: 1px;
}



/***** 4.2 MAIN PANEL STYLES *****/

.mainpanel {
    margin-left: 230px;
}

.pageheader {
    padding: 12px 20px 10px 20px;
    border-bottom: 1px solid #eee;
    height: 75px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
}

.pageheader .media {
    padding: 0;
    clear: both;
}

.pageheader .pageicon {
    width: 50px;
    height: 50px;
    background-color: #4e5154;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    border-radius: 3px;
    padding-top: 1px;
    padding-left: 10px;
}

.pageheader .pageicon .fa-envelope-o {
    font-size: 31px;
}

.pageheader .pageicon .fa-bar-chart-o {
    font-size: 28px;
}

.pageheader .pageicon .fa-flag {
    font-size: 30px;
}

.pageheader .pageicon .fa-laptop {
    font-size: 28px;
}

.pageheader .pageicon .fa-navicon {
    font-size: 28px;
    margin-left: 3px;
}

.pageheader .pageicon .fa-code {
    font-size: 28px;
}

.pageheader .pageicon .fa-pencil {
    margin-left: 3px;
}

.pageheader .pageicon .fa-th-list {
    font-size: 28px;
    margin-left: 1px;
}

.pageheader .pageicon .fa-map-marker {
    margin-left: 5px;
}

.pageheader .pageicon .fa-calendar {
    font-size: 32px;
}

.pageheader .pageicon .fa-user {
    font-size: 28px;
    margin-left: 4px;
}

.pageheader .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 11px;
    color: #999;
    line-height: 18px;
}

.pageheader .breadcrumb li a {
    color: #333;
}

.pageheader .breadcrumb li a:hover,
.pageheader .breadcrumb li a:active,
.pagehaeder .breadcrumb li a:focus {
    color: #428bca;
}

.pageheader .breadcrumb li a i {
    color: #999;
    font-size: 10px;
}

.pageheader h4 {
    margin: -2px 0 0 0;
    font-size: 28px;
    font-weight: 500;
    color: #2f363d;
    line-height: normal;
}



/***** 4.2.1 CONTENT PANEL STYLES *****/

.contentpanel {
    position: relative;
    padding: 20px;
	margin-bottom:20px;
}

.bg-light {
    background-color: #ccc;
}




/******** 5. MESSAGES STYLES *********/
/*************************************/

.msg-left {
    float: left;
    width: 250px;
    position: relative;
    z-index: 50;
}

.nav-msg li a {
    color: #444;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav-msg li a i {
    display: inline-block;
    margin-right: 10px;
}

.nav-msg li a .badge {
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    margin-top: 1px;
}

.nav-msg li.active a {
    background-color: #4e5154;
    color: #fff;
}

.nav-msg li.active a:hover,
.nav-msg li.active a:focus,
.nav-msg li.active a:active {
    background-color: #444649;
}

.nav-msg li.active a .badge {
    color: #666;
}

.sm-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.md-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.lg-title {
    font-weight: 500;
    color: #333;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.xlg-title {
    margin: 0;
    font-weight: 400;
    color: #333;
}

.msg-list > li {
    border: 1px solid #eee;
    background-color: #fcfcfc;
    border-bottom: 0;
    padding: 10px;
    margin: 0;
}

.msg-list > li.unread {
    background-color: #fff;
}

.msg-list > li:first-child {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.msg-list > li:last-child {
    border-bottom: 1px solid #eee;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.msg-list .media-object {
    width: 40px;
}

.msg-list > li .sender {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    color: #333;
}

.msg-list > li p {
    margin: 0;
}

.msg-list > li p a {
    color: #999;
}

.msg-list > li p a:hover,
.msg-list > li p a:active,
.msg-list > li p a:focus {
    text-decoration: none;
}

.msg-list > li .subject {
    color: #333;
}

.msg-list .media-option > a {
    color: #999;
    margin-left: 5px;
}

.msg-list .media-option a:hover {
    color: #666;
}

.msg-list .btn-group {
    margin: 0;
    margin-top: -3px;
    margin-left: 5px;
}

.msg-list .btn-group > .btn {
    padding: 0;
    background: none;
    color: #999;
    border: 0;
}

.msg-list li.media,
.msg-list li.media .media-body {
    overflow: visible;
}

.msg-list .dropdown-menu li {
    font-size: 12px;
}

.msg-list .dropdown-menu .divider {
    margin: 5px 0;
}

.msg-list .ckbox {
    margin-top: 12px;
}

.msg-list li.highlighted {
    background-color: #fffeee;
}

.msg-header {
    margin-bottom: 25px;
    margin-top: 5px;
}

.msg-header:after {
    clear: both;
    display: block;
    content: '';
}

.msg-header .btn-group {
    margin: 0;
}

.msg-header .btn {
    padding: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border-width: 2px;
    width: 35px;
    height: 35px;
    color: #999;
    margin-right: 5px;
}

.msg-header .btn-navi {
    font-size: 14px;
    color: #999;
}

.msg-header .btn:hover,
.msg-header .btn:active,
.msg-header .btn:focus {
    background-color: #fff;
    border-color: #666;
    color: #666;
}

.msg-header .btn-navi {
    margin-right: 0;
}

.msg-header .btn-navi-left i {
    margin-left: -3px;
}

.msg-header .btn-navi-right i {
    margin-left: 2px;
}

.msg-header .dropdown-menu {
    margin-top: 12px;
}

.msg-header .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 15px;
}

.msg-header .dropdown-menu:before {
    border-bottom: 7px solid #ddd;
    border-left: 7px solid rgba(0,0,0,0);
    border-right: 7px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 14px;
}

.msg-header .dropdown-menu li {
    font-size: 12px;
}

.msg-header .dropdown-menu li i {
    margin-right: 8px;
}

.panel-group-msg {
    margin-top: 15px;
}

.panel-group-msg .panel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group-msg .panel-heading {
    padding: 10px;
}

.panel-group-msg .img {
    width: 30px;
    margin: 0;
}

.panel-group-msg .panel-title {
    font-weight: 500;
    color: #444;
    font-size: 14px;
}

.panel-group-msg .time {
    margin: 5px 20px 0 0;
    font-weight: normal;
    font-size: 12px;
}

.panel-group-msg .time i {
    font-size: 16px;
}

.msg-reply {
    margin-left: 15px;
}

.msg-reply img {
    width: 30px;
}

.btn-create-msg {
    padding: 12px 10px;
}

.alert-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/********* 6. UI ELEMENTS *********/
/**********************************/


/***** 6.1 BUTTONS PAGE STYLES *****/

.btn-dark {
    background-color: #4e5154;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #414446;
    color: #fff;
}

.btn-list .btn {
    margin: 0 3px 7px 0;
}

.btn-rounded {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.btn-bordered {
    padding: 6px 13px;
}

.btn-sm.btn-bordered {
    padding: 4px 10px; 
}

.btn-xs.btn-bordered {
    padding: 2px 8px;
}

.btn.btn-bordered,
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
    background: none !important;
    border-width: 2px;
}

.btn-primary.btn-bordered,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:focus {
    color: #428bca;
}

.btn-success.btn-bordered,
.btn-success.btn-bordered:hover,
.btn-success.btn-bordered:active,
.btn-success.btn-bordered:focus {
    color: #5cb85c;
}

.btn-warning.btn-bordered,
.btn-warning.btn-bordered:hover,
.btn-warning.btn-bordered:active,
.btn-warning.btn-bordered:focus {
    color: #eea236;
}

.btn-danger.btn-bordered,
.btn-danger.btn-bordered:focus,
.btn-danger.btn-bordered:active,
.btn-danger.btn-bordered:hover {
    color: #d9534f;
}

.btn-info.btn-bordered,
.btn-info.btn-bordered:focus,
.btn-info.btn-bordered:active,
.btn-info.btn-bordered:hover {
    color: #46b8da;
}

.btn.btn-metro {
    font-weight: 300;
    letter-spacing: 0.3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-group .btn.btn-bordered + .btn.btn-bordered,
.btn-group .btn.btn-bordered + .btn-group,
.btn-group .btn-group + .btn.btn-bordered,
.btn-group .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-group .btn.btn-bordered {
    padding-left: 14px;
    padding-right: 15px;
}



/***** 6.2 EXTRAS STYLES *****/

.dropdown-demo-only {
    position: static;
    display: inline-block;
    margin-right: 10px;
    width: 160px;
    float: none;
    margin-bottom: 20px;
}

.dropdown-menu-primary {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #428bca;
}

.dropdown-menu-primary > li > a {
    color: #428bca;
}

.dropdown-menu-primary > li > a:hover {
    background-color: #428bca;
    color: #fff;
}

.dropdown-menu-success {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #5cb85c;
}

.dropdown-menu-success > li > a {
    color: #5cb85c;
}

.dropdown-menu-success > li > a:hover {
    background-color: #5cb85c;
    color: #fff;
}

.dropdown-menu-danger {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d9534f;
}

.dropdown-menu-danger > li > a {
    color: #d9534f;
}

.dropdown-menu-danger > li > a:hover {
    background-color: #d9534f;
    color: #fff;
}

.dropdown-menu-warning {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f0ad4e;
}

.dropdown-menu-warning > li > a {
    color: #f0ad4e;
}

.dropdown-menu-warning > li > a:hover {
    background-color: #f0ad4e;
    color: #fff;
}

.dropdown-menu-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu-metro > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-metro > li:first-child > a,
.pagination-metro > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-metro > li:last-child > a,
.pagination-metro > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-split.pagination-metro > li > a,
.pagination-split.pagination-metro > li > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-primary > li > a,
.pagination-primary > li > a:hover {
    border-color: #428bca;
    color: #428bca;
}

.pagination-primary > .disabled > span,
.pagination-primary > .disabled > span:hover,
.pagination-primary > .disabled > span:focus,
.pagination-primary > .disabled > a,
.pagination-primary > .disabled > a:hover,
.pagination-primary > .disabled > a:focus {
    border-color: #428bca;
    color: #428bca;
    opacity: 0.5;
}

.pagination-success > li > a,
.pagination-success > li > a:hover {
    border-color: #5cb85c;
    color: #5cb85c;
}

.pagination-success > .disabled > span,
.pagination-success > .disabled > span:hover,
.pagination-success > .disabled > span:focus,
.pagination-success > .disabled > a,
.pagination-success > .disabled > a:hover,
.pagination-success > .disabled > a:focus {
    border-color: #5cb85c;
    color: #5cb85c;
    opacity: 0.5;
}

.pagination-success > .active > a,
.pagination-success > .active > span,
.pagination-success > .active > a:hover,
.pagination-success > .active > span:hover,
.pagination-success > .active > a:focus,
.pagination-success > .active > span:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.pagination-circled > li > a {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:first-child > span {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.pagination-circled > li:last-child > a,
.pagination-circled > li:last-child > span {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.pagination-circled > li:first-child > a,
.pagination-circled > li:last-child > a {
    padding: 6px 13px;
}

.pagination-active-success > .active > a,
.pagination-active-success > .active > span,
.pagination-active-success > .active > a:hover,
.pagination-active-success > .active > span:hover,
.pagination-active-success > .active > a:focus,
.pagination-active-success > .active > span:focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.pagination-active-success > li > a:hover,
.pagination-active-success > li > span:hover,
.pagination-active-success > li > a:focus,
.pagination-active-success > li > span:focus {
    color: #5cb85c;
}

.pagination-active-warning > .active > a,
.pagination-active-warning > .active > span,
.pagination-active-warning > .active > a:hover,
.pagination-active-warning > .active > span:hover,
.pagination-active-warning > .active > a:focus,
.pagination-active-warning > .active > span:focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.pagination-active-warning > li > a:hover,
.pagination-active-warning > li > span:hover,
.pagination-active-warning > li > a:focus,
.pagination-active-warning > li > span:focus {
    color: #f0ad4e;
}

.pagination-active-danger > .active > a,
.pagination-active-danger > .active > span,
.pagination-active-danger > .active > a:hover,
.pagination-active-danger > .active > span:hover,
.pagination-active-danger > .active > a:focus,
.pagination-active-danger > .active > span:focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.pagination-active-danger > li > a:hover,
.pagination-active-danger > li > span:hover,
.pagination-active-danger > li > a:focus,
.pagination-active-danger > li > span:focus {
    color: #d9534f;
}

.pagination-active-info > .active > a,
.pagination-active-info > .active > span,
.pagination-active-info > .active > a:hover,
.pagination-active-info > .active > span:hover,
.pagination-active-info > .active > a:focus,
.pagination-active-info > .active > span:focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.pagination-active-info > li > a:hover,
.pagination-active-info > li > span:hover,
.pagination-active-info > li > a:focus,
.pagination-active-info > li > span:focus {
    color: #5bc0de;
}

.pagination-active-dark > .active > a,
.pagination-active-dark > .active > span,
.pagination-active-dark > .active > a:hover,
.pagination-active-dark > .active > span:hover,
.pagination-active-dark > .active > a:focus,
.pagination-active-dark > .active > span:focus {
    background-color: #4e5154;
    border-color: #4e5154;
}

.pagination-active-dark > li > a:hover,
.pagination-active-dark > li > span:hover,
.pagination-active-dark > li > a:focus,
.pagination-active-dark > li > span:focus {
    color: #4e5154;
}

.progress-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/******* 6.3 GRAPHS STYLES *******/

.tinystat {
    display: inline-block;
}

.tinystat .chart,
.tinystat .datainfo {
    display: inline-block;
    vertical-align: middle;
}

.tinystat .chart {
    margin-right: 5px;
}

.tinystat .text-muted {
    text-transform: uppercase;
    font-size: 10px;
}

.tinystat h4 {
    margin: 0;
    color: #333;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
}

.tooltipflot {
    background-color: rgba(0,0,0,0.8);
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.jqstooltip { 
    min-height: 25px;
    border: 0;
    min-width: 30px;
    height: auto !important;
    width: auto !important;
}

.flotGraph {
    width: 100%;
    height: 300px;
}



/***** 6.4 ICON STYLES *******/

.icon-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.icon-list li {
    margin-bottom: 5px;
}

.icon-list li span {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    color: #333;
}



/***** 6.5 PANELS & WIDGETS STYLES *****/

.panel-dark {
    border-color: #4e5154;
}
.panel-pink .panel-heading {
    background-color: #E80380;
    color: #fff;
	border-radius: 3px;
}
.panel-dark .panel-heading {
    background-color: #4e5154;
    color: #fff;
	border-radius: 3px;
}

.panel-success-alt {
    border-color: #4cae4c;
}

.panel-success-alt .panel-heading {
background-color: #4cae4c;
color: #fff;
border-radius: 3px;
/*box-shadow: 3px 4px 6px #C2C2C2;
border: 1px solid #E7E7E7;*/
}

.panel-info-alt {
    border-color: #46b8da;
}

.panel-info-alt .panel-heading {
    background-color: #5bc0de;
    color: #fff;
	border-radius: 3px;
}

.panel-warning-alt {
    border-color: #eea236;
}

.panel-warning-alt .panel-heading {
    background-color: #f0ad4e;
    color: #fff;
	border-radius: 3px;
}
.panel-pink1-alt .panel-heading {
    background-color: #A162FF;
    color: #fff;
	border-radius: 3px;
}
.panel-danger-alt {
    border-color: #d43f3a;
}

.panel-danger-alt .panel-heading {
    background-color: #d9534f;
    color: #fff;
	border-radius: 3px;
}

.panel-success-alt .panel-heading p a,
.panel-info-alt .panel-heading p a,
.panel-warning-alt .panel-heading p a,
.panel-danger-alt .panel-heading p a,
.panel-dark .panel-heading p a {
    color: #fff;
}

.panel-success-alt .panel-heading .panel-btns a,
.panel-info-alt .panel-heading .panel-btns a,
.panel-warning-alt .panel-heading .panel-btns a,
.panel-danger-alt .panel-heading .panel-btns a,
.panel-dark .panel-heading .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-primary-head .panel-heading,
.panel-success-head .panel-heading,
.panel-warning-head .panel-heading,
.panel-danger-head .panel-heading,
.panel-info-head .panel-heading,
.panel-dark-head .panel-heading
.panel-brown-head .panel-heading {
    border-bottom: 0;
    color: #fff;
}

.panel-primary-head .panel-heading p,
.panel-success-head .panel-heading p,
.panel-warning-head .panel-heading p,
.panel-danger-head .panel-heading p,
.panel-info-head .panel-heading p,
.panel-dark-head .panel-heading p,
.panel-brown-head .panel-heading p {
    opacity: 0.75;    
}

.panel-primary-head .panel-body,
.panel-success-head .panel-body,
.panel-warning-head .panel-body,
.panel-danger-head .panel-body,
.panel-info-head .panel-body,
.panel-dark-head .panel-body,
.panel-brown-head .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-footer,
.panel-success-head .panel-footer,
.panel-warning-head .panel-footer,
.panel-danger-head .panel-footer,
.panel-info-head .panel-footer,
.panel-dark-head .panel-footer,
.panel-brown-head .panel-footer {
    border: 1px solid #ddd;
    border-top: 0;
}

.panel-primary-head .panel-heading {
    background-color: #428bca;
}

.panel-success-head .panel-heading {
    background-color: #5cb85c;
}

.panel-warning-head .panel-heading {
    background-color: #f0ad4e;
}

.panel-danger-head .panel-heading {
    background-color: #d9534f;
}

.panel-info-head .panel-heading {
    background-color: #5bc0de;   
}

.panel-dark-head .panel-heading {
    background-color: #5496cf;
	color:#fff;
}
.panel-brown-head .panel-heading {
    background-color: #eee;
	border: 1px solid #ddd;
}

.panel-primary-head .panel-heading p a,
.panel-success-head .panel-heading p a,
.panel-info-head .panel-heading p a,
.panel-warning-head .panel-heading p a,
.panel-danger-head .panel-heading p a,
.panel-dark-head .panel-heading p a {
    color: #fff;
}

.panel-primary-head .panel-heading .panel-btns a,
.panel-success-head .panel-heading .panel-btns a,
.panel-info-head .panel-heading .panel-btns a,
.panel-warning-head .panel-heading .panel-btns a,
.panel-danger-head .panel-heading .panel-btns a,
.panel-dark-head .panel-heading .panel-btns a {
    border-color: #fff;
    color: #fff;
    opacity: 0.75;
}

.panel-metro,
.panel-metro .panel-heading,
.panel-metro .panel-footer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget-messaging .new-msg {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: normal;
    opacity: 0.5;
}

.widget-messaging .new-msg:hover {
    opacity: 1;
}

.widget-messaging ul li:hover {
    background-color: #f7f7f7;
}
.widget-messaging ul li:hover h4 {
	color:#428bca;
}

.widget-messaging .sender {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.widget-messaging ul li p {
    line-height: normal;
    margin: 0;
}

.widget-todo .panel-heading a {
    color: #fff;
}

.widget-todo ul > li input:checked + label {
    text-decoration: line-through;
}

.widget-slider .carousel-control {
    background: none;
    bottom: auto;
    color: #fff;
    line-height: 10px;
    padding: 0;
    text-shadow: none;
    top: -53px;
    width: auto;
    opacity: 0.75;
    border: 1px solid #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.widget-slider .carousel-control:hover {
    opacity: 1;    
}

.widget-slider .carousel-control.left {
    left: auto;
    right: 25px;
    padding: 1px 10px 3px 8px;
}

.widget-slider .carousel-control.right {
    right: -5px;
    padding: 1px 8px 3px 10px;    
}

.widget-slider .carousel-control span {
    font-size: 18px;
    line-height: normal;
}

.widget-slider .media {
    padding-bottom: 0;
}

.widget-slider .carousel-indicators {
    bottom: auto;
    left: auto;
    right: 0;
    top: -58px;
    width: auto;
}




/***** 6.6 TABS & ACCORDION STYLES *****/

.nav-primary {
    border-color: #357ebd;
    background-color: #428bca;
}

.nav-primary > li.active > a,
.nav-primary > li.active > a:hover,
.nav-primary > li.active > a:focus,
.nav-primary > li.active > a:active {
    border-top-color: #357ebd;
    border-left-color: #357ebd;
    border-right-color: #357ebd;
}

.nav-success {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.nav-info {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.nav-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.nav-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.nav > li.nav-dsh > a,
.nav > li.nav-dsh > a:hover {
    background-color: #428bca;
	color:#FFF;
}

.nav > li.nav-dsh > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-orng > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-pck > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-warningg > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-successs > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-dangerr > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-infoo > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-grape > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-envt > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-darkk > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-warng > a.active {
    color: #fff;
    background-color: #fff;
}

.nav > li.nav-successs > a,
.nav > li.nav-successs > a:hover {
    color: #FFF;
    background-color: #5cb85c;
}

.nav > li.nav-pck > a,
.nav > li.nav-pck > a:hover {
    color: #FFF;
    background-color: #BFBFDF;
}

.nav > li.nav-infoo > a,
.nav > li.nav-infoo > a:hover {
    color: #FFF;
    background-color: #5bc0de;
}

.nav > li.nav-dangerr > a,
.nav > li.nav-dangerr > a:hover {
    color: #FFF;
    background-color: #d9534f;
}

.nav > li.nav-warningg > a,
.nav > li.nav-warningg > a:hover {
    color: #FFF;
    background-color: #f0ad4e;
}

.nav > li.nav-darkk > a,
.nav > li.nav-darkk > a:hover {
    color: #FFF;
    background-color: #757575;
}

.nav > li.nav-grape > a,
.nav > li.nav-grape > a:hover {
    color: #FFF;
    background-color: #9D9D4F;
}

.nav > li.nav-warng > a,
.nav > li.nav-warng > a:hover {
    color: #FFF;
    background-color: #f0ad4eb0;
}

.nav > li.nav-envt > a,
.nav > li.nav-envt > a:hover {
    color: #FFF;
    background-color: #468C8C;
}

.nav > li.nav-orng > a,
.nav > li.nav-orng > a:hover {
    color: #FFF;
    background-color: #c34a4a91;
}

.nav-success > li.active > a,
.nav-success > li.active > a:hover,
.nav-success > li.active > a:focus,
.nav-success > li.active > a:active {
    border-top-color: #5cb85c;
    border-left-color: #5cb85c;
    border-right-color: #5cb85c;
}

.nav-info > li.active > a,
.nav-info > li.active > a:hover,
.nav-info > li.active > a:focus,
.nav-info > li.active > a:active {
    border-top-color: #46b8da;
    border-left-color: #46b8da;
    border-right-color: #46b8da;
}

.nav-danger > li.active > a,
.nav-danger > li.active > a:hover,
.nav-danger > li.active > a:focus,
.nav-danger > li.active > a:active {
    border-top-color: #d43f3a;
    border-left-color: #d43f3a;
    border-right-color: #d43f3a;
}

.nav-warning > li.active > a,
.nav-warning > li.active > a:hover,
.nav-warning > li.active > a:focus,
.nav-warning > li.active > a:active {
    border-top-color: #eea236;
    border-left-color: #eea236;
    border-right-color: #eea236;
}

.nav-primary > li > a,
.nav-success > li > a,
.nav-info > li > a,
.nav-danger > li > a,
.nav-warning > li > a {
    color: #fff;
}

.nav-primary > li > a:hover,
.nav-success > li > a:hover,
.nav-info > li > a:hover,
.nav-danger > li > a:hover,
.nav-warning > li > a:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}

.tab-content-primary {
    border-color: #357ebd;
}

.tab-content-success {
    border-color: #5cb85c;
}

.tab-content-info {
    border-color: #46b8da;
}

.tab-content-danger {
    border-color: #d43f3a;
}

.tab-content-warning {
    border-color: #eea236;
}

.nav-metro,
.nav-metro > li > a,
.nav-metro > li.active > a,
.tab-content-metro {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 15px;
}

.panel-group .panel-heading .panel-title {
    font-size: 14px;
}

.nav-line {
    background: none;
    border: 0;
    margin-bottom: 20px;
    -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}

.nav-line > li {
    margin: 0;
}

.nav-line > li > a,
.nav-line > li > a:hover,
.nav-line > li > a:active,
.nav-line > li > a:focus {
    border: 0;
    margin: 0 !important;
}

.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:active,
.nav-line > li.active > a:focus {
    border: 0;
}

.nav-line > li.active > a,
.nav-line > li.active > a:hover,
.nav-line > li.active > a:active,
.nav-line > li.active > a:focus {
    -moz-box-shadow: 0 3px 0 #428bca;
    -webkit-box-shadow: 0 3px 0 #428bca;
    box-shadow: 0 3px 0 #428bca;
    margin: 0;
}


/********** 7. FORM STYLES **********/
/************************************/

.ckbox,
.rdio {
    position: relative;
}

.ckbox input[type="checkbox"],
.rdio input[type="radio"] {
    opacity: 0;
}

.ckbox label,
.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
}

.ckbox label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

.ckbox input[type="checkbox"]:disabled + label  {
    color: #999;
}

.ckbox input[type="checkbox"]:disabled + label:before  {
    background-color: #eee;
}

.ckbox input[type="checkbox"]:checked + label:after  {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    top: 2.5px;
    left: 3.5px;
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    color: #fff;
}

.ckbox-default input[type="checkbox"]:checked + label:before {
    border-color: #999;
}

.ckbox-default input[type="checkbox"]:checked + label:after {
    color: #333;
}

.ckbox-primary input[type="checkbox"]:checked + label:before {
    border-color: #357EBD;
    background-color: #428BCA;
}

.ckbox-warning input[type="checkbox"]:checked + label:before {
    border-color: #EEA236;
    background-color: #F0AD4E;
}

.ckbox-success input[type="checkbox"]:checked + label:before {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.ckbox-danger input[type="checkbox"]:checked + label:before {
    border-color: #D43F3A;
    background-color: #D9534F;
}

.rdio label:before {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #bbb;
    background: #fff;
}

.rdio input[type="radio"]:disabled + label  {
    color: #999;
}

.rdio input[type="radio"]:disabled + label:before  {
    background-color: #eee;
}

.rdio input[type="radio"]:checked + label::after  {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #444;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked + label:before {
    border-color: #999;
}

.rdio-primary input[type="radio"]:checked + label:before {
    border-color: #428BCA;
}

.rdio-primary input[type="radio"]:checked + label::after {
    background-color: #428BCA;
}

.rdio-warning input[type="radio"]:checked + label:before {
    border-color: #F0AD4E;
}

.rdio-warning input[type="radio"]:checked + label::after {
    background-color: #F0AD4E;
}

.rdio-success input[type="radio"]:checked + label:before {
    border-color: #1CAF9A;
}

.rdio-success input[type="radio"]:checked + label::after {
    background-color: #1CAF9A;
}

.rdio-danger input[type="radio"]:checked + label:before {
    border-color: #D9534F;
}

.rdio-danger input[type="radio"]:checked + label::after {
    background-color: #D9534F;
}

.errorForm label {
    display: block;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 5px 10px;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.form-group.has-error label.error {
    color: #a94442;
}

.errorForm label:last-child {
    margin-bottom: 20px !important;
}

.colorpicker-input {
    display: inline-block;
    width: 100px;
}


/***** 7.1 FORM WIZARD *****/

.nav-wizard {
    background-color: #ddd;
    margin-bottom: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.nav-wizard > li {
    position: relative;
    margin-right: -2px;
}

.nav-wizard > li > a {
    color: #666;
}

.nav-wizard > li > a {
    position: relative;
    padding-left: 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-wizard > li > a:after {
    border-left: 19px solid #ddd;
    border-top: 19px solid rgba(0,0,0,0);
    border-bottom: 19px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 10;
}

.nav-wizard > li > a:before {
    border-left: 20px solid #fff;
    border-top: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 5;
}

.nav-wizard > li > a:hover,
.nav-wizard > li > a:active,
.nav-wizard > li > a:focus {
    background-color: #ccc;
}

.nav-wizard > li > a:hover:after,
.nav-wizard > li > a:active:after,
.nav-wizard > li > a:focus:after {
    border-left-color: #ccc;
}

.nav-wizard > li:first-child > a {
    padding-left: 15px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.nav-wizard > li:last-child > a {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.nav-wizard > li:last-child > a:after,
.nav-wizard > li:last-child > a:before {
    display: none;
}

.nav-wizard > li.active a,
.nav-wizard > li.active a:hover,
.nav-wizard > li.active a:focus,
.nav-wizard > li.active a:active {
    background-color: #4e5154;
    color: #fff;
}

.nav-wizard > li.active a:after {
    border-left-color: #4e5154;
}

.nav-wizard > li.done a {
    background-color: #428bca;
    color: #fff;
}

.nav-wizard > li.done a:after {
    border-left-color: #428bca;
}

.panel-wizard {
    margin-bottom: 20px;
}

.panel-wizard .tab-content {
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}
.panel-wizard .baja_allianz_tab.tab-content
{
	 border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
	background:#D7EDFF;
}
.panel-wizard .wizard {
    margin: 0;
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.panel-wizard .wizard:after {
    clear: both;
    display: block;
    content: '';
}

.panel-wizard .progress {
    margin-bottom: 5px;
}

.nav-disabled-click > li > a:hover,
.nav-disabled-click > li > a:active,
.nav-disabled-click > li > a:focus {
    background-color: #ddd;
    cursor: default;
}

.nav-disabled-click > li > a:hover:after,
.nav-disabled-click > li > a:active:after,
.nav-disabled-click > li > a:focus:after {
    border-left-color: #ddd;
}

.nav-disabled-click > li.active > a:hover:after,
.nav-disabled-click > li.active > a:active:after,
.nav-disabled-click > li.active > a:focus:after {
    border-left-color: #4e5154;
}

.nav-disabled-click > li.done > a:hover,
.nav-disabled-click > li.done > a:active,
.nav-disabled-click > li.done > a:focus {
    background-color: #428bca;
}

.nav-disabled-click > li.done > a:hover:after,
.nav-disabled-click > li.done > a:active:after,
.nav-disabled-click > li.done > a:focus:after {
    border-left-color: #428bca;
}

.nav-wizard-success > li.done > a {
    background-color: #5cb85c;
}

.nav-wizard-success > li.done > a:after {
    border-left-color: #5cb85c;
}

.nav-wizard-warning > li.done > a {
    background-color: #f0ad4e;
}

.nav-wizard-warning > li.done > a:after {
    border-left-color: #f0ad4e;
}

.nav-wizard-danger > li.done > a {
    background-color: #d9534f;
}

.nav-wizard-danger > li.done > a:after {
    border-left-color: #d9534f;
}

.nav-wizard-info > li.done > a {
    background-color: #5bc0de;
}

.nav-wizard-info > li.done > a:after {
    border-left-color: #5bc0de;
}


/********** 8. TABLE STYLES **********/
/*************************************/

.table-action a,
.table-action-hide a {
    color: #666;
    display: inline-block;
    margin-left: 2px;
}

.table-action-hide a {
    opacity: 0;
}

.table-primary thead tr th {
    background-color: #428BCA;
	font-weight:500;
}

.table-success thead tr th {
    background-color: #5cb85c;
	font-weight:500;
}

.table-warning thead tr th {
    background-color: #F0AD4E;
	font-weight:500;
}

.table-danger thead tr th {
    background-color: #D9534F;
	font-weight:500;
}

.table-info thead tr th {
    background-color: #5BC0DE;
	font-weight:500;
}

.table-dark thead tr th {
    background-color: #4e5154;
	font-weight:500;
}

.table.table-primary thead tr th,
.table.table-success thead tr th,
.table.table-danger thead tr th,
.table.table-warning thead tr th,
.table.table-info thead tr th,
.table.table-dark thead tr th {
    color: #fff;
    border-bottom: 0;
}

.table-bordered.table-primary thead tr th,
.table-bordered.table-success thead tr th,
.table-bordered.table-warning thead tr th,
.table-bordered.table-danger thead tr th,
.table-bordered.table-info thead tr th,
.table-bordered.table-dark thead tr th {
    border-color: rgba(255,255,255,0.2);
}

.table.table-primary tbody tr:first-child td,
.table.table-success tbody tr:first-child td,
.table.table-danger tbody tr:first-child td,
.table.table-warning tbody tr:first-child td,
.table.table-info tbody tr:first-child td,
.table.table-dark tbody tr:first-child td {
    border-top: 0;
}


/********** 9. PAGES STYLES **********/
/*************************************/


/***** 9.1 NOT FOUND PAGE STYLES *****/

.notfoundpanel {
    text-align: center;
    width: 600px;
    margin: 80px auto 0 auto;
    position: relative;
}

.notfoundpanel h1 {
    font-size: 180px;
    font-weight: 200;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 180px;
    /* text-shadow: 4px 4px rgba(0,0,0,0.2); */
}

.notfoundpanel h3 {
    color: #333;
    margin: 0 0 10px 0;
}

.notfoundpanel p {
    font-size: 14px !important;
}

.notfoundpanel form {
    width: 350px;
    margin: 20px auto 0 auto;
}

.notfoundpanel .form-control {
    width: 250px;
    float: left;
}

.notfoundpanel .btn {
    padding: 9px 20px 10px 20px;    
}



/***** 9.2 INVOICE STYLES *****/


.table-invoice {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}

.table-invoice thead > tr > th {
    font-weight: 500;
    padding: 15px;
}

.table-invoice thead > tr > th:last-child,
.table-invoice thead > tr > th:nth-child(3),
.table-invoice thead > tr > th:nth-child(2) {
    text-align: right;
}

.table-invoice tbody > tr > td {
    padding: 15px;
    border-color: #ddd;
}

.table-invoice tbody > tr > td:last-child,
.table-invoice tbody > tr > td:nth-child(3),
.table-invoice tbody > tr > td:nth-child(2) {
    width: 15%;
    text-align: right;
}

.table-invoice tbody > tr > td h5,
.table-invoice tbody > tr > td p {
    margin: 0;
}

.table-invoice thead > tr > th:nth-child(2) {
    background-color: #3f4144;
}

.table-invoice thead > tr > th:nth-child(3) {
    background-color: #484a4d;
}

.table-invoice thead > tr > th:last-child {
    background-color: #555;
}

.table-invoice tbody > tr > td:nth-child(2) {
    background-color: #eee;
}

.table-invoice tbody > tr > td:nth-child(3) {
    background-color: #f7f7f7;
}

.table-total {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
}

.table-total > tbody > tr > td:first-child {
    border: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: right;
}

.table-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #ddd;
    width: 15%;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    border: 1px solid #ccc !important;
    background-color: #ddd !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    color: #666 !important;
    font-weight: bold !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}



/***** 9.3 MEDIA MANAGER STYLES *****/

.media-options {
    margin-bottom: 20px;
}

.media-options:after {
    clear: both;
    display: block;
    content: '';
}

.media-options .btn-group {
    margin-bottom: 0;
}

.media-option-group {
    margin: 0;
    margin-left: 5px;
}

.media-option-group label {
    margin-bottom: 0 !important;
}

.media-manager .thmb {
    border: 1px solid #e7e7e7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
}

.media-manager .thmb.checked {
    border-color: #bbb;
    background-color: #fcfcfc;
}

.media-manager .thmb::after {
    clear: both;
    display: block;
    content: '';
}

.media-manager .ckbox {
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.media-manager .fm-group {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

.media-manager .fm-toggle {
    padding: 1px 4px;
    line-height: normal;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.media-manager .fm-menu {
    min-width: 120px;
}

.media-manager .fm-menu a {
    font-size: 12px;
    color: #333;
    padding: 4px 8px;
}

.media-manager .fm-menu i {
    margin-right: 7px;
    color: #999;
    width: 16px;
    font-size: 13px;
}

.media-manager .thmb-prev {
    background: #eee;
    overflow: hidden;
}

.media-manager .thmb-prev a {
    display: block;
}

.media-manager .fm-title {
    margin-bottom: 0;
    font-size: 13px;
}

.media-manager .fm-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.media-manager-sidebar {
    padding-left: 10px;
}

.media-manager-sidebar .lg-title a {
    color: #999;
    font-size: 11px;
}

.media-manager-sidebar .lg-title a:hover {
    text-decoration: none;
    color: #333;
}

.folder-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.folder-list li {
    display: block;
    border-bottom: 1px solid #eee;
}

.folder-list li a {
    display: block;
    padding: 7px 0;
    color: #000;
}

.folder-list li a:hover {
    color: #333;
    text-decoration: none;
}

.folder-list li i {
    margin-right: 0px;
    width: 16px;
}

.media-manager-sidebar .tag-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.media-manager-sidebar .tag-list li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.media-manager-sidebar .tag-list li a {
    display: block;
    padding: 5px 7px;
    font-size: 11px;
    background: #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.media-manager-sidebar .tag-list li a:hover {
    color: #fff;
    text-decoration: none;
    background: #428BCA;
}



/***** 9.4 PEOPLE DIRECTORY STYLES *****/


.nav-contacts {
    margin-bottom: 20px;
}

.nav-contacts li a {
    color: #666;
    font-weight: 400;
    font-size: 13px;
}

.nav-contacts li .badge {
    background: none;
    font-weight: 500;
    color: #333;
}

.nav-contacts li.active .badge {
    color: #fff;
    background: none;
}

.people-group .media img {
    width: 45px;
}

.people-group .list-group-item {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    border-width: 0;
}

.people-group .media-heading {
    margin-top: 5px;
}

.people-group .media-heading,
.people-group .media-body {
    line-height: normal;
}

.pagination-contact {
    margin-top: -3px;
}

.contact-group {
    margin-top: 20px;
}

.contact-group .media img {
    width: 80px;
}

.contact-group .list-group-item {

}

.contact-group .media-heading {
    font-size: 16px;
    font-weight: 500;
}

.contact-group .media-heading small {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.contact-group .list-group-item {
    border-color: #e7e7e7;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.contact-group .list-group-item:hover {
    background-color: #fcfcfc;
}

.contact-group .media-content {
    margin-top: 5px;
}

.contact-group .media-content .fa {
    font-size: 16px;
    vertical-align: middle;
    width: 20px;
    color: #333;
}

.contact-group .media-content ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.contact-group .media-content ul > li {
    display: inline-block;
    min-width: 200px;
    margin-bottom: 5px;
}


/***** 9.5 PROFILE STYLES *****/


.img-profile {
    display: inline-block;
    max-width: 200px;
}

.social-list > li {
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}

.social-list > li > i {
    width: 16px;
    margin-right: 5px;
}

.activity-list > .media {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    font-size: 14px;
}

.activity-list > .media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.activity-list .media-object {
    width: 28px;
    vertical-align: middle;
}

.activity-list .media-body {
    line-height: 18px;
}

.activity-list .media-body p {
    line-height: 21px;
    font-size: 13px;
}

.activity-list .media-title {
    font-size: 15px;
    margin-bottom: 0;
}

.activity-list .blog-media {
    padding-bottom: 0;
}

.activity-list .blog-media .media-object {
    width: 120px;
    margin-right: 10px;
    margin-top: 5px;
}

.activity-list .blog-media .media-title {
    margin: 0;
}

.activity-list .img-single img {
    width: 50%;
}

.uploadphoto-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.uploadphoto-list li {
    width: 20%;
    float: left;
}

.uploadphoto-list li a {
    display: block;
    margin-right: 5px;
}

.follower-list {
    padding: 10px 10px 0 10px;
}

.follower-list .media {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.follower-list .media:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.follower-list .fa {
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.follower-list .media-object {
    margin-right: 10px;
}

.follower-name {
    color: #333;
    margin: 5px 0 0 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.events .media {
    margin-bottom: 20px;
}

.events .media-object {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.events-list .media-body {
    font-size: 13px;
}

.event-body small {
    display: block;
}

.event-body small .fa {
    margin-right: 5px;
    width: 14px;
    text-align: center;
}

.event-body p {
    margin-top: 10px;
}

.event-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: normal;
}



/***** 9.6 SEARCH RESULTS *****/

.nav-file-type > li > a {
    color: #666;
}

.nav-file-type > li > a > i {
    width: 16px;
    margin-right: 5px;
    color: #333;
}

.nav-file-type > li.active > a,
.nav-file-type > li.active > a:hover {
    background-color: #4e5154;    
}

.nav-file-type > li.active > a > i {
    color: #fff;
}

.results-list .media {
    border-bottom: 1px solid #eee;
}

.results-list .media-object {
    width: 125px;
    margin-right: 10px;
}

.results-list .filename {
    margin: 0;
    font-size: 16px;
}

.results-list .media-body {
    line-height: 18px;
}

.pagination-search {
    margin-bottom: 10px;
    margin-top: 0;
}



/***** 9.7 SIGN IN/UP PAGE *****/

body.signin {
	background:#428bca /*url(../images/bg.jpg) center no-repeat*/;
}

.panel-signin,
.panel-signup {
    margin: 40px auto 0 auto;
}

.panel-signin {
    width: 400px;
}

.panel-signup {
    width: 600px;
}

.panel-signin .panel-body,
.panel-signup .panel-body {
    padding:20px 40px;
}

.panel-signin .panel-footer,
.panel-signup .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
}


/***** 9.8 LOCKED SCREEN ********/

.locked {
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.lockedpanel {
    width: 280px;
    margin: 10% auto 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lockedpanel .loginuser {
    text-align: center;
}

.lockedpanel .logged {
    margin-top: 20px;
}

.lockedpanel .logged h4 {
    margin: 0;
    font-size: 21px;
    color: #333;
}

.lockedpanel form {
    margin-top: 20px;
}

.lockedpanel form .btn {
    display: block;
    margin-top: 10px;
}



/********* 10. DASHBOARD STYLES **********/
/*****************************************/

.flotLegend {
    margin-bottom: 10px; 
}
.flotLegend table tr td {
    padding-right: 5px;
}

.row-stat .panel .panel-heading {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.panel-icon {
    background: rgba(255,255,255,0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}

.panel-icon .fa {
    color: #000;
    font-size: 28px;
    padding: 13px 0 0 18px;
}

.panel-bluegreen .panel-icon .fa {
    color: #03c3c4;
}

.panel-violet .panel-icon .fa {
    color: #905dd1;
}

.panel-blue .panel-icon .fa {
    color: #428bca;
}

.row-stat .md-title {
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 5px;
}

.row-stat h1 {
    margin-bottom: 0;
}

.row-stat hr {
    opacity: 0.3;
    margin: 15px 0 0 0;
    border-width: 2px;
}

.panel-icon .fa-users {
    padding: 12px 0 0 10px;
}

.panel-icon .fa-pencil {
    padding: 12px 0 0 17px;
}

.sublabel {
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
}

.flotChart {
    width: 100%;
    height: 200px;
}

#bar-chart {
    height: 250px;
}



/********** 11. LEFT MENU COLLAPSE **********/
/********************************************/

.headerwrapper.collapsed .header-left {
    position: relative;
    left: -168px;
}

.headerwrapper.collapsed .header-right {
    margin-left: 61px;
}

.mainwrapper.collapsed:before {
    width: 61px;
}

.mainwrapper.collapsed .mainpanel {
    margin-left: 61px;
}

.mainwrapper.collapsed .leftpanel {
    width: 61px;
}

.mainwrapper.collapsed .leftpanel-title {
    display: none;
}

.mainwrapper.collapsed .profile-left {
    /*min-height: 0;*/
    padding-left: 10px;
}

.mainwrapper.collapsed .profile-left .profile-thumb {
    margin: 12px 0 0 0;
}

.mainwrapper.collapsed .profile-left .profile-thumb img {
    width: 30px;
	height:30px;
}

.mainwrapper.collapsed .profile-left .media-body {
    display: none;
}

.mainwrapper.collapsed .nav {
    margin-top: 20px;    
}

.mainwrapper.collapsed .nav > li > a {
    padding-left: 20px;
}

.mainwrapper.collapsed .nav > li.nav-hover:not(.active) > a {
    background-color: #f7f7f7;
}

.mainwrapper.collapsed .nav > li > a > span:not(.badge) {
    position: absolute;
    width: 190px;
    z-index: 100;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    borer-bottom: 0;
    display: block;
    top: -1px;
    left: 60px;
    padding: 17px 10px 0 10px;
    border-left: 0;
    height: 54px;
    display: none;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.mainwrapper.collapsed .nav > li.parent > a > span:not(.badge) {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.mainwrapper.collapsed .nav > li > a > span.badge {
    position: absolute;
    top: 12px;
    right: -170px;
    z-index: 200;
    display: none;
}

.mainwrapper.collapsed .nav > li.active > a > span:not(.badge) {
    background-color: #428bca;
    border: 0;
    height: 44px;
    top: 0;
}

.mainwrapper.collapsed .nav > li.parent:after {
    display: none;
}

.mainwrapper.collapsed .nav > li.nav-hover > a > span {
    display: block;
}

.mainwrapper.collapsed .nav > li.nav-hover > .children {
    display: block !important;
}

.mainwrapper.collapsed .nav > li.parent .children {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    left: 61px;
    width: 189px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
    display: none;
}

.mainwrapper.collapsed .nav > li.parent .children > li > a {
    padding-left: 10px;
}



/********** 12. CUSTOM STYLES **********/
/***************************************/


.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb9 { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.noborder { border: 0; }
.height200 { height: 200px; }
.height300 { height: 300px; }
.width100p { width: 100%; }
.width300 { width: 300px; }

.text-black { color: #000; }

.inline-block { display: inline-block; }
.he184
{
	height:184px; 
	overflow-y:auto;
}


/********** 13. MEDIA QUERIES **********/
/***************************************/


@media screen and (max-width: 1024px) {
    
    body {
        width: 100%;
        overflow-x: hidden;
    }
    
    /* indicator that page is 1024 */
    .logo {
        position: relative;
    }
    
    /* dashboard */
    .row-dashboard .col-md-6 {
        float: none;
        width: auto;
    }
    
    /* wizard */
    .contentpanel-wizard .row .col-md-6 {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    
    body {
        position: relative;
    }

    .logo {
        position: static;
    }
    
    .headerwrapper .header-left,
    .headerwrapper .header-right {
        position: relative;
    }
    
    .headerwrapper .header-left {
        z-index: 3000;
        margin-left: -168px;
    }
    
    .headerwrapper .header-right {
        width: 100%;
        margin-left: 0;
    }
    
    .leftpanel,
    .mainwrapper:before {
        display: none;
    }
    
    .mainpanel {
        width: 100%;
        margin-left: 0;
    }
    
    .show-left .headerwrapper .header-left {
        margin-left: 0;
    }
    
    .show-left .headerwrapper .header-right {
        margin-left: 230px;
    }
    
    .show-left .mainwrapper {
        overflow: hidden;
    }
    
    .show-left .leftpanel,
    .show-left .mainwrapper:before {
        display: block;
    }
    
    .show-left .leftpanel {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        overflow-y: auto;
    }
    
    .show-left .leftpanel .profile-left {
        margin-top: 60px;
    }
    
    .show-left .mainpanel {
        margin-left: 230px;
    }
    
}

@media screen and (max-width: 640px) {

    /* media manager */
    .media-options div.pull-left,
    .media-options div.pull-right {
        float: none !important;
        width: auto !important;
    }
    
    .media-options div.pull-left {
        margin-bottom: 20px !important;
    }
    
    .contentpanel-mediamanager .col-sm-9,
    .contentpanel-mediamanager .col-sm-3 {
        float: none;
        width: auto;
    }
    
    .media-manager-sidebar {
        padding-left: 0;
    }
    
    /* table */
    .dataTables_wrapper .row .col-xs-6 {
        float: none;
        width: auto;
        text-align: center;
    }
    
    div.dataTables_paginate {
        float: none !important;
        margin-top: 10px !important;
    }
    
    .panel-signin {
        margin: 20px auto;
    }
    
    .panel-signup {
        margin: 20px;
        width: auto;
    }
    
    /* wizard */
    .nav-wizard {
        background: none;    
    }
    
    .nav-wizard > li {
        margin: 0 !important;
    }
    
    .nav-wizard > li > a,
    .nav-wizard > li:first-child > a,
    .nav-wizard > li:last-child > a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    
    .nav-wizard > li > a:before,
    .nav-wizard > li > a:after {
        display: none;
    }

}


@media screen and (max-width: 480px) {

    .btn-group-notification .dropdown-menu {
        margin-right: -62px;
    }
    
    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 75px;
    }
    
    .notfoundpanel {
        width: auto;
    }
    
    .notfoundpanel h3 {
        font-size: 18px;
    }
    
    .leftpanel .profile-left {
        min-height: 0;
        height: 70px;
        padding: 10px;
    }
    
    .leftpanel .profile-left .profile-thumb img {
        width: 40px;
    }
    
    .leftpanel .profile-left .media-heading {
        margin-top: 7px;
    }
    
    .pageheader {
        padding: 10px;
        height: 70px;
    }
    
    .contentpanel {
        padding: 10px;
    }
}

@media screen and (max-width: 360px) {
    
    .pageheader h4 {
        font-size: 24px;
    }
    
    .form-search {
        position: relative;
    }
    
    .headerwrapper .header-right .form-search {
        display: none;
    }
    
    .leftpanel .form-search {
        margin: 10px 10px 10px 10px;
    }
    
    .headerwrapper .header-right .btn-group-notification .dropdown-menu {
        min-width: 340px;
        margin-right: -103px;
    }
    
    .headerwrapper .header-right .btn-group-messages .dropdown-menu {
        min-width: 340px;
        margin-right: -41px;
    }
    
    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 115px;
    }
    
    .headerwrapper .header-right .btn-group-messages .dropdown-menu:after {
        right: 50px;
    }
    
    /* messages */
    .msg-list > li .sender {
        line-height: normal;
    }
    
    /* notfound */
    .notfoundpanel {
        margin: 20px;
    }
    
    .notfoundpanel h1 {
        font-size: 150px;
        line-height: 150px;
    }
    
    .notfoundpanel h3 {
        font-size: 16px;
    }
    
    .notfoundpanel p {
        font-size: 13px !important;
    }
    
    .notfoundpanel .form-control {
        width: 200;
        float: none;
        margin: auto;
    }
    
    .notfoundpanel .btn {
        margin-top: 5px;
        width: 250px;
    }
    
    .media-options .btn-group {
        margin-bottom: 10px;
    }
    
    .btn-invoice .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .fc-header tr td {
        display: table-row;
        width: 100%;
    }
    
    .fc-header-center {
        text-align: left !important;
    }
    
    .fc-header-title {
        text-align: left;
        margin-bottom: 10px;
    }
    
    .panel-signin {
        width: auto;
        margin: 20px;
    }
    
    .panel-signin .panel-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .panel-signin .panel-footer .btn {
        font-size: 13px;
    }
    
    .panel-signup .pull-left,
    .panel-signup .pull-right {
        float: none !important;
    }
    
    .panel-signup .btn.btn-success {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    
    .pageheader h4 {
        font-size: 20px;
    }
    
    .pageheader .breadcrumb {
        margin-top: 5px;
    }
    
    .headerwrapper .header-right .btn-group-notification .dropdown-menu {
        min-width: 300px;
        margin-right: -103px;
    }
    
    .headerwrapper .header-right .btn-group-messages .dropdown-menu {
        min-width: 300px;
        margin-right: -41px;
    }
    
    .headerwrapper .header-right .btn-group-notification .dropdown-menu:after {
        right: 115px;
    }
    
    .headerwrapper .header-right .btn-group-messages .dropdown-menu:after {
        right: 50px;
    }
    
    .panel-signin .panel-footer .btn {
        font-size: 11px;
    }
    
    .panel-signin .panel-body,
    .panel-signup .panel-body {
        padding: 30px 20px;
    }

}

.offer_widgets
{
	height:104px;
}
.read_more
{
	font-size:12px;
}
.panel-body.padd5
{
	padding:2px;
}
#menu span.navIcon {
float: left;
height: 30px;
width: 30px;
margin-right: 5px;
}
.select_style
{

}
#bo_header
{
	width:100%;
}
#bo_header p#logo
{
	margin:0 auto;
	text-align:center;
}
p.regi_tit
{
	text-align:center;
	width:100%;
	font-size:20px;
	color:#fff;
	padding:10px 0;
	margin:0;
}
.registration
{
	background:#fff;
	border-radius: 3px;
	border: 1px solid transparent;
	padding:10px 0;
	width:98%;
	height:auto;
	overflow:auto;
}
.registration .form-group
{
	background:#eceef1;	
}
.registration .form-group_first
{
	border-radius:5px 5px 0 0;
}
.registration .form-group_last
{
	border-radius:0 0 5px 5px;
}
.registration label.col-sm-4.control-label
{
	text-align:left;
}
.registration .form-bordered .form-group
{
	padding:10px;
}
.registration .form-control
{
	margin-bottom:0;
	width: 100%;
}
.right
{
	float:right;
}
.left
{
	float:left;
}
a.a_style
{
	color:#000;
	position: relative;
	top: -4px;
}
a.add_style
{
	color:#fff;
	position: relative;
	top: -4px;
	right:10px;
}
.dashboard_top_widgets
{
	
	border-radius: 3px;
	height:70px;
	padding:15px;
	color:#428bca;
	font-size:25px;
	/*box-shadow: 3px 4px 6px #C2C2C2;*/
}
.bg_white
{
	background:#fff;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
}
.bg_green
{
	background:#fff;
	box-shadow: inset 0px 0px 10px 0px #ABABAB;
}
.bg_blue
{
	background:#428bca;
}
.bg_black
{
	background:#4e5154;
}
.bg_warning
{
	background:#f0ad4e;
}
.bg_danger
{
	background:#d9534f;
}
.bg_info
{
	background:#31b0d5;
}
.dashboard_top_widgets span
{
	position:relative;
	top:3px;
}
.panel-icon1 {
    background: rgba(69,139,202,0.9);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.panel-icon1 .fa {
    color: #fff;
    font-size: 25px;
    padding: 10px 0 0 14px;
}
label.col-sm-4.control-label
{
padding-left: 2px;
padding-right: 2px;	
}
.bell { opacity: 0.8;
	-webkit-animation: ring 8s 1s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 8s 1s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 8s 1s ease-in-out infinite;
	transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
	0% { -webkit-transform: rotateZ(0); }
	1% { -webkit-transform: rotateZ(30deg); }
	3% { -webkit-transform: rotateZ(-28deg); }
	5% { -webkit-transform: rotateZ(34deg); }
	7% { -webkit-transform: rotateZ(-32deg); }
	9% { -webkit-transform: rotateZ(30deg); }
	11% { -webkit-transform: rotateZ(-28deg); }
	13% { -webkit-transform: rotateZ(26deg); }
	15% { -webkit-transform: rotateZ(-24deg); }
	17% { -webkit-transform: rotateZ(22deg); }
	19% { -webkit-transform: rotateZ(-20deg); }
	21% { -webkit-transform: rotateZ(18deg); }
	23% { -webkit-transform: rotateZ(-16deg); }
	25% { -webkit-transform: rotateZ(14deg); }
	27% { -webkit-transform: rotateZ(-12deg); }
	29% { -webkit-transform: rotateZ(10deg); }
	31% { -webkit-transform: rotateZ(-8deg); }
	33% { -webkit-transform: rotateZ(6deg); }
	35% { -webkit-transform: rotateZ(-4deg); }
	37% { -webkit-transform: rotateZ(2deg); }
	39% { -webkit-transform: rotateZ(-1deg); }
	41% { -webkit-transform: rotateZ(1deg); }

	43% { -webkit-transform: rotateZ(0); }
	100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
	0% { -moz-transform: rotate(0); }
	1% { -moz-transform: rotate(30deg); }
	3% { -moz-transform: rotate(-28deg); }
	5% { -moz-transform: rotate(34deg); }
	7% { -moz-transform: rotate(-32deg); }
	9% { -moz-transform: rotate(30deg); }
	11% { -moz-transform: rotate(-28deg); }
	13% { -moz-transform: rotate(26deg); }
	15% { -moz-transform: rotate(-24deg); }
	17% { -moz-transform: rotate(22deg); }
	19% { -moz-transform: rotate(-20deg); }
	21% { -moz-transform: rotate(18deg); }
	23% { -moz-transform: rotate(-16deg); }
	25% { -moz-transform: rotate(14deg); }
	27% { -moz-transform: rotate(-12deg); }
	29% { -moz-transform: rotate(10deg); }
	31% { -moz-transform: rotate(-8deg); }
	33% { -moz-transform: rotate(6deg); }
	35% { -moz-transform: rotate(-4deg); }
	37% { -moz-transform: rotate(2deg); }
	39% { -moz-transform: rotate(-1deg); }
	41% { -moz-transform: rotate(1deg); }

	43% { -moz-transform: rotate(0); }
	100% { -moz-transform: rotate(0); }
}

@keyframes ring {
	0% { transform: rotate(0); }
	1% { transform: rotate(30deg); }
	3% { transform: rotate(-28deg); }
	5% { transform: rotate(34deg); }
	7% { transform: rotate(-32deg); }
	9% { transform: rotate(30deg); }
	11% { transform: rotate(-28deg); }
	13% { transform: rotate(26deg); }
	15% { transform: rotate(-24deg); }
	17% { transform: rotate(22deg); }
	19% { transform: rotate(-20deg); }
	21% { transform: rotate(18deg); }
	23% { transform: rotate(-16deg); }
	25% { transform: rotate(14deg); }
	27% { transform: rotate(-12deg); }
	29% { transform: rotate(10deg); }
	31% { transform: rotate(-8deg); }
	33% { transform: rotate(6deg); }
	35% { transform: rotate(-4deg); }
	37% { transform: rotate(2deg); }
	39% { transform: rotate(-1deg); }
	41% { transform: rotate(1deg); }

	43% { transform: rotate(0); }
	100% { transform: rotate(0); }
}
/* Buzz Out */
@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz-out {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
}
.tb_amount
{
	font-size:30px; 
	color:#000;
	padding:5px 15px;
	background:#bb8f52 url(../images/tb_bg.jpg) center top no-repeat;
	border-radius:5px;
	box-shadow: inset 0px 0px 3px 0px #ABABAB;
}

.bo_view table label
{
	margin-bottom:0px !important;
	font-weight:bold;
}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
/*ul.nav-tabs li:first-child
{
	background:#5bc0de;
	color:#fff;
}
ul.nav-tabs li:nth-child(3)
{
	background:#449d44;
	color:#fff;
}
ul.nav-tabs li:nth-child(2)
{
	background:#d9534f;
	color:#fff;
}*/
ul.nav-tabs li.green
{
	background:#449d44;
	color:#fff;
}
ul.nav-tabs li.red
{
	background:#d9534f;
	color:#fff;
}
ul.nav-tabs li.info
{
	background:#5bc0de;
	color:#fff;
}
.menu_notify
{
position:absolute;
box-shadow: none;
background-color: #fff;
color: #000;
margin-left: 2px;
padding: 2px 6px;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 10px;
top:9px;
right:6px;
}
.menu_sub_notify
{
position:absolute;
box-shadow: none;
background-color: #fff;
color: #000;
margin-left: 2px;
padding: 2px 6px;
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 10px;
top:14px;
}
#menu li:hover .menu_notify
{
top:4px;
right:5px;	
}
.t_center
{
	text-align:center;
}
.utilities_img img
{
	text-align:center;
	border-radius:10px;
	box-shadow: 6px 5px 0px rgba(233, 233, 233, 1);
	border:0px solid #09F;
	width:125px;
	height:125px;
	margin:0 auto;
}
.utilities_img img:hover
{
	opacity:0.8;
}
.dash_icons
{
	width:100px;
	height:90px;
	position:absolute;
	top:10px;
}
.utilities_icons
{
	width:125px;
	height:125px;
	position:absolute;
	top:0px;
}
.alert_img
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	background:rgba(255,255,255,0.5);
}
.my_alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
margin: 0 auto;
width: 30%;
-webkit-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.75);
position:fixed;
top: 50%;
left: 33%;
z-index: 9999;
border-radius:4px;
padding:15px 20px 12px 25px;
}
.my_close {
float:right;	
color: inherit;
background:none;
background-color:none;
border:none;
}
.my_alert > .fa, .my_alert > .glyphicon {
position: absolute;
left: -10px;
top: -15px;
width: 35px;
height: 35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
line-height: 35px;
text-align: center;
background: inherit;
border: inherit;
background: #fff;
border:1px solid #bce8f1;
}
.my_alert > .fa img
{
	position:relative;
	top:-2px;
}
.captcha
{
	text-align:center;
	font-size:30px;
	letter-spacing:20px;
}
.captcha_style
{
	background:url(../images/bg6.png) repeat;;
	width:250px;
	border-radius:10px;
	padding:4px;
	color:#fff;
	float:left;
	font-family: Yellowtail-Regular;
	cursor:none;
}
.captcha_img
{
	float:left;
	padding-left:20px;
	cursor:pointer;
	padding-top:2px;
}
.captcha_login
{
	padding:10px 0;
	float:left;
}
.captcha_hidden
{
position: absolute;
width: 250px;
height: 48px;
cursor:none;
}
.travels_name
{
	font-weight:bold;
}
.bus_time
{
	font-size:12px;
	color:#F00;
}
.ticket_price
{
	 text-align:center;
	 font-size:18px;
	 color:#428BCA;
	 font-weight:bold;
}
.bus_india
{
	background:#fff;
	padding:0px 0px 0px 0px;
	/*overflow:auto;
	height:650px;*/
}
.filters {
    background: none repeat scroll 0% 0% #F2F2F2;
    color: #666;
	padding:0;
	border-radius:5px;	
}
.filtertip2 {
    background: none repeat scroll 0% 0% #5FAE53;
    padding: 0px;
    color: #FFF;
    position: relative;
    text-align: center;
    line-height: 10px;
	border-radius: 5px 5px  0 0 ;
}
.padding20 {
    padding: 10px;
	line-height:18px;
}
.tip-arrow2 {
    width: 33px;
    height: 9px;
    background: url('../images/tip-arrow.png') repeat scroll 0% 0% transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -15px;
}
.services_avail
{
	font-size:17px;
}
.bookfilters
{
padding: 0px 20px 60px;
margin-top: 0px;
position: relative;
font-size: 12px;

}
.opensans
{
	color: #333;
}
.travel_name
{
	font-size:10px;
}
.seat_details_div1
{
	padding:0 10px;
}
.seat-layout {
float: left;
padding: 0;
left: 0;
margin-right: 1%;
}
.upperDeck {
margin-bottom: 20px;
}
.lowerDeck, .upperDeck {
-moz-border-radius: 6px;
border: 1px solid #636363;
float: left;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
position: relative;
width: 388px;
height: 152px;
clear: both;
margin-bottom: 10px;
}
.upperLabel {
	background-image:url(../images/transparent-backgro-seatlayoutn.png);
background-repeat: no-repeat;
text-indent: -9999px;
width: 22px;

background-position: -76px -181px;
height: 50px;
margin: 24px 0 0 12px;
position: absolute;
top: 5px;
left: 5px;
}
.lowerLabel {
	background-image:url(../images/transparent-backgro-seatlayoutn.png);
background-repeat: no-repeat;
text-indent: -9999px;
width: 30px;

background-position: -40px -153px;
height: 72px;
margin: 10px 0 0 5px;
position: absolute;
top: 5px;
left: 5px;
}

/*.lowerLabel,{
background-image:url(../images/transparent-backgro-seatlayoutn.png);
background-repeat: no-repeat;
text-indent: -9999px;
width: 30px;
}*/

/*.lowerLabel,.upperLabel {
background-image:url(../images/transparent-backgro-seatlayoutn.png);
background-repeat: no-repeat;
text-indent: -9999px;
width: 22px;
}*/
.innerSeatLyt {
border: 0px solid #e0e0e0;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
padding: 5px;
margin: 5px;
width: auto;
padding-right:20px;
left: 0px;
position: relative;

}
.upper-seats-area {
position: relative;
left: 50px;
top: 20px;
}
.upper-seats-area_tg {
left: 7px;
top: 4px;
padding-left:50px;
padding-top:20px;
}
.availableSleeper {
background-position: -47px -11px;
}
.availableLadiesSleeper{ background-position: -47px -35px;  } 

.bookedSleeper, .availableSleeper, .availableLadiesSleeper, .selectedSleeper, .selectedLadiesSleeper, .bookedLadiesSleeper {
height: 24px;
width: 47px;
}


.bookedSeat, .bookedSleeper, .bookedSleeperV, .availableSeat, .availableLadiesSeat, .selectedSeat, .availableSleeper, .availableSleeperV, .availableLadiesSleeper, .selectedLadiesSeat, .availableLadiesSleeperV, .selectedSleeper, .selectedSleeperV, .selectedLadiesSleeper, .selectedLadiesSleeperV, .seathelp, .bookedLadiesSleeperV, .bookedLadiesSleeper, .bookedLadiesSeat {
background-image: url(../images/transparent-backgro-seatlayoutn.png);
background-repeat: no-repeat;
display: block;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
text-decoration: none;
text-indent: -9999px;
}
.bookedSeat1, .bookedSleeper1, .bookedSleeperV1, .availableSeat1, .availableLadiesSeat1, .selectedSeat1, .seathelp1, .bookedLadiesSeat1 {
background-image: url(../images/transparent-backgro-seatlayoutn1.png);
background-repeat: no-repeat;
display: block;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
text-decoration: none;
text-indent: -9999px;
}
.labelcommon {
position: absolute;
top: 120px;
right:15px;
height: 71px;
}
.lowerLabel {
background-position: -40px -155px;

}
.lower-seats-area {
position: relative;
left: 7px;
top: 4px;
}
.bookedSeat {
background-position: -25px -13px;
}
.bookedSeat, .availableSeat, .availableLadiesSeat, .selectedSeat, .selectedLadiesSeat, .bookedLadiesSeat {
height: 21px;
width: 22px;
}
.availableSeat {
background-position: 0 -13px;
}
.bookedLadiesSleeper {
background-position: -94px -35px;
}
.bookedSleeper {
background-position: -94px -11px;
}
.selectedSeat {
background-position: 0 -83px;
}
.selectedSleeper {
  background-position: -46px -81px;
}

.bookedSeat1 {
background-position: -25px -13px;
}
.bookedSeat1, .availableSeat1, .availableLadiesSeat1, .selectedSeat1, .selectedLadiesSeat1, .bookedLadiesSeat1 {
height: 21px;
width: 22px;
}
.availableSeat1 {
background-position: 0 -13px;
}
.bookedLadiesSleeper1 {
background-position: -94px -35px;
}
.bookedSleeper1 {
background-position: -94px -11px;
}
.selectedSeat1 {
background-position: 0 -83px;
}


.select_your_seat
{
	font-size:20px;
	color:#428BCA;
	padding:15px 0;
}
.seat_amount
{
	font-size:13px;
	font-weight:bold;
	color:green;
	float:left;
	width:100%;
	/*padding-left:40px;*/
}

.bookedSeat1 {
background-position: -25px -13px;
}
.availableSeat1 {
background-position: 0 -13px;
}
.bookedLadiesSleeper1 {
background-position: -94px -35px;
}
.availableLadiesSleeper{ background-position: -47px -35px;  } 
.bookedSleeper1 {
background-position: -94px -11px;
}
.selectedSeat1 {
background-position: 0 -83px;
}
.selectedSleeper1 {
  background-position: -46px -81px;
}
.select_your_seat1
{
	font-size:20px;
	color:#428BCA;
	padding:15px 0;
}
.seat_amount1
{
	font-size:10px;
	font-weight:bold;
	color:green;
	float:left;
	width:100%;
	padding-left:40px;
}

.red
{
	color:red;
}
.clear
{
	clear:both;
}
.clearAll {
clear: both;
}
.padT10 {
padding-top: 10px;
}
/*.seater{
width: auto;
padding-bottom: 5px;
padding-right:20px;
}*/
.dib {
display: inline-block;
}
.fl {
float: left;
}
.padL2 {
padding-left: 5px;
}
.padT2 {
padding-top: 2px;
}
.availableLadiesSeat {
background-position: 0 -36px;
}
.bookedLadiesSeat {
background-position: -25px -36px;
}
.availableLadiesSeat1 {
background-position: 0 -36px;
}
.bookedLadiesSeat1 {
background-position: -25px -36px;
}
.seathelpn 
{
	padding-left:10px;
}
.trip_info {
margin-top: 0px;
float: left;
font-size:12px;
font-weight:bold;
width:100%;
}
.trip_info strong {
color: #377ac5;
font-size: 16px;
font-weight:bold;
}
.trip_info .arrow_ico {
margin: 5px 10px 0;
}
.green
{
	color:green;
}
.trip_detail {
padding: 10px 0;
display: block;
overflow: hidden;
clear: both;
border: 1px solid #ddd;
border-radius: 10px;
background:#428BCA;
color:#fff;
}
.bk_source {
text-align: right;
}
www.goibibo.com/media="all"
.bk_source, .bk_dest {
width: 25%;
float: left;
padding: 0 15px;
}
.trip_date {
display: block;
font-size: 13px;
}
.bk_place {
font-size: 18px;
}
.bk_place span {
font-size: 25px;
}
.trip_detail i.icon-bus {
margin-top: 20px;
}
.bk_flt {
float: left;
padding: 2px 15px 0;
width: 23%;
}
.width100 {
width: 100%!important;
float:left;
}
.bk_flt_dtl .flt_name {
font-size: 16px;
font-weight: bold;
color: #fff;
}
.bk_flt_dtl .flt_class {
font-size: 12px;
color: #07FDC5;
display: block;
line-height: 20px;
}
.bk_flt_dtl .flt_dur {
font-size: 12px;
color: #666;
clear: both;
float: left;
}
.flt_dur span {
color: #D7D7D7;
}
.start_pont {
margin-top: 25px;
float:left;
width:10%;
font-size:30px;
text-align:center;
}
.trip_date {
display: block;
font-size: 13px;
}
.bk_place {
font-size: 18px;
}
.bk_place span {
font-size: 25px;
}
.bk_source, .bk_dest {
width: 27%;
float: left;
padding: 0 8px;
}
.setno_boarding {
width: 100%;
overflow: hidden;
margin: 20px 0 5px;
}
.seatNo {
background-color: #5cb85c;
font-size: 15px;
color: #fff;
display: inline-block;
padding: 3px 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
moz-border-radius: 5px;
}
.bk_form p {
margin-bottom: 12px;
display: inline-block;
width: 100%;
float: left;
clear: both;
}
.bk_form label.bsTraveller {
width: 142px;
}
.bk_form label {
float: left;
text-align: right;
color: #666;
width: 116px;
padding-right: 10px;
font-size: 15px;
line-height: 28px;
}
.txt_input.txt_60 {
width: 100px;
}
.txt_input.txt_150 {
width: 180px;
}
.txt_input.txt_50 {
width: 60px;
}

.txt_input {
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label.bsTraveller
{
	width:130px;
}
.dashboard_box h1
{
	font-size:25px;
}
.dashboard_box a
{
	color:#fff;
}
.bo_view .col-md-4 .row
{
	background:#eceef1;
	border-radius:3px;
}
ul.landing_nav li
{
	list-style-type:none;
	float:left;
	padding-left:25px;
	float:right;
	font-size:15px;
	font-weight:bold;
}
.why_inet
{
	padding:0 10px;
}
h4.landing_page_tit
{
	font-weight:bold;
	text-shadow:1px 1px 1px #545454;
}
.landing_header
{
height: 94px;
position: fixed;
width: 83%;
z-index: 99;
background: #fff;	
}
.landing_header ul
{
	padding-top:9px;
}
.landing_page_flash_msg
{
	padding:0px 0 0px 0px;
	font-weight:bold;
	font-size:18px;
}
.landing_page_flash_msg a
{
	color:red;
}
/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color:#000;
}
.pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.inner_page_tit
{
	font-size:20px;
	padding:0px 0 10px 0;
	text-align:center;
}
.fs10{ font-size:10px;}
.seat-layout p{ margin:0; padding:0;}
.paddt0{ padding-top:0;}
.blue{ color:#09F;}
.onward_trip
{
	background:#BBEFB4;
	color:#000;
	padding:10px;
	border-radius:5px;
	line-height:25px;
}
.line_in_table
{
	position: absolute;
	left: 360px;
	top: 77px;
}
.danger
{
	color:#F00;
}
.search_tran
{
	position: absolute;
	left: 365px;
	top: 1px;
}
.largeBtn {
text-align:center;
font-weight:bold;
color: #000;
font-size: 18px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px solid #f8a840;
padding: 10px 10px;
margin: 5px 0;
width: 80%;
text-align: left;
background: rgb(252,234,187);base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(252, 234, 187, 1) 0%, rgba(252, 205, 77, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 234, 187, 1)), color-stop(50%, rgba(252, 205, 77, 1)), color-stop(51%, rgba(248, 181, 0, 1)), color-stop(100%, rgba(251, 223, 147, 1)));
background: -webkit-linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(249, 192, 39, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%);
background: -o-linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(249, 192, 39, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%);
background: -ms-linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(249, 192, 39, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%);
background: linear-gradient(to bottom, rgba(252, 234, 187, 1) 0%, rgba(249, 192, 39, 1) 50%, rgba(248, 181, 0, 1) 51%, rgba(251, 223, 147, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.largeBtn:hover, .largeBtn:active {
color: #fff;
border: 1px solid #0072bc;
background: #b7deed;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #b7deed 0%, #3CBBE8 50%, #21b4e2 51%, #b7deed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed));
background: -webkit-linear-gradient(top, #b7deed 0%,#3CBBE8 50%,#21b4e2 51%,#b7deed 100%);
background: -o-linear-gradient(top, #b7deed 0%,#3CBBE8 50%,#21b4e2 51%,#b7deed 100%);
background: -ms-linear-gradient(top, #b7deed 0%,#3CBBE8 50%,#21b4e2 51%,#b7deed 100%);
background: linear-gradient(to bottom, #b7deed 0%,#3CBBE8 50%,#21b4e2 51%,#b7deed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );
}
.baja_allianz_tab
{
	text-align:center;
}
.baja_allianz_tab form
{
	text-align:left;
}
.baja_allianz_tab .glyphicon, .baja_allianz_tab .fa
{
	font-size:40px;
	top:6px;
}
.baja_allianz_tab .help.glyphicon, .baja_allianz_tab .help.fa
{
font-size: 15px;
top: 6px;
color: #F30;
border: 1px solid #ADADAD;
border-radius: 50%;
padding: 0px 4px;
background: #FFF;
}
.baja_allianz_button
{
	text-align:left;
}
.baja_allianz_text
{
	position:relative;
	top:-8px;
	left:10px;
}
.question {
color: #036ab4;
font-size: 13px;
margin: 10px 0 5px 0;
padding: 0;
clear: both;
}
.seperater {
padding-top: 10px;
border-bottom: 1px dashed #A1A1A1;
clear: both;
}
.trans_btn
{
	position: relative;
	margin-left: 562px;
	margin-top: -66px;
}
.ebo_login
{
	background:#428bca;
	color:#FF0;
	padding:10px;
	border-radius:5px;
}
a.ebo_login:hover
{
	color:#FFF;
}
ul.tsc_pagination li a 
{ 
    border:solid 1px; 
    border-radius:3px; 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
}
ul.tsc_pagination li 
{
    padding-bottom:1px;
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{ 
    color:#FFFFFF; 
    box-shadow:0px 1px #EDEDED;
    -moz-box-shadow:0px 1px #EDEDED;
    -webkit-box-shadow:0px 1px #EDEDED; 
}
ul.tsc_pagination 
{ 
    margin:4px 0;
    padding:0px; 
    height:100%;
    overflow:hidden; 
    font:12px 'Tahoma';
    list-style-type:none; 
}
ul.tsc_pagination li 
{ 
    float:left;
    margin:0px;
    padding:0px; 
    margin-left:5px;
}
ul.tsc_pagination li a 
{ 
    color:black; 
    display:block; 
    text-decoration:none;
    padding:7px 10px 7px 10px; 
}
ul.tsc_pagination li a img 
{
    border:none;
}
ul.tsc_pagination li a
{ 
    color:#0A7EC5;
    border-color:#8DC5E6; 
    background:#F8FCFF; 
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current
{ 
    text-shadow:0px 1px #388DBE;
    border-color:#3390CA; 
    background:#58B0E7; 
    background:-moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
    background:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
.baja_allianz_table_bg
{
	background:#AAD8FF;
	padding:9px;
	border: 1px dotted #B0B0B0;
}
.baja_td_tit
{
	background-color: #f7f7f7;
}
.baja_std
{
	background:#fff;
	border:1px dotted #B0B0B0;
	position:absolute;
	top: -18px;
	padding:5px 8px;
	border-radius:5px;
	width:154px;
	color:#000;
}
.baja_std1
{
	background:#fff;
	border:1px dotted #B0B0B0;
	position:absolute;
	top: -18px;
	padding:5px 8px 0 8px;
	border-radius:5px;
	width:300px;
	color:#000;
}
.poscenter
{
	position: relative;
	top: 6px;
}
.baja_allianz_tab hr
{
	margin-top:10px;
	padding-bottom:10px;
	border-top: 1px dashed blue;
}
.baja_allianz_tab .blue
{
	color:blue;
}
.my_footer
{
	position:fixed;
	bottom:0px;
	background:rgb(238, 238, 238);
	width:100%;
}
.my_footer .row
{
	padding:10px;
}
.tbamt_close
{
position: absolute;
top: 2px;
right: 8px;
color: #fff;
}
.tbamt_button
{
}
.tbamt_hide
{
	display:none;
}
.mb0
{
	margin-bottom:0;
}
.brochure_down_bg
{
	background:url(../images/bro_bg.png) no-repeat;
	width:100%;
	height:650px;
}
.brochure_down_text
{
	width:30%;
	margin:0 auto;
	padding-top:170px;
}
.brochure_down_text h4
{
	padding-left:130px;
}
p.brochure_down_name
{
	padding-left:24px;
	padding-top: 5px;
}
p.brochure_down_phone
{
	padding-left:24px;
	padding-top: 5px;
}
p.brochure_down_links_down
{
	padding-left:25px;
	padding-top: 5px;
}
.brochure_down_table
{
	padding-left:70px;
}
p.brochure_down_name b
{
	color:#000;
}
.aft_bg
{
	background-color: #FFF;
	width: 75%;
	height: 650px;
	position: relative;
	margin-left: 160px;
	margin-top: 31px;
	border-radius:15px;
}
.img_logo
{
	position:relative;
	padding-top:30px;
	height: 118px;
}
.h4_head
{
	font-size:34px;
	color:#09F;
}
.p_text
{
	line-height:25px;
	font-size:16px;
}
.hr_recharge_st
{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px #ddd;
}
.bus_india_loading
{
	text-align:center;
	padding:50px;
}
.bus_india_trip_address
{	
	margin:0 auto;
	width:60%;
	color:#000;
}
.bus_india_trip_address div
{
	margin:0;
	color:#428bca;
	font-size:17px;
	padding:15px 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-bottom:10px;
}
.bus_india_trip_address div span
{
	color:#999;
	font-size:13px;
}
.bus_booking_load
{
position: fixed;
  top: 61px;
  right: 0;
  bottom: 0;
  left: 230px;
  z-index: 1050;
  /*width:100%;*/
  height:100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  background: rgba(0,0,0,0.9);
}
.MainLoader
{
	top:30%;
	position:relative;
}
.MainLoader1
{
	background:#fff;
	padding:20px;
	border-radius:10px;
	width:300px;
	margin:0 auto;
}
.wid90
{
	width:90%;
}

.mobilelogoHTDP,.mobilelogoHTIL,.mobilelogoHREP,.mobilelogoHIDP,.mobilelogoHIDL,.mobilelogoHBSP,.mobilelogoHAIL,.mobilelogoHATP,.mobilelogoHATB,.mobilelogoBIGTV,.mobilelogoVODA,.mobilelogoLOOP,.mobilelogoBSNL,.mobilelogoMTNL,.mobilelogoUNINOR,.mobilelogoAIRTEL,.mobilelogoARTL,.mobilelogoIDEA,.mobilelogoRELIANCE,.mobilelogoTATA,.mobilelogoMTS,.mobilelogoVIDEOCOND2H200,.mobilelogoAIRCEL,.mobilelogoVIRGIN,.mobilelogoVIDEOCON,.mobilelogoVODAFONE,.mobilelogoBIG,.mobilelogoDISH,.mobilelogoSUN,.mobilelogoTATASKY{background-image:url(../images/logos.png)}
.mobilelogoLOOP{background-position:-36px -38px;height:51px;width:110px}
.mobilelogoBSNL,.mobilelogoHBSP{background-position:-165px -29px;height:69px;width:99px}
.mobilelogoMTNL{background-position:-270px -59px;height:48px;width:262px}
.mobilelogoUNINOR{background-position:-541px -29px;height:68px;width:140px}
.mobilelogoAIRTEL,.mobilelogoARTL,.mobilelogoHATB,.mobilelogoHAIL,.mobilelogoHATP{background-position:-36px -114px;height:55px;width:104px}
.mobilelogoIDEA,.mobilelogoHIDL,.mobilelogoHIDP{background-position:-174px -122px;height:45px;width:86px}
.mobilelogoRELIANCE,.mobilelogoHREP{background-position:-270px -127px;height:29px;width:168px}.mobilelogoTATA,.mobilelogoHTDP,.mobilelogoHTIL{background-position:-431px -124px;height:35px;width:138px}
.mobilelogoMTS{background-position:-585px -124px;height:38px;width:138px}
.mobilelogoVIDEOCOND2H200{background-position:-36px -197px;height:41px;width:139px;margin-left:-8px}
.mobilelogoAIRCEL{background-position:-188px -201px;height:27px;width:131px}
.mobilelogoVIRGIN{background-position:-339px -182px;height:59px;width:130px}
.mobilelogoVIDEOCON{background-position:-474px -203px;height:58px;width:206px}
.mobilelogoVODAFONE{background-position:-36px -257px;height:85px;width:135px}
.mobilelogoVODA{background-position:-36px -257px;height:85px;width:135px}
.mobilelogoBIG{background-position:-191px -310px;height:32px;width:114px}
.mobilelogoBIGTV{background-position:-191px -310px;height:32px;width:114px}
.mobilelogoDISH{background-position:-315px -298px;height:37px;width:105px}
.mobilelogoSUN{background-position:-421px -298px;height:45px;width:94px}
.mobilelogoTATASKY{background-position:-532px -310px;height:36px;width:116px}
.mob-logo-sm-HACL,.mob-logo-sm-HACD,.mob-logo-sm-HTSY,.mob-logo-sm-HREC,.mob-logo-sm-HREG,.mob-logo-sm-HBPL,.mob-logo-sm-HVIH,.mob-logo-sm-HATL,.mob-logo-sm-HATL,.mob-logo-sm-HMTD,.mob-logo-sm-HMTS,.mob-logo-sm-HBTV,.mob-logo-sm-HMMD,.mob-logo-sm-HMDT,.mob-logo-sm-HMTN,.mob-logo-sm-HVOD,.mob-logo-sm-HVDD,.mob-logo-sm-HUNI,.mob-logo-sm-HUNS,.mob-logo-sm-HTAD,.mob-logo-sm-HTDS,.mob-logo-sm-HSUN,.mob-logo-sm-HIDD,.mob-logo-sm-HIDE,.mob-logo-sm-HTAI,.mob-logo-sm-HDIS,.mob-logo-sm-HVID,.mob-logo-sm-HVIS,.mob-logo-sm-HVIC,.mob-logo-sm-HVIG,.mob-logo-sm-HVGS,.mob-logo-sm-HBST,.mob-logo-sm-HBSD,.mob-logo-sm-HBSV,.mob-logo-sm-HTPP,.mob-logo-sm-HTAI,.mob-logo-sm-HREB,.mob-logo-sm-HRED,.mob-logo-sm-HADH{background-image:url(../images/mobile_logo_sprite.png);height:30px;width:80px;margin-left:15px;margin-top:5px}
.mob-logo-sm-HACL,.mob-logo-sm-HACD{background-position:-210px -64px}
.mob-logo-sm-HTSY{background-position:-296px -64px}
.mob-logo-sm-HREC,.mob-logo-sm-HREG,.mob-logo-sm-HREB,.mob-logo-sm-HRED{background-position:-124px -28px}
.mob-logo-sm-HBPL{background-position:-38px -29px}
.mob-logo-sm-HVIH{background-position:-210px -99px}
.mob-logo-sm-HATL,.mob-logo-sm-HADH{background-position:-38px -100px}
.mob-logo-sm-HMTD,.mob-logo-sm-HMTS{background-position:-124px -136px}
.mob-logo-sm-HBTV{background-position:-210px -172px}
.mob-logo-sm-HMMD,.mob-logo-sm-HMDT,.mob-logo-sm-HMTN{background-position:-37px -136px}
.mob-logo-sm-HVOD,.mob-logo-sm-HVDD{background-position:-210px -136px}
.mob-logo-sm-HUNI,.mob-logo-sm-HUNS{background-position:-124px -64px}
.mob-logo-sm-HTAD,.mob-logo-sm-HTDS{background-position:-124px -99px}
.mob-logo-sm-HSUN{background-position:-296px -99px}
.mob-logo-sm-HIDD,.mob-logo-sm-HIDE{background-position:-37px -172px}
.mob-logo-sm-HTAI{background-position:-430px -123px}
.mob-logo-sm-HDIS{background-position:-296px -29px}
.mob-logo-sm-HVID,.mob-logo-sm-HVIS{background-position:-124px -172px}
.mob-logo-sm-HVIC,.mob-logo-sm-HVIG,.mob-logo-sm-HVGS{background-position:-210px -29px}
.mob-logo-sm-HBST,.mob-logo-sm-HBSV,.mob-logo-sm-HBSD{background-position:-37px -64px}
.mob-logo-sm-HTPP{background-position:-296px -136px}
.mob-logo-sm-HTAI{background-position:-296px -172px}

.recharge_plans_table
{
	height:242px;
	overflow-y:auto;
}
.recharge_plans_table1
{
	height:250px;
	overflow-y:auto;
}
.marginbotttom0
{
	margin-bottom:0;
}

.lower-seats-layt {

left: 7px;
top: 4px;
padding-left:50px;
padding-top:20px;
}



.bus-details-seatmap-column {
height: 30px;
min-width:47px;
}
.bus-details-seatmap-berth {
    float: left;
    width: 47px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 5px;   
}

.bus-details-seatmap-empty {
    float: left;
    width: 21px; /* BUG? */
    height: 25px;
    margin-left: 5px;
}
.bus-details-seatmap-seat {
    float: left;
    width: 21px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 5px;
  
}
.bus-details-seatmap-empty-berth {
   /* float: left;
    width: 47px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 5px;*/
}
.bus-details-seatmap-empty-berth1 {
    float: left;
    width: 47px;
    height: 18px;
    margin-left: 5px;
    margin-bottom: 5px;
}
