﻿@font-face {
    font-family: Code39AzaleaFont;
    src: url('fonts/Code39.eot') format('embedded-opentype'),url('fonts/Code39.woff') format('woff'),url('fonts/Code39.ttf') format('truetype'),url('fonts/Code39.svg#Code39Azalea') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: IDAutomationHC39M;  
    src: url(fonts/IDAutomationHC39M.woff);
    }
    
/**barcode*/
.text-barcode {
    font-family: "IDAutomationHC39M" !important;
    color: #000;
}

.input-group .select2-container--default .select2-selection--single {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 34px;
}

#footer {
    padding: 7px 10px;
    background: #393939;
    color: #fff;
}

    #footer a {
        color: #1FB5AD;
    }
/*-------------------------- window print -----------------------------*/
#bodyPrint {
    padding: 20px;
    background: #fff;
    color: #000;
    font-family: 'Open Sans',sans-serif;
    margin: 0 !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
}

    #bodyPrint input {
        border: none;
        box-shadow: none;
    }

body {
    overflow: hidden;
}

    body.scroll {
        overflow: visible;
    }

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

    .wrapper.scroll {
        overflow-x: hidden;
        overflow-y: auto;
    }
/* Margin */
.margin-none {
    margin: 0 !important;
}

.margin-small {
    margin: 5px !important;
}

.margin-medium {
    margin: 10px !important;
}

.margin-large {
    margin: 20px !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-right-small {
    margin-right: 5px !important;
}

.margin-right-medium {
    margin-right: 10px !important;
}

.margin-right-large {
    margin-right: 20px !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-left-small {
    margin-left: 5px !important;
}

.margin-left-medium {
    margin-left: 10px !important;
}

.margin-left-large {
    margin-left: 20px !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-top-small {
    margin-top: 5px !important;
}

.margin-top-medium {
    margin-top: 10px !important;
}

.margin-top-large {
    margin-top: 20px !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-small {
    margin-bottom: 5px !important;
}

.margin-bottom-medium {
    margin-bottom: 10px !important;
}

.margin-bottom-large {
    margin-bottom: 20px !important;
}
/* padding */
.padding-none {
    padding: 0 !important;
}

.padding-small {
    padding: 5px !important;
}

.padding-medium {
    padding: 10px !important;
}

.padding-large {
    padding: 20px !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-right-small {
    padding-right: 5px !important;
}

.padding-right-medium {
    padding-right: 10px !important;
}

.padding-right-large {
    padding-right: 20px !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-left-small {
    padding-left: 5px !important;
}

.padding-left-medium {
    padding-left: 10px !important;
}

.padding-left-large {
    padding-left: 20px !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-top-small {
    padding-top: 5px !important;
}

.padding-top-medium {
    padding-top: 10px !important;
}

.padding-top-large {
    padding-top: 20px !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-small {
    padding-bottom: 5px !important;
}

.padding-bottom-medium {
    padding-bottom: 10px !important;
}

.padding-bottom-large {
    padding-bottom: 20px !important;
}
/* table column width in % */
.width-10,
.width-20,
.width-30,
.width-40,
.width-50,
.width-60,
.width-70,
.width-80,
.width-90,
.width-100 {
    width: 100%;
    height: 100%;
}

.width-10 {
    padding-left: 45%;
    padding-right: 45%;
}

.width-20 {
    padding-left: 40%;
    padding-right: 40%;
}

.width-30 {
    padding-left: 35%;
    padding-right: 35%;
}

.width-40 {
    padding-left: 30%;
    padding-right: 30%;
}

.width-50 {
    padding-left: 25%;
    padding-right: 25%;
}

.width-60 {
    padding-left: 20%;
    padding-right: 20%;
}

.width-70 {
    padding-left: 15%;
    padding-right: 15%;
}

.width-80 {
    padding-left: 10%;
    padding-right: 10%;
}

.width-90 {
    padding-left: 5%;
    padding-right: 5%;
}

.modal-open .modal {
    overflow-y: hidden;
}


.form-group {
    width: 100%;
}

.breadcrumb {
    margin-bottom: 5px;
    margin-top: -5px;
    border-radius: 0;
    background: #FAFAFA;
}

.fixed-top {
    box-shadow: none;
}

.panel {
    border: 1px solid #eeeeee;
}

.panel-body {
    padding: 10px 10px 5px;
}

.panel-heading {
    padding: 10px 15px;
}

.radio label, .checkbox label {
    padding-left: 0;
}

/** search box */
.search-box {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}


/* Dashboard */
.right-sidebar {
    z-index: 1004;
}

    .right-sidebar .notify-row {
        margin: 18px 10px 4px;
        float: none;
    }

        .right-sidebar .notify-row ul.top-menu {
            margin-right: 0;
        }

    .right-sidebar ul.top-menu > li > a {
        margin-right: 12px;
    }

.profile-nav .user-heading {
    padding: 10px 20px;
}

    .profile-nav .user-heading h1 {
        margin-top: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 14px;
    }

.notification-info.no-icon {
    margin-left: 0;
    margin-top: 0;
}

.panel-heading .fa {
    margin-right: 5px;
}

.widget-category h2 {
    margin-top: 3px;
    font-size: 28px;
}

.horizontal-menu .dropdown-menu > li > a {
    padding: 5px 10px;
    margin: 2px 5px;
}

/* Dropdown submenu */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu:hover > a {
        background-color: #1FB5AD;
        text-decoration: none;
        color: #FFF;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.10) !important;
        border: medium none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: "\f105";
        float: right;
        font-family: "FontAwesome";
        margin-right: -5px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.profile-desk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .profile-desk ul strong {
        width: 20px;
        display: inline-block;
        text-align: center;
    }

/* data grid view detail */
td.details .nav > li > a {
    position: relative;
    display: block;
    padding: 2px 15px;
}

td.details .monthly-stats {
    padding: 5px 15px;
}

/* select 2 bug fix */
.select2-container {
    width: 100% !important;
}

.link-btn {
    cursor: pointer;
}


/* CSS Clock */

ul#clock li {
    border: none;
}

#clock {
    position: relative;
    width: 185px;
    height: 185px;
    margin: -95px auto 0;
    background: url(../images/clockface.png) no-repeat;
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 15px;
    height: 185px;
    top: 0;
    left: 83px;
}

#sec {
    background: url(../images/sechand.png);
    z-index: 3;
    overflow: hidden;
}

#min {
    background: url(../images/minhand.png);
    z-index: 2;
}

#hour {
    background: url(../images/hourhand.png);
    z-index: 1;
}


.tab-content .panel .nav a {
    padding: 3px 10px;
}

 .input-group .fa{color:#1fb5ad;}

tr.odd td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
}

tr.even td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
}


tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.validation-error
{
color:red;
font-style:italic;
}
 .accordion-toggle:before
    {
        font-family:'FontAwesome';
        content:"\f054 ";
        float:left;
        }
        
.accodrion-opened .accordion-toggle:before
    {
        font-family:'FontAwesome';
        content:"\f078";
        float:left;
        }
.null {
    font-style:italic;
    color:red;
    font-size:12px;
}

.help-block
{
    padding-left:0px;
 color:Red;
    
    }
    
.help-block ul
{margin-left:0px;
 padding-left:0px;}

.help-block ul li
{margin-left:0px;
 padding-left:0px;
margin-left:0px;
 }