
html, body, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}

input[type="number"] {
    width: 100px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

input.price {
    width: 100px;
    padding: 0 6px;
    text-align: right;
}

sidebar, container, timeline { top: 0px; float: left; height: 100%; max-height: 100%; }

container {
    position: fixed;
    overflow: auto;
}

timeline {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background: #f9f9f9;
    position: fixed;
    right: 0px;
    z-index: 3;
    overflow: auto;
}

img[act-click="desableArticle()"], img.enableBtn {
    border-radius: 50px;
    width: 70px;
    cursor: pointer;
    margin: auto;
}

img[changeTo="1"] {
    background-color: #2cf53c;
}

img[changeTo="0"] {
    /*background-color: #f6f450;*/
    background-color: #fc4848;
}

.line-h34px { line-height: 34px; }

@media all and (min-width: 1600px) {
    sidebar { width: 240px; left: 0 }
    container { left: 240px; width:-moz-calc(100% - 660px); width:-moz-calc(100% - 660px); width:calc(100% - 660px); }
    timeline{ width:420px; }
}

@media all and (min-width: 1360px) and (max-width: 1599px) {
    sidebar { width: 200px; left: 0 }
    container { left: 200px; width:-moz-calc(100% - 520px); width:-moz-calc(100% - 520px); width:calc(100% - 520px); }
    timeline{ width:320px; }
}

@media all and (min-width: 1280px) and (max-width: 1359px) {
    sidebar { width: 190px; left: 0 }
    container { left: 190px; width:-moz-calc(100% - 490px); width:-moz-calc(100% - 490px); width:calc(100% - 490px); }
    timeline{ width:300px; }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    sidebar { width: 200px; left: 0 }
    container { left: 200px; width:-moz-calc(100% - 200px); width:-moz-calc(100% - 200px); width:calc(100% - 200px); }
    timeline{ width: 40%; display: none }
}

@media all and (min-width: 800px) and (max-width: 1023px) {
    sidebar { width: 180px; left: 0 }
    container { left: 180px; width:-moz-calc(100% - 180px); width:-moz-calc(100% - 180px); width:calc(100% - 180px); }
    timeline{ width: 40%; display: none; }
}

@media all and (max-width: 799px) {
    /*sidebar { width: 220px; left: -220px }
    container { left: 0; width:100%; }
    timeline{ width: 40%; display: none; }*/
    sidebar, container { display: none; }
    timeline { left: 2%; width:96%; display: block; }
}

.title_3 {
    font-size: 1.2em;
    color: #046a91;
    padding-bottom: 4px;
    border-bottom: #c4d2d7 1px solid;
}

.hm_status {
    position: absolute;
    margin: 38px 17px;
}

container .content {
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

page {
    width: 100%;
    min-height: 100%;
    /*display: grid;*/
    position: absolute;
    overflow: auto;
}

content {
    width: 96%;
    min-height: 90%;
    margin: 0 2%;
    padding: 10px;
    display: block;
    position: inherit;
}

.active-pink-textarea.md-form label.active {
    color: #f48fb1;
}
.pink-textarea textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}
.pink-textarea.md-form .prefix.active {
    color: #f48fb1;
}

.active-amber-textarea.md-form label.active {
    color: #ffa000;
}
.amber-textarea textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffa000;
    box-shadow: 0 1px 0 0 #ffa000;
}
.amber-textarea.md-form .prefix.active {
    color: #ffa000;
}

.active-pink-textarea-2 textarea.md-textarea {
    border-bottom: 1px solid #f48fb1;
    box-shadow: 0 1px 0 0 #f48fb1;
}
.active-pink-textarea-2.md-form label.active {
    color: #f48fb1;
}
.active-pink-textarea-2.md-form label {
    color: #f48fb1;
}
.active-pink-textarea-2.md-form .prefix {
    color: #f48fb1;
}

.active-amber-textarea-2 textarea.md-textarea {
    border-bottom: 1px solid #ffa000;
    box-shadow: 0 1px 0 0 #ffa000;
}
.active-amber-textarea-2.md-form label.active {
    color: #ffa000;
}
.active-amber-textarea-2.md-form label {
    color: #ffa000;
}
.active-amber-textarea-2.md-form .prefix {
    color: #ffa000;
}

.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}
.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}



.online {
    background-image: url(../images/wdu/online.png);
    background-size: contain;
}

.panel-weendu {
    border-color: #036361;
}
.panel-weendu > .panel-heading {
    color: #fff;
    /*background-color: #337ab7;*/ background-color: #00908e;
    /*border-color: #337ab7;*/ border-color: #036361;
}
.panel-weendu > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #036361;
}
.panel-weendu > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-weendu > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #036361;
}

