.gs_menubar { 
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

.gs_menubar li{ 
    display: block;
    float: left;
    margin: 0px 5px;
    
    cursor: pointer;
}

.gs_menubar .gs_separator .ui-state-focus{ 
    border: none;
    background: none;
    cursor: default;
}



.gs_notification_counter{
    display: none;
    background: #50b243 none repeat scroll 0 0;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 15px;
    min-width: 12px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0;
}












.container{
    width: 400px;
    border: solid 1px gray;
}

.row{
    /*border: solid 1px gray;*/
}

.rowgrid{
    width: 100%;
}

.rowhighlight:hover{
    background: #fff url('../icons/bg_highlight.png');
    border: solid 1px blue;
}


.col{
    position: relative;
    /*border: solid 1px gray;*/
}

.colhighlight:hover{
    background: #fff url('../icons/bg_highlight.png');
}


.cell{
    position: relative;
    padding: 5px;
    margin: -1px;
    height: 100%;
}


.cellhighlight:hover{    
    background: lightblue;
}

.headrow{
    font-weight: bold;
    background: lightblue;    
    cursor: pointer;
}

.highlight{
    background: lightblue;
}

.highlight_static{
    background: #fff url('../icons/bg_highlight.png')!important;
}

.highlight_static:hover{
    background: lightblue!important;
}

.gs_icon_box .rotated{
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -moz-transform:rotate(90deg); /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari and Chrome */
  -o-transform:rotate(90deg);
}









.gs_win{
    
    position: absolute;
    
    min-width: 100px;
    min-height: 100px;
    overflow: hidden;
    
    -webkit-box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 3px rgba(50, 50, 50, 0.5); 
    
    background: none repeat scroll 0 0 #EEEEEE;
    border: 3px solid #666666;
    
    font-family: arial;
}

.gs_win .ui-resizable-se{
    bottom: -4px;
    right: -4px;
}


.gs_win_head{
    background: #666;
    background-size: 26px auto!important;
    background-position: 5px center;
    background-repeat: no-repeat;
    overflow: hidden;    
    margin: -4px -4px -2px;    
    padding: 7px 7px 6px 30px;
    
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: default;
    
}

.gs_win_error{    
    background-image: url('../icons/error.png')!important;
    background-position: 5px center!important;
    background-repeat: no-repeat!important;
    /*padding-left: 40px!important;*/
    
    background: red;
}

.gs_win_warning{    
    background-image: url('../icons/warning.png')!important;
    background-position: 5px center!important;
    background-repeat: no-repeat!important;
    /*padding-left: 40px!important;*/
    
    background: orange;
}

.gs_win_info{    
    background-image: url('../icons/information.png')!important;
    background-position: 5px center!important;
    background-repeat: no-repeat!important;
    
    background: #40ef71;
}

.gs_win_alertbox{
    text-align: center;
}

.gs_win_alertbox a{
    color: #444;
    font-weight: bold;
}

.gs_win_alertbox a:hover{
    color: #444;
    font-weight: bold;
}

.gs_win_alertbox ul{
    margin: 0px;
    padding: 0px;
}

.gs_win_alertbox pre{
    text-align: left;
}

.gs_win_alertbox li{
    text-align: center;
    display: block;
    margin: 20px 30px;
    padding: 10px;
}

.gs_win_close{
    border: solid 1px gray;
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 2px 7px;
    font-size: 18px;

    cursor: pointer;    
}

.gs_win_close:hover{
    border: solid 1px yellow;
    color: yellow;    
}


.gs_win_buttons{
    padding: 10px 0 0;
    text-align: right;
    white-space: nowrap;
}

.gs_win_order_form{
    text-align: right;
    white-space: nowrap;
}



/*Icons */
.gs_icon_box{
    cursor: pointer;
    float: left;
    position: relative;
}

.gs_icon_box:hover{
    /*border: solid 1px gray;*/
    /*background: #fdf5ce;*/
}


.gs_icon_inactive{
    opacity: 0.5;
}



.gs_icon_size_20{
    width: 20px;
    height: 20px;    
    
    float: right;
    margin: -5px 2px;
    
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.gs_icon_size_20 img{
    width: 18px;
    height: 18px;
    margin: 2px;
}

.gs_icon_size_20:active img{
    width: 16px;
    height: 16px;
    margin: 3px;
}




.gs_icon_size_32{
    width: 32px;
    height: 32px;    
    
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.gs_icon_size_32 img{
    width: 28px;
    height: 28px;
    margin: 2px;
}

.gs_icon_size_32:active img{
    width: 26px;
    height: 26px;
    margin: 3px;
}




.gs_icon_size_64{
    width: 64px;
    height: 64px;    
    
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.gs_icon_size_64 img{
    width: 60px;
    height: 60px;
    margin: 2px;
}

.gs_icon_size_64:active img{
    width: 58px;
    height: 58px;
    margin: 3px;
}



.gs_icon_size_128{
    width: 128px;
    height: 128px;    
    
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.gs_icon_size_128 img{
    width: 124px;
    height: 124px;
    margin: 2px;
    
}

.gs_icon_size_128:active img{
    width: 118px;
    height: 118px;
    margin: 3px;
}

.gs_icon_box_titled_128{
    width: 148px;
    height: 148px;
    
    text-align: center;
}

.gs_icon_box_titled_128 p{
    position: absolute;
    width: 100%;
    
    bottom: 0px;
    text-align: center;
    
    font-size: 16px;
    margin: 5px;
    
    white-space: nowrap;
}


.gs_icon_box_titled_64{
    width: 80px;
    height: 80px;
    
    text-align: center;
}

.gs_icon_box_titled_64 p{
    position: absolute;
    width: 100%;
    
    bottom: 0px;
    text-align: center;
    
    font-size: 12px;
    margin: 0px;
    
    white-space: nowrap;
}


.gs_icon_box_titled_32{
    width: 45px;
    height: 45px;
    
    text-align: center;
}

.gs_icon_box_titled_32 p{
    position: absolute;
    width: 100%;
    
    bottom: 0px;
    text-align: center;
    
    font-size: 11px;
    margin: 0px;
    
    white-space: nowrap;
}






.gs_icon_box_titled_20{
    width: 45px;
    height: 45px;
    
    text-align: center;
}

.gs_icon_box_titled_20 p{
    position: absolute;
    width: 100%;
    
    bottom: 0px;
    text-align: center;
    
    font-size: 10px;
    margin: 0px;
    
    white-space: nowrap;
}








.dn-fic.dn-fic-s-32 {
    margin: 5px 0;
    height: 45px;
}

.dn-fic.dn-fic-s-32 > .dn-fic-ic {
    text-align: center;
    font-size: 28px;
    padding: 2px;
}


.dn-fic.dn-fic-s-32:active > .dn-fic-ic {
    padding: 2px 1px 2px 3px;
}


.dn-fic.dn-fic-s-32 > .dn-fic-tb {
    white-space: nowrap;
    font-size: 11px;
    padding: 1px;
}









.dn-wb{
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;

    background: white;
    
    -webkit-box-shadow: 0 0 10px 0 #575757;
    box-shadow: 0 0 10px 0 #575757;
}

.dn-wb > .dn-wb-tb{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    
    font-size: 16px;
    
    height: 30px;
    border-bottom: solid 1px #cecece;
}

.dn-wb > .dn-wb-tb > .dn-wb-tb-i{
    position: absolute;
    top: 5px;
    left: 3px;
    
    width: 30px;
    text-align: center;
    
    max-height: 20px;
    /*border: solid 1px #cecece;*/
}

.dn-wb > .dn-wb-tb > .dn-wb-tb-t{
    position: absolute;
    top: 5px;
    left: 36px;
    
    max-height: 20px;    
    /*border: solid 1px #cecece;*/
}

.dn-wb > .dn-wb-tb > .dn-wb-tb-trg-box{
    position: absolute;
    top: 0px;
    right: 0px;
    
    max-height: 20px;    
    /*border: solid 1px #cecece;*/
}

.dn-wb > .dn-wb-tb > .dn-wb-tb-trg-box > .dn-wb-tb-trg{
    
    float: right;        
    padding: 5px;
    margin-right: 5px;    
    
    cursor: pointer;
    /*border: solid 1px #cecece;*/

}

.dn-wb > .dn-wb-tb > .dn-wb-tb-trg-box > .dn-wb-tb-trg:active{
    padding: 6px 4px 4px 6px;
}


.dn-wb > .dn-wb-b{
    
    position: absolute;
    top: 35px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    
    /*border: solid 1px #cecece;*/
    
    background: white;
    overflow: auto;
}





/*Border Layout*/

.dn-wb > .dn-wb-b > .dn-lot-bl{
    
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    
    /*border: solid 1px #cecece;*/
}

.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-n{
    
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    
    height: 75px;
    
    border: solid 1px #cecece;
    
    overflow: hidden;
}

.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-m{
    
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    bottom: 75px;
    
    /*border: solid 1px #cecece;*/
}

.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-m > .dn-lot-bl-m-w{
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    
    width: 300px;
    
    border: solid 1px #cecece;
    
    overflow: auto;
}


.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-m > .dn-lot-bl-m-c{
    
    position: absolute;
    top: 0;
    right: 300px;
    left: 300px;
    bottom: 0;
    
    border: solid 1px #cecece;
    
    overflow: auto;
}


.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-m > .dn-lot-bl-m-e{
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    
    width: 300px;
    
    border: solid 1px #cecece;
    
    overflow: auto;
}

.dn-wb > .dn-wb-b > .dn-lot-bl > .dn-lot-bl-s{
    
    position: absolute;
    
    bottom: 0;
    right: 0;
    left: 0;
    
    height: 75px;
    
    border: solid 1px #cecece;
    
    overflow: hidden;
}