/* Minification failed. Returning unminified contents.
(456,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
    padding: 0;
    margin: 0;
    font-family: arial;
    min-height: 100%;
}

#app-header, #app-body, #app-footer {
    box-sizing: border-box;
}

#app-header-wrap {
    position: fixed;
    height: 76px;
    top: 0;
    width: 100%;
    z-index: 1;
}

#app-header {
    height: 50px;
    padding: 0 15px;
}

#app-footer {
    position: fixed;
    height: 30px;
    bottom: 0;
    width: 100%;
    z-index:9;
}

#app-body {
 
    padding-bottom: 30px;

}

#app-view {
    padding: 15px;
    
}

.app-logo {
    display: inline-block;
    padding: 7px 0px;
    vertical-align: top;
}

    .app-logo img:first-child {
        opacity: .8;
    }

.app-name {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    font-weight: bold;
    padding: 15px 0;
}

.app-abbr {
    cursor: default;
}

#app-footer p {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    padding: 10px 15px;
}

    #app-footer p.right {
        float: right;
        font-weight: normal;
    }


#app-heading {
    height: 20px;
}


#app-menu-wrap {
    height: 26px;
}

ul#app-menu {
    padding-left: 15px;
    border: medium none;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}


.session-info {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.22em;
    text-align: center;
}


/* typography */

body, html {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}


h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 135%;
    font-weight: bold;
    margin: 15px 0px 7px;
}
/*************/

.dashboard {
   
    margin: 0 auto;
}

    .dashboard .widget-body {
        height: 170px;
    }