.btn-weendu, .c-btn-weendu button {
    color: #fff;
    background-color: #00908e;
    border-color: #036361;
}

.btn-weendu:hover, .c-btn-weendu button:hover {
    background-color: #9ad4d3;
    border-color: #036361;
}

button.close {
    border-radius: 10px;
}

button.close:hover {
    background-image: -webkit-linear-gradient(top,#D5EBF7 0,#2B6D89 49%,#136283 50%,#19446E 100%);
    background-image: -moz-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: -o-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: -ms-linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
    background-image: linear-gradient(top,#036289 0,#195b77 49%,#024967 50%,#002e41 100%);
}

#logoutErrorMsg {
    position: absolute;
    left: 10px;
    /*bottom: 20px;*/
    width: 100%;
    z-index: 9;
}

/*************** SCROLLBAR WDU ***************/

.scrollbar-wdu > .scroll-element,
.scrollbar-wdu > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-wdu > .scroll-element {
    background-color: #1d1d1d;
}

.scrollbar-wdu > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-wdu > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-wdu > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-wdu > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-wdu > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-wdu > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #1d1d1d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#1d1d1d));
    background: -webkit-linear-gradient(left, #fefefe 0%,#1d1d1d 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#1d1d1d 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#1d1d1d 100%);
    background: linear-gradient(to right, #fefefe 0%,#1d1d1d 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-wdu > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-wdu > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-wdu > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-wdu > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-wdu > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-wdu > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-wdu > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-wdu > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-wdu > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-wdu > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-wdu > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-wdu > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

/*.slide:nth-of-type(n+2) { display: none; }*/

.slide{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slide img{
    width: 100%;
}

.cover_logo{
    width:128px;
    height:128px;
    margin: -75px 3% 0% 3%;
    position: relative;
    cursor: pointer;
    float: left;
    border-radius:50%;
    border:1px solid;
    /*border-color: white;
    background-color: #00908e;*/
    border-color: #f9f9f9;
    overflow: hidden;
}

.cover_logo img{
    width:100%;
}

.cover_info .content{
    margin:-55px 7px 0 160px;
    /*position: relative;
    top: -55px;
    left: 160px;
    min-height: 50px;*/
}

.bgicon i {
    width: 16px;
    height: 16px;
    display: inline-flex;
    margin-right: 4px;
}

i.email {
    background-image: url(../images/wdu/email.png);
    background-size: contain;
}

i.phone {
    background-image: url(../images/wdu/phone.png);
    background-size: contain;
}

container .post_text, container .post_media, container .post_comment {
    margin: 20px 0 0 70px;
}

.post {
    display: flow-root;
    margin-bottom: 20px;
}

.post_media {
    background: #333;
    padding: 5px;
    border-radius: 10px;
}

.post_media img {
    display: block;
    margin: auto;
    border-radius: 6px;
}

.postc_row {
    min-height: 40px;
    font-size: 14px;
}

.postc_ct {
    float: right;
    width: calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    background: white;
}

.post_comment textarea {
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    height: 35px;
    float: left;
    margin-right: 10px;
    border-radius: 16px;
}


.drag-boundary {
    position: relative;
    /*overflow: hidden;*/
    margin: 0 auto;
    z-index: 1;
    width: 300px;
    height: 300px;
}

.drag-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
}

.drag-viewport, .drag-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.drag-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 26%;
}

.slider:after {
    content:"";
    position:absolute;
    width:100%;
    bottom:2px;
    transform:scale(.9);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
}

#sliderImg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#sliderNav {
    position: relative;
    display: block;
    bottom: 12px;
    margin: auto;
    width: 250px;
    height: 16px;
    text-align: center;
}
#sliderNav div {
    width: 16px;
    height: 16px;
    position: relative;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #FFF;
    box-shadow: -1px 1px 10px #FFF;
    opacity: 0.3;
    cursor: pointer;
}
#sliderNav div:hover { opacity: 0.8; }
#sliderNav div.current { opacity: 1; }

.spacePic {
    /*float: left;*/
}

.userImg img, .logoX2 img, .spacePic img{
    border: 1px solid #dee2e6;
    border-radius: 20%;
    float: left;
    margin: 0 10px;
}

.logo-3, .logo-4, .logo-5{
    float: left;
    margin-right: 10px;
}

.logo-3 { width: 32px; height: 32px; overflow: hidden }
.logo-4 { width: 40px; height: 40px; overflow: hidden }
.logo-5 { width: 50px; height: 50px; overflow: hidden }
.logo-6 { width: 64px; height: 64px; overflow: hidden }
.logo-12 { width: 128px; height: 128px; overflow: hidden }

.logo-3 img, .logo-4 img, .logo-5 img, .logo-12 img {
    border: 1px solid #dee2e6;
    border-radius: 20%;
    width: 100%;
    height: 100%;
}

