
/********** 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 **********/
/*************************************/

body {
    /*font-size: 12px;*/
    color: #1f2c36;
    background-color:#ebeff2 !important;
}
a {
    outline: none !important;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
/********** 3. HEADER STYLES **********/
/**************************************/

.headerwrapper {
    background-color:#1E9FF2!important;
    min-height: 65px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.headerwrapper:after {
    clear: both;
    display: block;
    content: '';
}
.headerwrapper1 {
    background-color:#2196F3!important;
    position: fixed;
    width: 100%;
    z-index: 999;
	top:65px;
}
.headerwrapper1:after {
    clear: both;
    display: block;
    content: '';
}
/***** 3.1 HEADER LEFT *****/

.headerwrapper .header-left {
    width: 230px;
    min-height: 65px;
    padding: 2px 0px;
    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: 14px 15px;
}
.headerwrapper .header-right .btn-group {
    margin: 0;
    line-height: 21px;
    float: left;
}
.headerwrapper .header-right .btn-group > .btn {
    border: 0;
    background-color:rgba(255, 255, 255, 0.2);
    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;
    z-index: 9999;
}
.headerwrapper .header-right .form-search {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
}
.headerwrapper .header-right .form-search:before {
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    color: #666;
}
.headerwrapper .header-right .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;
}
.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;
}
.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: 96px;*/
	padding-top:96px;
	min-height:623px;
}
/*.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;
}
.leftpanel .profile-left {
    padding: 15px;
    min-height: 90px;
    background: -webkit-linear-gradient(top, #A3D1FF, #A3D1FF);
    border-bottom: 0px 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;
    background:#fff;
}
.leftpanel .profile-left .profile-thumb img {
    width: 50px;
}
.leftpanel .profile-left .media-heading {
    line-height: 18px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    font-weight:bold;
}
.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: 0px solid #90C7FF;
    background: #2C3B48;
}
.leftpanel .nav > li {
    margin: 0 1px 0 0;
    font-size: 14px;
    font-weight: 500;
    border-top: 0px solid #90C7FF;
    position: relative;
    background:#2C3B48;
}
.leftpanel .nav > li.active {
    border-top: 0;
    margin-right: 0;
}
.leftpanel .nav > li.active + li {
    border-top: 0;
}
.leftpanel .nav > li > a {
    color: rgba(255,255,255,0.5);
    -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: 12px 15px;
}
.leftpanel .nav > li > a:hover, .leftpanel .nav > li > a:focus, .leftpanel .nav > li > a:active {
    background-color: rgba(0,0,0,0.2);
}
.leftpanel .nav > li.active > a, .leftpanel .nav > li.active > a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    border-left: solid 2px #27ae60;
}
.leftpanel .nav > li > a i {
    width: 16px;
    margin-right: 5px;
    color: rgba(255,255,255,0.5);
    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: 12px;
    right: 22px;
    color: #fff;
}
.leftpanel .nav > li.parent-focus > a {
    background-color: rgba(0,0,0,0.2);
    color:#fff;
}
.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: 0px 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: #82898f;
    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: rgba(0,0,0,0.2);
}
.leftpanel .nav .children li.active a {
    background-color: rgba(0,0,0,0.2);
    color:#fff;
}
.leftpanel .nav .active .children {
    border-bottom: 0px solid #e7e7e7;
}
.leftpanel .nav .active .children {
    margin-right: 1px;
}
/***** 4.2 MAIN PANEL STYLES *****/

