﻿
::-ms-clear {
    display: none;
}

.remove-outline {
    border: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.bg-login {
     background: url('../images/Granite-Dimension-Blocks.jpg') center center no-repeat; 
    background-color: #f3f3f3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

button {
    border: 0;
    outline: none;
}
 
.createcompany .createcompany{
    padding:0px !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
}
 
.panel .panel-body .panel-body{
    padding:15px !important;padding-left:0 !important;
}
.panel .panel .panel-heading{
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0px !important;
}
.panel-title {
    text-align:left !important;
    font-weight:bold !important;
}
.panel .panel{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
}

a:hover,
a:active,
a:focus {
    outline: 0 !important;
    -moz-outline-style: none !important;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="file"] > input[type="button"] {
    outline: none !important;
    /* border: 0 !important; */
    -moz-outline-style: none !important;
}

.sidebar-footer {
    background-color: #333;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 14;
    left: 0;
    bottom: 0;
}

    .sidebar-footer a {
        color: #fff;
        font-size: 13px;
        font-family: Roboto Regular;
    }

        .sidebar-footer a:hover {
            color: #fff;
            font-size: 13px;
        }
/*******************/

.content-padding {
    padding: 15px;
}

.dropdown-menu.with-arrow:after {
    content: " ";
    position: absolute;
    right: 40px;
    top: -14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
}

#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    color: #EEE;
    text-align: center;
    z-index: 1000;
    background-color: rgba(89, 95, 102, 0.7);
    display: block;
    opacity: 1;
    width: 40px;
    height: 40px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: all 0.5s ease-in-out 0s;
}

.circle {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
}

#back-top i {
    font-size: 20px;
    line-height: 35px;
}

#back-top:hover {
       background-image: linear-gradient(120deg,#fdb515 30%,#fd3a1b 100%);
    box-shadow: 0 0 0 6px #ffffff;
}
/***********/

.app,
html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    .app > .header-container.header-fixed + .main-container {
        padding-top: 60px;
    }
}

.app > .main-container {
    position: static;
}

    .app > .main-container:before {
        content: " ";
        z-index: -2;
        position: absolute;
        display: block;
        width: 100%;
        max-width: inherit;
        top: 0;
        bottom: 0;
    }

    .app > .main-container > .nav-container {
        display: none;
        z-index: 11;
        float: left;
        width: 220px;
        box-shadow: 3px 1px 5px rgba(0, 0, 0, 0.15);
    }

@media (min-width: 768px) {
    .app > .main-container > .nav-container {
        display: block;
    }
}

.app > .main-container > .nav-container:before {
    z-index: -1;
    content: " ";
    line-height: 0;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: inherit;
    background-color: inherit;
    border-width: inherit;
    border-style: inherit;
    border-color: inherit;
}

.app > .main-container > .nav-container.nav-fixed {
    position: fixed;
    top: 60px;
    bottom: 0;
    float: none;
}

@media (min-width: 768px) {
    .app > .main-container > .nav-container.nav-fixed {
        top: 60px;
    }
}

.app > .main-container > .content-container {
    overflow: auto;
    min-height: 714px;
    height: 100%;
    margin-left: 0;
    background-image: url('../images/gray_jean.png');
    background-repeat: repeat;
}

@media (min-width: 768px) {
    .app > .main-container > .content-container {
        margin-left: 220px;
    }
}

.layout-boxed > .main-container > .nav-container.nav-fixed {
    max-width: 1200px;
    margin: 0 auto;
}

.bg-white {
    background-color: #ffffff;
}

#nav-container > .nav-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-container .nav {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
}

@media (max-width: 991px) {
    .on-canvas #header {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 12;
    }

    .on-canvas #nav-container {
        display: block;
        position: fixed;
        bottom: 0;
        float: none;
    }

    .on-canvas .main-container {
        overflow: hidden;
    }

        .on-canvas .main-container #content {
            margin-left: 220px;
            margin-right: -220px;
        }
}

@media (min-width: 768px) {
    .app.nav-collapsed-min .nicescroll-cursors {
        overflow: visible !important;
        height: auto !important;
    }

        .app.nav-collapsed-min .nicescroll-cursors .slimScrollBar,
        .app.nav-collapsed-min .nicescroll-cursors .slimScrollRail {
            display: none !important;
        }

    .app.nav-collapsed-min .nav-status,
    .app.nav-collapsed-min .nav-title {
        display: none;
    }

    .app.nav-collapsed-min #nav-container {
        width: 60px;
    }

    .app.nav-collapsed-min #content {
        margin-left: 60px;
    }

    .app.nav-collapsed-min #nav,
    .app.nav-collapsed-min #nav-wrapper {
        overflow: visible !important;
    }

        .app.nav-collapsed-min #nav > li.open > ul,
        .app.nav-collapsed-min #nav > li:hover > ul {
            display: block !important;
        }
}

