html
{
    height: 100%;
}
body{
    background: url('../images/bg-pattern1.png') repeat;
    position: relative;
    min-height: 100%;
}
/*scroll bar*/
body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    outline: 1px solid #a1a1a1;
}
/*end scroll bar*/

.header-login
{
    margin-top: 3%;
    margin-bottom: 30px;
}
.footer-login
{
    font-size: 12px;
    color: grey;
}
.ewContentTable
{
    min-height: auto !important;
    height: auto !important;

}
.login-page-bg
{
    background-image: url('../images/login-page-bg.jpg');
    background-position: top center;
    background-color: #fafafa;
    background-attachment: fixed;
}
.login-page-bg  .ewLayout
{
    margin-bottom: 0px !important;
}
.ewFooterText {
    padding: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
}
.p-panel
{
    display: block;
    line-height: 30px;
}
.c-panel
{
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 5px;
    color: #888888 !important;
}
.c-panel:hover
{
    background-color: #f5f5f5;

}
.c-panel-color
{
    width: 41px;
    height: 41px;
    display: inline-block;
    margin: 8px;
}
.c-panel-color:hover
{
    border: 1px dashed #cccccc;
}
#navy_blue
{
    background-color: #40546a;
}
#black
{
    background-color: #252525;
}
#sky_blue
{
    background-color: #7d94ab;
}
#grey
{
    background-color: #c6c6c6;
}
#green
{
    background-color: #6b8e23;
}
#purple
{
    background-color: #3e3276;
}
#blue
{
    background-color: #008aff;
}
#red
{
    background-color: #8a0a37;
}
#sand
{
    background-color: #cd853f;
}
#light_green
{
    background-color: #88cf72;
}
#white
{
    background-color: #ffffff;
}
.panel-title
{
    color: #424f5c;
    font-size: 13px;
}
.c-panel-font
{
    height: 29px;
    display: inline-block;
    margin: 6px;
    padding: 8px;
    border: 1px solid black;
    color: black !important;
}
.c-panel-font:hover
{
    border: 1px dashed #cccccc;
}
#arial
{
    font-family: arial !important;

}
#calibri
{
    font-family: calibri !important;
}
#century
{
    font-family: century !important;
}
#futura
{
    font-family: futura !important;
}
#century_gothic
{
    font-family: Century Gothic !important;
}
#comic
{
    font-family: Comic Sans MS !important;
}
#tahoma
{
    font-family: tahoma !important;
}
#courier_new
{
    font-family: Courier New !important;
}
#verdana
{
    font-family: Verdana !important;
}
#lucida_sans
{
    font-family: Lucida Sans !important;
}
#ms_gothic
{
    font-family: MS Gothic !important;
}
#times
{
    font-family: Times New Roman !important;
}
.c-panel-size
{
    height: 29px;
    display: inline-block;
    margin: 6px;
    padding: 8px;
    border: 1px solid black;
    color: black !important;
}
.c-panel-size:hover
{
    border: 1px dashed #cccccc;
}
#px11
{
    font-size: 11px !important;
}
#px12
{
    font-size: 12px !important;
}
#px13
{
    font-size: 13px !important;
}
#px14
{
    font-size: 14px !important;
}
.c-panel-pos
{
    height: 29px;
    display: inline-block;
    margin: 6px;
    padding: 9px;
    border: 1px solid black;
    color: black !important;
}
.c-panel-pos:hover
{
    border: 1px dashed #cccccc;
}
.panel-group {
    margin-bottom: 10px !important;
}
.panel-group .panel {
    margin-bottom: 10px !important;
}
.notify
{
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.company_name
{
    font-size: 30px;
    font-family: "Lato", "Helvetica", serif;
    font-weight: 800;
    display: inline-block;
    line-height: 60px;
    color: white;
    text-decoration: none;
}
.company_name a
{
    color: white;
    text-decoration: none;
}
table {
    border-collapse: inherit;
    border-spacing: 0;
}
.c-panel .glyphicon
{
    padding-right: 25px;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 1px 0px #ffffff;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    padding: 10px 20px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 1px 0px #ffffff;
}
@media (min-width: 768px){
    .navbar-nav>li {
        float: none;
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }
    .ewToolbar .breadcrumb {
        margin-right: 10px !important;
    }
}
@media (min-width: 1199px){
    .panelstats {
        /*padding-right: 0px;*/
    }
}
.nav>li {
    display: table-cell;
}
@media (max-width: 1150px){
    .nav>li {
        display: block;
    }
    .navbar-nav>li {
        float: left;
        text-align: center;
        width: auto;
    }
}
@media (max-width: 768px){
    .nav>li {
        display: block;
    }
    .navbar-nav>li {
        float: none;
        text-align: left;
    }
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-image: -webkit-linear-gradient(top, #eee 0, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #eee 0, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #eee 0, #e1e1e1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffe1e1e1', GradientType=0);
    background-color: #e1e1e1;
}
.navbar-toggle {
    padding: 8px 8px;
    border-radius: 0px;
}

.ewLayout {
    margin-bottom: 0px;
}
.dash_box
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;

}
.dash-icon
{
    color: white;
    font-size: 30px;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
}

.dash-icon .fa
{
    padding-right: 0px;
}
.dash_des
{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background-color: #f5f5f5;
    padding-left: 2px;
    padding-right: 2px;
}
.panel {
    border-radius: 0px;
}
.dash-login h4
{
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 37px;
    box-shadow: 0 1px 0px #ffffff;
}
.dash-login ul
{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.dash-login ul li
{

}

.dash-login .fa
{
    font-size: 40px;
}
.number
{
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    color: #ed7a53;
    display: inline-block;
}

.dropdown-menu
{
    padding: 0px;
}
.dash_chart
{
    background-color: white;
    box-shadow: 0px 0px 15px rgba(136, 136, 136, 0.29);
}
.dashboard .panel-heading
{
    text-align: center;
    text-transform: uppercase;
}
@media only screen and (min-width: 767px)
{
    #dash-panel
    {
        min-height: 310px;
    }
}
.navbar-toggle {
    background-color: #003d7d;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #003d7d;
}
.ewAdvancedSearch
{
    display: none;
}
#ewHorizMenu .fa{
    font-size: 25px;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
}
@media (min-width: 768px) {
    .form-horizontal .form-control
    {
        border-radius: 0 !important;
        min-width: 400px;
    }
    .form-horizontal select
    {
        min-width: 358px !important;
    }
    .form-horizontal .fulldropdown
    {
        width: 400px !important;
    }
    input[type=text]:not([size]):not([name=pageno]):not(.cke_dialog_ui_input_text), input[type=password]:not([size]) {
        min-width: 358px;
        margin-right: 8px;
    }
    .form-inline select
    {
        min-width: auto !important;
        margin-left: -5px;
    }
    .form-inline input[type="text"]
    {
        margin-left: -5px;
        min-width: 120px !important;
        max-width: 160px !important;
        text-align: right;
    }
    .ewQuickSearch input[type="text"]
    {
        min-width: 300px !important;
        margin-left: 0px;
        max-width: 400px !important;
        text-align: left;
        margin-top: 0px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .form-horizontal select
    {
        width: auto !important;
        display: inline-block;
    }
    .form-horizontal .fulldropdown
    {
        width: 100% !important;
    }
    button.ewButton {
        min-width: 100px !important;
        margin-left: 3px !important;
    }
    .subbtns {
        margin-top: 30px;
        margin-bottom: 60px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ewGridUpperPanel.panel-heading, .ewGridLowerPanel.panel-footer {
        padding: 7px !important;
    }
}
textarea
{
    border-radius: 0px !important;
}
.btn {
    border-radius: 0 !important;
    height: 40px !important;
    margin-top: -1px;
    line-height: 30px !important;
}
button {
    border-radius: 0 !important;
    height: 40px !important;
    margin-top: -1px;
    line-height: 30px !important;
}
.panel
{
    border-radius: 0 !important;
    margin-bottom: 40px;
}
.modal-content
{
    border-radius: 0 !important;
    z-index: 999999 !important;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #f5f5f5;
    text-align: center;
    color: #777;
}
.form-group
{
    background-color: transparent !important;
}
@media (min-width: 768px){
    .form-horizontal .control-label {
        text-align: left !important;
    }}
legend {
    text-align: center;
    font-family: "Century Gothic";
    font-weight: bold;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .form-control {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        height: 40px;
    }
}
button.ewButton {
    min-width: 195px;
    margin-left: 6px;
}
.ewGrid .ewTable>tbody>tr>td, .ewGrid .ewTable>tfoot>tr>td {
    vertical-align: middle;
    border-right: 0px solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ewGrid .ewTable>thead>tr>th, .ewGrid .ewTable>thead>tr>td {
    border-right: 0px solid;
    padding: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.ewListOptionBody .btn-sm {
    padding-top: 3px;
    padding-bottom: 3px;
}
.ewScrollableTable .ewListOptionBody .ewButtonGroup .ewIcon {
    min-width: 16px;
    line-height: 28px;
}
.badge {
    border-radius: 4px;
}
td
{
    text-align: left !important;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left !important;
        line-height: 40px;
        padding-top: 5px;
    }
}
.ewGridUpperPanel.panel-heading input, .ewGridLowerPanel.panel-footer input, .ewGridUpperPanel.panel-heading select, .ewGridLowerPanel.panel-footer select, .ewGridUpperPanel.panel-heading .btn-sm, .ewGridLowerPanel.panel-footer .btn-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 36px;
}
.ewGridUpperPanel.panel-heading .ewPager, .ewGridLowerPanel.panel-footer .ewPager {
    margin-bottom: -2px;
    line-height: 33px;
}
.paddingtop
{
    padding-top: 7px;
}
.breadcrumb {

    border-radius: 0px;
    height: 40px;
    line-height: 30px;
}
.fa_stock_itemslistsrch
{
    display: none !important;
}
.ewQuickSearch .input-group-btn .btn {
    max-height: 40px;
    min-height: 40px;
    margin-top: 0px;
    line-height: 23px !important;
}
.export{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 18px;
    width: 725px;
}
.ewExportLink
{
    display: inline-block;
    color: #5e5e5e;
    padding: 10px;
    background-color: #f5f5f5;
}
.ewExportLink:hover
{
    text-decoration: none;
    color: black;
}
.ewIcon {
    display: inline-block;
}
.ewFilterOption
{
    display: none !important;
}
.ewGrid
{
    width: 100%;
}
.ewDetailCaption
{
    text-align: center;
    font-family: "Century Gothic";
    font-weight: bold;
    margin-top: 25px;
    font-size: 19.5px;
    color: #333;
}
input
{
    /*line-height: 40px !important;*/
    padding-right: 6px !important;
    border-radius: 0px !important;
    height: 40px !important;
}
select
{
    border-radius: 0px !important;
    height: 40px !important;
    border-radius: 0px !important;
}
.subbtns
{
    margin-top: 30px;
    margin-bottom: 60px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.updatebtns
{
    margin-bottom: 60px;
    padding-left: 10px;
}
.ewPager .input-group>input.form-control[name=pageno] {
    width: 6em !important;
    min-width: auto;
    height: 40px;
    margin-top: -1px;
}
.ewPager span:not(.glyphicon):not([class^=icon-]) {
    float: left;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-right: 5px;
}
.ewPager {
    float: left;
    padding-right: 20px;
    line-height: 35px;
}
.ewListOtherOptions {
    margin-bottom: 2px;
    margin-top: 4px;
    float: left;
}
.ewGridUpperPanel.panel-heading, .ewGridLowerPanel.panel-footer {
    height: auto !important;
    padding-left: 5px;
}
.ewGrid {
    margin-bottom: 30px;
}
.ewButton
{
    color: #ffffff !important;
}
.nowbuttons
{
    font-size: inherit;
    font-family: inherit;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    vertical-align: middle;
}
.icon-expand, .icon-collapse {
    vertical-align: middle;
}
.ewSearchOperator select {
    min-width: 250px !important;
}
.ewBasicSearch .ewRow
{
    margin-bottom: 0px !important;
}
.ewBasicSearch .form-control {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.ewBasicSearch button
{
    min-width: auto !important;
}
.ewBasicSearch .dropdown-menu
{
    border-radius: 0px;
    margin-top: 0px;
    margin-left: -1px;
}
.ewScrollableTable .ewScrollableTableHeader .ewScrollableTableOverhang {
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}
.ewTablePreviewRow .ewGrid .ewTable {
    width: 100% !important;
}
.ewScrollableTableBody
{
    min-height: 400px;
    height: auto !important;
}
.ewPrevNext input
{
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-top: 4px !important;
    width: auto !important;
    margin-right: 1px !important;
    margin-left: 0px !important;
}
.ewPrevNext .btn
{
    line-height: 38px !important;
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 15px;
    height: 40px;
}
#fa_purchases_detailgrid .btn-default {
    color: #333 !important;
    padding-top: 7px !important;
}
#fa_sales_detailgrid .btn-default {
    color: #333 !important;
    padding-top: 7px !important;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
    height: 18px !important;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
}
@media (min-width: 767px)
{
    .logintb
    {
        width: 250px !important;
        min-width: 20px !important;

    }
}
@media (max-width: 767px) and (min-width: 300px)
{
    .logintb
    {
        width: 100% !important;
        min-width: 100% !important;

    }
    .loginbt
    {
        width: auto !important;
    }
}
@media (min-width: 1200px)
{
    .ewChangepwdForm input[type=password]:not([size]) {
        min-width: 400px !important;
    }
    .ewChangepwdForm #npwd {
        min-width: 350px !important;
    }
    .ewAddForm #x_Password {
        min-width: 358px !important;
    }
    .ewEditForm #x_Password {
        min-width: 358px !important;
    }
}