.widget {
    padding: 0px;
    margin: 7px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .widget > .widget-title {
        padding: 7px 7px;
        border-bottom: 1px solid #ddd;
    }

        .widget > .widget-title > h2 {
            font-size: 1em;
            font-weight: bold;
        }

    .widget > .widget-body {
        padding: 7px;
    }

        .widget > .widget-body:only-child {
            border-radius: 4px;
        }

    .widget > .widget-body {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .widget > .widget-title {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.wdg-row .widget {
    min-width: 350px;
    width: 47%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

input[type="text"], input[type="password"] {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    padding: 3px;
    font-size: 0.9em;
}

.form-row {
    padding: 2px 0;
}

    .form-row label {
        padding: 5px 0;
        display: inline-block;
        width: 38%;
        text-align: right;
        margin-right: 7px;
    }

    .form-row .form-control {
        display: inline-block;
    }

    .form-row.cmd {
        text-align: right;
    }

.dashboard .wdg-row:first-child .widget-body {
    height: auto;
    min-height: auto;
}

.btn {
    padding: .2em .5em;
    border-radius: 4px;
    font-size: 0.9em;
    cursor: pointer;
    min-height: 23px;
}

.form {
    margin: 15px 0;
    /*! padding:7px; */
}

.row {
    clear: both;
}

    .row .col {
        box-sizing: border-box;
        float: left;
    }

.form-control input {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 5px;
    background-color: #ffffff;
}


.row .col + .col {
    padding-left: 7px;
}

.row .col-25 {
    width: 25%;
}

.row .col-50 {
    width: 50%;
}

.row::after {
    clear: both;
}

.form-vertical label, .form-vertical .form-control {
    display: block;
    width: 100%;
    margin: 7px 0;
}

.form-vertical label {
    margin-bottom: 0;
}

.form-vertical .form-control {
    margin-top: 5px;
}

.row + .row {
    margin-top: 10px;
}

.form-control .info {
    font-size: .8em;
}

    .form-control .info.error {
        color: red;
    }

.pull-center {
    text-align: center !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.error {
    color: red;
}

.login {
    padding: 7px 0;
    text-transform: uppercase;
    margin: 0;
}

.padding_3 {
    padding: 3px !important;
}

.login_wrapper {
    display: inline-block;
    width: 60%;
}

.margin_r0 {
    margin-right: 0 !important;
}
/*changes*/
.login_wrapper .field-validation-error > span {
    color: #f00;
    font-size: 10px;
    text-align: left;
}
.field-validation-error > span {
      color: #f00;
}
.login_wrapper .btn_setpwd {
    width: 25% !important;
    float: right !important;
    margin-top:15px;
    
}

.login_wrapper .form-control {
    width: 58%;
}

.login_wrapper .btn.btn-default {
    margin-right: 0;
}

.login_wrapper .field-validation-error > span {
    display: block;
}

.widget > .widget-title > h2 {
    margin: 0;
}

#app-menu-wrap {
    position: relative;
}

.logOff {
    bottom: 0;
    position: absolute;
    right: 64px;
}

    .logOff a {
        color: #028102;
        text-transform: uppercase;
        text-decoration: none;
        /* margin-left: 26px; */
    }

@media only screen and (max-width: 768px) {
   /*#app-body {
    padding-top: 62px;
   

}*/
   
.dashboard > h1 {
    
    margin-top: 64px !important;
}
}
@media only screen and (max-width: 1060px) and (min-width:998px) {
    .login_wrapper .form-control {
        width: 57%;
    }
}

@media only screen and (max-width: 1000px) {
    .login_wrapper .form-row label {
        text-align: left;
        margin-right: 0;
    }
}

.ctcbookontainer {
    overflow: hidden;
    width: 100%;
    min-height: 45px;
    display: inline-block;
    vertical-align: middle;
}

    .ctcbookontainer select.form-control {
        height: 50px;
        width: 100%;
    }

.ctcbookontainer {
    background: background: -webkit-linear-gradient(#c5c5c5, #eaeaea);
    background: -o-linear-gradient(#c5c5c5, #eaeaea);
    background: -moz-linear-gradient(#c5c5c5, #eaeaea);
    background: linear-gradient(#c5c5c5, #eaeaea);
    overflow: hidden;
}

#topPanelStoreSelector {
    padding-top: 8px !important;
}

span.k-widget.k-dropdown.k-header {
    padding: 3px;
    font-size: 0.9em;
}


html{
    background-color:#efefef;

}

html.dashboard-page{
    background-color:#E6E3E4;
    
}


#app-header-wrap {
    box-shadow: 0px 1px 5px #ccc;
}

#app-header{
    background-color:#00338D;
}

ul#app-menu{
    background-color: #F3F3F3;
    color: rgb(0, 51, 141);
    border-bottom:1px solid #ccc;
}


.app-abbr span{
    font-size: 0;    
     transition: font-size .2s, transform .3s, opacity .3s;
    opacity: 0;    
}
.app-brand {
    display: inline-block;
}

.app-brand .app-logo img:first-child {
    transition: all .3s;
}

.app-brand:hover .app-logo img:first-child {
    opacity: 1;
}

/*.app-brand:hover  .app-abbr  {
    color:#CCD6E8;
}*/

.app-brand:hover  .app-abbr span {
    font-size: 1em;
    opacity:1;
}


.session-info {
	background: #001973;
	color: #9DD0FF;
}

.user-name, .store-num{
    color:#FCC959;
}

h1, h2, h3, h4, h5, h6 {
    color:#888;
    text-shadow: 1px 1px white;
}

#app-footer {
    background-color:#222222;
}

.app-name {
    color:#E17000;
}


#app-footer p {
    color: #ccc;
}

#app-footer p a{
    color:white;   
}

#app-footer p a:hover{
    color:#E17000;
}

.widget {
    border-color:#ccc;
    box-shadow: 3px 3px 5px #ccc; 
}


.widget > .widget-title{
    border-color: #ddd;
    background-color:#00338D;
    color:white;
    
}

.widget > .widget-title > h2 {
    color:#CCD6E8;
    text-shadow: none;
}

.widget > .widget-body{
    background-color:#f7f7f7;
}


/* Form Elements */
.btn.btn-default{
    border: 1px solid rgb(204, 204, 204); 
    color: rgb(85, 85, 85);
    background-color:#e0e0e0;
}

.btn.btn-default:hover{
    background-color:#ddd;
}

input[type="text"]{
    border-color:  rgb(204, 204, 204);
}

.form-control input:focus {
  box-shadow: 0px 0px 2px #B8C2D4;
}


.k-grid th.k-header {
  background-color: #ddd;
}

.k-grid .k-grid-header {
  background-color: #ddd;
}

.k-grid .k-grid-content tr:last-child td {
  border-bottom-color: #ccc;
}