.header-container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.top-header {
    background-image: linear-gradient(120deg,#fdb515 0,#fd3a1b 100%);
    background-image: linear-gradient(-360deg,#fdb215 -7%,#fd3a1b 100%);
    /* background: #FD7619; */
}

.header-container > .top-header a {
    color: #fff;
}

    .header-container > .top-header a:hover {
        text-decoration: none;
    }

.header-container > .top-header .dropdown-menu a {
    text-decoration: none;
    color: #788288;
}

.header-container > .top-header .dropdown-menu li.active a {
    text-decoration: none;
    color: #fff;
}

.header-container > .top-header .dropdown-menu li.active:hover {
    text-decoration: none;
    background-color: transparent;
    color: #333;
}

.header-container > .top-header .dropdown-menu a:focus,
.header-container > .top-header .dropdown-menu a:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
    font-weight: bold !important;
}

.header-container > .top-header .hidden-mobile {
    display: none;
}

@media (min-width: 480px) {
    .header-container > .top-header .hidden-mobile {
        display: inline;
    }
}

.header-container > .top-header .logo {
    position: absolute;
    width: 100%;
    height: 60px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    background-image: linear-gradient(120deg,#fdb515 );
}

@media (min-width: 768px) {
    .header-container > .top-header .logo {
        display: inline-block;
        width: 220px;
    }
}

.header-container > .top-header .logo > .logo-title {
    font-size: 19px;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    margin-top: -13px;
    width: 50%;
}

.header-container > .top-header .menu-button {
    display: block;
    position: absolute;
    top: 13px;
    padding: 12px 0;
    border-radius: 4px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    font-size: 14px;
}

    .header-container > .top-header .menu-button a {
        color: #fff;
        padding: 10px 12px;
    }

        .header-container > .top-header .menu-button a:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .header-container > .top-header .menu-button .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }

        .header-container > .top-header .menu-button .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .header-container > .top-header .menu-button {
        display: none;
    }
}

.header-container > .top-header .admin-options {
    z-index: 20;
    line-height: 20px;
}

.header-container > .top-header .dropdown-menu.panel {
    padding: 0;
    white-space: nowrap;
}

    .header-container > .top-header .dropdown-menu.panel .panel-footer,
    .header-container > .top-header .dropdown-menu.panel .panel-heading {
        padding: 8px 15px;
    }

    .header-container > .top-header .dropdown-menu.panel .list-group-item {
        padding: 8px 15px;
        border: none;
    }

        .header-container > .top-header .dropdown-menu.panel .list-group-item > a {
            display: block;
        }

        .header-container > .top-header .dropdown-menu.panel .list-group-item:hover {
            cursor: pointer;
            background-color: #edf1f2 !important;
        }

    .header-container > .top-header .dropdown-menu.panel .media .media-body {
        padding-right: 15px;
    }

.header-container > .top-header .top-nav {
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .header-container > .top-header .top-nav {
        padding: 0 0 0 220px;
    }
}

.header-container > .top-header .top-nav > ul {
    margin-bottom: 0;
}

.header-container > .top-header .top-nav .nav-left,
.header-container > .top-header .top-nav .nav-right {
    line-height: 22px;
}

    .header-container > .top-header .top-nav .nav-left > li,
    .header-container > .top-header .top-nav .nav-right > li {
        float: left;
    }

        .header-container > .top-header .top-nav .nav-left > li.nav-profile > a,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile > a {
            padding: 12px 15px;
        }

        .header-container > .top-header .top-nav .nav-left > li.nav-profile .hidden-xs,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
            padding-right: 8px;
        }

        .header-container > .top-header .top-nav .nav-left > li.nav-profile i,
        .header-container > .top-header .top-nav .nav-right > li.nav-profile i {
            width: 18px;
            font-size: 14px;
            margin-right: 0;
        }

        .header-container > .top-header .top-nav .nav-left > li > .toggle-min,
        .header-container > .top-header .top-nav .nav-right > li > .toggle-min {
            display: none;
        }

@media (min-width: 768px) {
    .header-container > .top-header .top-nav .nav-left > li > .toggle-min,
    .header-container > .top-header .top-nav .nav-right > li > .toggle-min {
        display: block;
    }
}

.header-container > .top-header .top-nav .nav-left > li a:focus,
.header-container > .top-header .top-nav .nav-left > li a:hover,
.header-container > .top-header .top-nav .nav-right > li a:focus,
.header-container > .top-header .top-nav .nav-right > li a:hover {
    text-decoration: none;
}

.header-container > .top-header .top-nav .nav-left > li > .btn-group > a,
.header-container > .top-header .top-nav .nav-left > li > a,
.header-container > .top-header .top-nav .nav-right > li > .btn-group > a,
.header-container > .top-header .top-nav .nav-right > li > a {
    position: relative;
    display: block;
    height: 60px;
    padding: 20px 15px;
}

    .header-container > .top-header .top-nav .nav-left > li > .btn-group > a .badge,
    .header-container > .top-header .top-nav .nav-left > li > a .badge,
    .header-container > .top-header .top-nav .nav-right > li > .btn-group > a .badge,
    .header-container > .top-header .top-nav .nav-right > li > a .badge {
        position: absolute;
        top: 14px;
        right: 3px;
    }

.header-container > .top-header .top-nav .nav-left {
    float: left;
    padding: 0;
}

.header-container > .top-header .top-nav .nav-right {
    padding: 0;
}

.app > .header-container.header-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #9E42CA;
}

    .app > .header-container.header-fixed + .main-container {
        padding-top: 60px;
    }