.logo-25 {
    width: 256px;
    height: 256px;
    overflow: hidden;
    position: relative;
    border: 3px solid #aaa;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-radius: 2px;
    background-image: url(../../assets/images/croppic/placeholder.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
}

.logo-25_btn {
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.logoX1 img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    float: left;
    margin-right: 10px;
}

.crUserImgX2{
    width: 50px;
}

.crUserImgX3{
    width: 128px;
}

.post_media {
    position: relative;
}

.playBtn {
    width: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    opacity: .7;
}

.space_title {
    font-weight: 800;
    font-size: 2.8em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #339999;
}

.space_title .word {
    display: inline-block;
    line-height: 1em;
}

.descLogo-12 {
    width: 130px;
}

.space_slogan {
    position: relative;
    font-size: 1.8em;
}

.space_slogan .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.space_slogan .letter {
    display: inline-block;
    line-height: 1em;
}

.anime9 {
    position: relative;
    font-weight: 200;
    font-size: 1.6em;
}

.anime9 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.anime9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.anime2 {
    font-weight: 300;
    font-size: 1.8em;
    color: #339999;
}

.anime2 .letter {
    display: inline-block;
    line-height: 1em;
}

.spaceCtg {
    /* width: 26.8%;
    width: 43.3%;
    max-width: 144px;
    padding: 2%;
    height: 228px; */
    margin: 1%;
    border: 1px solid #ddd;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px rgba(170,170,170,0.7);
    box-shadow: 0 1px rgba(170,170,170,0.7);
    border: 1px solid transparent;
    background-color: white;
    background-image: -webkit-linear-gradient(top,#fff,#f6f6f6);
    background-image: linear-gradient(top,#fff,#f6f6f6);
    color: #666;
    overflow: hidden;
}

.spaceCtg img {
    width: 60%;
    margin: 5% 20% 10% 20%;
}

.spaceCtg .name {
    height: 40px;
}

/*
 ################################################################################
 ********************************************************************************
 ****************
 ****************                Menu
 ****************    
 ********************************************************************************
 ################################################################################
*/

#menu{
    float: right;
}

#menu > ul > li{ margin:6px; }

#menu > ul > li > a { background:#DDD; }

#menu a{
    display:inline-block;
    padding:5px 7px;
    border-radius:5px;
    color:#000;
}

#menu a:hover, #menu .submenu{ background:#F9F9F9; color:#000; box-shadow:0 0 7px #000; }

#menu .current { background: darkcyan; color: white; }

@media all and (min-width: 800px) {
    .menu-icon { display: none }
    .menu > ul > li:not(:first-child), .responsive > ul > li:not(:first-child) { display: inline-table }
    #menu > ul > li:not(.menu-icon) { display: inline-table }
}

@media all and (max-width: 799px) {
    .menu-icon { display: block; }
    .responsive > ul > li { display: block }
    .responsive > ul > li a { min-width: 120px }
    .menu > ul > li:not(:first-child) { display: none }
}

#menu .submenu {
    margin-left: 1px;
    padding: 5px; 
    position: absolute;
    border-radius: 0px 0px 5px 5px;
    display: none;
    z-index: 33;
}

#menu .submenu li { display: block; }

#menu > ul > li:hover .submenu { display: block; }

/*
//##############################################################################
//######################
//######################			Space
//######################
//##############################################################################
*/

.aboutSection h1 {
    font-size: 1.3em;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
}

.article {
    height: 335px;
    margin: 5%;
    padding: 5%;
    border: 1px solid #D9D9D9;
    border-radius: 5%;
    display: inline-block;
}

.articleImg {
    width: 180px;
    height: 180px;
    display: inherit;
    overflow: hidden;
}

.articleImg img {
    width: 100%;
}

ul.home_items {
  list-style-image: url('../../assets/images/wdu/pointer.png');
}

.rayItem, .newRay {
    margin: 20px;
}