.k-grid .grid-row-calc {
  background-color: #ddd;
}
.k-grid .grid-row-calc td {
  border-top-color: #aaa;
}
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #333;
    background-color: #FCC959;
    border-color: #C55404;}


.k-grid-content td a {
    color:#00338D;
}


.k-grid .k-state-selected  td a{
    color:#333;
}
.k-menu .k-item > .k-link {
    padding: .3em .5em .3em;
}

.k-grid .k-button-icontext {
  padding: 0 7px;
}
.k-grid .k-grid-content .k-button-icontext {
  min-width: 71px;
  text-align: left;
}
.k-grid .k-pager-sizes .k-dropdown-wrap {
  height: 25px;
}
.k-grid .k-pager-sizes .k-dropdown-wrap .k-input {
  padding: 0;
}
.k-grid .k-pager-sizes .k-dropdown-wrap .k-select .k-icon {
  margin-top: -5px;
}
.k-grid .k-pager-sizes .k-dropdown.k-header {
  width: 4.7em;
}
.k-grid.scrollbars.no-y {
  overflow: visible;
}
.k-grid.scrollbars.no-y .k-grid-header {
  padding: 0 !important;
}
.k-grid.scrollbars.no-y .k-grid-content {
  overflow-y: visible;
}
.k-grid.scrollbars.no-y .k-grid-footer {
  padding: 0 !important;
}
.k-grid td {
  padding: 0.15em 0.27em;
  padding-left: 0.37em;
  font-size: 0.95em;
}
.k-grid td {
  word-wrap: break-word;
}
.k-grid th.k-header {
  padding-left: 0.31em;
  padding-bottom: 0.27em;
  padding-top: 0.3em;
  font-size: 0.9em;
  vertical-align: top;
  white-space: normal;
  font-weight: bold;
  background-color: #ddd;
}
.k-grid th.k-header .k-link {
  white-space: normal;
  outline: none;
}
.k-grid th.k-header.k-with-icon .k-link {
  margin-right: 7px;
  margin-left: 0;
  padding-left: 0;
}
.k-grid th.k-header.CenterAlign {
  text-align: center;
}
.k-grid th.k-header.CenterAlign .k-link {
  text-align: center;
}
.k-grid th.k-header.CenterAlign.k-filterable .k-link {
  margin-left: 0;
  margin-right: 7px;
}
.k-grid .k-grid-header {
  background-color: #ddd;
}
.k-grid .k-header.k-grid-toolbar {
  padding: 0.4em;
}
.k-grid.fixed-layout table[role="grid"] {
  table-layout: fixed;
}
.k-grid .k-grid-content tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}
.k-grid .grid-row-calc {
  font-weight: bold;
  background-color: #ddd;
}
.k-grid .grid-row-calc td {
  border-top-color: #aaa;
}
.k-grid .k-button-icontext .glyphicon {
  margin-left: -0.1em;
  margin-right: 0.1em;
}
.k-grid .k-header.k-grid-toolbar .k-button-icontext {
  min-width: 68px;
}
.k-grid .k-header.k-grid-toolbar .k-icon,
.k-grid .k-header.k-grid-toolbar .glyphicon {
  display: none;
}
.k-grid .a-grid-inner-wrap {
  width: 100%;
  overflow-x: auto;
}
.k-grid .k-dirty {
  display: none;
}
.a-grid-wrap {
  min-width: 100%;
  overflow-x: auto;
}
.a-grid-wrap .k-grid {
  min-width: 990px;
}
.k-filter-menu {
  font-weight: normal !important;
}
.k-filter-menu .k-combobox,
.k-filter-menu .k-datepicker,
.k-filter-menu .k-timepicker,
.k-filter-menu .k-datetimepicker,
.k-filter-menu .k-numerictextbox,
.k-filter-menu .k-dropdown,
.k-filter-menu .k-textbox {
  width: 14.7em;
}
.k-filter-menu .form-control {
  font-size: 11.7px;
  height: 1.3em;
  margin-top: 2px;
  padding-left: 7px;
  padding-right: 7px;
  width: 13.3em;
}
.k-filter-menu .k-textbox {
  padding-left: 0;
}


.k-grid-content td a:hover {
    text-decoration: none;
    font-weight: bold;
}