@media (min-width: 768px) {
    .app > .header-container.header-fixed + .main-container {
        padding-top: 60px;
    }
}

img.img40_40 {
    width: 40px;
    height: 40px;
}

body {
    font-family: "Roboto Regular", sans-serif;
    background-color: #eef0f0;
    font-size: 13px;
}

.body-wide #header,
.body-wide #nav-container {
    display: none;
}

.body-wide > .main-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.body-wide #content {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.header-container > .top-header .logo.bg-white + .menu-button .icon-bar {
    background-color: #626262;
}

.header-container > .top-header .logo.bg-white + .menu-button:hover .icon-bar {
    background-color: #fff;
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

#menu ul li a {
    text-decoration: none !important;
    outline: none !important;
}

ul.main-menu {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

    ul.main-menu li a {
        display: block;
        position: relative;
        padding: 12px 0 12px 15px;
        font-size: 13px;
    }

        ul.main-menu li a:hover {
            text-decoration: none;
            color: #fd5d1a;
            background-color: transparent;
        }

    ul.main-menu li.active > a {
        color: #fd5d1a;
    }

        ul.main-menu li.active > a.submenu-toggle {
            text-decoration: none !important;
            color: #000000;
            background: #dedddd;
        }

    ul.main-menu li i {
        font-size: 16px;
        color: #060606;
    }

    ul.main-menu li .text {
        padding-left: 10px;
        font-size: 13.5px;
    }

    ul.main-menu li.has-submenu {
        position: relative;
    }

        ul.main-menu li.has-submenu > a:after {
            font-family: FontAwesome;
            font-size: 15px;
            width: 10px;
            position: absolute;
            right: 12px;
            top: 12px;
            text-shadow: none;
            content: "\f105";
        }

        ul.main-menu li.has-submenu.active > a:after {
            content: '\f107';
        }

        ul.main-menu li.has-submenu li.has-submenu > a:after {
            top: 11px;
        }

    ul.main-menu .sub-menu {
        position: relative;
        padding-left: 0;
    }

        ul.main-menu .sub-menu li a {
            background-color: #EEEEEE;
            color: #000;
            font-size: 12px;
        }

            ul.main-menu .sub-menu li a .badge {
                position: absolute;
                right: 15px;
            }

        ul.main-menu .sub-menu li .text {
            padding-left: 27px;
        }

        ul.main-menu .sub-menu li .sub-menu .text {
            padding-left: 50px;
        }

.app .sub-menu > li.active > a,
.app .sub-menu > li > a:hover {
    color: #fd3c1b;
    background: #f0f0f0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
/* minified main navigation active */

.nav-collapsed-min ul.main-menu > li:hover > ul.sub-menu,
.nav-collapsed-min ul.sub-menu > li:hover > ul.sub-menu {
    display: block !important;
    min-width: 220px;
    position: absolute;
    top: 0;
    margin-left: 60px;
    z-index: 9999;
}

.nav-collapsed-min ul.main-menu > li.has-submenu li.has-submenu > a:after {
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f054';
    display: block;
}

.nav-collapsed-min ul.sub-menu > li:hover > ul.sub-menu {
    margin-left: 220px;
}

.nav-collapsed-min ul.main-menu li i {
    font-size: 20px;
}

.nav-collapsed-min ul.main-menu li > a:hover {
    
    background-image: linear-gradient(120deg,#fdb515 0,#fd3a1b 100%);
}
.nav-collapsed-min ul.main-menu li > a:hover i, .nav-collapsed-min ul.main-menu li > a:hover{
 color: #fff;
}
.nav-collapsed-min div.sidebar-footer .footres,
.nav-collapsed-min .main-nav h3,
.nav-collapsed-min ul.main-menu > li > a span,
.nav-collapsed-min ul.main-menu li.has-submenu > a:after,
.nav-collapsed-min .main-menu > li.has-submenu.active .sub-menu {
    display: none;
}

.nav-collapsed-min div.sidebar-footer .iconshow {
    text-align: center !important;
    width: 100% !important;
}

.nav-collapsed-min ul.main-menu > li > a {
    padding: 12px;
    text-align: center;
}

.nav-collapsed-min ul.main-menu ul.sub-menu li .text {
    padding-left: 0;
}

.i-space {
    margin-left: 10px;
    margin-right: 10px;
}

.i-space-ex {
    margin-left: 20px;
}

.nav-collapsed-min.nicescroll-cursors {
    display: none;
}

.nav-collapsed-min.nicescroll-rails {
    display: none;
}

.extra-spc-i ul li a i {
    margin-left: 20px !important;
}
/*************Page Header***/

.pageheaders {
    padding: 20px;
    border-bottom: 1px solid #eee;
    // background: rgba(154, 154, 154, 0.39);
    position: relative;
}

.pageheader {
    padding: 16px;
    border-bottom: 1px solid #eee;
    position: relative;
    height: 27px;
}

    .pageheader h2 {
        font-size: 28px;
        color: #343434;
        letter-spacing: -.5px;
        margin: 0;
    }

.pagefa {
    font-size: 24px;
    margin-right: 5px;
    padding: 6px 7px;
    border: 2px solid #343434;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.pageheader .fa.fa-pencil {
    padding: 6px 9px;
}

.pageheader .fa.fa-hand-o-up {
    padding: 6px 9px 6px 7px;
}

.pageheader .fa-file-o,
.pageheader .fa-file-text,
.pageheader .fa-user {
    padding: 6px 10px;
}

.pageheader .fa-dollar,
.pageheader .fa-map-marker {
    padding: 6px 12px;
}

.pageheader .fa-clock-o {
    padding: 6px 8px;
}

.pageheader .breadcrumb-wrapper {
    position: absolute;
    top: 0px;
    text-align: left;
    left: 0px;
    margin-right: -15px;
    margin-left: -15px;
}

    .pageheader .breadcrumb-wrapper .label {
        color: #999;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        display: inline-block;
    }

.pageheader .breadcrumb {
    background: 0 0;
    display: inline-block;
    padding: 0;
}

    .pageheader .breadcrumb li {
        font-size: 12px;
    }

        .pageheader .breadcrumb li.active {
            color: #333;
        }

        .pageheader .breadcrumb li a .i-space {
            display: none;
        }

        .pageheader .breadcrumb li .fa-angle-double-right {
            margin-left: 5px;
            margin-right: 5px;
        }

        .pageheader .breadcrumb li a i {
            margin-right: 5px;
        }

.item a {
    text-decoration: none;
    color: #333 !important;
    background-color: transparent !important;
}

.topbar .nav-right > li > a > .label {
    position: absolute;
    top: 13px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 1.5;
    background-color: #d9534f;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.notification.with-arrow:after {
    content: " ";
    position: absolute;
    right: 9px;
    top: -14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
}

.notifications ul li.active {
    background-color: transparent !important;
}

    .notifications ul li.active:hover {
        color: #464646 !important;
    }

.notification li {
    color: #464646;
    font-size: 11.5px;
    padding-left: 2px;
    width: 194px;
}

.notification_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .notification_list li {
        padding-right: 15px;
    }

        .notification_list li .active {
            background-color: transparent !important;
        }

        .notification_list li a:hover {
            background-color: transparent !important;
        }


   
 
.marin-top-5px {
    margin-top: 5px;
}

.notification_text {
    color: #737373 !important;
    font-size: 13px !important;
}

.notification hr {
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(160, 160, 160, 0.76);
}

.notifications {
    height: auto;
    max-height: 153px;
}

.panel-notification-footer {
    padding: 5px 10px !important;
    color: #333;
    font-size: 12px;
    background-color: transparent !important;
    border-top: 0 !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

    .panel-notification-footer li.active {
        background-color: transparent;
    }

        .panel-notification-footer li.active:hover {
            background-color: transparent;
        }

.panel-notification-body {
    padding: 5px;
}

.panel-notification {
    margin-bottom: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-notification-footer.panel-footer .active-link {
    background-color: transparent !important;
}

.header-container > .top-header .panel-notification-footer li.active a {
    color: #788288;
}
/* 
     login
*/

.form-box {
    width: 360px;
    margin: 90px auto 0 auto;
}

    .form-box .header {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: rgb(255, 255, 255);
        box-shadow: inset 0px -3px 0px #9E42CA;
        -webkit-box-shadow: inset 0px -3px 0px #9E42CA;
        -moz-box-shadow: inset 0px -3px 0px #9E42CA;
        padding: 20px 10px;
        text-align: center;
        font-size: 26px;
        font-weight: 300;
        color: #9E42CA;
        font-family: Roboto Medium;
    }

    .form-box .body,
    .form-box .footer {
        padding: 10px 20px;
        background: rgb(255, 255, 255);
        color: #444;
    }

.color-text {
    font-family: Roboto Medium;
    color: #f1f1f1;
}

.form-box .body > .form-group,
.form-box .footer > .form-group {
    margin-top: 20px;
}

.form-box .body > .btn,
.form-box .footer > .btn {
    margin-bottom: 10px;
    color: #fff;
}

.form-box .footer {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: Roboto Medium;
    outline: none;
}

@media (max-width: 767px) {
    .form-box {
        width: 90%;
    }
}

.bg-olive {
    outline: none !important;
    /* background-color: #9E42CA !important; */
}

.margin-top-forgot {
    top: 100px;
}

.forgot:hover {
    color: #fdb515;
    outline: none;
}

.forgot:focus,
forgot:hover {
    color: #fdb515;
    text-decoration: underline;
    outline: none;
}

.forgot-btn {
    color: #FFF;
    background-color: #9E42CA;
    border-color: #9E42CA;
}

    .forgot-btn:hover {
        color: #FFF;
        background-color: #9E42CA;
        border-color: #9E42CA;
    }

.forgot-modal-header {
 background-color: #9e42ca;
 color: #fff;
 border-bottom: 3px solid #9E42CA;
}
/******Singout*/

.sign-out {
    color: #fff;
    font-family: Roboto Medium;
    font-size: 16px;
}
/****/

.form-control {
    font-size: 12px;
}

.margin-top30 {
    margin-top: 30px;
}

#chart-headercolor {
    color: #F3F3F3;
    background-color: #333;
    border-color: #ddd;
    font-size: 14px;
    font-family: Roboto Medium;
    border-bottom: 3px solid #9E42CA;
}
/****/

.nicescroll-cursors {
    background-color: rgb(255, 152, 0);
}

.active-link {
    background: #f5f5f5  !important;
}

.has-submenu a {
    color: #000;
}

ul.main-menu li.has-submenu:hover {
    background-color: transparent;
}

.white-color {
    color: #2b323b;
}

.remove-scroll {
    display: none !important;
}
/******SKIN***********/

.skin-dropmenu {
    padding: 8px;
    min-width: 115px;
    margin-left: -60px;
    margin-top: 0px;
}

    .skin-dropmenu li:first-child {
        margin-left: 10px;
        margin-right: 10px;
    }

.btn-skin {
    margin-bottom: 10px;
    border: none;
    padding: 8px;
    font-size: 1.2em;
}

    .btn-skin.indego-color {
        background-color: #9FA8DA;
        border: 1px solid #9FA8DA;
    }

    .btn-skin.indego:before {
        background-color: #303F9F;
    }

    .btn-skin.segreen-color {
        background-color: #80CBC4;
        border: 1px solid #80CBC4;
    }

    .btn-skin.segreen:before {
        background-color: #00796B;
    }

    .btn-skin.skyblue-color {
        background-color: #90CAF9;
        border: 1px solid #90CAF9;
    }

    .btn-skin.skyblue:before {
        background-color: #2196F3;
    }

.skins form {
    display: inline;
}

form .btn-group {
    padding: 20px 15px;
}

.btn-skin:before {
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    color: #fff;
}

.arrowright:after {
    content: " ";
    position: absolute;
    right: 47px;
    top: -14px;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
}
/*************Home panel**********/

.panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
    position: relative;
}

.panel-primary {
    border-color: #3bafda;
}

.panel {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.panel-primary:before {
    border-bottom: 25px solid #3292B5;
    border-left: 0px solid #3292B5;
}

.panelfload:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    border-width: 0px 25px 25px 0px;
    border-style: solid;
    display: block;
    width: 0px;
    border-bottom: 25px solid #D6D7DB;
    border-left: 0px solid #D6D7DB;
    z-index: 1;
    color: #F1F2F6;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-bg2 > .panel-heading {
    color: #FFFFFF;
    background-color: #9E42CA;
    border-color: #9E42CA;
}

.panel-bg3 > .panel-heading {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b;
}

.panel-bg4 > .panel-heading {
    color: #fff;
    background-color: #da4453;
    border-color: #da4453;
}
/**********/

.margin-right {
    margin-right: 5px;
}

.Days {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 6px;
    width: 60px;
}

.number {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 6px;
}
/*.remove-active li a.active-link{
    background-color:#fff !important;
        color: #788288  !important;
    
}*/
.remove-active li a:hover {
    background-color: #fff !important;
    color: #788288 !important;
}
/**********/
@media (min-width: 992px) {
    .sim-col-machines-day {
        width: 3.66666667% !important;
    }

    .sim-col-machines {
        width: 5.66666667% !important;
    }

    .sim-col-machine {
        width: 7.66666667% !important;
    }

    .sim-col-1 {
        width: 12.66666667% !important;
        font-family: Roboto Medium;
    }

    .sim-col-3 {
        width: 20% !important;
    }
    .sim-md-2 {
    width: 21.666667%;
}
    .sim-col-11 {
        width: 98%;
    }

    .reg-col-11 {
        width: 85.4%;
    }

    .reg-col-2 {
        width: 22.5%;
    }

    .mat-col-4 {
        width: 36.333333%;
        font-family: Roboto Medium;
    }

    .stock-col-md-6 {
        width: 52.6%;
    }

    .sim-col-6 {
        width: 52.7%;
    }
    .sim-md-11 {
    width: 86.666667%;
}
}

.border-radius-0px {
    border-radius: 0 !important;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.sim-col-3 .form-control {
    border-radius: 0px;
}

.btn-customerinfo {
    background-color: #455A64;
    color: #fff;
    font-family: Roboto Regular !important;
}

    .btn-customerinfo:hover {
        color: #fd3d1b;
        border: 1px solid #fd5a19;
    }

    .btn-customerinfo:focus {
        color: #9E42CA;
            background-color: #fff;
            border:1px solid #9E42CA;
    }

.panel-default > .customer-panel-info {
    color: #333;
    background-color: #FFF;
    
}

.customerinfo-collapsed-min {
    display: none;
}

.btn-toggle {
    position: relative;
    top: -23px;
    float: right;
    background-color: transparent !important;
    color: #333;
}

.addbank .col-md-10 {
    margin-bottom: 5px;
    font-family: Roboto Medium;
}

.modal-text-center {
    text-align: center;
}

.modal-header-bg {
    background-color: #333;
    border-bottom: 3px solid #9E42CA;
    color: #fff;
    padding: 8px;
}

.modal-header .close {
    color: #fff;
}

.close:focus,
.close:hover {
    color: #fff;
    opacity: 100;
}

.close {
    text-shadow: none !important;
    opacity: 100 !important;
}

.modal-body {
    font-family: Roboto Medium;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 5px;
}

input[type=radio] {
    margin: 4px 0 0;
}
/*******************/

.tab-pane {
    padding: 15px 10px;
}

.responsive-tabs.nav-tabs {
    position: relative;
    z-index: 10;
    height: 39px;
    overflow: visible;
    border-bottom: none;
}

.tab-content {
    /*border: 1px solid #000;*/
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs {
        border-bottom: 1px solid #ddd;
    }
}

.responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 14px;
    right: 22px;
}

    .responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
        display: none;
    }

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs span.glyphicon {
        display: none;
    }
}

.responsive-tabs.nav-tabs > li {
    display: none;
    float: none;
    text-align: center;
}

    .responsive-tabs.nav-tabs > li:last-of-type > a {
        margin-right: 0;
    }

    .responsive-tabs.nav-tabs > li > a {
        margin-right: 0;
        background: #fff;
        border: 1px solid #000;
    }

    .responsive-tabs.nav-tabs > li.active {
        display: block;
    }

        .responsive-tabs.nav-tabs > li.active a {
            border: 1px solid #000;
            border-radius: 2px;
        }

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li.active a {
        border-bottom-color: transparent;
    }
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li {
        display: block;
        float: left;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block;
}

@media (min-width: 768px) {
    .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
        display: none;
    }
}

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none;
}