.newRay form {
    width: 80%;
    margin: 0;
    padding-top: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shelfItem {
    margin-bottom: 30px;
    display: flex;
}

.shelfTitle {
    width: 20%;
    margin: 7% 3%;
    float: left;
}

.shelfContent {
    width: 72%;
    float: left;
    position: relative;
}

.newShelf form {
    width: 80%;
    height: 100%;
    margin: 0 10%;
    padding-top: 2%;
    position: absolute;
    top: 0;
    left: 0;
}

.newRay img, .newShelf img, .newFile img {
    opacity: 0.3;
}

.fileItem {
    margin: 5%;
    overflow: hidden;
    text-align: center;
}

.newFile {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 170px;
    border: 4px dashed #ccc;
    background: #ededed;
}

.dropzone {
    border: 2px dashed #00908e;
    border-radius: 10px;
}

.dropzone_off {
    border: 2px dashed #00908e;
    border-radius: 10px;
    padding: 54px 54px;
    min-height: 150px;
}

.viewer {
    padding: 2%;
    color: #fff;
    background-color: #000;
    border: 7px #fff double;
    border-radius: 20px;
}

.viewer object[type="application/pdf"], .viewer iframe {
    width: 100%;
    height: 1100px;
}

.coverImgItem {
    margin: 10px 0;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    max-height: 120px;
    min-height: 80px;
    overflow: hidden;
    position: relative;
}

.deleteCoverImgBtn {
    width: 64px;
    height: 32px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-image: url("../images/wdu/delete.jpg");
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*************** Fuel ***************/

page[act-controller="Fuel"] .viewSection span.form-control {
    padding-left: 3px;
    padding-right: 3px;
}

/*
//##############################################################################
//######################
//######################			About
//######################
//##############################################################################
*/

.aboutTitle {
    margin: 50px 0;
    color: #036361;
}

.tool {
    margin: 50px 0;
    display: inline-block;
}

.tool h2 {
    color: #036361;
}

.tool img {
    width: 40%;
}

.toolLeft img {
    float: left;
    margin-right: 5%;
}

.toolRight img {
    float: right;
    margin-left: 5%;
}

/*
################################################################################
********************************************************************************
****************
****************            Task
****************    
********************************************************************************
################################################################################
*/

.taskElt {
    width: 300px;
    height: 217px;
    margin: 20px;
    float: left;
    border-radius: 20px;
    background-image: url("../images/wdu/task.png");
}

.taskElt a {
    max-width: 80%;
    padding: 10px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #333;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

.taskElt a:hover {
    color: white;
    text-shadow: 1px 1px 1px black;
    background: #00908e;
}

#taskList {
    width: 100%;
    min-height: 400px;
    padding: 1%;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #b1dfbb;
    color: #444;
    display: table;
}

.taskListWrapper {
    width: 96%;
    margin: 0 2%;
    padding: 0;
    border-radius: 5px;
    background-color: #78c1c1;
}

.taskListContent {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #78c1c1;
    border-radius: 5px;
    background-color: #dfedfe;
}

.subTaskList {
    width: 100%;
    min-height: 130px;
    margin: 0;
    padding: 2%;
}

.subTaskItem, .subTaskItemAdd {
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #78c1c1;
    border-radius: 5px;
    background-color: #fff;
    cursor: move;
}

.subTaskItem .glyphicon {
    float: right;
    margin-top: -2px;
    margin-right: -5px;
    padding: 3px 3px;
    border: 1px solid #78c1c1;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.subTaskItemAdd {
    background-color: #f6f6f6;
    cursor: pointer;
}

.subTaskItemAdd:hover {
    background-color: #fff;
}

#taskExpense tr, #taskExpense th, #taskExpense td {
    border: 1px solid white;
}

#taskExpense th, #taskExpense td {
    padding: 5px 20px;
}

/*
################################################################################
********************************************************************************
****************
****************            breadcrumb
****************    
********************************************************************************
################################################################################
*/

.breadcrumb {
    /*centering*/
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag; 
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: white;
    /*need more margin on the left of links to accomodate the numbers*/
    padding: 0 10px 0 60px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
    left: 14px;
}
.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
    background: #333;
    background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0; 
    right: -18px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 36px; 
    height: 36px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    /*background same as links but the gradient will be rotated to compensate with the transform applied*/
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    /*stylish arrow design using box shadow*/
    box-shadow: 
        2px -2px 0 2px rgba(0, 0, 0, 0.4), 
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    /*
        5px - for rounded arrows and 
        50px - to prevent hover glitches on the border created using shadows*/
    border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
    content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
    content: counter(flag);
    counter-increment: flag;
    /*some styles now*/
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 30px;
    background: #444;
    background: linear-gradient(#444, #222);
    font-weight: bold;
}


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}
.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
    background: #9EEB62;
}

/*
################################################################################
********************************************************************************
****************
****************            Shop menu
****************    
********************************************************************************
################################################################################
*/

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  border-bottom: 2px solid #23905e;
  width: auto;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    color: #ffffff;
    display: block;
    padding: 9px 20px;
    text-decoration: none;
    height: 52px;
}
#cssmenu ul {
  list-style: none;
  z-index: 30;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
  width: 20%;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #000000;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #23905e;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #000000;
  box-shadow: inset 0 0 3px #d9d9d9;
  -moz-box-shadow: inset 0 0 3px #d9d9d9;
  -webkit-box-shadow: inset 0 0 3px #d9d9d9;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #23905e;
  border-bottom: 1px dotted #ff0f1b;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: #02502c;
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #02502c;
  border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #8f0007;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