.ewPasswordGenerator {
    max-height: 40px;
    min-height: 40px;
}
#olark-container .olark-branding-link {
     display: none !important;
}
input[type="file"] {
    display: block;
    padding-top: 12px;
}
.modal-header .close {
    margin-top: -7px;
}
.calendar thead .title, .calendar td {
    text-align: center !important;
}
.page_heading
{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.plug_1box
{
    border: 1px solid #c8c8c8;
    padding: 10px;
    padding-bottom: 0px;
    background-color: white;
    min-height: 282px;
}
.plug_2box
{
    background-color: #f9f9f9; padding: 10px;
    margin-bottom: 10px;
}
.plug_head
{
    font-size: 20px;
    font-weight: bold;
    color: #ff8a00;
}
.plug_head a
{
    font-size: 20px;
    font-weight: bold;
    color: #ff8a00;
}
.plug_head a:hover
{
    text-decoration: none;
}
.plug_description
{
    color: #4b4b4b;
    display: inline-block;
}
.plug_description a
{
    color: #4b4b4b;
    font-style: italic;
}
.plug_description a:hover
{
    color: black;
    text-decoration: none;
}
.plug_head1
{
    font-size: 16px;
    font-weight: bold;
    color: #ff8a00;
    display: inline-block;
    width: 80px;
}
.plug_description1
{
    color: #4b4b4b;
    display: inline-block;
    font-size: 14px;
}
.plugins .col-sm-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}
.ewHeaderRow {

    background-image: url('../images/header-overlay.png');
    background-position: center;
    background-repeat: no-repeat;
}
#ewHorizMenu #mi_myaccount .dropdown-menu {
    right: 0;
    left: auto;
}
#flogin button.ewButton {
    min-width: 135px;
}
@media (max-width: 400px)
{
.header-login {
    margin-bottom: 0px;
}}
.btn .btn-default .ewButton
{
    color: black !important;
}
.dash-top
{
    min-height: 400px;
}
@media (max-width: 767px) {
    .dash-top {
        min-height: auto;
    }
}
.popover
{
    min-width: 700px !important;
}
.canvasjs-chart-credit
{
    display: none !important;
}
.aviewmore, .aviewmore:hover, .aviewmore:active, .aviewmore:focus
{
    color: white;
}
.paddingtopright
{
    padding-top: 7px;
    padding-right: 2px;
}