.responsive-tabs.nav-tabs.open > li {
    display: block;
}

    .responsive-tabs.nav-tabs.open > li a {
        border-radius: 0;
    }

    .responsive-tabs.nav-tabs.open > li:first-of-type a {
        border-radius: 2px 2px 0 0;
    }

    .responsive-tabs.nav-tabs.open > li:last-of-type a {
        border-radius: 0 0 2px 2px;
    }
/********userinfo**************/

.userinfo {
    font-family: Roboto Medium;
}

.createcompany {
    font-family: Roboto Medium;
}

.createcompany_removeradius {
    border-radius: 0;
}

.createcompany select {
    border-radius: 0;
}
/*********Aplicationinfo****************/

.logo-imagePreview {
    width: 180px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

.profile-imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}

#ContentPlaceHolder1_FileUploadControl {
    display: none;
}

#custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.upload-img {
    margin-top: 10px;
    background-color: #333;
    color: #fff;
}
/************custom checkboxes Role-create Role ********************/

.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox > [type="checkbox"]:not(:checked),
    .custom-checkbox > [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox > [type="checkbox"]:not(:checked) + label,
        .custom-checkbox > [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 22px;
            cursor: pointer;
        }

            .custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
            .custom-checkbox > [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
                width: 17px;
                height: 17px;
                border: 1px solid #000;
                background: #ffffff;
                border-radius: 2px;
            }

            .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
            .custom-checkbox > [type="checkbox"]:checked + label:after {
                font: normal normal normal 12px/1 'Glyphicons Halflings';
                content: '\e013';
                position: absolute;
                top: 50%;
                margin-top: -7px;
                left: 2px;
                color: #9E42CA;
            }

            .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .custom-checkbox > [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
    .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
        content: '\2212';
        left: 2px;
        opacity: 1;
        transform: scale(1);
    }

    .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
    .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        background-color: #eeeeee;
        border-color: #eeeeee;
        cursor: not-allowed;
        opacity: 1;
        color: #dadada;
    }

    .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
        color: #dadada;
        cursor: not-allowed;
    }

    .custom-checkbox > [type="checkbox"]:disabled + label {
        color: #aaa;
        cursor: not-allowed;
    }

    .custom-checkbox > [type="checkbox"]:checked:focus + label:before,
    .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
        border: 1px solid #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .custom-checkbox > label:hover:before {
        border: 1px solid #88D2FF !important;
    }

    .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
    .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
        border: 1px solid #E4E4E4 !important;
    }