.mainpanel {
    margin-left: 0px;
}
.mt-top40
{
    margin-top:40px;
}
.pageheader {
    padding: 15px 0px 0px 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
    height: 70px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    box-shadow: 0 2px 3px rgba(0,0,0,0.03);
    background-color: #F0F0F0;
    /*background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;*/

    /* Safari 4-5, Chrome 1-9 */
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A3D1FF), to(#fff));*/

    /* Safari 5.1, Chrome 10+ */
    /*background: -webkit-linear-gradient(top, #A3D1FF, #fff);*/

}
.pageheader .media {
    padding: 0;
    clear: both;
}
.pageheader .pageicon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    color: #2c3b48;
    font-size: 25px;
    border-radius: 3px;
    padding-top: 0px;
    padding-left: 10px;
}
.pageheader .purchase
{
    padding-top:6px;
    padding-left:7px;
}
.pageheader .purchase1
{
    padding-left:7px;
    padding-top:4px;
}
.
.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: #2c3b48;
    /*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: #2c3b48;
    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;*/
}
.contentpanel1
{
    padding:1px !important;
}
.contentpanel2
{
    position: relative;
    width: 70%;
    margin-left: 18%;
}
.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: 15px;
    padding-right: 15px;
}
.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-danger1 { background-color:#ff5d48;color:#ffffff; }
.btn-danger1:hover { background-color:#ff391f;color:#ffffff; }
.btn-info1 { background-color:#3db9dc;border-color: #3db9dc;color:#fff;  }
.btn-info1:hover { background-color:#25a7cb; }
.mar_bt { margin-bottom: 3px; }
/*.btn-warning:hover { border:1px solid #f0ad4e !important; }*/
.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-dark .panel-heading {
    background-color: #4e5154;
    color: #000;
}
.panel-success-alt {
    border-color: #4cae4c;
}
.panel-success-alt .panel-heading {
    background-color: #35b8e0;
    color: #fff;
}
.panel-info-alt {
    border-color: #46b8da;
}
.panel-info-alt .panel-heading {
    background-color: #5bc0de;
    color: #fff;
}
.panel-warning-alt {
    border-color: #eea236;
}
.panel-warning-alt .panel-heading {
    background-color: #f0ad4e;
    color: #fff;
}
.panel-danger-alt {
    border-color: #d43f3a;
}
.panel-danger-alt .panel-heading {
    background-color: #d9534f;
    color: #fff;
}
.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 {
    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 {
    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 {
    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 {
    border: 1px solid #ddd;
    border-top: 0;
}
.panel-primary-head .panel-heading {
    background-color: #428bca;
}
.panel-primary .panel-back
{
    background-color:#f3f3f3a3;
    border-color:#ff665b;
}
.panel-dark .panel-red
{
    background-color:#f3f3f3a3;

}
.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: #4e5154;
}
.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 .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: -65px;
    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: #e6e6e6;
    background-color: #e8e8e8;
}
.nav-danger {
    border-color: #d43f3a;
    background-color: #d9534f;
}
.nav-warning {
    border-color: #eea236;
    background-color: #f0ad4e;
}
.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: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}
.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: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}
.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: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}
.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: #e6e6e6;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
}
.nav-primary > li > a, .nav-success > li > a, .nav-info > li > a, .nav-danger > li > a, .nav-warning > li > a {
    color: #000;
}
.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: ##90C8FF;
}
.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 .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;
}
.table-success thead tr th {
    background-color: #5cb85c;
}
.table-warning thead tr th {
    background-color: #F0AD4E;
}
.table-danger thead tr th {
    background-color: #D9534F;
}
.table-info thead tr th {
    background-color: #5BC0DE;
}
.table-dark thead tr th {
    background-color: #4e5154;
}
.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: #666;
}
.folder-list li a:hover {
    color: #333;
    text-decoration: none;
}
.folder-list li i {
    margin-right: 10px;
    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:url(../images/login-bground.jpg) no-repeat;
    font-family: 'Open Sans', sans-serif!important;
    /* background: #202B38; */
    padding: 20px 30px;
    overflow: hidden;
    font-size: 13px!important;
    color: #888!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
}
.bor-10 { border-radius:10px; }
.panel-signin {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.panel-signup {
}
.panel-signin .panel-body, .panel-signup .panel-body {
    padding: 10px 20px 18px 20px;
    border: 0px solid #E0F1FF;
    border-radius: 3px;
}
.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: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}
.panel-iconnew .fa 
{
    font-size: 25px !important;
    padding-top: 6px !important;
    padding-left: 5px !important;
}
.panel-icon .fa {
    color: #000;
    font-size: 36px;
    padding: 12px 0 0 19px;
}
.panel-icon .glyphicon {
    color: #000;
    font-size: 36px;
    padding: 11px 0 0 12px;
}
.panel-iconnew
{
    width: 40px !important;
    height: 40px !important;
}
.panel-iconnewglp .glyphicon
{
    font-size: 25px !important;
    padding-top: 6px !important;
    padding-left: 5px !important;
}
.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: 1.0;
    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;
}
.mainwrapper.collapsed .profile-left .media-body {
    display: none;
}
.mainwrapper.collapsed .nav {
    margin-top: 0px;
}
.mainwrapper.collapsed .nav > li > a {
    padding-left: 20px;
}
.mainwrapper.collapsed .nav > li.nav-hover:not(.active) > a {
    background-color: #1f2c36;
}
.mainwrapper.collapsed .nav > li > a > span:not(.badge) {
    position: absolute;
    width: 190px;
    z-index: 100;
    background-color: #1f2c36;
    border: 1px solid #1f2c36;
    borer-bottom: 0;
    display: block;
    top: -1px;
    left: 60px;
    padding: 12px 10px 0 10px;
    border-left: 0;
    height: 46px;
    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: #1f2c36;
    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: -9px !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;
}
.modal-footer .mb10 {
    margin-bottom:0;
}
.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;
}
.fs18
{
    font-size:18px;
}
.frameset_big1 {
	margin-top:20px;
}
.wnone {
	display:none;
}
.ptable {
	border:1px solid #ddd;
}
.ptable tr {
	border-bottom:1px solid #ddd;
}

