﻿/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.8em;
    color: rgb(109, 110, 113);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    /* auto is not a value of orphans
        orphans:auto;
    */
    text-indent: 0px;
    white-space: normal;
    widows: 1;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    background: #fff;
    color: #676767;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    width: 990px;
    margin: auto;
    padding: 10px;
}

table {
    font-size: small;
}

fieldset {
    border: 1px solid #333333;
    display: block;
    margin: 20px;
    width: 100%;
}

legend {
    background: #454545;
    border: 1px solid gray;
    color: #E0E0E0;
    margin-left: 15px;
    margin-top: -6px;
    font-weight: 600;
    font-size: 1.2em;
}

h1 {
    font-weight: bolder;
    font-size: 1.8em;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-weight: bolder;
    font-size: 1.6em;
    padding-top: 8px;
    padding-bottom: 8px;
}

h3 {
    font-weight: bolder;
    font-size: 1.4em;
    padding-top: 8px;
    padding-bottom: 6px;
}

h4 {
    font-weight: bolder;
    font-size: 1.2em;
    padding-top: 8px;
    padding-bottom: 2px;
}

h5 {
    font-weight: bolder;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 0px;
}

b {
    font-weight: bolder;
}

strong {
    font-weight: bold;
}

p, input {
    text-align: justify;
    margin: 4px 0 4px 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    -webkit-text-stroke-width: 0px;
}

p {
    padding-bottom: 6px;
}

em {
    font-style: oblique;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}

input, textarea, select {
    font: 0.8 Arial;
    color: #555555;
}

.gvStyle th, th a {
    font-weight: 800;
    text-align: left;
    padding-right: 10px;
}

.gvStyle td {
    padding: 4px 20px 4px 4px;
    vertical-align: top;
}

.gvStyle input {
    margin: 0;
}

.gvStyle tr.GridHover:hover {
    background-color: #E6E6E6;
}

.gvStyleFooter td {
    padding: 4px;
}

.form-Label {
    display: inline-block;
    width: 120px;
    text-align: right;
    font-weight: 600;
}

.LabelUser {
    font-family: Calibri;
    font-style: oblique;
    letter-spacing: inherit;
    line-height: 2em;
    color: ThreeDLightShadow;
}

.DocContent div {
    vertical-align: top;
    padding: 4px;
}

.DocContent label {
    vertical-align: top;
    font-weight: bold;
}

.DocContent span {
    word-wrap: normal;
    word-break: break-all;
}

.form-group {
    width: 90%;
    display: inline-block;
    padding: 4px;
}


#Content {
    float: right;
    width: 810px;
}

#DocContentBody {
}

/*#Content ul {
    list-style-type: circle;
    padding-top: 0.5em;
    padding-left: 2em;
}
#Content li {
    padding-bottom: 0.5em;
}*/

.subitems td {
    padding-left: 6px;
    padding-bottom: 3px;
}

#Content a {
    text-decoration: none;
}

    #Content a:hover {
        color: red;
        text-decoration: underline;
    }

#banner {
    position: relative;
    width: 990px;
    height: 86px;
    background-image: url('../../img/WCBanner2.png');
    background-repeat: no-repeat;
}

#searchbox {
    float: right;
    width: 350px;
    margin-top: 43px;
    top: 0px;
    left: 0px;
}

    #searchbox input[type=text] {
        background: #fff url('../../img/bgximg.png') repeat-x -0px -511px;
        border: 1px solid #e3e3e3 !important;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        width: 320px
    }

    #searchbox input[type=image] {
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }

    #searchbox:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

div, article, section, header, footer, nav, li {
    position: relative;
}

hr {
    border: 0;
    height: 1px;
    background: #CCCCCC;
}
/**************************************/
#BannerLogo {
    float: left;
    width: 200px;
    height: 100%;
    cursor: pointer;
}
/* -----------------------------------*/
/* ---------->>> Top Nav <<<----------*/
/* -----------------------------------*/
/*Main menu */
#nav {
    padding-bottom: 38px;
    width: 99%;
    margin: 0 auto;
    /*font-size: 0.96em;*/
}

    #nav li {
        font-size: 1.2em;
        float: left;
        position: relative;
    }

        #nav li:last-child {
            background: none;
        }

        #nav li a, li a:visited {
            text-transform: uppercase;
            color: gray;
            /* font-weight: bold; */
            display: block;
            padding: 8px 10px 6px 18px;
            text-decoration: none;
        }

            #nav li a span {
                display: block;
            }

    #nav > li:hover {
        /*background: #fff;
	padding-top: -2px;
	padding-bottom: 8px;
	margin-top: -2px;
	border-radius: 2px;
	box-shadow: 3px 3px 4px 1px #D1D1D1;
	border-radius: 2px;*/
    }

    #nav li ul {
        font-size: 0.8em;
        position: absolute;
        white-space: nowrap;
        left: -999999px;
        z-index: 2000;
        background: #fff;
        /*margin-top: 4px;*/
        box-shadow: 3px 3px 4px 1px #C8C8C8;
        border-radius: 0 0 2px 2px;
        padding: 6px 2px 10px 2px;
    }

    #nav li:hover ul {
        left: 0;
    }

    #nav li ul li {
        width: 100%;
    }

        #nav li ul li:hover {
            background: #f3f3f3;
        }

        #nav li ul li a {
            text-transform: initial;
        }

        #nav li ul li:last-child a {
            border-bottom: none;
        }

    #nav li a:hover {
        text-decoration: none;
    }
/*Main menu End*/

/* **** SideNav **** */
#MidContent {
    margin: 0;
    width: 100%;
    float: none;
}

    #MidContent:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }



#SideNav {
    float: left;
    width: 180px;
    overflow: hidden;
}

#PlanningLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 104px;
    width: 160px;
    background: transparent url('../../img/Picture4.png') center top no-repeat;
}

    #PlanningLeftmenu:hover {
        background-image: url('../../img/Picture4h.png');
    }

#PricingLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#WCLeftmenu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}


/*Footer & menu */
.footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
}

    .footer a:hover {
        color: #888;
    }

.footer-text {
}

#footer_nav_wrap {
    text-align: center;
}

    #footer_nav_wrap ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        #footer_nav_wrap ul a, #footer_nav_wrap ul a:visited {
            color: #000066;
            display: block;
            padding: 8px;
            text-decoration: none;
        }

            #footer_nav_wrap ul a:hover {
                text-decoration: underline;
            }

        #footer_nav_wrap ul li {
            float: left;
        }

    #footer_nav_wrap p {
        text-align: center;
    }
/**************************************/

.Content3s {
    font-size: 1.2em;
    width: 250px;
    background-color: #7ABCE1;
    padding: 8px;
    margin: 0 4px 0 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    float: right;
}

    .Content3s a {
        color: #000080;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
    }

/* Bread Crumbs 
    
}*/

/* Bread Crumbs */

/*.BreadCrumbs {
	clear: both;
	padding: 8px 0 8px 0;
}
.BreadCrumbs ul li {
  line-height:1em;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 1em 8px 1em 4px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.BreadCrumbs ul li:hover {
  background: #787878;
  color: #fff;
  text-decoration: none;
}
.BreadCrumbs ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.BreadCrumbs ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.BreadCrumbs ul li ul {
  padding: 4px 0;
  position: absolute;
  top: 2.7em;
  left: 0;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.BreadCrumbs ul li ul li { 
  padding: .8em 8px .8em 4px;
  background: #787878; 
  display: block; 
  color:#fff;
}
.BreadCrumbs ul li ul li:hover { 
    background:#3D3D3D; 
}
.BreadCrumbs ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}*/
table.rbl {
    display: inline;
}

    table.rbl input {
        float: left;
    }

    table.rbl label {
        float: right;
        padding: 4px 10px 4px 4px;
    }

.FormInputs {
    height: 24px;
}

.FormInputsX2 {
    height: 50px;
}

.FormInputsX3 {
    height: 74px;
}

/* Test css */
/* -----------------------------------------*/
/* ----------->>> bread crumbs <<<----------*/
/* -----------------------------------------*/
/* -- http://cssdeck.com/labs/another-simple-css3-dropdown-menu --
#BreadCrumbs a {
  color: #fff;
  text-decoration: none;
}
#BreadCrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
*/
#BreadCrumbs {
    position: relative;
    z-index: 999
}

    #BreadCrumbs a, a:hover {
        color: #000;
        text-decoration: none;
    }

    #BreadCrumbs ul {
        white-space: nowrap;
        display: inline;
        list-style: none;
    }

        #BreadCrumbs ul li {
            line-height: 1em;
            display: inline-block;
            margin-right: -4px;
            position: relative;
            padding: 1em 8px 1em 4px;
            background: #fff;
            cursor: pointer;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

            #BreadCrumbs ul li:hover {
                background: #787878;
                color: #fff;
                text-decoration: none;
            }

                #BreadCrumbs ul li:hover a, ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

            #BreadCrumbs ul li ul {
                padding: 4px 0;
                position: absolute;
                top: 2.7em;
                left: 0;
                width: auto;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                display: none;
                opacity: 0;
                visibility: hidden;
                -webkit-transiton: opacity 0.2s;
                -moz-transition: opacity 0.2s;
                -ms-transition: opacity 0.2s;
                -o-transition: opacity 0.2s;
                -transition: opacity 0.2s;
            }

                #BreadCrumbs ul li ul li {
                    padding: .6em 8px .6em 4px;
                    background: #787878;
                    display: block;
                    color: #fff;
                }

                    #BreadCrumbs ul li ul li:hover {
                        background: #3D3D3D;
                        text-decoration: none;
                    }

            #BreadCrumbs ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
            }

.MousePointer {
}

    .MousePointer a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

#PlanningLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#PricingLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#StreeringLeftmenu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 44em) {
    body {
        padding-top: 0;
        width: auto;
    }

    #banner {
        width: auto;
    }

    #searchbox {
        display: none;
    }

    #navFloat {
        z-index: 10;
        position: fixed;
        bottom: 70px;
        background-color: #333333;
        box-shadow: 0;
        border-radius: 5px;
        padding: 2px;
        right: 0;
    }

    #nav li {
        float: none;
    }

        #nav li ul {
            background: #333333;
            border-radius: 5px;
            box-shadow: 0px 0px 0px 0px #C8C8C8;
        }

        #nav li ul {
        }

    #SideNav {
        display: none;
    }

    #Content {
        float: right;
        width: 100%;
    }

    .form-treeview {
        float: left;
        overflow: hidden;
        min-width: 150px;
    }

    .CreateNode {
        overflow: auto;
    }

    .form-Upload {
    }

    .clear {
    }
}

/********* div tables *********/
.rTable {
    display: table;
}

.rTableRow {
    display: table-row;
    margin-right: 10px;
    padding-right: 20px;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell {
    display: table-cell;
    border: 1px solid #DDD;
}

.rTableHead {
    display: table-cell;
    border: 1px solid #DDD;
    text-align: right;
    font-weight: 600;
    background-color: #EEE;
    width: 100px;
}

.rTableCellTitle {
    display: table-cell;
    border: 1px solid #DDD;
    font-weight: 600;
    color: #000099;
    font-size: large;
}

.gvAppLogs {
    margin: 0;
    border-width: 1px;
    border-color: black;
}