/**********check Box widthout Label**************/

/*input[type="checkbox"] {
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
input[type="checkbox"]:not(:checked):before,
input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #ffffff;
    border-radius: 2px;
}
input[type="checkbox"]:not(:checked):after,
input[type="checkbox"]:checked:after {
    font: normal normal normal 11px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2px;
    color: #9E42CA;
}
input[type="checkbox"]:not(:checked):after {
    opacity: 0;
    transform: scale(0);
}
input[type="checkbox"]:checked:after {
    opacity: 1;
    transform: scale(1);
}
input[type="checkbox"][data-indeterminate]:after,
input[type="checkbox"][data-indeterminate]:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
}
input[type="checkbox"]:disabled:not(:checked):before,
input[type="checkbox"]:disabled:checked:before {
    box-shadow: none;
    color: #9E42CA;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: #ffffff;
    border-radius: 2px;
    cursor: not-allowed;
    opacity: 1;
}
input[type="checkbox"]:disabled:checked:after {
    color: #9E42CA;
    cursor: not-allowed;
}
input[type="checkbox"]:disabled {
    color: #9E42CA;
    cursor: not-allowed;
}
input[type="checkbox"]:checked:focus:before,
input[type="checkbox"]:not(:checked):focus:before {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="checkbox"]:hover:before {
    border: 1px solid #88D2FF !important;
}
input[type="checkbox"]:disabled:not(:checked):hover:before,
input[type="checkbox"]:disabled:checked:hover:before {
    border: 1px solid #000 !important;
}*/
.remove-label-txt {
    color: transparent !important;
}
/**********radioButton************/

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

