﻿@import url('../assets/css/fontawesome/font-awesome.css'); /*Icons Fonts*/

body {
    background-color: #f9f9f9;
    color: #85868d;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

body, html {
    overflow-x: hidden;
}

strong, b {
    font-weight: 700;
}


.transit {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}


a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.login_body {
    background-color: #00aaaa;
}

.login-form-container {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.login-form {
    top: 25%;
    position: relative;
}
/*****************************
Loader
*****************************/
/************ Button loading *************/
.loader-fb {
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    position: absolute !important;
}
    /* Demo specific styles end */

    /* Loader with three blocks */
    .loader-fb, .loader-fb:before, .loader-fb:after {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 50px;
        background-color: rgba(215,230,240,0.9);
        border: 1px solid rgb(215,230,240);
        z-index: 100000;
        content: ' ';
        margin-left: -5px;
        margin-right: -9px;
    }

        .loader-fb:before {
            top: -11px;
            left: -100%;
            animation: loading-fb .8s cubic-bezier(.4,.5,.6,1) infinite;
        }

.loader-fb {
    animation: loading-fb-main .8s cubic-bezier(.4,.5,.6,1) .2s infinite;
}

    .loader-fb:after {
        top: -11px;
        right: -100%;
        margin-top: 50%;
        animation: loading-fb .8s cubic-bezier(.4,.5,.6,1) .4s infinite;
    }

@keyframes loading-fb {
    from {
        transform: scaleY(1.4);
        background-color: rgba(55,114,171,0.9);
        border: 1px solid rgb(55,114,171);
    }
}

@keyframes loading-fb-main {
    from {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: -10px;
        background-color: rgba(55,114,171,0.9);
        border: 1px solid rgb(55,114,171);
    }
}

/**********************/
.loader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

/*	$Loader Multiple circle
	========================================================================== */
.loader-circles {
    border-radius: 50px;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

    .loader-circles:before, .loader-circles:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 50px;
        border: 3px solid transparent;
        border-top-color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-animation: spinreverse 5s linear infinite;
        animation: spinreverse 5s linear infinite;
    }

    .loader-circles:before {
        top: 12px;
        left: 12px;
        bottom: 12px;
        right: 12px;
        -webkit-animation: spinreverse 10s linear infinite;
        animation: spinreverse 10s linear infinite;
    }

/*	$Loader Bars
	========================================================================== */
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-color: #fff;
    -webkit-animation: grow 1.5s linear infinite;
    animation: grow 1.5s linear infinite;
}

.loader-bars:after {
    left: 15px;
    -webkit-animation: grow 1.5s linear -0.5s infinite;
    animation: grow 1.5s linear -0.5s infinite;
}

.loader-bars span {
    left: 30px;
    -webkit-animation: grow 1.5s linear -1s infinite;
    animation: grow 1.5s linear -1s infinite;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        tranform: rotate(360deg);
    }
}

@-webkit-keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        tranform: rotate(-360deg);
    }
}

@keyframes spinreverse {
    0% {
        -webkit-transform: rotate(0deg);
        tranform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        tranform: rotate(-360deg);
    }
}

.inline {
    display: inline-block !important;
}
/*************************/
/************* /Button loading **********/

.loading-container {
    position: fixed;
    background-color: #f9f9f9;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: wait;
}
/*Commented content 29/03/2016*/
.loading {
    /*width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);*/
}

    .loading div {
        width: 16px;
        height: 16px;
        position: absolute;
    }

.l1 div, .l2 div, .l3 div, .l4 div {
    width: 100%;
    height: 100%;
}

.l1 div {
    background-color: #2ecc71;
}

.l2 div {
    background-color: #9b59b6;
}

.l3 div {
    background-color: #3498db;
}

.l4 div {
    background-color: #f1c30f;
}

.l1 {
    transform: translate(0,0);
}

.l2 {
    transform: translate(0,16px);
}

.l3 {
    transform: translate(16px,0px);
}

.l4 {
    transform: translate(16px,16px);
}

