*{
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    padding-top: 50px;
    overflow-y: scroll;
/*    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQYV2N89+7dfwYiACNIIScnJ0GlowrxBhHRwQMAwSQm2LypeXoAAAAASUVORK5CYII=) repeat;*/
    background-color: #f6f8f8;
    font-size:16px;
}
.jumbotext{
    font-size:30px;
    font-weight: bold;
    /*color:#009746;*/
    color:#4cae4c;
}
.navbar{
    background-color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border:none;

}
.serial-column{
    width:30px;
}
.two-column{
    width:70px;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-brand{
    color:#fff;
}
.navbar-default .navbar-nav li a:hover{
    background-color: #eee;
    color:#000;
}
.navbar-default .navbar-nav li.active a{
    background-color: #2a6496;
    color:#fff;
}
footer{
    border-top:solid #ccc 1px;
    margin-top: 30px;
    padding:20px 0;
}
.mydropdown {
    background-color: #0095D9;
    color: #fff;
}
.borderbar{
/*    border-bottom:solid #33bccf 5px;*/
}
.borderbar{
    margin-bottom: 30px;
}
.header {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    font-size: 60px;
    color: #428a4f;
}
.addnewbox {
    border: solid #ccc 1px;
    background-color:#f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
/*    margin-left: 5px;*/
}
h1, h2, h3 {
    color: #2a6496;
    color: #000;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}
h1 {
    font-size: 30px;
    text-align: left;
    color:#5679a9;
}
h2 {
    font-size: 22px;
}
/*
h2:after{
    content:"";
    display:block;
    height:3px;
    background-color:#7FC23F;
    width:75px;
    margin-top: 5px;
    margin-bottom: 15px;
}
*/
hr{
    border-top:solid #333 1px;
/*    border-top-color:#33bccf;*/
}
.herobox{
    margin-top: 5px;
    padding:20px 25px 30px 25px;
    border: solid 1px #ccc;
    background-color: #fff;
}
.normalbox {
    border: solid #eee 1px;
    border-bottom-width:2px; 
    margin-bottom: 20px;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
address{
    margin-bottom: 0px;
}
.normalbox .box{
    padding:10px;
    background-color: #f1f1f1;
}
.normalbox .title {
    margin: 0;
    padding: 10px 20px;
    border-bottom: solid #eee 1px;
}
.normalbox .title h2{
    margin-bottom: 0;
}
.normalbox .body {
    padding: 10px 20px;
}
.normalbox .body form .form-group:last-child{
    margin-bottom: 5px;
} 
.normalbox hr{
    margin:0;
    border-color:#eee;
}
.normalbox .form-group{
/*    margin:0;*/
}
.normalbox .alert{
    margin-bottom: 10px;
}
.herobox label{
    display:inline;
    text-align:right;
}
.mb10{
    margin-bottom: 10px;
}
.topsection{
    padding:10px;
    border-bottom: solid #7FC23F 4px;
    background-color: #F57921;
}
.bottomsection{
    padding:10px;
    border-top: solid #7FC23F 1px;
}
.slick-input {
    margin-top: -1px;
    padding:5px 20px;
}
.slick-input label {
    font-size: 12px;
}
.slick-input input {
    border: none;
    outline: none;
    height: 35px;
    font-size: 18px;
    width: 100%;
    color:#444;
}
.slick-input .highlightedLabel {
    color: #d40000 !important;
}
.slick-input-hider {
    -webkit-transition: linear 0.2s all;
    -moz-transition: linear 0.2s all;
    -ms-transition: linear 0.2s all;
    -o-transition: linear 0.2s all;
    transition: linear 0.2s all;
    opacity: 1;
    position: absolute;
    top: 0;
}
.slick-input-hider.ng-hide-add {
    opacity: 1;
    display: block!important;
    top: 0;
}
.slick-input-hider.ng-hide-add-active {
    opacity: 0;
    top: 20px;
}
.slick-input-hider.ng-hide-remove {
    opacity: 0;
    display: block!important;
    top: 20px;
}
.slick-input-hider.ng-hide-remove-active {
    opacity: 1;
    top: 0px;
}
.hider {
    -webkit-transition: linear 0.4s all;
    -moz-transition: linear 0.4s all;
    -ms-transition: linear 0.4s all;
    -o-transition: linear 0.4s all;
    transition: linear 0.4s all;
    opacity: 1;
    height: 150px;
    overflow: hidden;
}
.hider.ng-hide-add {
    opacity: 1;
    display: block!important;
    height: 150px;
}
.hider.ng-hide-add-active {
    opacity: 0;
    height: 0;
}
.hider.ng-hide-remove {
    opacity: 0;
    height: 0;
    display: block!important;
}
.hider.ng-hide-remove-active {
    opacity: 1;
    height: 150px;
}
.repeater {
    -webkit-transition: linear 0.4s all;
    -moz-transition: linear 0.4s all;
    -ms-transition: linear 0.4s all;
    -o-transition: linear 0.4s all;
    transition: linear 0.4s all;
}
.repeater.ng-enter,
.repeater.ng-leave.ng-leave-active {
    max-height: 0;
    opacity: 0;
}
.repeater.ng-enter.ng-enter-active,
.repeater.ng-leave {
    max-height: 100px;
    opacity: 1;
}
.repeater.ng-move {
    opacity: 0.5;
}
.repeater.ng-move.ng-move-active {
    opacity: 1;
}
.glyfcolor{
    color:#333;
}
.mytable tbody tr td {
    background-color:#fff;
}
.mytable tr th {
    background-color: #0095D9;
    color:#fff;
}
.bordertop tbody tr th, .bordertop tbody tr td{
    border-top: none;
    background-color:none;
}
/*
.imgstyle{
    width: 100;
}
*/
@media screen{
  .to-print {display:none !important;}
}
@media print {
    @viewport {width:1200px;}
    @page {width:1200px;}
    .no-print{
        display:none;
        overflow:hidden;
    }
    .to-print{
        display:block;
    }
    .table-responsive{
        overflow: hidden;
        border:none;
    }
    table.printtable, table.printtable tr, table.printtable tr td, table.printtable tr th {
        border:none !important;
    }
    .normalbox{
        border:none;
    }
}

.barcodeFont{
      font-size:100px;
      line-height:90px !important;
      font-family:"Free 3 of 9 Extended";
      text-align: center;
 }
 .barcodetext{
      font-size:12px;
      line-height:16px;
      font-family: 'Source Sans Pro', sans-serif;
      text-align: center;
 }


/*-------------------------------Switch button----------------------------------------------*/

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
table{
    /* box-shadow: 0 0 10px -3px #aaa; */
}
table tr th{
    background-color: #eee;
}
table tbody tr td, .table tbody tr td{
/*    background-color: #fff;*/
    vertical-align:middle;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
    border-bottom-width: 1px;
}
h2 .pull-right .form-inline{
   margin-top:-10px;
}
hr{
    margin-top: 0px;
    margin-bottom: 20px;
}
.serialCol{
    width:30px;
}
.singleButton{
    width:51px;
}
.two-button{
    width:65px;
}
.three-button{
    width:95px;
}
.one-button{
    width:45px;
}
.green{
    color:green;
}
.red{
    color:red;
}
.navbar {
margin-bottom: 0;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-bottom: solid 4px #4cae4c;
background-color: #fff;
}
.nav-btn-group .btn{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.homeimgstyle .removeImage{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    height: 25px;
    top: 0px;
    margin: 0;
    left: 15px;
    right: 15px;
    z-index: 9;
    text-align: left;
    padding: 5px;
    color: #f8f8f8;
}
table.table tbody tr.item-row td{
    background-color: #effefe;
}
table.innertable, table.innertable tr, table.innertable tr td, table.innertable tr th{
    border: none;
}
table.innertable tr th{
    background-color: #fff;
    font-weight: bold;
    border-bottom:solid #f1f1f1 1px;
    padding:5px;
}
table.innertable tr td{
    border-bottom:solid #f1f1f1 1px;
    padding:5px;
}
table.innertable{
    margin-bottom: -1px;
}
.removeborder  tbody tr td{
    border: none;
    border-right: solid 1px #ddd;
}
.home-section{
    /*border: solid #ddd 1px;*/
/*    border-bottom-width: 2px;*/
/*    -moz-border-radius: 4px;*/
/*    -webkit-border-radius: 4px;*/
/*    border-radius: 4px;*/
/*    min-height: 150px;*/
/*    padding:10px;*/
/*    background-color: #fff;*/
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    min-height: 450px;
}
.home-section img{
    border: solid #fff 5px;
    -moz-box-shadow: 0 1px 10px -3px #aaa;
    -webkit-box-shadow: 0 1px 10px -3px #aaa;
    box-shadow: 0 1px 10px -3px #aaa;
    margin-bottom: 10px;
}
.home-section:hover{
    text-decoration: none;
}
.home-section h2{
    font-weight: 700;
    text-transform: uppercase;
/*    text-align: center;*/
    font-size: 20px;
    margin-bottom: 10px;
    color:#5679a9;
}
.home-section .section-text{
    font-size: 14px;
/*    text-align: center;*/
}
.home-section .star-text{
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
}
.home-section hr{
    margin:10px 0;
}
.img-responsive{
    max-width: 100%;
    width: auto;
    display: inline;
}
.home-section .featured{
    float: left;
    background-color: #5679a9;
    color:#fff;
    font-size: 10px;
    padding:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.simple-form{
    background-color:#fff;
    border:solid #ddd 1px;
    padding:20px;
}
ul.editable-list li table{
    width: 100%;
}
ul.editable-list li table tr td.controls{
    width: 75px;
}
ul.editable-list li.being-edited-true{
    background-color: #f1f1f1;
}
ul.editable-list li table tr td input[type="text"]{
    border:0;
    outline: 0;
    line-height: 30px;
    padding:3px 10px;
    width:95%;
    margin-right: 5%;
}
.well h2{
    margin-top:0px;
}
.repeat-animation.ng-enter-stagger,
.repeat-animation.ng-leave-stagger,
.repeat-animation.ng-move-stagger,{
  -webkit-transition-delay:0.05s;
  transition-delay:0.05s;

  -webkit-transition-duration:0;
  transition-duration:0;
}
.repeat-animation.ng-enter {
    -webkit-animation: flipInX 0.5s;
    -moz-animation: flipInX 0.5s;
    animation: flipInX 0.5s;
}
.repeat-animation.ng-move {
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.repeat-animation.ng-leave {
    -webkit-animation: flipOutX 0.5s;
    -moz-animation: flipOutX 0.5s;
    animation: flipOutX 0.5s;
}
.repeat-animation {
  box-sizing:border-box;
  line-height:20px;
  border:1px solid #ddd;
}
.mobile-menu{
    position: fixed;
    top:50px;
    left:0;
/*    width:100%;*/
    width:250px;
    padding: 0;
    margin:0;
    z-index: 2000;
    box-shadow: 0 3px 10px -3px #000;
}
.mobile-menu li{
    border-bottom:solid #444 1px;
}
.mobile-menu li.main-image{
    padding:10px;
    background-color: #333;
}

.mobile-menu li a{
    display: block;
    text-align: left;
    padding:10px 20px;
    background-color: #333;
    color:#fff;
    font-size:18px;
}
.mobile-menu li:last-child{
    border-bottom:solid #444 5px;
}
.menu_hider {
    -webkit-transition: linear 0.4s all;
    -moz-transition: linear 0.4s all;
    -ms-transition: linear 0.4s all;
    -o-transition: linear 0.4s all;
    transition: linear 0.4s all;
/*    opacity: 1;*/
    max-height:100%; 
    overflow-x: hidden;
    overflow-y: auto;
}
.menu_hider.ng-hide-add {
/*    opacity: 1;*/
    display: block!important;
    left:0;
}
.menu_hider.ng-hide-add-active {
/*    opacity: 0;*/
    left:-100%;
}
.menu_hider.ng-hide-remove {
/*    opacity: 0;*/
    left:-100%;
    display: block!important;
}
.menu_hider.ng-hide-remove-active {
/*    opacity: 1;*/
    left:0;
}