input[type="radio"] {
    position: absolute;
    display: none;
}

    input[type="radio"][disabled] {
        cursor: not-allowed;
    }

    input[type="radio"] + label {
        position: relative;
        display: block;
        padding-left: 25px;
        cursor: pointer;
        vertical-align: middle;
    }

        input[type="radio"] + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        input[type="radio"] + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 15px;
            height: 15px;
            content: '';
            border: 1px solid #333;
        }

        input[type="radio"] + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    input[type="radio"][disabled] + label {
        cursor: not-allowed;
        color: #232222;
    }

        input[type="radio"][disabled] + label:hover,
        input[type="radio"][disabled] + label:before,
        input[type="radio"][disabled] + label:after {
            cursor: not-allowed;
        }

            input[type="radio"][disabled] + label:hover:before {
                border: 1px solid #9E42CA;
                animation-name: none;
            }

        input[type="radio"][disabled] + label:before {
            border-color: #e4e4e4;
        }

    input[type="radio"]:checked + label:before {
        animation-name: none;
    }

    input[type="radio"]:checked + label:after {
        display: block;
    }

    input[type="radio"] + label:before {
        border-radius: 50%;
    }

    input[type="radio"] + label:after {
        top: 4px;
        left: 4px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fd3d1b;
    }

    input[type="radio"]:checked + label:before {
        border: 1px solid #fd6119;
    }

    input[type="radio"]:checked[disabled] + label:before {
        border: 1px solid #9E42CA;
    }

    input[type="radio"]:checked[disabled] + label:after {
        background: #9E42CA;
    }

