﻿

@media print
{

    .print
    {
        display: block !important;
    }

    .noPrint
    {
        display: none !important;
        width: 0px !important;
    }

    .noPrintBorder
    {
        border: none !important;
        box-shadow: none !important;
    }

    .pagebreak {
        clear: both;
        page-break-after: always;
    }

    div
    {
        /*page-break-inside: avoid;*/
    }

    #treeContent
    {
        margin-left: 0px !important;
    }

    tr {page-break-inside: avoid; break-inside: avoid-page}

}

body
{
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background-color: #fff; /*: url("../images/middle-bg.gif") repeat*/
    overflow: visible;
}

body, th, td, input, select
{
    color: #444;
    font-family: 'Open Sans',Verdana,sans-serif;
    font-size: 12px;
    font-weight: 400;
}


tr, td
{
    /*vertical-align: top;*/
}

input, select, textarea
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

select
{
    /* -webkit-appearance: none;*/
    border: 1px solid #ccc;
    border-radius:3px;
}

img
{
    border: none;
}

#main
{
    margin-top: 10px;
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

.print
{
    display: none;
}

div.wrap 
{
    margin: 0 auto;
    overflow: visible;
    /*padding-bottom: 10px;*/
    position: relative;
    max-width: 1200px;
    
}


.header-section
{
     
    background-color: #f9f9f9;
    background-image: linear-gradient(#f6f6f6 60%, #eaeaea 100%);
    border-bottom: solid 1px #aaa;
}

.topBar
{
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 2px #E0E0E0;
    height: 35px;
}

#top
{
    /*border-bottom: 1px solid #cccccc;*/
    padding: 0 10px ;
}

#header_left
{
    margin: 10px 0 0 0;
    float: left;
}

#header_mid
{
    padding-top: 15px;
    float: left;
    margin: 0 20px;
}

#header_right
{
    text-align: right;
    padding-top: 15px;
}

.searchBar
{
    float: right;
    height: 25px;
}

    .searchBar div
    {
        float: left;
    }

    .searchBar input
    {
        line-height: 18px;
        padding: 2px;
        margin: 0 1px;
    }

        .searchBar input[type=submit]
        {
            padding: 0px 9px;
        }

#nav
{
    clear: both;
    padding: 0px;
}


#breadcrumb
{
    padding: 5px 0 5px 0;
    margin:  0 10px 0 10px ;
    font-size: 12px;
    color: #444;
    display: block;

    /*border-bottom:dotted 1px #ccc;
    border-right:dotted 1px #ccc;
    border-left:dotted 1px #ccc;   
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;     
    background-color:#f9f9f9;*/

      
}

#breadcrumbCommand
{
    float: right;
    margin: 0 5px;
}

#breadcrumb a
{
    color: #555555;
    font-weight: normal;
}

    #breadcrumb a:hover
    {
        color: #333333;
        text-decoration: none;
    }

#breadcrumb .home-link
{
    display: inline-block;
    float: left;
}

#breadcrumb .nav-links
{
    list-style-type: none;
    margin: 0;
    padding: 0px 5px;
}

    #breadcrumb .nav-links li
    {
        display: inline-block;
    }

        #breadcrumb .nav-links li:before
        {
            color: #ABABAB;
            content: '/';
            padding: 0 2px;
        }

#breadcrumb .current
{
    color: #333333;
    font-weight: bold;
}


#content
{
    min-height: 400px;
    padding: 2px 0 0 0;
    margin: 0 12px;
}

/*
#content td
{
   padding: 2px 2px;
   margin: 0;
}
*/
#footer
{
    color: #888;
    clear: both;
    margin: 12px 0 0 0;
    padding: 12px 10px 0 10px;
    border-top: 1px dotted #ccc;
    min-height: 50px;
}


#tree
{
}


#treeNav
{
    float: left;
    width: 160px;
    border-right: 1px solid #ccc;
    margin-bottom: 7px;
    padding-right: 2px;
}




#tree div
{
}

#treeContent
{
    margin-left: 162px;
    padding-left: 10px;
}


/*Top Content*/
.top
{
}



/*Navigation*/



.nav a:link
{
    color: #3a3a3a;
}

.nav a:visited
{
    color: #555555;
}

.nav a.selected
{
    color: #B27321;
}

.nav a:hover
{
    color: #B27321;
}

.nav dd
{
    position: relative;
    margin-top: 10px;
}

.NavHor
{
    margin: 0 0 0 0;
}

    .NavHor dd
    {
        float: left;
        list-style-type: none;
        margin: 0;
    }


    .NavHor .navIcon
    {
        vertical-align: top;
        margin: 0 3px;
        border: 0px;
        border: none;
    }

.navTop
{
    font-size: 13px;
    font-weight: normal;
    vertical-align: bottom;
    display: inline-block;

}


    .navTop dd
    {
        padding: 2px 5px;
        border-top:solid 1px #f9f9f9;
        border-left:solid 1px #f9f9f9;
        border-right:solid 1px #f9f9f9;
        border-bottom: solid 2px transparent;
        color:#444;
        margin:0;
        border-image: linear-gradient(#f6f6f6 60%, #eaeaea 100%);
        text-align:center;
        line-height:1.1em;
        min-width:50px;

    }
    
    .navTop dd:not(:first-child)
    {
        border-left:solid 1px #ccc;
        border-image: none;
    }


         .navTop dd:hover
    {
      
        border-top-left-radius:3px;
        border-top-right-radius:3px;
        border-top:solid 1px #ccc;
        border-left:solid 1px #ccc;
        border-right:solid 1px #ccc;
        border-bottom:solid 2px #CE5E18;
        background-color:#fcfcfc;
        background-image: linear-gradient(#fafafa 60%, #eaeaea 100%);
        color: #333;
        fill:#333;
        border-image: none;
    }


          .navTop dd:hover:not(:last-child) + dd
        {
           border-left:solid 1px #f9f9f9;
        }
       

    .navTop dd.selected 
    {
       
        border-top-left-radius:3px;
        border-top-right-radius:3px;
        border-top:solid 1px #ccc;
        border-left:solid 1px #ccc;
        border-right:solid 1px #ccc;
        border-bottom:solid 2px #CE5E18;
        background-color:#fcfcfc;
         background-image: linear-gradient(#fefefe 60%, #f1f1f1 100%);
        color: #333;
        fill:#333;
         border-image: none;

    }

       .navTop dd.selected:not(:last-child) + dd
        {
           border-left:solid 1px #f9f9f9;
        }


    .navTop a
    {
        /*border: 1px solid #fff;
        margin: 3px 2px;*/
        /*line-height: 1.6em;*/

    }

        .navTop a:hover
        {
            /*border: 1px solid #ccc;
            background-color: #E5EEF5;
            border-radius: 4px;*/
            color: inherit;
            /*transition: background 0.3s ease 0s;*/
             
        }

        .navTop a.selected
        {
            /*border: 1px solid #CE5E18 !important;
            background-color: #CE5E18 !important;
            border-radius: 4px !important;*/
        }

        .navTop a.selected
        {
            /*color: #fff;*/
            color:#333;
        }

        .navTop a:not(:last-child)
        {
            /*border-right: solid 1px #ccc;*/
        }

    .navTop a
    {
        padding-left: 2px;
        padding-right: 2px;
       padding-bottom:2px;
       padding-top:0px;

    }

    .navTop .selected
    {
    }

/*
.navTop a:hover
{
    color: #222;
}


.navTop dd
{
    
    border: 1px solid #fff;
    border-radius:4px;
    line-height: 1.5em;
    margin-right: 1px;
    padding: 0 4px;
    margin-top:5px;
    margin-bottom:5px;
   
    
    
}


.navTop dd:not(:last-child):after
{
    content: '|';
    color: #aaa;
}
 

.navTop a:hover
{
    border: 1px solid #ccc;
    background-color: #E5EEF5!important;
    border-radius: 4px;
    color: #333;
    transition: background 0.3s ease 0s;
}

.navTop a.selected
{
    border: 1px solid #CE5E18 !important;
    background-color: #CE5E18 !important;
    border-radius: 5px !important;
}

.navTop a.selected
{
    color: #fff;
}*/

.navTree
{
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 12px;
}

    .navTree a:hover
    {
        color: #333;
        transition: background 0.3s ease 0s;
    }

    .navTree dd
    {
        list-style-type: none;
        margin: 0;
        max-width: 150px;
        overflow: hidden;
        padding: 0 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25em;
        border: 1px solid #fff;
        margin-bottom: 1px;
        cursor: pointer;
        border-radius: 3px;
        background-color: #fff;
    }

        .navTree dd:hover
        {
            border: 1px solid #ccc;
            background-color: #E5EEF5;
            border-radius: 4px;
            color: #333;
        }

        .navTree dd.selected:not(.childSelected)
        {
            border: 1px solid #CE5E18 !important;
            background-color: #CE5E18 !important;
            border-radius: 4px !important;
            color: #fff;
        }

        .navTree dd.childSelected
        {
            border: 1px solid #ccc !important;
            background-color: #efefef !important;
            border-radius: 5px;
            color: #333;
        }

    .navTree a.selected
    {
        color: #333;
    }

        .navTree a.selected:not(.childSelected)
        {
            color: #fff;
        }



.navContent
{
    display: inline-block;
}

    .navContent a:hover
    {
        color: #333;
        transition: background 0.3s ease 0s;
    }

    .navContent dd
    {
        padding: 0;
    }

        .navContent dd:not(:last-child):after
        {
            content: '|';
            color: #aaa;
        }



    .navContent a
    {
        border: 1px solid #F8F8F8;
        margin: 0px;
        line-height: 1.6em;
    }

        .navContent a:hover
        {
            border: 1px solid #ccc;
            background-color: #E5EEF5;
            border-radius: 4px;
            color: #333;
        }

        .navContent a.selected
        {
            border: 1px solid #CE5E18 !important;
            background-color: #CE5E18 !important;
            border-radius: 4px !important;
        }

        .navContent a.selected
        {
            color: #fff;
        }

        .navContent a:not(:last-child)
        {
            /*border-right: solid 1px #ccc;*/
        }

    .navContent a
    {
        padding-left: 3px;
        padding-right: 3px;
    }

    .navContent .selected
    {
    }




.NavigatorLinkSVGIcon
{
    /*vertical-align: top;*/ 
    text-align:center;
    height: 25px; 
    width: 26px; 
    margin: 0px;
    shape-rendering: optimizeQuality;
}

/* Helper */

/*link*/
.link
{
    /*color: #234B72 !important;*/
}

    .link a:link
    {
        color: #234B72 !important;
    }

    .link a:visited
    {
        color: #234B72 !important;
    }

    .link a:hover
    {
        color: #336DA8 !important;
    }

.linkgrey a:link
{
    color: #666 !important;
}

.linkgrey a:visited
{
    color: #666 !important;
}

.link a:hover
{
    color: #336DA8 !important;
}

.clear
{
    clear: both;
}



.barCommand
{
    float: right;
    font-size: 12px;
    line-height: 1.25;
    overflow: hidden;
    width: auto;
    margin-bottom: 2px;
}

.user
{
    float: left;
    height: 15px;
    max-width: 270px;
    overflow: hidden;
    white-space: nowrap;
}

.logoff
{
    float: left;
    height: 15px;
    padding: 0 0 0 8px;
}

.borderL
{
    border-left: 1px solid #aaa;
    padding-left: 4px;
    margin-left: 4px;
}

.pagination
{
    text-align: center;
    background-color: #F8F8F8;
    background-image: linear-gradient(#F6F6F6 60%, #efefef 100%);
    border-radius: 3px;
    padding: 3px 7px;
    text-align: center;
    border: solid 1px #ccc;
}

    .pagination #left
    {
        float: left !important;
        text-align: left;
        margin: 0;
        width: 25%;
        position: static;
    }

    .pagination #right
    {
        float: right !important;
        text-align: right;
        margin: 0;
        width: 25%;
        position: static;
    }

    .pagination #center
    {
        text-align: left;
        margin: 0 auto !important;
        display: inline-block;
    }


a.external_ico
{
    padding-right: 12px;
}

.gradientBottom
{
}

.placeholder
{
    color: #aaa;
}

.noSpacing
{
    margin: 0px !important;
    padding: 0px !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}


    .noSpacing td
    {
        margin: 0px !important;
        padding: 0px !important;
    }

.box
{
    height: 21px;
}

.border
{
    border-radius: 4px 4px 4px 4px;
    line-height: 2em;
    margin: 2px 0;
    padding: 2px 7px;
    border: solid 1px #ddd;
}

.topBorder
{
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding-top: 10px;
}

.bottomBorder
{
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

.boxBorder
{
    background-color: #F8F8F8;
    border-radius: 3px;
    margin: 2px 0 10px 0;
    padding: 2px 5px;
    border: solid 1px #ccc;
}



.boxTransp
{
    background: rgba(248, 248, 248, .6) !important;
}

.boxBorder #boxHeader
{
    text-align: left;
    margin: 0 auto !important;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 2px 0;
}

.boxBorder #boxContent
{
    margin: 3px;
}

.boxBorder #boxFooter
{
    text-align: center;
    margin: 0 auto !important;
    border-top: 1px solid #ccc;
    padding: 5px;
}


.boxInfo
{
    color: #222;
    background-color: #f9f9ec;
    background-image: linear-gradient(#fff8dd 60%, #fff8dd eee%);
    border: solid 1px #ccc;
}

.boxContent
{
    display: inline-block;
}


.footerWrap
{
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    background-color: #efefef; /* fallback */ /*background-image: url(images/linear_bg_1.png); */
    background-repeat: repeat-y; /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#fff)); /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #efefef, #fff); /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #efefef, #fff); /* IE 10 */
    background: -ms-linear-gradient(top, #efefef, #fff); /* Opera 11.10+ */
    background: -o-linear-gradient(top, #efefef, #fff);
}


.ui-widget
{
    font-size: 1em !important;
}

.inputText
{
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 1px 2px;
}



.ui-autocomplete-loading
{
    background-image: url('../images/ajax-loader.gif');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.jsTreeFolder
{
    background-image: url('../icon/folder-32.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
}

.jsTreeFile
{
    background-image: url('../icon/file-32.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
}


.img16, .img16 img
{
    width: 16px;
    height: 16px;
}


.divimg16 img
{
    width: 16px !important;
    height: 16px !important;
}


.imgGrey
{
    opacity: 0.6;
}

.imgLinkAction
{
    opacity: 0.7;
}

    .imgLinkAction:hover
    {
        opacity: 1;
    }

.vList_Padding
{
    margin-bottom: 10px;
}

    .vList_Padding:first-child
    {
    }


    .vList_Padding:last-child
    {
        margin-bottom: inherit;
    }



.cmdGrey
{
    vertical-align: middle;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #234b72!important;
    margin: 0 6px 0 1px;
    cursor: pointer;
    line-height: 17px;
}

    .cmdGrey:hover
    {
        transition: background 0.3s ease 0s;
        border: solid 1px #aaa;
    }

.cmdBlue
{
    vertical-align: middle;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #E5EEF5;
    color: #234b72!important;
    margin: 0 6px 0 1px;
    cursor: pointer;
    line-height: 17px;
}

    .cmdBlue:hover
    {
        border: 1px solid #43708E !important;
        background-color: #43708E !important;
        background-image: none!important;
        color: #fff!important;
    }

.cmdRed
{
    vertical-align: middle;
    border: solid 1px #ccc;
    border-radius: 3px;
    background-color: #E5EEF5;
    color: #234b72!important;
    margin: 0 6px 0 1px;
    cursor: pointer;
    line-height: 17px;
}

    .cmdRed:hover
    {
        border: 1px solid #ff8080 !important;
        background-color: #ff8080 !important;
        background-image: none!important;
        color: #fff!important;
    }

.cmdBlue:last-child, .cmdGrey:last-child
{
    margin: 0 2px 0 1px!important;
}

.cmdRight
{
    float: right;
}


input.upload
{
}

.badge
{
   
    display: inline-block;
    color: #fff;
    /*border: 1px solid;*/
    border-radius: 3px;
    padding: 0 2px;
    
}

    .badge.red
    {
        background: #bF0f0f;
        /*border-color: #cF3333;*/
    }

    .badge.orange
    {
        background: #AF1111;
        /*border-color: #cF3333;*/
    }

    .badge.blue
    {
        background: #43708e;
        /*border-color: #43708e;*/
    }

    .badge.yellow {
    background: #FFFF00;
    color: black /*border-color: #43708e;*/
}

.navDropdown > div
{
    display: inline-block;
}

.navDropdownList
{
    display: none;
}

.navDropdown
{
    display: none;
}


.date
{
    margin-right: 4px;
}




.stripe1
{
    background-image: url("../images/stripe_1.png");
    background-color: none!important;
}

.stripe2
{
    background-image: url("../images/stripe_2.png");
    background-color: none!important;
}

.stripe3
{
    background-image: url("../images/stripe_3.png");
    background-color: none!important;
}

.stripe4
{
    background-image: url("../images/stripe_4.png");
    background-color: none!important;
}


.size-13
{
    font-size: 13px;
}

.size-16
{
    font-size: 16px;
}

.size-21
{
    font-size: 21px;
}

.size-24
{
    font-size: 24px;
}

.size-36
{
    font-size: 36px;
}

.size-48
{
    font-size: 48px;
}

.size-60
{
    font-size: 60px;
}

.size-72
{
    font-size: 72px;
}



.icons8
{
    display: inline-block;
    font-family: "Adelanet1";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon21
{
width:21px;
height:21px;
shape-rendering: optimizeQuality;
vertical-align:top;
}

.icon16
{
width:16px;
height:16px;
shape-rendering: optimizeQuality;
vertical-align:top;
}

@media screen and (max-device-width: 320px)
{
    body
    {
    }

    select
    {
        max-width: 240px;
    }
}


@media screen and (max-width: 640px)
{

    select
    {
        max-width: 240px;
    }

    #nav
    {
        display: none!important;
    }

    #treeNav
    {
        display: none!important;
    }

    .navDropdownList
    {
        display: inline-block!important;
    }

    .navDropdown
    {
        display: block!important;
    }

    #treeContent
    {
        margin-left: 0px;
        padding-left: 0px;
    }
}


.commentBox
{
    min-height: 100px;
    max-height: 600px;
    overflow: auto;
    line-height: 1.65em;
}


.ui-accordion-header
{
    background-color: #fff !important;
    background-image: none !important;
    padding: 1px 1px 1px 2em!important;
    min-height: 22px!important;
    vertical-align: baseline;
    line-height: 22px;
}


.ui-accordion-content
{
    /*background :#f9f9f9 none repeat scroll 0 0 !important;*/
}


.ui-accordion-header-active
{
    border-color: #ddd;
    border-bottom: 1px dotted #ccc;
}



accHeader .ui-state-hover
{
    border-color: #EBF5FF!important;
}


.baseTable
{
    display: table;
}

.baseTitle
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.baseHeading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.baseRow
{
    /*  display: table-row;*/
}

.baseCell
{
    display: table-cell;
    border: none;
    border-width: thin;
    /* padding-left: 5px;
        padding-right: 5px; */
}

.baseTable td
{
    padding: 1px;
    padding-right: 3px;
    line-height: 1.2em;
}

.baseTable tr
{
    padding: 0;
    margin: 0;
}


.itemHeader
{
    padding: 2px 5px 6px;
    /*border: 1px solid #cfcfcf;*/
    border-bottom: 1px dotted #cfcfcf;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
}

.itemContent
{
    border: 1px solid #ddd;
    border-radius: 5px; /*border-top:none!important;*/
    margin: 2px 0;
    position: relative;
}

.itemContentText
{
    padding:5px 10px;
}

.itemContentSizeMin
{
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.itemContentSizeMax
{
    position: relative;
}

.itemContentSizeMinAction
{
    display: none;
}

.itemContentSizeMaxAction
{
    display: none;
}


.itemContentSizeMin .itemContentSizeMinAction
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 3px 5px;
    display: inline-block !important;
    background-color: #efefef;
    border-top: 1px dotted #cfcfcf;
    border-radius:0 0 3px 3px;
    opacity:0.9;
    font-weight:800;
}


.itemContentSizeMax .itemContentSizeMaxAction
{
    bottom: 0;
    left: 0;
   
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    display: inline-block !important;
    background-color: #efefef;
    border-top: 1px solid #cfcfcf;
   
}