/********** 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) {
	.wnone {
		display:inline-block;
	}
	div.dataTables_filter label {
		color:#fff;
	}
	.mnone {
		display:none;
	}
	.mcenter {
		text-align:center;
	}
	.btn {
		font-size:12px;
	}
	.mcenter {
		text-align:center;
	}
	.inner-sub-tit {
		margin-top:15px;
	}
	.panel-signin {
        margin: 0 auto;
		width:100%;
    }
	.footer-button a, .footer-button input, .footer-button button {
		margin-top:10px;
	}
	.mscroll { 
		width:100%;
		overflow-x:auto;
	}
	.dataTables_length, .dataTables_filter {
		width:50%;
		float:left;
		font-size:12px;
		position:relative;
	}
	div.dataTables_filter input {
		width:100% !important;
		position: absolute;
    	top: -2px;
		color: #555;
	}
	.contentpanel  {
	    overflow-x: scroll;
	}
	table.dataTable {
		width:100% !important;
	}
	.copyright .pull-right {
		width: 100%;
    	float: left !important;
	}
	.headerwrapper .header-right {
		width: 100% !important;
	}
	.mnone {
		display:none;
	}
    body {
        /*position: relative;*/
    }
	body.signin {
		background:url(../images/login-bground.jpg) repeat;
	}
    .logo {
        position: static;
    }
    .headerwrapper .header-left, .headerwrapper .header-right {
        position: relative;
    }
    .headerwrapper .header-left {
        z-index: 3000;
        /*margin-left: -168px;*/
		width: 120px;
    }
    .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;
    }
	.pagination>li>a, .pagination>li>span {
	    padding: 3px 6px;
	}
}
@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: left;
    }
	div.dataTables_length label, div.dataTables_filter label {
		float:none !important;
	}
    div.dataTables_paginate {
        float: none !important;
        margin-top: 10px !important;
    }
    .panel-signin {
		width:95%;
    }
    .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: 0px;
    }
    .headerwrapper .header-right {
        width: 100% !important;
        margin-left: 0;
		padding: 14px 0px;
    }
	.mt-foot, .copyright {
		text-align:center !important;
	}
	
}
@media screen and (max-width: 360px) {
	#paper-bg {
		padding: 20px 5px 4px 5px !important;
	}
    .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 {
    }
    .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;
    }
}
.ims {
    font-size: 20px;
    color: #fff;
}
p.t_css {
    margin: 0;
    position: relative;
    top: 7px;
}
p.p_css {
    margin: 0 0 0px;
    border-bottom: 1px solid #ddd;
}
.div_css {
    text-align: center;
    float: left;
    width: 40px;
    border: 1px solid #ddd;
}
.div_css1 {
    text-align: center;
    float: left;
    width: 40px;
    min-height: 79px;
}
.my_alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin: 0 auto;
    width: 30%;
    -webkit-box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    position: fixed;
    padding: 10px 10px;
    top: 50%;
    left: 33%;
    border-radius: 4px;
    z-index: 9999;
    border: 1px solid #bce8f1;
}
.my_alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin: 0 auto;
    width: 30%;
    -webkit-box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 1px 1px 16px 0px rgba(50, 50, 50, 0.55);
    position: fixed;
    padding: 10px 10px;
    top: 50%;
    left: 33%;
    border-radius: 4px;
    z-index: 9999;
    border: 1px solid #d6e9c6;
}
.my_alert div {
    width: 100px;
    float: left;
}
.my_close {
    color: inherit;
    border-radius: 0px;
    border: 0;
    background: none;
    float: right;
}
.my_alert > .fa, .my_alert > .glyphicon {
    background: #fff !important;
    position: absolute;
    left: -16px;
    top: -17px;
    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;
}
.alert_img {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
}
.print_header {
    display: none;
    min-height: 85px;
    height: auto;
    border-bottom: 2px solid #ddd;
	font-size:8px;
}
.print_header1 {
    display: none;
    min-height: 85px;
    height: auto;
    border-bottom: 2px solid #ddd;
	font-size:8px;
}
.print_header_logo {
    width: 100px;
    float: left;
    padding-bottom: 5px;
    height: auto;
}
.print_header_tit {
    width: 100%;
    float: left;
	font-size:10px;
}
.print_header_tit h2 {
    margin: 0;
    padding: 2px 0;
    font-size: 20px;
}
.print_header_tit p {
    margin: 0;
    padding: 0;
	text-align:left;
}
.frameset {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
}
.frameset_big {
    width: 100%;
    margin: 0 auto;
    border: 0px solid #ddd;
    padding: 10px 5px;
    border-radius: 5px;
    overflow-x: auto;
}
.frameset_inner {
    padding: 10px;
    background: #F0F0F0;
    border-radius: 5px;
    width: 60%;
    margin: 0 auto;
}
.frameset_table {
    margin-top: 10px;
}
.frameset h4 {
    margin-top: 0;
}
.right {
    float: right;
}
.pageheader_icon {
    top: 5px;
    left: -1px;
}
.report_icons {
    left: -3px;
    position: relative;
}
.div_align1
{
    width:56%;
    float:left;
}
.div_align2
{
    width:41%;
    float:left;
}
.change_div{margin-right:1%;}
.red{ color:red}
.green{ color:green;}
.orange{ color:orange;}
.blue{ color:rgb(0, 168, 255);}
/*.first_td{background:#3399ff !important; color:#fff; font-weight:bold; width:10px;}
.first_td1{background:#3399ff !important; color:#fff; font-weight:bold; }*/
.ahref{cursor: context-menu;}
.left{ float:left;}
.black{ color:#000; font-weight:bold;}
.blue1{ color:#428bca;}
.login_div{ /*width:67%;*/ float:right;}
.login_input{border-radius: 0 5px 5px 0; margin:0; padding: 7px 5px; background:#FAFAFA;}
.tabwid70
{
    width:70%;
    margin:0 auto;
}
.barcode_details
{
    font-size:7px;
    margin-bottom:10px;
    text-transform:uppercase;
    float:left;
    width:145px;
    margin-right:10px;
    color:#000;
    font-weight:bold;
    background: #EDEDED;
    padding: 5px 5px 5px 15px;
}
.barcode_details small
{
    font-size:6px;
    text-transform:capitalize;
}
input, button, select, textarea {
    border-radius: 0px;
    padding: 4px;
    border: 1px solid #ccc;
	background-color: white;
	color: #171717;
    font-weight: 100;
}
table.table-bordered.dataTable tr:nth-child(even) {
    background-color: #ffffff;
}
.btn-group-option button a {
    color:#fff;
}

.cpy-details
{
    color: #06F;
    text-align: center;
    /* margin-top: -7px;*/
}
.cpy-details-width
{
    width:98%;
    margin-top:-7px;
}
.fr
{
    float:right;
}
.ml
{
    margin-left:8px;
}
.savemtmr
{
    margin-top: 10px;
    margin-right: 12px;
}
.action-btn-align
{
    text-align:center;
}
.contentpanel .ml-200
{
    margin-left:200px !important;
}

.mt-50
{
    margin-top:50px;

}
.twidth-65
{
    width:98%;
    margin:0 auto;
}
.ml-230
{
    padding:0px 12px;
}

.panel-body {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius:5px;
}
.panel .tabs {
    margin-left: -15px;
    margin-right: -15px;
}
.tabs-nav {
    margin: 0;
    padding: 0px;
    border-bottom: 2px solid #ffffff;
}
.tabs-nav li {
    margin-bottom: -2px;
    padding: 0px;
}
.tabs-nav li.active a, .tabs-nav li a:hover, .tabs-nav li a:focus {
    color: #ffffff;
    border-bottom: 2px solid white;
    background: #2196F3;
    border-radius: 0px;
}
.tabs-nav li a {
    display: block;
    padding: 6px 15px;
    color: #4d4d4d;
    border-bottom: 2px solid transparent;
}
.tabsize-17
{
    font-size:15px;
}
.sup-align
{
    margin-top:-15px;
    color:white;
    background:#0992bd !important;
    padding:5px 0px 5px 0px;
}
.mt-15
{
    margin-top:-15px;
}
#basicTable_wrapper
{
    /*padding:15px;*/
}
.tabpad
{
    padding:15px;
}
.tabpad1
{
    padding:15px 0px;
}
.mtmb
{
    margin-top:0px;
    margin-bottom:0px;
    border-radius:0px;
}
.mt-50
{
    margin-top:-50px;	
}
.adden
{
    position: absolute;
    right:0;
    top: 5px;
}
.iconen
{
    font-size: 30px;
    margin-top: 5px;
}
.printen
{
    margin-top:-40px;
}
.tab-content1 {
    /* padding: 15px 0px; */
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius:0px 0px 5px 5px;
    border: 1px solid #0992bd !important;
    border-top: 0;
    /*  width:95%;*/ 
    margin: 0 auto;
    mrgin-bottom:10px;
}
.mb-10
{
    margin-bottom:10px;
}
.iconquo
{
    font-size:26px;
    margin-top:9px;
}
.adden1
{
    position: absolute;
    right: 16px;
    top: 25px;
}
.mt-20
{
    margin-top:-20px;
}
.tabbor
{
    /*border:1px solid #0992bd ;*/
}
.tabwid
{
    width:170px;
}
.tabwid1
{
    width:92% !important;
}
.tabwid2
{
    width:95.5% !important;
}

.tabwid3
{
    width:94.4% !important;
}
.updateen
{
    color: white !important;
    font-size: 18px !important;
}
.tabview
{
    width:70%;
}
.borderra0
{
    border-radius:0px;
}
.remark
{
    float:left;
    width:95% !important;
}
.remarkhead
{
    float:left; position:relative; top:12px;
}
#paper-top {
    width: 100%;
    padding: 1px 0 0;
    background-color: white;
}
#paper-bg {
    /* background: url(../img/linedpaper.gif) repeat; */
    background: #f5f5f5;
    min-height: 1345px;
    margin-top: -10px;
    /*padding: 36px 25px 60px 25px;*/
    padding: 20px 25px 4px 25px;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.label-forgot {
    font-size: 11px;
    color: #3276B1;
}
.account-box {
    z-index: 3;
    font-size: 13px !important;
    padding: 0 20px;
    margin-bottom: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.labelcolor
{
    color: #888!important;
}
.loginput
{
    width: 100%;
    float: left;
}
.logcheck
{
    margin-left:5px;
}
.bevel.all, .bevel.trbl, .bevel.tlbr, .bevel.tr {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 51% 51%;
    -webkit-background-size: 51% 51%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
}
.bevel.tlbr {
    background: #FFFFFF;
    background: -moz-linear-gradient(45deg, #FFFFFF 30px, #FFFFFF 30px), -moz-linear-gradient(135deg, transparent 30px, #FFFFFF 30px), -moz-linear-gradient(225deg, #FFFFFF 30px, #FFFFFF 30px), -moz-linear-gradient(315deg, transparent 30px, #FFFFFF 30px);
    background: -o-linear-gradient(45deg, #FFFFFF 30px, #FFFFFF 30px), -o-linear-gradient(135deg, transparent 30px, #FFFFFF 30px), -o-linear-gradient(225deg, #FFFFFF 30px, #FFFFFF 30px), -o-linear-gradient(315deg, transparent 30px, #FFFFFF 30px);
    background: -webkit-linear-gradient(45deg, #FFFFFF 30px, #FFFFFF 30px), -webkit-linear-gradient(135deg, transparent 30px, #FFFFFF 30px), -webkit-linear-gradient(225deg, #FFFFFF 30px, #FFFFFF 30px), -webkit-linear-gradient(315deg, transparent 30px, #FFFFFF 30px);
}
.paper-wrap {
    background-color: none repeat scroll 0 0 #FFFFFF;
    background-position: -1px 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, transparent 20px, $color-green 20px), linear-gradient(135deg, transparent 20px, $color-green 20px), linear-gradient(225deg, transparent 20px, $color-green 20px), linear-gradient(315deg, transparent 20px, $color-green 20px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 10px;
}
.panel0
{
    border:0px;
}
.imgpad
{
    padding:5px 0px;
}
.mt-10
{
    margin-top:10px !important;
}
.mt--22
{
    margin-top:-22px;
}
.enquiryupdate
{
    background-color: white;
    margin-top: 30px;
    margin-right: 60px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius:5px;
}
.enquiryview
{
    background-color: white;
    margin-top: 30px;
    margin-right: 60px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius:5px;
    width:100%;
    margin: 0 auto;
}
.ptpb-10
{
    padding-top:10px;
    padding-bottom:10px;
}
.viewquo
{
    padding:10px !important;
}
.btn-xs {
    /*padding: 5px 5px 1px 5px;*/
    padding: 2px 5px 1px 5px;
    border-radius: 50%;
}
.btn-xsquo {
    /*padding: 3px 0px 3px 3px;*/
    padding: 0px 0px 0px 3px;
    border-radius: 50%;
}
.main-footer {
    border-top: 1px solid rgba(67, 89, 102, 0.1);
    color: #ffffff;
    text-align: left !important;
    padding: 10px 0px;
    position:relative;
    width: 100%;
    background: #2196F3;
    z-index: 99;
    font-size:13px;
	margin-top:30px;
}
.mb-20
{
    margin-bottom:20px !important;
}
.mb-40
{
    margin-bottom:40px;
}
.mb-50
{
    margin-bottom:50px;
}
.hisview
{
    padding:10px;
}
.complete
{
    background-color: #f1b53d;
    color: white;
}
.mt-top15
{
    margin-top:15px;
}
.mt-top20
{
    margin-top:20px !important;
}
.pb-12
{
    padding:12px 0px;
} 
.tablelist
{
    margin-top:-20px;
    margin-bottom:-20px;
}
.modalcontent-top
{
    margin:230px 0 auto 0;
}
.modalcolor
{
    background-color:#2196F3;
}
.closecolor
{
    color:white !important;
    opacity:1.2 !important
}
.mb-25
{
    margin-bottom:25px !important;
}
.mb-45
{
    margin-bottom:45px !important;
}
.mb-0
{
    margin-bottom:0px;
}
.profilemargin
{
    margin:0px;
}
.adminprofile
{
    margin-left: -7px;
    width: 86%;
}
.productmargin-40
{
    margin-left: 4px;
    width: 98%;
}
.tabsborder
{
    border:0 !important;padding:0;
}
.mt-top5
{
    margin-top:5px;
}
.mt--top30
{
    margin-top:-30px;
}
.pb-0
{
    padding-bottom:0px;
}
.pb0
{
    padding:0px;
}
.mb-70
{
    margin-bottom: 70px !important;
}
.mb-10
{
    margin-bottom:10px;
}
.mb-bot20
{
    margin-bottom:-20px;
}
.mb-bot4
{
    margin-bottom:4px !important;
}
.mt-top2
{
    margin-top:2px;
}
.orderwidth
{
    width:78%;
}
.pad10
{
    /*padding:10px 10px;*/
}
.del
{
    background-color: #ffffff;
    color: #a1a3a5;
    border-color: #d43f3a;
    cursor:pointer;
    border-radius: 50%;
}
.del:hover { background-color:#ff4081;color:#ffffff; }
.viewquotation
{
    color: #0992bd;
    font-size: 13px;
    font-weight: bold;
}
.terms1
{
    background-color:#222d33;
    color:white !important;
}
.inactivepop
{
    color:white;
    margin-top:10px;
}

.tablecolor
{
    background-color: #dce1e5 !important;
    color: #222d33 !Important;
    border-radius: .4em;
}
.tabth
{
    background-color: #dce1e5!important;
    color: #000000 !important;
    border-radius: .4em;
}
.termcolor
{
    color:#2196F3!important;
}

.notification-head
{
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #ebeff2;
    width: 278px;
    padding: 3px 15px;
    margin-left:0px;
}
.headerwrapper .header-right div.dropdown-menu .notification-head h5
{
    text-align:left;
}
.dropdown-lg {
    width: 280px;
    color:white;
    font-size:12px;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.notification-head small
{
    color: #2196F3;

}
.label-danger {
    background-color: #ff5d48;
}
.marign0 {
	margin:0px;
}
.pull-xs-right {
    float: right !important;
}
.notify-item {
    padding: 10px 20px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.notification .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left:-5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
}
.notify-details
{
    padding: 5px 10px;
    margin: 0;
}
.text-muted {
    color: #777 !important;
}
.user-scroll
{
    max-height:160px;
    overflow-x:auto;
}
.notification-user {
    border-bottom: 1px solid #e4e4e4;
    font-size:13px;
}
.notification-user:hover
{
    background-color:#fbfbfb;

    color:white;
}
.notify-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -5px 0;
    background-color: #eceeef;
}
.view-all
{  padding: 10px 20px;
   font-size:15px;
}
.noti-icon-badge {
    height: 7px;
    width:7px;
    background-color: #ff5d48;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 50%;

}
.label-pad
{
    padding:0px;
	padding: 0px;
}
.label-pad.notify_count {
	padding:2px 5px;
}
.noti-align
{
    top: -5px !important;
    /* color: red; */
    right: -2px !important;
}
.table-padding15
{
    padding:15px;
}
.media
{
    margin-top:10px !important;
}
.mt--2
{
    margin-top:-2px !important;
}
.mb-50
{
    margin-bottom: 50px !important;
}
.ml-80
{
    margin-left:80px !important;
}
.ml--35
{
    margin-left:-95px;
}
.com-left
{
    float:left !important;
}
.com-align
{
    text-align:right !important;
}
.tdhead
{
    font-weight:bold;
}

.noti-position
{
    position:absolute !important;
}
.wid175
{
    width:175px;
}
.mb-menu
{
    margin-bottom:0px;
    padding: 0px 5px;
}

<!-- start responsive menu -->
nav {
    display: block;
    background: #E95546;
}

.menu { display: block; }

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
    /*font-weight: 600;*/
    text-decoration: none;
    /*padding: 10px 14px 10px 6px;*/
	padding: 10px 20px 10px 20px;
    display: block;
    color: rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease-in-out 0s;
}
.menu li a i {
	font-size:11px;
	position: relative;
    top: -1px;
}
.menu li a i.glyphicon-earphone, .menu li a i.glyphicon-arrow-left, .menu li a i.glyphicon-shopping-cart {
	top:0px;
}
.menu li a:hover,
.menu li:hover>a {
    color: #2196F3;
    /*background: #e7e7e7;*/
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}
/*.sub-left
{
    left:-70px !important;
}*/

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #bed4e6;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.border0 { border:0px !important; }
.border0:hover { border:0px !important; }
.menu ul li a {
    font-size: 15px !important;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
    background: #1e9ff2;
    color:#fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 10px 10px;
    background: #222d33;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #222d33;
    color: #fff;
    text-decoration: none;
}

a.homer { background: #222d33; }
.no-data {
	padding:10px;
	color:#777;
}
.notification-user.no-data:hover {
    color: #000;
}
.mdiv1 {
	display:none;
}

.sub-menu
{
    border:1px solid rgba(0,0,0,.15);
}
.sub-menu li a
{
    padding:5px 10px;
}
.nav-back
{
    background-color:#f6f7f9;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.10);
}
.total-bg {
	background:#4CAF50;
	font-weight:bold;
	color:#fff;
}
td a.btn-success {
	/*border:none !important;*/
}
.margin0 {
	margin:0px;
}


.theme4 tr:nth-child(odd) {
    background-color: #efddda;
}
.theme4 th {
    background-color: #ef4832;
    color: #fff;
    border: 1px solid #ef4832;
}
.theme4 tr:nth-child(even) {
    background-color: #fff;
}
.theme4 tr:nth-child(odd) {
    background-color: #efddda;
}
.theme4 th:nth-child(even) {
    background-color: #de1f05;
}
.btn-default.stable-noti:hover {
    background: #4CAF50 !important;
    color: #fff;
}
.frameset1 {
	margin-top:20px;
}
.action-style {
	width:65px;
	text-align:center;
}
.pink-notify .notification-head {
	background:#ff4081;
	border-radius: 0;
}
.pink-notify .notification-head small {
    color: #fff;
}
.headerwrapper .header-right .btn-group .dropdown-menu.pink-notify {
	border-color: #ff4081;
	border-radius: 0;
}
.pink-notify .notify-details a {
	color:#ff4081;
}
.headerwrapper .header-right .btn-group .dropdown-menu.pink-notify:after {
	border-bottom: 6px solid #ff4081;
}

.green-notify .notification-head {
	background:#4CAF50;
	border-radius: 0;
}
.green-notify .notification-head small {
    color: #fff;
}
.headerwrapper .header-right .btn-group .dropdown-menu.green-notify {
	border-color: #4CAF50;
	border-radius: 0;
}
.green-notify .notify-details a {
	color:#4CAF50;
}
.headerwrapper .header-right .btn-group .dropdown-menu.green-notify:after {
	border-bottom: 6px solid #4CAF50;
}

.orange-notify .notification-head {
	background:#FF5722;
	border-radius: 0;
}
.orange-notify .notification-head small {
    color: #fff;
}
.headerwrapper .header-right .btn-group .dropdown-menu.orange-notify {
	border-color: #FF5722;
	border-radius: 0;
}
.orange-notify .notify-details a {
	color:#FF5722;
}
.headerwrapper .header-right .btn-group .dropdown-menu.orange-notify:after {
	border-bottom: 6px solid #FF5722;
}
.receivable-notification .btn-default:hover {
    background: #ff794f !important;
    color: #fff;
}
.tpadd10 .table>thead>tr>th, .tpadd10 .table>tbody>tr>th, .tpadd10 .table>tfoot>tr>th, .tpadd10 .table>thead>tr>td, .tpadd10 .table>tbody>tr>td, .tpadd10 .table>tfoot>tr>td {
	padding:10px;
}
.footer-button {
	text-align:center;
	padding:20px 0 10px;
}
.last-td-center tbody tr td:last-child {
	text-align:center;
}
.relative {
	position:relative;
}
.headerwrapper .header-right .header-sale .btn-group{
	border-radius: 8px;
    line-height: normal;
	font-size: 20px;
	position: relative;
    top: -3px;
}
.header-sale {
	margin: 0 50px;
}
.search-area .col-md-2 {
	width: 20%;
}
.mtop4 {
	margin-top:4px;
}
.search-area .form-control {
	height: 33px;
}
.dashboard-icons {
	background: #fff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
	margin-bottom:10px;
	text-align:center;
	width:100%;
}
.dashboard-icons div {
	padding:5px 0;
	color:#1e9ff2;
	font-size:13px;
}
.dash-icons .col-md-1 {
	width:10%;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #fff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 5px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.orange-bg {background-color: #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.green-bg {background-color: #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.yellow-bg {background-color:  #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.red-bg {background-color:  #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.purple-bg {background-color:  #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.pink-bg {background-color: #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.dark-blue-bg {background-color:  #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.blue-bg {background-color: #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.gray-bg {background-color:  #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}
.tin-blue-bg {background-color: #fdfdfd; box-shadow: 0 0 15px -3px #9e9c9e;}

.orange-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.green-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.yellow-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.red-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.purple-bg.hvr-ripple-out:before {border:#fbfbfb solid 3px;}
.pink-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.dark-blue-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.blue-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.gray-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.tin-blue-bg.hvr-ripple-out:before {border: #fbfbfb solid 3px;}
.headerwrapper .header-left .requestfullscreen, .headerwrapper .header-left .exitfullscreen {
    -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: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    top: 12px;
    right: 15px;
}
.headerwrapper .header-left .requestfullscreen:hover, .headerwrapper .header-left .exitfullscreen:hover {
    border-color: #fff;
    color: #fff;
}
.enguiry-but {
	position:fixed;
	bottom:6%;
	right:1%;
	z-index:999;
}
.mainwrapper {background-color: #ebeff2;}
.header-table {
	float:left;
	background: #fff;
    border-radius: 0px;
	margin:2px 15px;
}
.header-table table {
	width:300px;
    border-radius: 5px;
}
.header-table table {
}
.header-table table th, .header-table table td {
	text-align:center;
	font-size:12px;
	line-height:14px;
	border:1px solid #e8e8e8;
}
.header-table table td.tright {
	text-align:right;
}
.header-table-today {
	float:left;
}
.mar-left15 {
	margin-left:60px;
}
@keyframes blink {
to { color: yellow; }
}
.header-sale span {
color: cyan;
animation: blink 1s steps(2, start) infinite;
}
#slideout1 {
    position: fixed;
    top: 140px;
    right: 5px;
    width: 35px;
    width: 35px;
    height: 83px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 999999;
}
#slideout_inner1 {
    position: fixed;
    top: 140px;
    right: -320px;
    background: #3c424a url(../img/denim.png) repeat;
    width: 290px;
    padding: 10px 15px;
    height: 445px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0px 0px 5px;
    -moz-border-radius: 0 0 0px 5px;
    border-radius: 0 0 0px 5px;
}
#slideout1:hover #slideout_inner1 {
    right: 0;
}
#slideout1:hover {
    right: 325px;
}
.headerwrapper .header-right .btn-group .dropdown-menu.purple-notify {
	border-color: #ff8d00;
	border-radius: 0;
}
.purple-notify .notify-details a {
	color:#ff8d00;
}
.headerwrapper .header-right .btn-group .dropdown-menu.purple-notify:after {
	border-bottom: 6px solid #ff8d00;
}
.today-table {
	border-top:1px solid #ff8d00;
}
.today-table table {
	width:100%;
}
.today-table table td {
	text-align:center;
	border:0px solid #e8e8e8;
	color:#000;
}
.today-table table th {
	text-align:center;
	color:#222d33;
	font-size:14px;
	line-height: 25px;
	border:1px solid rgba(255, 255, 255, 0.32);
}
.today-table table thead tr.today-th {
	background:#ff8d00;
}
.today-table table thead tr.today-th1 {
	background:#ffa83c;
}
.today-table table tbody tr:nth-child(even) {
    background: #f3f3f3;
}

.switch {
  position: relative;
  height: 26px;
  margin:5px 0;
  width: 80px;
  float:right;
  background: rgb(34, 45, 51);
  border-radius: 0px;
  /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 40px;
  line-height: 25px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);*/
  cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 38px;
}

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 22px;
  background: #65bd63;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(to bottom, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
  background: #3aa2d0;
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
  background: #c4bb61;
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(to bottom, #e0dd94, #c4bb61);
}
.dataTable tbody tr td:last-child, .dataTable thead tr th:last-child {
	text-align:center;
}
.table-notify {
	width:400px;
}
.tright {
	text-align:right !important;
}
.headerwrapper .header-right .btn-group.but-new-inv > .btn {
	color: #fff;
    background-color: #ff4081;
    border-color: #ff4081;
}
.dnone {
	display:none;
}
.customer_details_invoice label {
	padding: 10px;
    background: #ebeff2;
    width: 100%;
    min-height: 114px;
    margin: 0 !important;
	line-height:23px;
}
.cuto-firm {
	float:right;
	font-size:15px;
}
.cuto-firm small {
	color: #fff;
	background-color: #ff4081;
	border-color: #ff4081;
	padding:4px 10px;
	border-radius: 50px;
	font-size:90%;
}
.padd2 {
	padding:2px !important;
}
.radius0 {
	border-radius:0px !important;
}
.menu ul.report-menu {
	width:270px;
}
.rep-cust-type .btn-group {
	width:100%;
}
.btn.multiselect {
	border-radius:0px;
}
.fixedHeader-floating {
	top:98px !important;
}
.dataTable  {
	width:100% !important;
}
.fixedHeader-floating.dataTable {
	width:auto !important;
}
.input-group.inlin input  {
	width:auto;
}

@media (min-width: 768px) and (max-width: 979px) {

    .mainWrap { width: 768px; }

    .menu ul { top: 37px; }

    .menu li a { font-size: 13px; }

    a.homer { background: #222d33; }

}

@media (max-width: 768px) {
	/*.panel-body { padding:10px;}*/
	.mnone { display:none;}
	.dash-icons .col-md-1 {width: 50%; float:left}
	.menu ul:after {left: 4%;border-bottom-color: #2196f3;}
	.menu ul li a {font-size: 14px !important;border-bottom: 1px solid #e7e7e7;padding: 7px 10px;}
	.nav-back { box-shadow: none;}
	.headerwrapper1 { position:relative;}
	.mainwrapper {padding-top: 60px;}
	.container { padding:0 5px;}
	.search-area .col-md-2 {width: 100%;}
	.user-scroll {max-height: 265px;}
	.header-right .btn-group {position: inherit;}
	.header-right .dropdown-menu-right { width:100%; left:0; right:0px;}
	.headerwrapper .header-right .btn-group-option .dropdown-menu {margin-top: 0px;}
	.notification-head { width:100%;}
	.headerwrapper .header-right .btn-group .dropdown-menu:after { display:none;}
	.header-sale { margin:0 auto;}
	.mdiv { display:none;}
	.mdiv1 { display:none; width:100%;}
	.header-sale { width:100%;}
	.mdiv1 .pull-left { width:100%;}
	.mdiv1 .btn-group { width:100%;}
    .header-left {display:block;}
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu { 
		display: none; 
		padding:0px;
		
	}

    .responsive-menu { display: block; }

    nav {
        margin: 0;
        background: none;
		
    }

    .menu li {
        display: block;
        margin: 0;
		padding:0px;
    }

    .menu li a {
        background: #fff;
        color: #000;
		padding: 10px 10px;
		background: linear-gradient(#f1f1f1, #e4e4e4, #d8d8d8);
    }

    .menu li a:hover,
    .menu li:hover>a {
        background: #e7e7e7;
        color: #555;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0px !important;
        width: 100% !important;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;

    }

    .menu li>ul ul:hover { transform: initial; }
}