@media (max-width: 1112px) {
    input[type="radio"] + label {
        position: relative;
        display: block;
        padding-left: 0px;
        cursor: pointer;
        vertical-align: middle;
        padding-top: 15px;
    }
}

@media (max-width: 992px) {
    input[type="radio"] + label {
        position: relative;
        display: block;
        padding-left: 25px;
        cursor: pointer;
        vertical-align: middle;
        padding-top: 0px;
    }
}
/**********Page_Loader********/

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/OrangeLoader.gif) center no-repeat #fff;
}
/****/

.panel-default > .stock_transfer {
    color: #FFF;
    background-color: #9E42CA;
    padding-top: 20px;
}

.padding-top-15 {
    padding-top: 15px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

. {
    border: 1px solid #333 !important;
    font-family: "Roboto Regular" !important;
}

.remove-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-title {
    font-family: Roboto Regular;
}

.modal-footer-center {
    text-align: center;
}

.panel-body-bg {
    background-color: #CECECE;
}

.confirm {
    background-color: #5cb85c !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
}

.warning {
    background-color: #f0ad4e !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
}

.info {
    background-color: #5bc0de !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
}

.accounts {
    padding: 3px 20px;
    color: #333 !important;
    font-family: Roboto Medium;
    font-weight: 700;
    font-size: 14px;
}

.accpunts-hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border: 0;
    border-top: 1px solid #fd5e19;
}

.font-size-12 {
    font-size: 12px;
}

.slim-accounts {
    height: auto;
    max-height: 100px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
}

.width-250 {
    width: 250px;
}

.account-left-40 {
    padding-left: 40px;
}

.account-active {
    color: green;
    font-size: 11px !important;
    padding-left: 20px;
    padding-right: 18px;
}

.acount-label {
    position: absolute;
    top: 7px !important;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 1.5;
    background-color: #d9534f;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.white {
    color: #fff;
    font-size: 13px;
    font-family: Roboto Regular;
}

.overflow-hidden {
    overflow: hidden;
}
/*Tableloader*/

.loader-modals {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 1;
    -moz-opacity: 0.8;
    left: 222px;
}