@keyframes rot1 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes rot2 {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes rot3 {
    0% {
        transform: rotate(45deg);
    }

    35% {
        transform: rotate(45deg);
    }

    65% {
        transform: rotate(405deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

@keyframes l1-rise {
    0% {
        transform: translate(0px,0px);
    }

    30% {
        transform: translate(-4px, -4px);
    }

    70% {
        transform: translate(-4px, -4px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes l2-rise {
    0% {
        transform: translate(0,16px);
    }

    30% {
        transform: translate(-4px, 20px);
    }

    70% {
        transform: translate(-4px, 20px);
    }

    100% {
        transform: translate(0,16px);
    }
}

@keyframes l3-rise {
    0% {
        transform: translate(16px, 0px);
    }

    30% {
        transform: translate(20px, -4px);
    }

    70% {
        transform: translate(20px, -4px);
    }

    100% {
        transform: translate(16px, 0px);
    }
}

@keyframes l4-rise {
    0% {
        transform: translate(16px,16px);
    }

    30% {
        transform: translate(20px, 20px);
    }

    70% {
        transform: translate(20px, 20px);
    }

    100% {
        transform: translate(16px,16px);
    }
}



.l1 {
    animation: l1-rise 3s ease 0s infinite;
}

.l2 {
    animation: l2-rise 3s ease 0s infinite;
}

.l3 {
    animation: l3-rise 3s ease 0s infinite;
}

.l4 {
    animation: l4-rise 3s ease 0s infinite;
}

    .l1 div, .l4 div {
        animation: rot1 3s ease 0s infinite;
    }

.l2 div, .l3 div {
    animation: rot2 3s ease 0s infinite;
}






/*****************************
Left Panel (aside navigation)
*****************************/

aside.left-panel {
    background-color: #00aaaa;
    width: 230px;
    position: fixed;
    padding: 25px 0px;
    box-shadow: inset -5px 0px 8px rgba(0,0,0,0.3);
    height: 100%;
    top: 0px;
    left: 0px;
}

    aside.left-panel.collapsed {
        overflow: visible !important;
        position: absolute;
        bottom: 0px;
    }


    /*** Aside sizes ***/

    aside.left-panel.lg {
        width: 250px;
    }

        aside.left-panel.lg + .content {
            margin-left: 250px;
        }




/*** Aside Collapsed ***/
@media (min-width: 768px) {

    aside.left-panel.collapsed {
        width: 75px;
        text-align: center;
    }

        aside.left-panel.collapsed + .content {
            margin-left: 75px;
        }

        aside.left-panel.collapsed .user .user-login,
        aside.left-panel.collapsed span.nav-label {
            display: none;
        }


        aside.left-panel.collapsed .navigation > ul > li > a {
            padding: 20px;
        }



        aside.left-panel.collapsed i.fa {
            font-size: 22px;
        }

        aside.left-panel.collapsed .navigation > ul > li.has-submenu:after {
            display: none;
        }
}

/**************
logo
***************/
.logo {
    margin-bottom: 20px;
    padding-top: 10px;
}

/*****************************
User
*****************************/

.user {
    margin-bottom: 35px;
}

    .user h4.user-name {
        color: #FFFFFF;
        font-size: 16px;
    }

    .user img {
        border: 1px solid #383c4a;
        padding: 8px;
        width: 70px;
    }

    .user .user-login {
        display: inline-block;
    }

        .user .user-login .btn {
            border: 1px solid #343847;
            background-color: transparent;
            color: #fff;
            padding: 4px 8px;
        }

.user-login .dropdown-menu {
    border: 1px solid #343847;
    color: #616574;
    background-color: #2B2F3E;
    width: 100%;
    margin-top: -1px;
    min-width: 100%;
    border-radius: 0px 0px 4px 4px;
    border-top: 0px;
}

    .user-login .dropdown-menu li a {
        font-size: 12px;
        color: #616574;
        padding: 4px 8px;
    }

        .user-login .dropdown-menu li a:hover,
        .user-login .dropdown-menu li a:focus {
            background-color: #616574;
            color: #fff;
        }

.user .user-login .status-icon {
    font-size: 6px;
    line-height: 0px;
    margin-right: 2px;
    position: relative;
    bottom: 2px;
}

    .user .user-login .status-icon.available {
        color: #27c7bc;
    }

    .user .user-login .status-icon.busy {
        color: #EC971F;
    }

    .user .user-login .status-icon.invisibled {
        color: #4a4e5d;
    }

    .user .user-login .status-icon.signout {
        color: #FF404B;
    }




/*****************************
Navigation
*****************************/

.navigation {
    margin: 20px 0px;
}

    .navigation > ul > li {
        position: relative;
    }


        .navigation > ul > li.has-submenu:after {
            content: "\f105";
            font-family: 'FontAwesome';
            display: inline-block;
            position: absolute;
            color: #7a7e8a;
            right: 15px;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            top: 10px;
            visibility: hidden;
        }

        .navigation > ul > li.active.has-submenu:after,
        .navigation > ul > li.has-submenu:hover:after {
            color: #fff;
        }



        .navigation > ul > li > a {
            display: block;
            padding: 12px 25px;
            color: #BBFFFF;
            text-transform: uppercase;
            font-size: 13px;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 1px #008484 solid;
            transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
        }

    .navigation > ul:hover > li.active > a {
        background-color: transparent;
        box-shadow: none;
        color: #FFFFFF;
    }

    .navigation > ul > li:hover > a,
    .navigation > ul > li.active:hover > a,
    .navigation > ul > li.active > a {
        color: #fff;
        background-color: #149292;
        -webkit-box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.3);
        box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.3);
    }

    .navigation ul li a i {
        margin-right: 6px;
        font-size: 14px;
    }



    /*** Sub Menu ***/
    .navigation ul li ul {
        display: none;
        background-color: #333747;
        -webkit-box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.2);
        box-shadow: inset -6px 0 8px -2px rgba(0,0,0,0.2);
    }


aside:not(.collapsed) .navigation ul li.active ul {
    display: block;
}

.navigation ul li ul li a {
    padding: 8px 25px;
    color: #D3D3DB;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-size: 13px;
    border-left: 0px solid #5e6271;
    text-align: left;
    display: block;
}

    .navigation ul li ul li a:hover,
    .navigation ul li ul li.active a {
        border-left: 5px solid #5e6271;
        color: #5e6271;
    }




/*** Aside Collapsed Sub Menu ***/
@media (min-width: 768px) {

    aside.left-panel.collapsed .navigation ul li ul {
        position: absolute;
        z-index: 3;
        left: 100%;
        top: 0px;
        background-color: #F2F2F4;
        box-shadow: none;
        padding: 10px 0px;
        min-width: 200px;
        border: 1px solid #dddddd;
    }

        aside.left-panel.collapsed .navigation ul li ul:before {
            display: block;
            content: "";
            height: 20px;
            width: 20px;
            border-color: transparent #F2F2F4 transparent transparent;
            border-width: 10px;
            border-style: solid;
            position: absolute;
            cursor: pointer;
            right: 100%;
            top: 22px;
        }

    aside.left-panel.collapsed .navigation > ul > li:hover > ul {
        display: block !important;
    }


    aside.left-panel.collapsed .navigation ul li ul li a {
        border: 0px;
        color: #5F5F6D;
        border-bottom: 1px dashed #ECECEE;
    }
}



/*****************************
Top Header
*****************************/

header {
    background-color: #f2f2f4;
    border-bottom: 1px solid #ececee;
    padding-top: 4px;
    padding-bottom: 4px;
}



.navbar-toggle {
    margin: 8px 20px 8px 0px;
    display: block;
    padding-left: 0px;
}

    .navbar-toggle .icon-bar {
        background-color: #b3b3be;
    }



.app-search {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 15px;
}


    .app-search .form-control,
    .app-search .form-control:focus {
        border: 1px solid #d3d3db;
        font-size: 13px;
        color: #c4c4cd;
        padding-left: 30px;
        background: none;
        box-shadow: none;
    }



    .app-search:before {
        content: "\f002";
        position: absolute;
        left: 12px;
        font-family: FontAwesome;
        cursor: pointer;
        top: 7px;
        color: #c4c4cd;
        display: inline-block;
    }

    .app-search .form-control::-moz-placeholder {
        color: #c4c4cd;
    }



/*** Nav Toolbar (right)***/

header .navbar-default .navbar-nav > li > a {
    color: #b3b3be;
}


/*** Nav Toolbar (right)***/

.nav-toolbar {
    margin: 8px 0px;
    float: right;
}

    .nav-toolbar > li {
        padding: 0px;
        display: inline-block;
        margin-left: 5px;
        position: relative;
        list-style: none;
    }

    .nav-toolbar li span.badge {
        position: absolute;
        top: -3px;
        right: -3px;
        background-color: #8d82b5;
        font-weight: 300;
        cursor: pointer;
        height: 18px;
        width: 18px;
        padding: 1px;
    }

        .nav-toolbar li span.badge.bg-info {
            background-color: #8d82b5;
        }

        .nav-toolbar li span.badge.bg-warning {
            background-color: #E35B5A;
        }


    .nav-toolbar > li > a {
        color: #d3d3db;
        font-size: 18px;
        border: 1px solid #d3d3db;
        border-radius: 50px;
        height: 34px;
        width: 34px;
        text-align: center;
        display: block;
        padding: 4px;
    }

        .nav-toolbar > li > a:hover {
            color: #C1C1C9;
            border: 1px solid #C1C1C9;
        }


    .nav-toolbar .dropdown-menu.panel {
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    }



/*****************************
Content Area (right)
*****************************/

.content {
    margin-left: 230px;
}

    .content > .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }


.warper {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 650px;
}






/*** Page Header / Page Title ***/

.page-header {
    margin: 0px;
    border: 0px;
}

    .page-header h1 {
        color: #4F5055;
        font-weight: 300;
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .page-header * {
        font-weight: 300;
    }


        .page-header * small {
            font-size: 14px;
            color: #9D9EA5;
        }






/*****************************
Custom Margins & Paddings
*****************************/

.no-margn {
    margin: 0px;
}


.margn-t-xs {
    margin-top: 5px;
}

.margn-t-sm {
    margin-top: 10px;
}







.no-padd {
    padding: 0px;
}


.padd-xs {
    padding: 5px;
}

.padd-sm {
    padding: 10px;
}

.padd-md {
    padding: 15px;
}

.padd-lg {
    padding: 20px;
}


.padd-t-xs {
    padding-top: 5px;
}

.padd-t-sm {
    padding-top: 10px;
}

.padd-t-md {
    padding-top: 15px;
}

.padd-t-lg {
    padding-top: 20px;
}









/*****************************
Styled Radio/Checkbox
*****************************/

.cr-styled {
    display: inline-block;
    margin: 0px 2px;
}

    .cr-styled i {
        display: inline-block;
        height: 20px;
        width: 20px;
        cursor: pointer;
        vertical-align: middle;
        border: 1px solid #A7DDED;
        border-radius: 3px;
        text-align: center;
        padding-top: 1px;
        font-family: 'FontAwesome';
    }

    .cr-styled input {
        visibility: hidden;
        display: none;
    }



        /* Checkbox */
        .cr-styled input[type=checkbox]:checked + i:before {
            content: "\f00c";
        }


        /* Radio */
        .cr-styled input[type=radio] + i {
            border-radius: 20px;
        }

        .cr-styled input[type=radio]:checked + i:before {
            content: "\f111";
        }




        /*** cr-styled Theaming/Colorss ***/

        .cr-styled input:checked + i {
            border-color: #A7DDED;
            color: #A7DDED;
        }

















/*****************************
 Pages / Widgets / Elements 
*****************************/


/****Dashboard Stats****/

.dashboard-stats.panel {
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 106px;
}

.dashboard-stats i.fa.stats-icon {
    width: 80px;
    padding: 20px;
    font-size: 40px;
    position: absolute;
    margin-left: 10px;
    left: 0px;
    top: 10px;
    text-align: center;
    z-index: 1;
    color: #fff;
    height: 80px;
}


.dashboard-stats.rounded i.fa.stats-icon,
.dashboard-stats.rounded.panel {
    border-radius: 50px;
}


.dashboard-stats .sparkline {
    position: absolute;
    left: 30px;
    top: 20px;
    opacity: 0;
}

.dashboard-stats h3 {
    margin-top: 14px;
}

.dashboard-stats small {
    font-size: 14px;
    margin-left: 6px;
    opacity: 0.8;
}

.dashboard-stats:hover i.fa.stats-icon {
    /*right:10px;*/
    left: 100%;
    margin-left: -90px;
}


.dashboard-stats:hover h3,
.dashboard-stats:hover p {
    opacity: 0;
}

.dashboard-stats:hover .sparkline,
.dashboard-stats:hover i.fa.stats-icon {
    opacity: 1;
}







/****Messages-Chating****/

.messages {
    max-height: 520px;
    overflow: auto;
}

    .messages .media {
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 0px;
        border-top: 1px dashed #eaeef1;
    }

        .messages .media:first-child {
            border: 0px;
        }

        .messages .media .media-body .media {
            margin-top: 18px;
            padding-bottom: 0px;
        }


/*user status icon*/
.user-status {
    position: relative;
    display: inline-block;
}

    .user-status:before,
    .user-status:before {
        content: "";
        display: inline-block;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        background-color: #666;
        position: absolute;
        top: 0px;
        right: 0px;
        border: 2px solid #fff;
    }


    /*user status icon color*/
    .user-status.online:before {
        background-color: #70ba63;
    }

    .user-status.busy:before {
        background-color: #01a0e6;
    }

    .user-status.invisibled:before {
        background-color: #f2b635;
    }

    .user-status.offline:before {
        background-color: #f25648;
    }



.messages .media > .pull-left {
    margin-right: 15px;
}

.messages .media > .pull-right {
    margin-left: 15px;
}

    .messages .media > .pull-right + .media-body {
        text-align: right;
    }


.messages .media img.media-object {
    width: 54px;
    border-radius: 100%;
}

.messages .media .media-body {
    font-size: 13px;
}





/****ToDo List****/
.todo-list li {
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px dashed #e0e0e0;
}





/****Activities List****/


.activities-list {
    max-height: 560px;
    overflow: auto;
}

    .activities-list > li {
        position: relative;
        padding: 10px 95px 10px 40px;
    }

        .activities-list > li:before {
            content: "";
            position: absolute;
            left: 15px;
            top: 0px;
            height: 100%;
            border-left: 1px solid #ccc;
        }

        .activities-list > li:after {
            content: "";
            position: absolute;
            left: 10px;
            top: 10px;
            height: 12px;
            width: 12px;
            border-radius: 20px;
            border: 1px solid #ccc;
            background-color: #fff;
        }


        .activities-list > li span.time {
            font-size: 12px;
            color: #ccc;
        }


    .activities-list li .activity-actions {
        position: absolute;
        right: 0px;
        top: 25px;
    }


    .activities-list > li.info-activity:before,
    .activities-list > li.info-activity:after {
        border-color: #4fcdfc;
    }

    .activities-list > li.warning-activity:before,
    .activities-list > li.warning-activity:after {
        border-color: #fcd036;
    }

    .activities-list > li.danger-activity:before,
    .activities-list > li.danger-activity:after {
        border-color: #ff6264;
    }

    .activities-list > li.success-activity:before,
    .activities-list li.success-activity:after {
        border-color: #68b828;
    }

    .activities-list > li.primary-activity:before,
    .activities-list > li.primary-activity:after {
        border-color: #7c38bc;
    }

    .activities-list > li.info-activity:before,
    .activities-list > li.info-activity:after {
        border-color: #4fcdfc;
    }






/*****************************
Footer
*****************************/

.footer {
    background-color: #f2f2f4;
    border-top: 1px solid #ececee;
    padding-bottom: 15px;
    padding-top: 15px;
}






/***********************************************
================================================
 Custom Bootstrap / Overwriting
================================================
************************************************/



/*****************************
 Grid
*****************************/

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter [class*="col-"]:not(:first-child),
    .row.no-gutter [class*="col-"]:not(:last-child) {
        padding-left: 0;
        padding-right: 0;
    }




/*****************************
 Color >> Backgrounds + Text 
*****************************/

.bg-white {
    background-color: #fff;
}

.text-white {
    color: #fff;
}


.bg-pink {
    background-color: #eaa1bd;
}

.text-pink {
    color: #eaa1bd;
}


.bg-yellow {
    background-color: #f9dc85;
}

.text-yellow {
    color: #f9dc85;
}


.bg-gray {
    background-color: #b2b2b2;
}

.text-gray {
    color: #b2b2b2;
}


.bg-lightgray {
    background-color: #fbfbfd;
}

.text-lightgray {
    color: #fbfbfd;
}


.bg-red {
    background-color: #F16364;
}

.text-red {
    color: #F16364;
}


.bg-blue {
    background-color: #00a0e6;
}

.text-lightblue {
    color: #A7DDED;
}

.text-blue {
    color: #5BC0DE;
}


.bg-green {
    background-color: #67BF74;
}

.text-green {
    color: #67BF74;
}


.bg-purple {
    background-color: #8d82b5;
}

.text-purple {
    color: #8d82b5;
}


.bg-yellow {
    background-color: #F9A43E;
}

.text-yellow {
    color: #F9A43E;
}


.bg-orange {
    background-color: #F58559;
}

.text-orange {
    color: #F58559;
}


.bg-test {
    background-color: #79B9D9;
}

.text-test {
    color: #79B9D9;
}


.bg-warning {
    background-color: #FEB252;
}

.text-warning {
    color: #FEB252;
}

.bg-danger {
    background-color: #E9573F;
}

.text-danger {
    color: #E9573F;
}

.bg-success {
    background-color: #70BA63;
}

.text-success {
    color: #70BA63;
}

.bg-info {
    background-color: #4DC5F9;
}

.text-info {
    color: #4DC5F9;
}













/*****************************
 Form Elements
*****************************/

/*** Custom Colors Btn ***/
.btn-orange {
    background-color: #FF6600;
    border-color: #6b5f98;
    color: #fff;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open .dropdown-toggle..btn-orange {
        background-color: #6b5f98;
        color: #fff;
    }

.btn-blue {
    background-color: #5bc0de;
    border-color: #060169;
    color: #fff;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        background-color: #5BC0DE;
        color: #fff !important;
    }


.btn-purple {
    background-color: #8d82b5;
    border-color: #6b5f98;
    color: #fff;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        background-color: #6b5f98;
        color: #fff;
    }



.btn-green {
    background-color: #70ba63;
    border-color: #579e4b;
    color: #fff;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-purple {
        background-color: #579e4b;
        color: #fff;
    }











/*** Btn Shapes ***/
.btn-circle,
.form-control-circle,
.btn-group .btn-circle:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 50px;
}

.btn-flat,
.form-control-flat {
    border-radius: 0px;
}




/*****************************
Form Elements
*****************************/

.has-feedback div[class*=col-] .form-control-feedback {
    right: 15px;
    line-height: 34px;
}





/*****************************
Panel Styling
*****************************/

.panel {
    margin-bottom: 30px;
}

.panel-heading {
    font-weight: 700;
}

    .panel-heading small,
    .panel-heading span,
    .panel-heading.un-bold {
        font-weight: 400;
    }


/*** default ***/
.panel-default > .panel-heading,
.panel-default > .panel-footer {
    border-color: #e8e8eb;
    box-shadow: none;
}

.panel-default > .panel-heading,
.btn-default {
    color: #9D9EA5;
}


/*** primary ***/
.panel-primary {
    border-color: #8d82b5;
}

    .panel-primary > .panel-heading,
    .panel-primary > .panel-footer {
        border-color: #8d82b5;
        background-color: #8d82b5;
        box-shadow: none;
    }


/*** success ***/
.panel-success {
    border-color: #70ba63;
}

    .panel-success > .panel-heading,
    .panel-success > .panel-footer {
        border-color: #70ba63;
        background-color: #70ba63;
        color: #fff;
        box-shadow: none;
    }


/*** info ***/
.panel-info {
    border-color: #4cbceb;
}

    .panel-info > .panel-heading,
    .panel-info > .panel-footer {
        border-color: #4cbceb;
        background-color: #4cbceb;
        color: #fff;
        box-shadow: none;
    }


/*** warning ***/
.panel-warning {
    border-color: #feb252;
}

    .panel-warning > .panel-heading,
    .panel-warning > .panel-footer {
        border-color: #feb252;
        background-color: #feb252;
        color: #fff;
        box-shadow: none;
    }


/*** danger ***/
.panel-danger {
    border-color: #e35b5a;
}

    .panel-danger > .panel-heading,
    .panel-danger > .panel-footer {
        border-color: #e35b5a;
        background-color: #e35b5a;
        color: #fff;
        box-shadow: none;
    }






/*** Clean Panel Heading ***/
.panel-heading.clean,
.panel-footer.clean {
    background: none;
    border: none;
}





/*****************************
 Dropdown
*****************************/

.dropdown-menu {
}


    .dropdown-menu > li > a {
        color: #84868e;
    }

    /*** Dropdown Menu Sizes ***/

    .dropdown-menu.md {
        min-width: 300px;
    }


    .dropdown-menu.lg {
        min-width: 400px;
    }




    .dropdown-menu.arrow:after,
    .dropdown-menu.arrow:before {
        content: "";
        display: block;
        position: absolute;
        height: 11px;
        width: 11px;
        border-color: inherit;
        border-style: solid;
        border-width: 11px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        bottom: 100%;
        left: 6px;
    }


    .dropdown-menu.arrow.arrow-top-right,
    .dropdown-menu.arrow.arrow-top-left {
        top: calc(100% + 15px);
    }



        /**Top Right Arrow**/
        .dropdown-menu.arrow.arrow-top-right:after,
        .dropdown-menu.arrow.arrow-top-right:before {
            border-bottom-color: inherit;
            right: 6px;
            left: auto;
        }

        .dropdown-menu.arrow.arrow-top-right:before {
            right: 5px;
            left: auto;
        }

        .dropdown-menu.arrow.arrow-top-right:after {
            border-bottom-color: #fff;
        }




        /**Top Left Arrow**/
        .dropdown-menu.arrow.arrow-top-left:after,
        .dropdown-menu.arrow.arrow-top-left:before {
            border-bottom-color: inherit;
            left: 6px;
            left: auto;
        }

        .dropdown-menu.arrow.arrow-top-left:before {
            left: 5px;
        }




    .dropdown-menu.arrow:after {
        height: 10px;
        width: 10px;
        border-width: 10px;
    }

    .dropdown-menu.arrow.panel-default:after {
        border-bottom-color: #F5F5F5;
    }






/*****************************
Progress Bars
*****************************/

.progress.progress-xxs {
    height: 4px;
}

.progress.progress-xs {
    height: 8px;
}

.progress.progress-sm {
    height: 12px;
}

.progress.progress-lg {
    height: 24px;
}






/*****************************
Horizaontal Row
*****************************/

hr.sm {
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.xs {
    margin-top: 10px;
    margin-bottom: 10px;
}


hr.dotted {
    border-style: dashed;
}

hr.clean {
    border: 0px;
}


/*****************************
Tabs with panel
*****************************/

.panel.tab-pane.tabs-up {
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}








/****************************************
=========================================
Responsive Stying
=========================================
*****************************************/

@media (max-width: 768px) {


    aside.left-panel.collapsed {
        width: 250px;
        left: 0px;
        overflow: hidden !important;
    }

        aside.left-panel.collapsed + .content {
            margin-left: 0px;
            transform: translate3d(250px, 0px, 0px);
            -ms-transform: translate3d(250px, 0px, 0px);
            -webkit-transform: translate3d(250px, 0px, 0px);
            -moz-transition: translate3d(250px, 0px, 0px);
            -o-transition: translate3d(250px, 0px, 0px);
        }



    aside.left-panel {
        left: 100%;
    }

    section.content {
        margin-left: 0px;
    }

    .content > .container-fluid {
        /*padding-left:15px;
		padding-right:15px;
*/
    }

    .page-header h1 {
        margin-top: 0px;
    }
}





@media (max-width: 450px) {

    .dropdown-menu {
        min-width: 280px !important;
    }

    .messages-dropdown {
        right: -80px !important;
    }

        .messages-dropdown.arrow.arrow-top-right:after {
            right: 85px;
        }

        .messages-dropdown.arrow.arrow-top-right:before {
            right: 84px;
        }

    .notifications {
        right: -40px !important;
    }

        .notifications.arrow.arrow-top-right:after {
            right: 45px;
        }

        .notifications.arrow.arrow-top-right:before {
            right: 44px;
        }
}



.btn-bizcare {
    color: #fff;
    background-color: #050152;
    border-color: #46b8da;
}

/****************************************
=========================================
Just For Demo / Showcase
=========================================
*****************************************/

.showcase-btn li, .showcase-btn {
    margin-bottom: 10px;
}

.showcase-switch-button {
    margin-right: 15px;
}

.showcase-pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}





.showcase-icons div {
    line-height: 40px;
    cursor: pointer;
    height: 40px;
}

.showcase-icons i {
    transition: font-size 0.2s ease 0s;
    text-align: center;
    width: 40px;
}

.showcase-icons > div:hover i {
    font-size: 26px;
}


/**************************************
OLd
******************************************/


.header {
    background: #050152;
    padding-top: 15px;
    padding-bottom: 15px;
}

.company_name {
    color: #e6dacd;
    text-transform: capitalize;
    font-weight: 700;
    text-align: right;
    padding-top: 5px;
}

.user_info {
    color: #a7a5a8;
    font-weight: 300;
    font-size: 140%;
}

    .user_info span {
        padding-top: 0px;
        display: block;
        float: right;
    }

.username {
    color: #a7a5a8;
    font-weight: 400;
}

.menu {
    color: #a7a5a8;
    cursor: pointer;
}

    .menu:hover {
        color: #c2c2c2;
    }

.user_icon {
    margin-top: 5px;
    margin-right: 5px;
}

.logout {
    float: right;
    margin-left: 5px;
}

.user_sep {
    width: 1px;
    height: 25px;
    background: #003366;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.header_right {
    margin-top: 10px;
}

.breadcrumb_holder {
    height: 45px;
    background: #ECECEE;
    border-bottom: 1px solid #dacdbf;
}


    .breadcrumb_holder .breadcrumb {
        background: transparent;
        color: #747474;
        margin: 5px 0px 0px 20px;
    }

        .breadcrumb_holder .breadcrumb li a {
            color: #5F5F6D;
        }

            .breadcrumb_holder .breadcrumb li a:hover {
                color: #1A1D26;
                text-decoration: none;
            }

        .breadcrumb_holder .breadcrumb li {
            color: #58225f;
        }

.activebread {
    /*color: #9D9EA5;*/
    color: #050152 !important;
    font-weight: bold;
}

.sidemenu {
    background: #fafbfd;
    border: 1px solid #e9e9e9;
    min-height: 270px;
}

.sidemenu_head1 {
    background: #C93A0D;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.sidemenu_head2 {
    background: #C064B5;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.sidemenu_head3 {
    background: #E5D034;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.sidemenu_head4 {
    background: #2FA851;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.sidemenu_head5 {
    background: #2A9DDD;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}


.sidemenu_wrapper {
    margin-top: 20px;
}

.footer_wrapper {
    background: #000;
    height: 70px;
    bottom: 0;
}

.footer_logo {
    margin-top: 20px;
}

.copyright {
    color: #a7a5a8;
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
}

    .copyright a {
        color: #d5d5d5;
    }



/*Soumya*/

.GridOptions {
    margin: 5px;
}

.number-rightalign {
    text-align: right;
    margin-top: 5px;
    margin-right: 15px;
}

.GridOptionsforChart {
    margin: 4px;
    font-size: 12px;
}

.modal {
    display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error {
    background-color: #d2322d;
}

.dialog-header-wait {
    background-color: #428bca;
}

.dialog-header-notify {
    background-color: #58235F;
}

    .dialog-header-notify h4 {
        color: white;
    }

.dialog-header-confirm {
    background-color: #333333;
}

    .dialog-header-error span, .dialog-header-error h4,
    .dialog-header-wait span, .dialog-header-wait h4,
    .dialog-header-confirm span, .dialog-header-confirm h4 {
        color: #ffffff;
    }

.dateInput {
    float: left;
    width: 89.2%;
}

.buttonPanel {
    margin: 0 0px 0 0;
}

.rupee {
    background-image: url('Images/vJZ9m.png');
    display: block;
    background-repeat: no-repeat;
}


.filterText {
    float: left;
    width: 100%;
    height: 28px !important;
}

.ngHeaderSortColumn {
    width: 100%;
    text-indent: 5px;
}

    .ngHeaderSortColumn div {
        margin: 0 0 0 0;
    }

.gridCell {
    padding: 5px;
}

.btnSearch {
    background-color: rgba(148, 27, 71, 0.95);
    border-color: rgba(148, 27, 71, 0.95);
}

    .btnSearch:hover {
        background-color: rgba(190, 0, 69, 0.95);
        border-color: rgba(190, 0, 69, 0.95);
    }

.filterItemTable {
    height: 400px;
    width: 100%;
    overflow: scroll;
}

.btn-success, .btn-warning {
    padding: 8px;
}

.btnsuccess {
    padding: 3px;
    color: #fff;
    background-color: #58235F;
    border-color: #58235F;
    margin-right: 10px;
    cursor: pointer;
}

.btn-warning {
    background-color: #897F8A;
    border: 1px solid #897F8A;
}

    .btn-warning:hover {
        background-color: #7D747E;
        border: 1px solid #897F8A;
    }

.btn-green {
    background-color: rgb(235, 147, 79);
    border: 1px solid #897F8A;
    color: white;
}

.modal-backdrop.in {
    opacity: 0.3;
}

.dialog-header-confirm {
    background-color: #B21F1F;
}

.btnDelete {
    padding: 5px;
    color: white;
    background-color: #B21F1F;
    border: 1px solid #B21F1F;
}

    .btnDelete:hover {
        color: #DDD;
    }

.close {
    color: white;
}

.fa {
    margin-right: 5px;
}

.btn-warning:focus {
    background-color: #897F8A;
    border: 1px solid #897F8A;
}

.purchaseItemTable {
    overflow: scroll;
}

.erace {
    cursor: pointer;
}

.hiddenColumn {
    display: none;
}

#ItemBatchSelection {
    visibility: hidden;
    width: 45%;
    height: 35%;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.batchSelect {
    cursor: pointer;
}

.closeBatch {
    cursor: pointer;
}

.colNumber {
    text-align: right;
    padding: 2px;
}

.colNumberForReceipt {
    text-align: right;
    padding: 2px;
}

.colNumberForOpBal {
    text-align: right;
    padding: 2px !important;
    height: 23px !important;
    width: 98% !important;
}

.colTextForPurchase {
    text-align: left;
    padding: 2px;
    height: 23px !important;
}

.contentRow {
    overflow: scroll;
    clear: both;
    width: 2505px;
    position: relative;
}

.contentRowPopup {
    overflow: scroll;
    clear: both;
    width: 10500px;
    position: relative;
}

.contentRow tbody tr td {
    height: 50px;
}

.contentText {
    width: 150px;
    float: left;
}

    .contentText input {
        width: 95%;
    }

.contentCheckbox {
    width: 100px;
    text-align: left;
}

.contentNumericColumn {
    width: 110px; /*100px*/
}

.sticky1 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
}

.sticky2 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
    left: 150px;
}

.trash-align {
    margin-top: 25%;
}

.sticky3 {
    margin-left: 300px;
}

.sticky4 {
    width: 150px;
    float: left;
    background-color: white;
    position: absolute;
    left: 150px;
}

.paddingzero {
    padding: 0;
}

#tabContent {
    border: 1px solid rgba(192, 192, 192, 0.23);
    overflow: auto;
    height: 275px; /*450px*/
}

.modal-content {
    position: initial;
}

.jqx-reset {
    border-radius: 0;
}

.BtnCreate {
    margin: 0 0 10px 0;
}

.modal-dialog {
    position: fixed;
    left: 0;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.modal-content {
    width: 100%;
    margin: 0 auto;
}

.modal, fade.in {
    overflow: hidden;
}

.modal-open {
    width: 100%;
}

.row-width-full {
    width: 100%;
}

.row-width-col {
    width: 15%;
    float: left;
}

.div-left {
    float: left;
}

.div-input-small {
    width: 80%;
    float: left;
}

.div-button-small {
    width: 20%;
    float: left;
}

.row-report {
    width: 100%;
}

.row-div-report {
    width: 18%;
    float: left;
}

.row-button-div-report {
    width: 12%;
    float: left;
    margin-left: 5%;
}

.row-inbutton-div-report {
    width: 50%;
    float: left;
}

.UnauthorizedImg {
    position: fixed;
    margin: 0 auto;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
}

#popupCashReceipt {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#popupChart {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#popupAdvancedDetails {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#popupNew {
    width: 600px;
    height: 200px;
    margin: 0 auto;
    /*border: 1px solid #46204b;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
    display: none;
    background-color: white;
}

#accountgrpcreate {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#accountgrpedit {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#accountheadcreate {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#accountheadedit {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#voucherPopup {
    width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}

#popupItemStone {
    width: 890px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}

#popupGoldItems {
    width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}


#popupGoldItemsStone {
    width: 850px;
    margin: 0 auto 0 15px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    display: none;
    overflow: auto;
    position: fixed;
    height: auto;
    background-color: white;
    border: 1px solid #46204b;
}

.checkBoxPanel {
    margin: 10px 0 0 0;
}

    .checkBoxPanel [type='radio'] {
        margin: 0 5px 0 5px;
    }

    .checkBoxPanel label {
        margin: 0 5px 0 5px;
    }

.txtNoOf {
    height: 25px;
}

#popupDiv {
    width: 600px;
    height: 525px;
    margin: 0 auto;
    border: 1px solid #46204b;
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
    display: none;
    background-color: white;
}


.btn {
    margin-right: 8px;
}

.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

    .angular-ui-tree-handle:hover {
        color: #438eb9;
        background: #f4f6f7;
        border-color: #dce2e8;
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
}

.major-group {
    color: green;
    font-weight: bold;
}

.sub-group {
    color: red;
    font-weight: bold;
    padding-left: 5% !important;
}

.link-group {
    color: orange;
    font-weight: bold;
    padding-left: 10% !important;
}

.account-head {
    color: black;
    font-weight: bold;
    padding-left: 15% !important;
}


.index-change {
    z-index: 100 !important;
}

.buttonInGrid {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #ccc;
    border-style: ridge;
}

    .buttonInGrid:hover {
        border-color: orange;
    }

.panel-footer {
    margin-top: 10px !important;
}

.btn-success {
    background-color: #00aaaa !important;
    border-color: #00aaaa !important;
}

    .btn-success:hover {
        background-color: #2098d1 !important;
        border-color: #2098d1 !important;
    }

/*  TYPE HEAD STYLES */


.title {
    font-family: Georgia;
    margin: 20px 0 0 0;
    font-size: 64px;
}



.typeahead,
.tt-query,
.tt-hint {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0052a4;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 100%;
    position: inherit;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #00aaaa;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

/* example specific styles */



:required {
    border-left: solid 4px #2098d1 !important;
}

.ui-widget-content {
    width: 470px !important;
    background-color: white !important;
    border: solid 1px gray !important;
}

.text-danger-italic {
    font-style: italic;
    font-size: 12px;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.batch-ng-grid {
    min-height: 112px !important;
}

.slide-out-div {
    z-index: 20000;
    padding: 20px 5px 10px 5px;
    width: 170px;
    height: 400px;
    overflow: auto;
    background: #e6dacd;
    border: 1px solid #29216d;
}

    .slide-out-div label {
        width: 80%;
        float: left;
        margin: 5px 0 5px 0;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-out-div input[type='checkbox'] {
        float: left;
        margin: 2px 0 5px 0;
    }

    .slide-out-div h3 {
        text-align: center;
        margin: 2px 0 0 0;
        font-size: 22px;
        padding: 0 0 5px 0;
    }

.handle {
    margin-right: 5%;
    cursor: pointer;
}

.hiddenColumn {
    display: none;
}

.autoCompleteSubDetails {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}


#popupDescription {
    width: 40%;
    height: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}


#popupUploadedFiles {
    width: 60%;
    height: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

.filterarea {
    height: 160px;
    width: 100%;
    margin-top: 150px;
    padding: 10px 15px;
    border-top: 3px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-left: 3px solid #ddd;
}

#popupPuRate {
    width: 25%;
    height: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

#popupPartyCreate {
    width: 56%;
    height: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    z-index: 1000;
    padding: 10px;
    opacity: 0;
    display: none;
    overflow: auto;
    position: fixed;
    background-color: white;
    border: 1px solid #46204b;
}

.branchnameheading {
    width: 500px;
    float: left;
    color: black;
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}


.green {
    background-color: lightgray;
}

.imgloadfront {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: -1;
    vertical-align: middle;
}

#loading {
    background: url('loadingcube.gif') 50% 50%;
    background-color: white;
    opacity: 0.3;
    width: 100%;
    float: left;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1000;
}

.grid-no-data {
    height: 774px !important;
    overflow: hidden !important;
}

.grid-data {
    height: auto !important;
    overflow: visible !important;
}

.tile-text {
    font-size: 1.1em;
    font-weight: 300;
    color: #F9F9F9;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 8px;
}

.tile ul li {
    width: auto !important;
    height: auto !important;
    min-width: 152px !important;
    min-height: 130px !important;
    /*max-height: 130px!important;*/
    float: left !important;
    margin-left: 20px !important;
    margin-top: 20px !important;
}

.height-top {
    margin-top: 2% !important;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

#purchaseItemsHead {
    background-color: #00aaaa;
    color: white;
}

.inner-addon {
    position: relative;
}

.SetPos {
    right: 0;
    position: absolute !important;
    display: block !important;
    padding: 10px;
    cursor: pointer !important;
    color: #bdc3c3;
}

.TableColumnChange {
    border: 1px solid red !important;
}

.adjust-top-2 {
    margin-top: 3% !important;
}

.file-upload {
    overflow: hidden;
    padding-top: 3%;
}

.file-control {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
    padding-top: 22%;
}

.datepicker {
    max-width: 290px !important;
}

.datepicker-days {
}

    .datepicker-days .table-condensed {
    }

        .datepicker-days .table-condensed > thead {
        }

            .datepicker-days .table-condensed > thead > tr:first-child {
                background: #00aaaa;
                color: #fff;
            }

            .datepicker-days .table-condensed > thead > tr {
            }

                .datepicker-days .table-condensed > thead > tr:last-child {
                }

                .datepicker-days .table-condensed > thead > tr:first-child > th {
                    padding: 20px 5px !important;
                    text-align: center;
                    color: #fff;
                }

                .datepicker-days .table-condensed > thead > tr:last-child > th {
                    padding: 10px 5px !important;
                }

                .datepicker-days .table-condensed > thead > tr > th {
                    width: 40px;
                    text-align: center;
                }

        .datepicker-days .table-condensed > tbody > tr > td {
            width: 40px;
            text-align: center;
        }

        .datepicker-days .table-condensed > tbody > tr > .old {
            color: #ccc;
        }

        .datepicker-days .table-condensed > tbody > tr > .new {
            color: #ccc;
        }

.datepicker-months .table-condensed > thead > tr {
    background: #00aaaa;
    color: #fff;
}

    .datepicker-months .table-condensed > thead > tr > th {
        padding: 20px 5px !important;
        text-align: center;
        color: #fff;
    }

.datepicker-months .table-condensed > tbody > tr > td {
    text-align: center;
}


    .datepicker-months .table-condensed > tbody > tr > td > .month {
        display: inline-block;
        padding: 5px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        margin: 5px;
        width: 45px;
        text-align: center;
        color: #00aaaa;
    }


    .datepicker-years .table-condensed > thead > tr {
    background: #00aaaa;
    color: #fff;
}

    .datepicker-years .table-condensed > thead > tr > th {
        padding: 20px 5px !important;
        text-align: center;
        color: #fff;
    }

.datepicker-years .table-condensed > tbody > tr > td {
    text-align: center;
}

    .datepicker-years .table-condensed > tbody > tr > td > .year {
        display: inline-block;
        padding: 5px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        margin: 5px;
        width: 45px;
        text-align: center;
        color: #00aaaa;
    }
    .datepicker-years .table-condensed > tbody > tr > td > .old {
       color:#ccc;
    }
   .null-padding {
      padding:0!important;
   }
