@font-face {
    font-family: 'Roboto Regular';
    font-weight:400;
    src: url(../Fonts/Roboto-Regular-webfont.eot);
    src: url(../Fonts/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(../Fonts/Roboto-Regular-webfont.woff) format('woff'), 
         url(../Fonts/Roboto-Regular-webfont.ttf) format('truetype'), 
         url(../Fonts/Roboto-Regular-webfont.svg) format('svg');
}
@font-face {
    font-family: 'Roboto Medium';
    font-weight:500;
    src: url(../Fonts/Roboto-Medium-webfont.eot);
    src: url(../Fonts/Roboto-Medium-webfont.eot?#iefix) format('embedded-opentype'),
         url(../Fonts/Roboto-Medium-webfont.woff) format('woff'), 
         url(../Fonts/Roboto-Medium-webfont.ttf) format('truetype'), 
         url(../Fonts/Roboto-Medium-webfont.svg) format('svg');
}
@font-face {
    font-family: 'Roboto Bold';
    font-weight:700;
    src: url(../Fonts/Roboto-Bold-webfont.eot);
    src: url(../Fonts/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'), 
         url(../Fonts/Roboto-Bold-webfont.woff) format('woff'), 
         url(../Fonts/Roboto-Bold-webfont.ttf) format('truetype'), 
         url(../Fonts/Roboto-Bold-webfont.svg) format('svg');
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../Fonts/glyphicons-halflings-regular.eot);
    src: url(../Fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), 
         url(../Fonts/glyphicons-halflings-regular.woff2) format('woff2'), 
         url(../Fonts/glyphicons-halflings-regular.woff) format('woff'), 
         url(../Fonts/glyphicons-halflings-regular.ttf) format('truetype'), 
         url(../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

html{
    font-size:15px;
}

::-webkit-scrollbar {
    width: 7px !important;
    height: 7px !important;
}

::-webkit-scrollbar-thumb {
    background: #6f8294;
}

::-webkit-scrollbar-track {
    border: solid 1px #eee;
    background-color: #fafafa;
}

body {
    background: #fefefe;
    margin: 0px;
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*-khtml-user-select: none;*/
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    /*min-width: 990px;*/
    font-size: 11.5px !important;
    letter-spacing: 0.03em;
}
.sk_effect_default {
    transition: all .4s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
button[disabled] {
    /*filter: invert(92%) sepia(67%) saturate(271%) hue-rotate(123deg) brightness(118%) contrast(2%);*/
    opacity:0.2;
}
/*--------------------------------------------Header & Menu Section styles------------------------------------------*/
/*.top_header {
    height: 40px;
}*/

.top .main_logo {
    width: 102px;
    height: 35px;
    background: url('../Images/main-logo.png') top left no-repeat;
    /*background:none;*/
    margin: 3px 0px 2px 10px;
    background-size: contain;
    background-position: center;
}

/*--------------------Drop Menu----------------------------*/

.dropmenu {
    cursor: pointer;
}

.dropmenu ul {
    padding: 0px;
    list-style-type: none;
    position: absolute;
    top: 40px;
    background: #ffffff;
    border-bottom: 1px #cfcfcf solid;
    border-right: 1px #cfcfcf solid;
    border-left: 1px #cfcfcf solid;
    border-radius: 0px 0px 4px 4px;
    -moz-box-shadow: #666666 1px 1px 3px;
    box-shadow: #666666 1px 1px 3px;
    display: none;
    z-index: 101;
    behavior: url(~/../../../Content/css/Desktop/PIE.htc);
}

.dropmenu li {
    white-space: nowrap;
    text-align: left;
}

.dropmenu li a, .dropmenu li div {
    text-decoration: none;
    padding: 4px 10px;
    line-height: 20px;
    display: block;
    font-weight: bold;
}

.dropmenu li a:hover, .dropmenu li div:hover {
    color: #ffffff;
}

.dropmenu li a img, .dropmenu li div img {
    border: 1px #ffffff solid;
    -webkit-box-shadow: 0 0 2px #666666;
    -moz-box-shadow: 0 0 2px #666666;
    box-shadow: 0 0 2px #666666;
}

/*-----------drop-menu-----------*/

.lang_flag {
    border: 1px #ffffff solid;
    -webkit-box-shadow: 0 0 2px #666666;
    -moz-box-shadow: 0 0 2px #666666;
    box-shadow: 0 0 2px #666666;
    height: 16px;
    width: 26px;
    display: block;
    float: left;
    margin-right: 5px;
}

.help_icon_desktop {
    width: 20px;
    height: 20px;
    background: url(../Images/ico_dsk_sprite2x.png?ver=5.0.0.125) -5px -78px no-repeat;
    display: block;
    cursor:pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.help_icon_desktop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.overlayDropmenu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    min-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.login-config {
    margin-top: 12px;
}
.login-config .username a, .login-config .username>div {
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
}
.login-config .username a:hover, .login-config .username>div:hover {
    text-decoration: underline;
}

.login-config .icon-column {
}


.icon16 {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.displayHotelName {
    padding: 4px 10px;
    font-size: 11px;
    color: #999;
    border-bottom: 1px solid #eee;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.k-menu, .k-menu .k-group {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}
.k-menu {
    cursor: default;
}
.k-menu:after {
    content: '';
    display: block;
    width: 99%;
    height: 0;
    float: inherit;
    clear: both;
}
k-block, .k-widget, .k-grid, .k-slider, .k-splitter, .k-treeview, .k-panelbar, .k-content, .k-header-column-menu {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.k-block, .k-widget {
    line-height: normal;
    outline: 0;
}
.k-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.k-widget, .k-block, .k-inline-block, .k-draghandle {
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
}
.k-menu.k-header, .k-menu .k-item, .k-item .k-state-default {
    border-color: #cdcdcd;
    background-color: #e3e3e3;
    color: #4c5356;
}
.mainMenu .k-menu .k-item, .k-widget.k-menu-horizontal {
    color: #4c5356;
    border-color: #cdcdcd;
    background-color: #e3e3e3;
    color: #4c5356;
}
.k-menu.k-header, .k-menu .k-item, .k-item .k-state-default {
    background-color: #f7f7f7;
}
.k-link {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
.k-link:link {
    color: #4c5356;
}
.k-link:visited {
    color: #4c5356;
    background-color: #e3e3e3;
}
.k-menu .k-item > .k-link {
    display: block;
    padding: .5em 1.1em .4em;
    line-height: 1.34em;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.k-menu .k-group {
    display: none;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    white-space: nowrap;
}
.k-menu .k-item > .k-link {
    display: block;
    padding: .5em 1.1em .4em;
    line-height: 1.34em;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
.k-menu .k-group .k-item > .k-link {
    padding: .28em 1.8em .38em .9em;
}
.mainMenu .k-menu .k-item, .k-widget.k-menu-horizontal > .k-item .k-item.k-state-default a:visited {
    color: #4c5356;
    background-color: #e3e3e3;
}
.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 1px 0 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.k-popup .k-item, .k-list-optionlabel {
    cursor: default;
}
.k-menu .k-item .k-item, ul.k-menu-vertical > .k-item {
    display: block;
    float: none;
    border-width: 0;
}
.k-menu .k-menu-group>.k-item {
    display: block;
    border-width: 0;
}
.k-popup .k-item.k-first {
    position: relative;
}
.k-menu .k-group {
    border-color: #cdcdcd;
}
.k-popup.k-group {
    color: #4c5356;
    background-color: #fff;
}
.k-menu .k-animation-container .k-menu-group {
    top: auto;
    left: auto;
    margin-left: -1px;
}
:root * > .k-icon, :root * > .k-sprite, :root * > .k-button-group .k-tool-icon {
     vertical-align: middle; 
}
k-menu .k-item > .k-link > .k-icon, .k-menu .k-image, .k-menu .k-sprite {
    margin: -2px 4px 0 -4px;
    vertical-align: middle;
}
.k-menu .k-item > .k-link > .k-icon {
    margin: -2px 0 0;
}

.k-menu .k-item > .k-link > .k-i-arrow-s {
    margin-right: -8px;
}
.k-icon, .k-sprite, .k-button-group .k-tool-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.k-icon, .k-sprite {
    background-color: transparent;
}
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after {
    background-image: url(../Images/sprite.png);
    border-color: transparent;
}
.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite {
    opacity: .8;
}
.k-i-arrow-s {
    background-position: 0 -32px;
}
.k-i-arrow-e {
    background-position: 0 -16px;
}
/*-----------------------------------------------------------------------------------------------------------------*/
/**[class*='col-'] {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.pullright, .pull-right {
    float: right;
}
.pullleft, .pull-left {
    float: left;
}
.paddingside10 {
    padding: 0 10px;
}
.login-config {
    margin-top: 12px;
}
/*thead th {
    font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
}*/

.row {
    margin: 0px !important;
    padding: 0px;
    /*background-color: transparent;*/
    border: none;
}

.container-fluid {
    padding: 0px;
}

.sk_bar {
    position: relative;
    width: 100%;
    top: 0px;
    /*z-index: 9996;*/
    background-color: #fff;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0rem;
}

.sk_heading {
    text-align: left;
    color: #656565;
    /* text-transform: uppercase; */
    margin: 0.5rem 0px;
    padding:0px;
    font-size: 1.3rem;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.sk_heading:hover, .sk_heading:focus, .sk_heading:active{
    white-space:normal;
}

.sk_main {
    position: relative;
    width: 100%;
    top: 0px;
    overflow-y: auto;
    padding: 0.5rem;
}


/*.sk_card {
    background-color: #FFFEFF;
    box-shadow: 0px 1px 2px 1px #D3D2D3;
    -webkit-box-shadow: 0px 1px 2px 1px #D3D2D3;
    -moz-box-shadow: 0px 1px 2px 1px #D3D2D3;
    border-radius: 2px;
    padding: 1rem;
    margin: 0.35rem 0rem;
}*/

/*#StockFilterWrapper.sk_card{
    padding:0px !important;
}*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #969696;
    font-size: 0.8rem;
}


.btn-normal {
    text-decoration: none;
    display: inline-block;
    /**display: inline;*/
    padding: 4px 12px;
    margin-bottom: 0;
    /**margin-left: .3em;*/
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
    /**line-height: 20px;*/
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

/*------------------------------Bootstrapt-font---icon-new-inset------------------------------*/
.glyphicon {
    position: relative;
    /*top: 0px;*/
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
    content: "\e003";
}
/*-------------------------------------------------------------------------------------------*/

.right-addon .glyphicon {
    right: 1em;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.right-addon input {
    padding-right: 30px;
}        

.sk_btn {
    width: 34px !important;
    height: 34px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: .7;
    margin: 0 0 0 .3rem;
    outline:none;
}

/*.sk_btn2 {
    height: 26px;
    background-color: transparent;
    border: solid 1px #ddd;
    color:#999;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0px;
    outline: none;
    box-shadow: 0px 0px 2px 0px #ccc;
}*/


.sk_btn:hover, .sk_btn2:hover {
    box-shadow: 0px 0px 5px 0px #ccc;
}
        
.sk_effect_default {
    transition: all .4s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.sk_action_btn_panel > .sk_dumy_btn {
    border: solid 1px #e2e2e2;
    border-radius: 3px;
    color: #222;
    zoom: 1.5;
}

.sk_action_btn_panel > .sk_btn.btn_selected {
    background-color: #fff;
    -webkit-filter: invert(0.7);
    filter: invert(0.7);
}

.sk_action_btn_panel > .sk_btn.btn_disabled, .sk_action_btn_panel > .sk_btn[disabled] {
    filter: opacity(0.3);
}

.sk_action_btn_panel > .sk_btn.btn_active {
    opacity: 1;
}

.sk_action_btn_panel > .sk_btn.btn_hide {
    display: none;
}

.sk_add_btn {
    background: url(../Images/sk_sprite2x.png) 0 -238px no-repeat #fff;
}
.sk_filter_btn {
    background: url(../Images/sk_sprite2x.png) 0 -34px no-repeat #fff;
    float: right;
}
.sk_add_pm_btn {
    background: url(../Images/sk_sprite2x.png) 0 -238px no-repeat #fff;
    float: right;
}
.sk_refresh_btn {
    background: url(../Images/sk_sprite2x.png) 0 0 no-repeat #fff;
    float: right;
}
.sk_back_btn {
    background: url(../Images/sk_sprite2x.png) 0 -102px no-repeat;
    float: left;    
}
.sk_undo_btn {
    /*background: url(../Images/sk_sprite2x.png) 0 -578px no-repeat;*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgzIiBoZWlnaHQ9IjQ4MyIgdmlld0JveD0iMCAwIDQ4MyA0ODMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04Mi4wNTE0IDMyMy44MTZDODYuNjgxNiAzMjAuNjEzIDkyLjM5MDQgMzE5LjM3IDk3LjkzMzIgMzIwLjM1OUMxMDMuNDc2IDMyMS4zNDcgMTA4LjQwMyAzMjQuNDg2IDExMS42NDEgMzI5LjA5M0MxMzAuNDU3IDM1NS40OTYgMTU3LjIwNyAzNzUuMjA3IDE4Ny45OTkgMzg1LjM1N0MyMTguNzkxIDM5NS41MDcgMjUyLjAxOCAzOTUuNTY4IDI4Mi44NDcgMzg1LjUzQzMyMS4yNTQgMzczLjk5NyAzNTMuNTIxIDM0Ny43MDUgMzcyLjU3MiAzMTIuNDE3QzM5MS42MjMgMjc3LjEyOSAzOTUuOTAyIDIzNS43MjcgMzg0LjQ3MiAxOTcuMjg4QzM3MS45NjkgMTU5LjE4NiAzNDQuODY1IDEyNy41OTYgMzA5LjEwNSAxMDkuNDQ3QzI3My4zNDUgOTEuMjk4NiAyMzEuODQ4IDg4LjA3MTYgMTkzLjcxMiAxMDAuNDc0QzE1OS4xMjEgMTExLjE5OCAxMjkuMzgyIDEzMy43MDYgMTA5LjY2NSAxNjQuMDgyTDE1MS41NTcgMTQyLjkzN0MxNTQuMDY4IDE0MS42NzMgMTU2LjgwNSAxNDAuOTE4IDE1OS42MSAxNDAuNzE2QzE2Mi40MTQgMTQwLjUxMyAxNjUuMjMxIDE0MC44NjggMTY3Ljg5OCAxNDEuNzU4QzE3MC41NjUgMTQyLjY0OCAxNzMuMDMgMTQ0LjA1NiAxNzUuMTUxIDE0NS45MDJDMTc3LjI3MiAxNDcuNzQ4IDE3OS4wMDcgMTQ5Ljk5NiAxODAuMjU2IDE1Mi41MTRDMTgxLjUyIDE1NS4wMjYgMTgyLjI3NSAxNTcuNzYzIDE4Mi40NzcgMTYwLjU2OEMxODIuNjc5IDE2My4zNzIgMTgyLjMyNSAxNjYuMTg5IDE4MS40MzUgMTY4Ljg1NkMxODAuNTQ1IDE3MS41MjMgMTc5LjEzNyAxNzMuOTg4IDE3Ny4yOTEgMTc2LjEwOUMxNzUuNDQ1IDE3OC4yMyAxNzMuMTk3IDE3OS45NjUgMTcwLjY3OCAxODEuMjE0TDg4LjgwNCAyMjIuNDYyTDg1LjM0MjYgMjIzLjU0NEM4Mi45ODA4IDIyNC4yOCA4MC41MDkgMjI0LjU5OSA3OC4wMzc5IDIyNC40ODdDNzcuMjAzNSAyMjQuNDM4IDc2LjM4NDYgMjI0LjI0IDc1LjYxOTcgMjIzLjkwMkM3My45OTAxIDIyMy44MTYgNzIuMzgyIDIyMy40OTEgNzAuODQ3MiAyMjIuOTM2TDY4LjMxNDMgMjIxLjI2OUM2Ny45OTYgMjIwLjI1MSA2NS45MDg4IDIyMC4wMSA2NC43MTIzIDIxOS4wNDNDNjMuNTE1OSAyMTguMDc2IDY0LjA3NTcgMjE3LjAwNyA2Mi44MDMgMjE2LjUxMUM2MS44Njk1IDIxNS41MDEgNjEuMDEwMiAyMTQuNDI1IDYwLjIzMTcgMjEzLjI5MUwxOS40OTM3IDEzNi42MjJDMTguMTQ5NiAxMzQuMTA3IDE3LjMxNCAxMzEuMzUyIDE3LjAzNDYgMTI4LjUxNEMxNi43NTUzIDEyNS42NzYgMTcuMDM3NiAxMjIuODExIDE3Ljg2NTYgMTIwLjA4MkMxOC42OTM1IDExNy4zNTMgMjAuMDUwOCAxMTQuODE0IDIxLjg2IDExMi42MUMyMy42NjkxIDExMC40MDYgMjUuODk0OCAxMDguNTc5IDI4LjQwOTggMTA3LjIzNUMzMC45MjQ4IDEwNS44OTEgMzMuNjc5OSAxMDUuMDU1IDM2LjUxNzggMTA0Ljc3NkMzOS4zNTU4IDEwNC40OTcgNDIuMjIwOSAxMDQuNzc5IDQ0Ljk0OTggMTA1LjYwN0M1MC40NjA5IDEwNy4yNzkgNTUuMDgyIDExMS4wNzIgNTcuNzk2NiAxMTYuMTUxTDcyLjUyNTkgMTQzLjk1NkM5Ny4zNzQgMTAzLjc1OSAxMzUuODc3IDczLjg2MzkgMTgwLjk3OCA1OS43NTE2QzIyOS45MTQgNDMuOTcyOSAyODMuMTExIDQ4LjI1MTkgMzI4Ljg5NiA3MS42NDk1QzM3NC42OCA5NS4wNDcxIDQwOS4zMTMgMTM1LjY1MiA0MjUuMTk0IDE4NC41NTVDNDQwLjAwMSAyMzMuNzkzIDQzNC42NyAyODYuODk1IDQxMC4zNyAzMzIuMjA3QzM4Ni4wNyAzNzcuNTIgMzQ0Ljc4OCA0MTEuMzQyIDI5NS41OCA0MjYuMjUyQzI1Ni4wMDMgNDM5LjI5OCAyMTMuMjgzIDQzOS4yOTIgMTczLjcwOSA0MjYuMjM2QzEzNC4xMzYgNDEzLjE3OSA5OS43OTk4IDM4Ny43NjEgNzUuNzU3IDM1My43MjRDNzQuMTY5NiAzNTEuMzU5IDczLjA3MTkgMzQ4LjcgNzIuNTI4NyAzNDUuOTAzQzcxLjk4NTYgMzQzLjEwNyA3Mi4wMDgxIDM0MC4yMyA3Mi41OTQ3IDMzNy40NDNDNzMuMTgxNCAzMzQuNjU1IDc0LjMyMDQgMzMyLjAxMyA3NS45NDQ1IDMyOS42NzNDNzcuNTY4NyAzMjcuMzMyIDc5LjY0NTIgMzI1LjM0MSA4Mi4wNTE0IDMyMy44MTZaIiBmaWxsPSIjNzc3Nzc3Ii8+Cjwvc3ZnPgo=");
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}
.sk_save_btn {
    background: url(../Images/sk_sprite2x.png) 0 -340px no-repeat;
}
/*.sk_accept_btn {
    background: url(../Images/sk_sprite2x.png) 0 -272px no-repeat;
}*/
.sk_edit_btn {
    background: url(../Images/sk_sprite2x.png) 0 -170px no-repeat;
}
.sk_link_btn {
    background: url(../Images/sk_sprite2x.png) 0 -476px no-repeat;
}
.sk_bar .sk_heading > .sk_back_btn {
    margin: 0px 5px;
    margin-left: 0em;
    margin-top: -0.25em;
}
.lang_flag.en-GB {
    background: url(../Images/ico_dsk_sprite2x.png?ver=5.0.0.125) -80px 0 no-repeat;
}
.lang_flag.fr-FR {
    background: url(../Images/ico_dsk_sprite2x.png?ver=5.0.0.125) -27px 0 no-repeat;
}
.lang_flag.zh-CN {
    background: url(../Images/ico_dsk_sprite2x.png?ver=5.0.0.125) 0 0 no-repeat;
}
.icon-sq-down-arr {
    background: url(../Images/ico_dsk_sprite2x.png?ver=5.0.0.125) -238px 0 no-repeat;
}

/*------------------------SVG images-----------------------------*/
.sync_icon_desktop {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDE2LjkzMyAxNi45MzMiIGZpbGw9IiNmZmYiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PHBhdGggZD0iTTguNDY2LjMxNHYyLjM1NXMzLjI0MS0uMzg0IDUuMTc4IDIuNjM5LjYyMiA1Ljk0LjEwMyA2LjYyNWwtMS4yMy0xLjEzOHMyLjU3Ny01LjM4Mi0zLjk2Ny02LjY4MXYyLjM1NUw1LjM5MyAzLjMxMnptLS4wMTYgMTYuNzR2LTIuMzU1cy0zLjI0MS4zODQtNS4xNzgtMi42MzktLjYyMi01Ljk0LS4xMDMtNi42MjVsMS4yMyAxLjEzOHMtMi41NzcgNS4zODIgMy45NjcgNi42ODF2LTIuMzU1bDMuMTU3IDMuMTU3eiIvPjwvc3ZnPg==");
    display: block;
    transform: scaleX(-1);
    cursor: pointer;
}
.faq_icon_desktop {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik00MDEuMjE5IDI1Ny4zNzVsLTEzLjEyNSAyOS4zNDQgMjYuMTg4IDE1LjEyNSAxNi0yNy43MTl6TTQxNC4zNzUgMTc2SDQ0OHYzMmgtMzMuNjg4czMuOS0xNi42OTcuMDYzLTMyem0tMjguOTA3LTc3LjIxOWwyOC44MTMtMTYuNjU2IDE2IDI3Ljc1LTI4LjY4OCAxNi41NjJzLTguNzQtMTkuMi0xNi4xMjUtMjcuNjU2em0tNDcuMzEyLTgxLjA2MmwyNy42ODggMTYtMTYuNjI2IDI4Ljc4MlMzMjguMTEgNDcuNDUgMzIxLjU5MyA0Ni40Mzh6TTI0MCAzMy42MjVWMGgzMnYzMy42MjVzLTE3LjkzMy0zLjYwNC0zMiAwem0tNzcuMjE5IDI4LjkwN2wtMTYuNjU2LTI4LjgxMyAyNy43NS0xNiAxNi41NjMgMjguNzE5cy0yMS44MTYgMTAuMTQ2LTI3LjY1NyAxNi4wOTR6bS01Mi4zNDMgNjMuOTA2bC0yOC43MTktMTYuNTYzIDE2LTI3Ljc1IDI4LjgxMyAxNi42NTdzLTEzLjQxNCAxOC42NzEtMTYuMDk0IDI3LjY1NnpNOTcuNjI1IDE3Nkg2NHYzMmgzMy42ODhzLTQuMDQ4LTE2LjAxNC0uMDYzLTMyem0xMy4wMzIgODEuNDM3bC0yOC45MzggMTYuNjg4IDE2IDI3LjcxOSAyNS45NjktMTQuOTY5ek0xOTIgMzg0aDEyOHMtMi43MDQtMzIuNTQ5IDM1LjIwOC0xMDMuNTkxYzAgMCAzNC41ODgtNTUuODA1IDI3LjgyNi05NS40MTMgMCAwIC45NjYtNTYuOTk2LTU0LjU4MS05OS4wMTkgMCAwLTM3LjQ1Ni0yOC45MzktMTAwLjY0Mi0xOS4zNzYgMCAwLTUyLjk0IDkuOTA1LTgyLjk5NiA2Mi41MDMgMCAwLTMyLjEwNSA0NC4wNTktNi4xNDggMTEzLjA1MiAwIDAgNjAuMjE0IDExMS44OSA1My4zMzIgMTQxLjg0NHoiLz48cmVjdCB3aWR0aD0iMTI5LjIwOCIgaGVpZ2h0PSIzMS41MTciIHg9IjE5MS4wMzQiIHk9IjQwMC4zMDIiIHJ5PSIxNS43NTgiIHBhaW50LW9yZGVyPSJzdHJva2UgZmlsbCBtYXJrZXJzIi8+PHJlY3Qgd2lkdGg9IjEyOS4yMDgiIGhlaWdodD0iMzEuNTE3IiB4PSIxOTIuMTIxIiB5PSI0NDguNDUzIiByeT0iMTUuNzU4IiBwYWludC1vcmRlcj0ic3Ryb2tlIGZpbGwgbWFya2VycyIvPjxwYXRoIGQ9Ik0yMTAuOTM4IDQ4MHMxMS4wMDkgMzEuNTE3IDQzLjg1NCAzMmMwIDAgMzMuMTEzIDIuMTEyIDQ2LjI3Mi0zMnoiLz48L3N2Zz4=");
    display: block;
}
/*--------------------------------------------------------------------------*/
/*.nav-tabs {
    margin: 0.75rem 0px;
    margin-top: 0em;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 0px 4px 0px #e2e2e2;
    -webkit-box-shadow: 0 0px 4px 0px #e2e2e2;
    -moz-box-shadow: 0 0px 4px 0px #e2e2e2;
}*/

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding:0px;
    cursor:pointer;
    padding: 0.6%;
}

/*.sk_tab > li > div {
    background-color: transparent;
    color: #ccc;
    border: none;
    text-align: center;
    padding: 5px 0px;
}

.nav > li > h5 {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > h5 {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}*/

/*.sk_tab > li > h5 {
    background-color: transparent;
    color: #ccc;
    border: none;
    text-align: center;
}

.sk_tab.nav-tabs h5 {
    margin: 0px;
    font-size: 1.5em;
    line-height: 110%;
    font-weight: 400;
    padding:0px;
}*/
/*--------------------------------------------------------------------------*/
/*.filter_div label, .filter_div .col-md-4, .filter_div .col-md-5, .filter_div .col-md-7 {
    padding: 0;
}*/

input.sk_textfield.form-control {
    text-align: left;
    font-size: 12px;
    text-indent: 0.5em;
    box-shadow:none !important;
}

.sk_textfield.form-control::-webkit-input-placeholder {
    text-align: left;
    font-size:0.9em;
    color:#ccc;
    text-indent:0.5em;
}

input.sk_textfield.form-control:-moz-placeholder {
    text-align: left;
    font-size: 0.9em;
    color: #ccc;
    text-indent: 0.5em;
}

.table {
    margin-bottom: 0;
}
/*.thead {
    background: #647585;
    color: #fff;
    font-family: 'robotomedium';
}*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > th {
    border-top: none;
    border-bottom: solid 1px #ddd;
    padding: 0.5rem 15px;
    font-weight: normal;
    vertical-align: middle;
}
.table > tbody > tr > th, .table > thead > tr > th {
    font-weight: normal;
    vertical-align: top;
}

.table > tfoot > tr > td, .table > tfoot > tr > th{
    /*padding: 0.5rem 1em;*/
    font-weight:700;
    line-height: 1.2em;
    vertical-align: middle;
    border-top: 3px solid #555;
}

.table > .tbody > .row {
    width: 100%;
    border-bottom: solid 1px #ddd !important;
}

/*.table > .tbody > .row > .gridcell, .table > .thead > .row > .gridcell, .table > .tfoot > .row > .gridcell {
    float: left;
    border-top: none;    
    padding: 0.5rem 15px;
    font-weight: normal;
    vertical-align: middle;
    box-sizing:border-box;
    word-break: break-word;
    overflow: hidden;
}*/


/*-------------------------------------------------------------------------*/
/*#AddStockSupplierTbl.table .row > .gridcell:nth-child(1) {margin:auto; width:8%;}  
#AddStockSupplierTbl.table .row > .gridcell:nth-child(2) {margin:auto; width:52%}  
#AddStockSupplierTbl.table .row > .gridcell:nth-child(3) {margin:auto; width:12.5%}
#AddStockSupplierTbl.table .row > .gridcell:nth-child(4) {margin:auto; width:10%}  
#AddStockSupplierTbl.table .row > .gridcell:nth-child(5) {margin:auto; width:12.5%}
#AddStockSupplierTbl.table .row > .gridcell:nth-child(6) {margin:auto; width:5%; text-align:center}*/

/*-------------------------------------------------------------------------*/


/*#WOListTable.table .row > .gridcell:nth-child(1) {width: 3.5%;}
#WOListTable.table .row > .gridcell:nth-child(2) {width: 10.5%;}
#WOListTable.table .row > .gridcell:nth-child(3) {width: 10.5%;}
#WOListTable.table .row > .gridcell:nth-child(4) {width: 10.5%;}
#WOListTable.table .row > .gridcell:nth-child(5) {width: 50%;}
#WOListTable.table .row > .gridcell:nth-child(6) {width: 15%;}*/


#WOListTable .tbody .row .gridcell {
    /*height: 1.5rem;*/
    vertical-align: text-top;
    line-height: 1.2em;
}

/*.table.issue-dt-table .row > .gridcell:nth-child(1) {  cursor:pointer; }
.table.issue-dt-table .row > .gridcell:nth-child(6) {  width:100%; padding:0px; padding-bottom:1px;}



.table.issue-dt-table .row > .gridcell:nth-child(6) .table>.thead{
    padding: 0.5rem 1em;
    background: #d2d2d2;
    color:#222;
}
.table.issue-dt-table .row > .gridcell:nth-child(6) .table>.tbody {
    max-height:45vh;
    overflow-x:auto;
}
.table.issue-dt-table .row > .gridcell:nth-child(6) .gridcell{
    width:100%;
    padding: 0.5rem 1em;
    border-bottom: solid 1px #e4e4e4;
}*/

/*.table.issue-dt-table .tfoot .gridcell {    
    font-weight: 700;
    line-height: 1.2em;
    vertical-align: middle;
    border-top: 3px solid #555;
}*/

.defect_detailViewWrapper {
    background: #fff;
    padding: 2rem 1.5rem;
    border: solid 1px #ddd;
    box-shadow: 0 0 25px 0 rgba(100,100,100, 0.25);
}        
        
.bg-default {
    background: #f2f2f2;
    color: #d70000;
}

th.bg-success {
    color: limegreen;
}

.sk_textarea_required {
    border-color: #e1646b !important;
}        
        
.msg_box_wrapper_other {
    top: 120px !important;
}

/*div.qty-cell {
    padding: 5px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;    
}*/

/*td.g-bg, div.g-bg {
    background-color: #62c157;
    color: #fff;
    text-align: right;
}

td.r-bg, div.r-bg {
    background-color: #f00;
    color: #fff;
    text-align: right;
}*/

td.a-bg, div.a-bg {
    background-color: #E2E2E2;  /*#fafafa;*/
    color: #656565;             /*#969696;*/
    text-align: right;
}

.table > tbody > tr > td.mines-Qty {
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    /*font-size: 16px;
    padding: 0px 5px;
    margin: 3px;
    border-radius: 48%;*/
}

#AddStockSupplierTbl td .form-control:not([class*="required"]) {
    margin-bottom: 0px;
}
#WOListTable tbody tr td {
    height: 2.5rem;
    vertical-align: text-top;
    line-height: 1.5em;
}
#WOListTable tbody tr:hover {
    background: #f3f3f3;
}

span.sk_dumy_icon {
    color: #fff;
    font-size: 2em;
    text-shadow: 1px 1px 1px #959595;
    line-height:0.4em;
}

/*.remSupliericon.pcTopic {
    font-size: 1.75em;
    color: #F00;
}*/

/*.transQtyPanel {
    background: #fcfcfc;
    padding: 0px 1em;
    border: solid 1px #efefef;
}

.transQtyPanel legend{
    font-size: 15px;
    margin-bottom: 0.5em;
    border: none;
    width: auto;
    padding: 0 5px;
}*/

.tooltipBtn {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px
}
.transTooltip {
    /*width: 95%;*/
    /*min-height: 30vh;*/
    position: relative;
    /*bottom: 2.5em;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #999;*/
    padding: 0em;
}

.cover {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: transparent;
}

.cover body {
    background: transparent !important;
    display: none;
}

.overlay {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #000000;
    background: #000000\9 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    min-height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 2;
}

/*----------------msg box main------------------------*/
.msg_box_wrapper_main {
    position: absolute;
    z-index: 1000006;
    max-width: 550px;
    min-width: 350px;
    border-radius: 0px;
    box-shadow: 0px 1px 2px 0px #999999;
    -moz-box-shadow: 0px 1px 2px 0px #999999;
    -webkit-box-shadow: 0px 1px 2px 0px #999999;
    background: #ffffff;
    border: none;
    letter-spacing:0px;
}

.msg_box_wrapper_main .msg_box {
    margin: 0px 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    display: none;
}

.msg_box_wrapper_main .msg_box .head {
    padding: 8px;
    margin: 0px;
    font-weight: normal;
    font-family: "robotomedium", sans-serif;
    color: #737373;
    border-radius: 0px;
    font-size: 14px;
    z-index: 1000006;
    border-bottom: 1px solid #E2E2E2;
}

.msg_box_wrapper_main .msg_box.info .head {
    background: #51C0FD;
    /* background: none; */
    color: #fff;
}
.msg_box_wrapper_main .msg_box.err .head {
    /*background: #D86956;*/
    background: #FF7070;
    color: #fff;
}
.msg_box_wrapper_main .msg_box.warning .head {
    background: #fff07b;
}
.msg_box_wrapper_main .msg_box.succ .head {
    /*background: #55BD97;*/
    background:none;
}
.msg_box_wrapper_main .msg_box .head a.close_btn {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.msg_box_wrapper_main .msg_box .head a.close_btn {
    color: #ffffff;
    background: #555555;
    padding: 0px 4px;
    border-radius: 2px;
}
.msg_box_wrapper_main .msg_box .msg_content {
    font-size: 13px;
    padding: 1.5rem 1rem;
    margin: 0px;
    color: #737373;
    font-style: normal;
    background: #ffffff;
    overflow-y: auto;
    max-height: 200px;
    letter-spacing:0px;
}

.msg_box_wrapper_main .msg_box.succ .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: 0px -646px;
    background-repeat: no-repeat;
    display: inline-block;
}

.msg_box_wrapper_main .msg_box.info .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: 0px -612px;
    background-repeat: no-repeat;
    display: inline-block;
}

.msg_box_wrapper_main .msg_box.err .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: 0px -680px;
    background-repeat: no-repeat;
    display: inline-block;
}

.msg_box_wrapper_main .msg_box.warning .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: 0px -544px;
    background-repeat: no-repeat;
    display: inline-block;
}
.msg_box_wrapper_main .msg_box .msg_content .content {
        padding: 5px 0px 0px 10px;
        max-width: 450px;
    }
.msg_box .btn_group {
    text-align: right;
    margin-top: 0;
    padding: 8px 8px 8px 0;
    background: #fff;
}
.msg_box_wrapper_main .msg_box .btn_group {
        text-align: right;
        padding: 0px;
        background: #ffffff;
    }
.btn-normal {
        text-transform:uppercase;
        font-family: "robotobold", sans-serif;
        color: #545454;
}
    .btn-normal:hover {
        color: #545454;
    }
.msg_box_wrapper_main .msg_box.info .btn_group .btn-normal {
        background-color: #d0edfd;
        *background-color: #d0edfd;
        background-image: -moz-linear-gradient(top, #ffffff, #d0edfd);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d0edfd));
        background-image: -webkit-linear-gradient(top, #ffffff, #d0edfd);
        background-image: -o-linear-gradient(top, #ffffff, #d0edfd);
        background-image: linear-gradient(to bottom, #ffffff, #d0edfd);
    }
.msg_box_wrapper_main .msg_box.info .btn_group .btn-normal:hover {
            background-image: -moz-linear-gradient(top, #def2fc, #b5e2fa);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#def2fc), to(#b5e2fa));
            background-image: -webkit-linear-gradient(top, #def2fc, #b5e2fa);
            background-image: -o-linear-gradient(top, #def2fc, #b5e2fa);
            background-image: linear-gradient(to bottom, #def2fc, #b5e2fa);
        }
.msg_box_wrapper_main .msg_box.err .btn_group .btn-normal {
        background-color: #FF7070;
        color:#FFF;
        background-image: none;
        text-shadow:none;
        /*background-color: #ffd6da;
        *background-color: #ffd6da;
        background-image: -moz-linear-gradient(top, #ffe9eb, #ffd6da);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe9eb), to(#ffd6da));
        background-image: -webkit-linear-gradient(top, #ffe9eb, #ffd6da);
        background-image: -o-linear-gradient(top, #ffe9eb, #ffd6da);
        background-image: linear-gradient(to bottom, #ffe9eb, #ffd6da);*/
    }
.msg_box_wrapper_main .msg_box.err .btn_group .btn-normal:hover {
        background-color:#FF9191;
        background-image: none;
            /*background-image: -moz-linear-gradient(top, #ffd6da, #ffd6da);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd6da), to(#ffd6da));
            background-image: -webkit-linear-gradient(top, #ffd6da, #ffd6da);
            background-image: -o-linear-gradient(top, #ffd6da, #ffd6da);
            background-image: linear-gradient(to bottom, #ffd6da, #ffd6da);*/
        }
.msg_box_wrapper_main .msg_box.warning .btn_group .btn-normal {
        background-color: #fff07b;
        background-image: none;
        color:#737373;
        /*background-color: #fff07b;
        background-image: -moz-linear-gradient(top, #fff9c3, #fff07b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff9c3), to(#fff07b));
        background-image: -webkit-linear-gradient(top, #fff9c3, #fff07b);
        background-image: -o-linear-gradient(top, #fff9c3, #fff07b);
        background-image: linear-gradient(to bottom, #fff9c3, #fff07b);*/
    }
.msg_box_wrapper_main .msg_box.warning .btn_group .btn-normal:hover {
            /*background-image: -moz-linear-gradient(top, #fff07b, #fff07b);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff07b), to(#fff07b));
            background-image: -webkit-linear-gradient(top, #fff07b, #fff07b);
            background-image: -o-linear-gradient(top, #fff07b, #fff07b);
            background-image: linear-gradient(to bottom, #fff07b, #fff07b);*/
            background-color: #F5E35D !important;
        }
.msg_box_wrapper_main .msg_box.succ .btn_group .btn-normal {
        background-color: #9fc977;
        *background-color: #9fc977;
        background-image: -moz-linear-gradient(top, #ddf5c5, #9fc977);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddf5c5), to(#9fc977));
        background-image: -webkit-linear-gradient(top, #ddf5c5, #9fc977);
        background-image: -o-linear-gradient(top, #ddf5c5, #9fc977);
        background-image: linear-gradient(to bottom, #ddf5c5, #9fc977);
    }
.msg_box_wrapper_main .msg_box.succ .btn_group .btn-normal:hover {
            background-image: -moz-linear-gradient(top, #9fc977, #9fc977);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9fc977), to(#9fc977));
            background-image: -webkit-linear-gradient(top, #9fc977, #9fc977);
            background-image: -o-linear-gradient(top, #9fc977, #9fc977);
            background-image: linear-gradient(to bottom, #9fc977, #9fc977);
        }
.msg_box_wrapper_main .msg_box .bottom {
        height: 0px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
        background: #ffffff;
    }
.msg_box_wrapper_main .btn-normal {
    padding: 1rem;
    width: 50%;
    margin-left:0px;
    border-radius: 0px;
    color: #545454;
}
/*----------------end msg box main------------------------*/
/*----------------msg box other------------------------*/
.msg_box_wrapper_other {
    position: absolute;
    z-index: 1000006;
    width: 100% !important;
    max-width: 100% !important;
    left: 0px !important;
    top: 90px !important;
    z-index: 9999999;
}
.msg_box_wrapper_other .msg_box {
    margin: 0px 0px;
    box-shadow: 0px 1px 2px 0px #999999;
    -moz-box-shadow: 0px 1px 2px 0px #999999;
    -webkit-box-shadow: 0px 1px 2px 0px #999999;
    border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    display: none;
}
.msg_box_wrapper_other .msg_box .msg_content {
        font-size: 16px;
        padding: 1rem 2.5rem;
        margin: 0px;
        color:#FFF;
        font-style: normal;
        background: #f9f9f9;
    }
.msg_box_wrapper_other .msg_box.info .msg_content{
    background-color: #9BCAE4;    
}
.msg_box_wrapper_other .msg_box.err .msg_content{
    background-color: #D86956;
}
.msg_box_wrapper_other .msg_box.warning .msg_content{
    background-color: #C5BE7F;
}
.msg_box_wrapper_other .msg_box.succ .msg_content{
    background-color: #55BD97;
}
.msg_box_wrapper_other .msg_box .msg_content .content {
    padding: 0.5rem 1rem;
    max-width: 100%;
    font-family: "robotoregular", sans-serif;
}
.msg_box_wrapper_other .msg_box .head {
        display: none;
}
.msg_box_wrapper_other .msg_box .btn_group {
        display: none;
}
.msg_box_wrapper_other .msg_box.succ .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: -34px -646px;
    background-repeat: no-repeat;
    display: inline-block;
}
.msg_box_wrapper_other .msg_box.info .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: -34px -612px;
    background-repeat: no-repeat;
    display: inline-block;
}
.msg_box_wrapper_other .msg_box.err .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: -34px -680px;
    background-repeat: no-repeat;
    display: inline-block;
}
.msg_box_wrapper_other .msg_box.warning .msg_content .statIcon {
    height: 34px;
    width: 34px;
    background-image: url('../Images/sk_sprite2x.png') !important;
    background-position: -34px -544px;
    background-repeat: no-repeat;
    display: inline-block;
}
/*----------------end msg box other------------------------*/
/*************************Date Picker***************************/
.calenAlignFrom > .datepick_wrap, .calenAlignTo > .datepick_wrap {
    margin: -21% 0 0 -11%;
}

.calenAlignFrom input[type=text]:focus-visible, .calenAlignTo input[type=text]:focus-visible {
    outline: none;
}
.UOMMobile{ display:none;}
.UOMcell{display:block;}


.pull-4-em {
    padding-left: 4em;
    padding-right: 0px;
}
.form-info-sub-heading {
    border-bottom: solid 1px #eee;
    margin: 15px -1.5em;
    margin-top: -1em;
    padding: 0.5em 1em;
}


@media(max-width: 1366px) {
    .WOFiter_wrapper input, .WOFiter_wrapper select, .WOAdd_wrapper input, .WOAdd_wrapper select {
        /*font-size:11px;*/
        height: 45px !important;
    }

    /*.WOFiter_wrapper .col-md-3 {
        padding: 0 7.5px;
    }*/
}
@media(min-width:991px){
    .pad-l-md-0 {
        padding-left: 0px;
    }

    .pad-r-md-0 {
        padding-right: 0px;
    }

    .calenAlignFrom > .datepick_wrap, .calenAlignTo > .datepick_wrap {
        top: 100px;
    }
}


    @media(max-width: 768px) {
        .calenAlignFrom > .datepick_wrap, .calenAlignTo > .datepick_wrap {
            margin: -13% 0 45% -6%;
        }
        /*.WOFiter_wrapper {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .WOFiter_wrapper .col-sm-12, .WOAdd_wrapper .col-sm-12 {
        padding: 0;
    }*/
        .sk_btn {
            margin: 0px;
            /*background-position: 24px !important;*/
        }

        .sk_card {
            padding: 0.5rem;
        }

        /*.table > .tbody > .row > .gridcell, .table > .thead > .row > .gridcell, .table > .tfoot > .row > .gridcell {
        box-sizing: content-box;
        padding: 0.5rem 0.3em;
        margin: auto;
        font-size: 10px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
        .UOMMobile {
            display: block;
        }

        .UOMcell {
            display: none;
        }

        .pad-l-xs-0 {
            padding-left: 0px;
        }

        .pad-r-xs-0 {
            padding-right: 0px;
        }

        .pad-xs-imp-0 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        /*-------------------------------------------------*/
        /*#AddStockSupplierTbl.table .thead > .row .gridcell {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #AddStockSupplierTbl > .thead > .row {
        display: block !important
    }

    #AddStockSupplierTbl.table .row > .gridcell:nth-child(1) {width:20%; float:left; text-align:left;} #AddStockSupplierTbl.table .tbody .row > .gridcell:nth-child(1){ font-size:1.5em !important}  
    #AddStockSupplierTbl.table .row > .gridcell:nth-child(2) {width:55%; float:left;}
    #AddStockSupplierTbl.table .row > .gridcell:nth-child(3) {width:30%; float:left;}
    #AddStockSupplierTbl.table .row > .gridcell:nth-child(4) {width:33%; float:left;}
    #AddStockSupplierTbl.table .row > .gridcell:nth-child(5) {width:30%; float:left;}
    #AddStockSupplierTbl.table .row > .gridcell:nth-child(6) {width:12%; position: absolute; right: 11px;} 
    #AddStockSupplierTbl.table .tbody .row > .gridcell:nth-child(6){ font-size:1.5em !important; text-align:center;}
    #AddStockSupplierTbl.table .sk_add_btn{zoom:0.7; margin-right: 0.7rem !important;}*/


        /*.table.issue-dt-table .row > .gridcell:nth-child(1) {
        cursor: pointer;
        text-align: left;
        font-size: 24px;
        font-weight: 600;
    }    
    .table.issue-dt-table .row > .gridcell:nth-child(6) {width:100%; padding:0px; padding-bottom:1px;}*/

        /*.table.issue-dt-table .tfoot > .row > .gridcell:nth-child(2) {
        width: 22% !important;
    }*/

        div.qty-cell {
            font-size: 11px;
        }

        div.sk_dumy_icon {
            display: none;
        }

            div.sk_dumy_icon + div {
                padding-left: 0px;
            }

        #WOListTable .gridcell {
            padding-bottom: 0px;
        }

        .tt-cost {
            text-align: left;
        }

        .pull-4-em {
            padding-left: 0em;
            padding-right: 0px;
        }

        .transQtyPanel legend > span {
            left: 32% !important;
        }

        .form-info-sub-heading {
            margin: 15px 0em;
            margin-top: -1em;
        }

        #TransListTable .gridcell {
            padding-bottom: 0px;
        }

            #TransListTable .gridcell .text-right {
                text-align: left;
            }
        /*#TransListTable .col-md-5.gridcell > div{
        padding:0px 0.3em !important;
        box-sizing:content-box;
    }
    #TransListTable .col-md-5.gridcell > div:nth-child(2){
        height:2em;
        padding:0px !important;
    }
    #TransListTable .col-md-5.gridcell > div:nth-child(3){
        clear:both;
    }

    #TransListTable .col-md-5.gridcell > div:nth-child(6){
        text-align: right;
        font-size: 1.3em;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }*/

        /*-----------------------------------------------*/
        #InventryTracTable .gridcell {
            padding: 0.3rem 0.3em;
        }

            #InventryTracTable .gridcell.text-right {
                text-align: left;
            }
        /*#InventryTracTable .gridcell.col-xs-11 {
        font-size: 1.3em !important;
    }*/
    }
@media(max-width: 550px) {
    .calenAlignFrom > .datepick_wrap, .calenAlignTo > .datepick_wrap {
        margin: -13% 11% 2% 0%;
    }
}
    /*****----------------------------------------- Start Message Box -----------------------------------------------------***********/
    .stock_msg_box_wrapper, .stock_msg_box_wrapper_other {
        position: fixed;
        top: 0px;
        z-index: 1000005;
        width: 100%;
    }

    .stock_msg_box {
        width: 335px;
        text-align: center;
        background-color: #ffffff;
        margin: 15px auto;
        box-shadow: 0 3px 12px 2px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 1px 2px 0px #999999;
        -webkit-box-shadow: 0px 1px 2px 0px #999999;
        border-radius: 4px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        z-index: 1000006;
    }

    .stock_errorMsgStyle {
        color: red;
        border: 1px solid red;
    }

    .stock_normalMsgStyle {
        color: #4cbea1;
        border: 1px solid #4cbea1;
    }

    .stock_warningMsgStyle {
        color: #e8ae00;
        border: 1px solid #e8ae00;
    }

    .stock_successMsgStyle {
        color: #008502;
        border: 1px solid #008502;
    }

    .stock_msg_box_wrapper_other.stock_successMsgStyle {
        color: #666666;
        border: 1px solid #666666;
    }

    .stock_msgTitle {
        padding: 15px;
        padding-bottom: 13px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
        font-weight: 600;
    }

    .stock_msg_content {
        color: #7e8192;
        font-size: 13px;
        padding: 0px 7.5px;
        margin: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .stock_btn_group {
        padding: 8px 8px 15px 0;
    }

    /*.msg-btn {
    display: inline-block;
    padding: 3px 0px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    width: 150PX !important;
}*/
    .stock_msg_box .btn {
        display: inline-block;
        *
    display: inline;
        padding: 3px 0px;
        margin: 0px 1%;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #ffffff;
        text-shadow: 1px;
        border-radius: 5px;
        /* margin-left: 10px; */
        width: 48% !important;
        width: 48% !important;
        max-width: 142px;
    }

        .stock_msg_box.btn.active.focus, .stock_msg_box.btn.active:focus, .stock_msg_box.btn.focus, .stock_msg_box.btn:active.focus, .stock_msg_box.btn:active:focus, .stock_msg_box .btn:focus {
            outline: thin dotted;
            /*outline:5px auto -webkit-focus-ring-color;*/
            outline-offset: -2px;
        }

        .stock_msg_box .btn:hover {
            background: #eaeaea !important;
        }

    /* btn for error */
    .stock_msg_box.stock_errorMsgStyle .btn {
        color: #ff0000;
        box-shadow: 0 1px 1px #ff0000;
        border: 1px solid #ff0000;
    }
    /* btn for info */
    .stock_msg_box.stock_normalMsgStyle .btn {
        color: #2196f3;
        border: 1px solid #2196f3;
    }
    /* btn for warning */
    .stock_msg_box.stock_warningMsgStyle .btn {
        color: #e8ae00;
        box-shadow: 0 1px 1px #e8ae00;
        border: 1px solid #e8ae00;
    }
    /* btn for succ */

    .stock_msg_box.stock_successMsgStyle .btn {
        color: #008502;
        box-shadow: 0 1px 1px #008502;
        border: 1px solid #008502;
    }




    .stock_msg_box.err {
        margin: 0px 0px;
        box-shadow: 0px 1px 2px 0px #999999;
        -moz-box-shadow: 0px 1px 2px 0px #999999;
        -webkit-box-shadow: 0px 1px 2px 0px #999999;
        border-radius: 0px;
        top: 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        position: fixed;
        display: block;
        z-index: 100003;
        display: none;
    }


        .stock_msg_box.err .head {
            text-align: center !important;
            height: 35px;
            background-color: #2196F3;
            padding: 10px 10px 10px 10px;
            border-radius: 0px 0px 0px 0px;
            margin: 0px;
            /*font-weight: bold;*/
            border-bottom: 1px #fff solid;
            color: #fff;
            font-size: 14px;
        }


    .stock_msg_box .head {
        text-align: center !important;
        height: 35px;
        background-color: #2196F3;
        padding: 10px 10px 10px 10px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
        /*font-weight: bold;*/
        color: #fff;
        font-size: 14px;
    }

        .stock_msg_box .head a.close_btn {
            font-size: 16px;
            font-weight: bold;
        }

        .stock_msg_box .head a.close_btn {
            color: #333333;
        }




    /*.stock_msg_box .btn_group {
        color: #323232;
        background-color: #fff;
        text-align: center;
        margin-top: 0px;
        padding: 10px 0;
    }

    .stock_msg_box.err .btn_group {
        color: #323232;
        background-color: #fff;
        text-align: center;
        margin-top: 0px;
        padding: 10px 10px 10px 10px;
    }*/

    /*.stock_msg_box .btn {
        display: inline-block;
        *display: inline;
        padding: 3px 0px;
        margin-bottom: 0;
        *margin-left: .3em;
        font-size: 16px;
        line-height: 25px;
        *line-height: 25px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #2196F3;
        color: white;
        text-shadow: 1px;
        background-repeat: repeat-x;
        border-top: none;
        border-bottom: none;
        *border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        margin-left: 1px;
        margin-right: 1px;
        width: 150PX !important;
    }*/

    .stock_msg_box.err .btn {
        display: inline-block;
        *display: inline;
        padding: 3px 0px;
        margin-bottom: 0;
        *margin-left: .3em;
        font-size: 16px;
        line-height: 25px;
        *line-height: 25px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #2196F3;
        background-repeat: repeat-x;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-top: none;
        border-bottom: none;
        *border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        margin-left: 1px;
        margin-right: 1px;
        width: 150PX !important;
    }

        .stock_msg_box.err .btn:hover {
            color: #fff;
        }


    .stock_msg_box .bottom {
        background-color: #fff;
        /*height: 5px;*/
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
        border: none;
    }

    .stock_msg_box.err .bottom {
        background-color: #fff;
        height: 5px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
    }
    /***** End A ***********/
   