.loader-center {
    z-index: 1000;
    margin: 21% 31%;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

@media (max-width: 768px) {
    .loader-modals {
        left: 0px;
    }
}

.modalBackground {
    background-color: rgba(64, 64, 64, 0.63);
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.padding-0px {
    padding: 0px;
}

.padding-2px {
    padding: 0px 2px;
}

a.mytooltip {
    outline: none;
}

    a.mytooltip strong {
        line-height: 30px;
    }

    a.mytooltip:hover {
        text-decoration: none;
    }

a.mytooltip {
    color: #333;
    font-family: Roboto Medium;
    font-size: 13px;
}

    a.mytooltip span {
        display: none;
        z-index: 199999990 !important;
        padding: 3px 5px;
        margin-top: 25px;
        left: 5px;
        width: 245px;
        line-height: 16px;
    }

    a.mytooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #333;
        background: #fffAF0;
    }

.mytooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/*CSS3 extras*/
a.mytooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

    a.mytooltip span:after {
        content: " ";
        position: absolute;
        left: 5px;
        top: -14px;
        border: 7px solid transparent;
        border-bottom: 7px solid #000000;
    }

a.mytooltip div i {
    position: relative;
    top: 0px;
    left: 10px;
    font-size: 14px;
}

.cursor-pointer {
    cursor: pointer;
}
/*.tooltip {
    opacity:1;
}
 .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}*/

/*.tooltip-inner{
    background-color:#fff;
    color:#333;
    padding:10px;
    border:3px solid #333; 
    box-shadow: 0 27px 27px 0 rgba(0, 0, 0, 0), 0 17px 17px 0 rgba(0, 0, 0, 0);
   -moz-box-shadow:0 27px 27px 0 rgba(0, 0, 0, 0), 0 17px 17px 0 rgba(0, 0, 0, 0);
    font-family:Roboto Medium;
   
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #9E42CA
}*/
.btn-info-docapproval {
    line-height: 1.5 !important;
    border-radius: 3px 3px 1px 1px !important;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    padding-left: 29px;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-left: -15px;
}
 .customer-panel-info tbody tr th{
    color: #FFF !important;
    background-color: #333 !important;
    border-bottom: 4px solid #9E42CA!important;
    font-weight:normal;
    font-family:Roboto Medium;
    text-align:center
}

  .close-btn {
    color: #fffcfc !important;
    background: #333333 !important;
    font-size: 21px !important;
    font-family:Roboto Medium !important;
}

  .sweet-alert {
    z-index: 9999999 !important;
}

    .remove-border-home tbody tr th{
      border:1px solid rgba(221, 221, 221, 0) !important;
      border-top:1px solid rgba(221, 221, 221, 0) !important;
  }
    .remove-border-home tbody tr td{
      border:1px solid rgba(221, 221, 221, 0) !important;
      border-top:1px solid rgba(221, 221, 221, 0) !important;
  }

.refreshicon{
    color: #333;
    text-decoration:none;
}

.ErrorMessageText
{
    color: Red;
    font-size: 10px;
}


       .chzn-single
        {
                display: block !important;
                width: 100% !important;
                height: 34px !important;
                padding: 6px 12px !important;
                font-size: 14px !important;
                line-height: 1.42857143 !important;
                color: #555 !important;
                background-color: #fff !important;
                background-image: none !important;
                border: 1px solid #ccc !important;
                border-radius: 0px !important;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
                box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
                -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
                transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        }



       .btn-approverinfo {
    background-color: #9E42CA;
    color: #fff;
    font-family: Roboto Regular !important;
}
.btn-rejectioninfo {
    background-color: #d9534f;
    color: #fff;
    font-family: Roboto Regular !important;
}

/*LOgin card*/
.login-page .card-login {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.card {
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.14); */
}
.card {
       /* border: 5px solid #865ad4; */
       margin-bottom: 30px;
       /* margin-top: 30px; */
       border-radius: 6px;
       color: #333;
       /* background: #ffffff; */
       width: 100%;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); */
    background-clip: border-box;
}
.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    /* border-radius: 3px; */
    /* margin-top: -20px; */
    /* padding: 1px; */
    /* margin-bottom: 20px; */
    /* border-bottom: 3px solid #9E42CA; */
}
.mr-auto .card {
     box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
     box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text) {
    /* box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(146, 109, 222, 0.43); */
}
.card .card-header-rose .card-icon, .card .card-header-rose .card-text, .card .card-header-rose:not(.card-header-icon):not(.card-header-text), .card.bg-rose, .card.card-rotate.bg-rose .back, .card.card-rotate.bg-rose .front {
     /* background: linear-gradient(60deg,#9E42CA,#9E42CA); */
     /* background: #4ba5f5; */
}
.login-page .card-login .card-header {
    margin-top: -40px!important;
    margin-bottom: 20px;
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header {
    z-index: 3!important;
}
.card .card-header {
    border-bottom: none;
    background: 0 0;
}
.card .card-header .title, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i, .card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i {
    color: #9E42CA;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.text-center {
    text-align: center!important;
}
.card-header {
    border-bottom: 1px solid #eee;
}
.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0;
}
.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: #fff;
}
.login-page .card-login .card-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.card .card-header .card-title {
    margin-bottom: 3px;
}
 
.card .card-title:last-child {
    margin-bottom: 0;
}
.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
}
.card-title, .card-title a, .footer-big h4, .footer-big h4 a, .footer-big h5, .footer-big h5 a, .footer-brand, .footer-brand a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .title, .title a {
    color: #3C4858;
    text-decoration: none;
}
.card-title {
    margin-bottom: .75rem;
}
.login-page .card-login .card-body {
    padding: 0 30px 0 10px;
}
.card .card-body {
    padding: .9375rem 20px;
    position: relative;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-description, .description, .footer-big p {
    color: #999;
}
.btn-customerinfo:hover {
     box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
     box-shadow: 0px 2px 20px #777;
     background: no-repeat;
}
.btn{
    border-radius: 100px;
}
.footer .btn:hover{
       color: #fff;
       background: rgba(253, 181, 21, 0.25);
       border: 1px solid rgba(253, 181, 21, 0.25);
}
.footers{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 60px;
    line-height: 60px;*/
    background-color: rgba(235, 210, 255, 0.3);
}
 
.nicescroll-cursors
{
        background-color: rgba(253, 162, 22, 0);
        background-image: linear-gradient(120deg,#fdb515 0,#fd3a1b 100%) !important;
}
.btn-danger {
    color: #fff;
    background-color: #fd3e1b;
    border-color: #fd3c1b;
}