/* 
    Created on : 23-feb-2016, 11.44.48
    Author     : D. Khymchuk
*/

#dashboard-main .custom-container-1{padding:1em 1.6em 1em 1.6em;}
#dashboard-main .chart-container{padding:1px;}
#dashboard-main .chart-container{height:220px;}
#dashboard-main .chart-container div{height:180px;}
#dashboard-main .chart-container canvas#chart-platform-activity{margin-left:4px;}
#dashboard-main .chart-container canvas#chart-activity-by-type{margin-top:16px;}
#dashboard-main .chart-title{width:14em;margin:auto;margin-top:12px;}
#dashboard-main .chart-info{margin-top:8px;}
#dashboard-main .chart-info .chart-legend{width:18.8em;margin:auto;padding:0.6em 0em 0.6em 0em;}
#dashboard-main .chart-info .chart-legend div{line-height:2.2em;padding:0.4em 0em;}
#dashboard-main .chart-info .chart-legend label{display:inline-block;width:1.8em;height:2.0em;margin:4px 0px 0px 20px;}
#dashboard-main .chart-info .chart-legend label.description{width:8.4em;font-weight:normal;}
#dashboard-main .chart-info .chart-legend span{display:inline-block;width:4em;}
#dashboard-main .chart-info .chart-legend-horizontal {margin:4px;line-height:2.2em;}
#dashboard-main .chart-info .chart-legend-horizontal label{display:inline-block;width:1.8em;height:2.0em;margin:6px 0px 6px 16px;}
#dashboard-main .chart-info .chart-legend-horizontal label.description{width:10em;font-weight:normal;margin-right:20px;}
#dashboard-main .chart-info .custom-table-1 tr.footer td{padding:0em 0.6em;font-weight:bold;}

#dashboard-main .custom-container-1 .col{float:left;padding:0em 1em;}
#dashboard-main .custom-container-1 .col-1{width:48%;}
#dashboard-main .custom-container-1 .col-2{width:48%;margin-left:-1px;}
@media (max-width: 767px){ 
#dashboard-main .custom-container-1 .col-1{width:99%;border-right:none;}
#dashboard-main .custom-container-1 .col-2{width:99%;border-left:none;} }
#dashboard-main .custom-container-1 .menu label{text-decoration:underline;}
#dashboard-main .custom-container-1 .menu label.right{float:right;text-transform:lowercase;font-size:0.96em;cursor:pointer;}
#dashboard-main .custom-container-1 .menu i{font-size:0.7em;margin:-0.4em 0em 0em 0.6em;}

#dashboard-main .notification{margin-top:1em;}
#dashboard-main .notification .author{font-weight:bold;text-transform:lowercase;}
#dashboard-main .notification .author span{text-decoration:underline;}
#dashboard-main .notification .date{font-size:0.9em;line-height:1em;padding-left:2em;color:grey;margin-top:-0.8em;}
#dashboard-main .notification .txt{line-height:1.8em;margin-top:1em;font-style:italic;padding:0.8em 0em 1em 0em;}
#dashboard-main .notification .details span{font-size:0.94em;}
#dashboard-main .notification .details span:first-child{font-weight:bold;}
#dashboard-main .notification .foot{text-transform:lowercase;}
#dashboard-main .notification .foot .hide-option,.notification .foot .delete-option{float:right;}
#dashboard-main .notification .foot .hide-option,.notification .foot .delete-option,.notification .foot .details-option{cursor:pointer;text-decoration:underline;font-weight:bold;font-size:0.96em;}
#dashboard-main .notification .foot .hide-option:hover,.notification .foot .delete-option:hover,.notification .foot .details-option:hover{text-decoration:underline;}
#dashboard-main .notification .foot i{font-size:0.9em;}
#dashboard-main .new-notification{padding:1.2em 0em 0em 0em;margin:0em 0em 0em 0em;font-size:0.96em;}
#dashboard-main .new-notification div.padding-right{padding:0em 2.5em;}
#dashboard-main .new-notification div.padding-right label{margin-left:-1.2em;}
#dashboard-main .new-notification textarea{min-width:200px;width:100%;height:12em;resize:none;line-height:2em;padding:8px;margin-top:0.1em;}
#dashboard-main .new-notification .menu span{cursor:pointer;text-decoration:underline;font-weight:bold;}
#dashboard-main .new-notification .menu span:hover{text-decoration:underline;}
#dashboard-main .new-notification .menu i{margin:0em 0.4em 0em 0em;display:none;}
@media (max-width: 767px){ #dashboard-main .new-notification textarea{} }

#dashboard-main .new-todo-entry{padding:1.2em 1.2em 0em 1.2em;margin:0em 0em 0em 0em;}
#dashboard-main .new-todo-entry input{width:100%;padding-left:0.8em;height:2.8em;}

#dashboard-main .new-todo-entry .menu span{cursor:pointer;text-decoration:underline;font-weight:bold;}
#dashboard-main .new-todo-entry .menu span:hover{text-decoration:underline;}
#dashboard-main .new-todo-entry .menu i{margin:0em 0.4em 0em 0em;display:none;}

#dashboard-main .entries-set{padding:0em;margin-top:0.8em;}
#dashboard-main .todo-entry{margin:0.2em 0em 0em 0em;}
#dashboard-main .todo-entry span.box{display:inline-block;width:1.8em;height:1.8em;border:1px solid gainsboro;margin-top:0.7em;margin-bottom:0.7em;cursor:pointer;}
#dashboard-main .todo-entry .box i{margin:0.2em 0em 0em 0em;}
#dashboard-main .todo-entry span.txt{display:inline-block;margin-top:0.8em;margin-bottom:0.7em;line-height:1.8em;}
#dashboard-main .todo-entry span.txt.done{text-decoration:line-through;font-style:italic;opacity:0.9;}
#dashboard-main .todo-entry .col{float:left;line-height:1.8em;}
#dashboard-main .todo-entry .col-3{height:3.1em;}
#dashboard-main .todo-entry.is-hovered{margin-top:3.6em;}
#dashboard-main .todo-entry .delete-option i{margin:1.4em 0em 1em 0.4em;font-size:0.8em;cursor:pointer;}
@media (max-width: 767px){
#dashboard-main .todo-entry .col-1{width:15%;}
#dashboard-main .todo-entry .col-2{width:70%;}
#dashboard-main .todo-entry .col-3{width:15%;}}    
@media (min-width: 768px) and (max-width: 991px){ 
#dashboard-main .todo-entry .col-1{width:15%;}
#dashboard-main .todo-entry .col-2{width:70%;}
#dashboard-main .todo-entry .col-3{width:15%;}}
@media (min-width: 992px) and (max-width: 1199px) {
#dashboard-main .todo-entry .col-1{width:15%;}
#dashboard-main .todo-entry .col-2{width:75%;}
#dashboard-main .todo-entry .col-3{width:10%;}}
@media (min-width: 1199px) {
#dashboard-main .todo-entry .col-1{width:15%;}
#dashboard-main .todo-entry .col-2{width:75%;}
#dashboard-main .todo-entry .col-3{width:10%;} }


.custom-logo-container{padding:0.4em 0.4em 0em 0.4em;}
.custom-logo-container .custom-grid-1 {display:inline-table;width:100%;background:white;margin-top:0.6em;box-shadow:0 0.1em 0.35em 0em rgba(0,0,0,0.35);}
.custom-logo-container .custom-grid-1 .grid-row{ display:table-row;}
.custom-logo-container .custom-grid-1 .grid-row .grid-col{display:table-cell;width:32%;padding:0.4em 1em;vertical-align:center;}
.custom-logo-container .custom-grid-1 .grid-row .grid-col div{border-radius:0.5em;height:5em;text-align:right;vertical-align:center;}
.custom-logo-container .custom-grid-1 .logo-vega{border-right:0.8em solid #0060a9;}
.custom-logo-container .custom-grid-1 .logo-base{border-right:0.8em solid #ed7703;}
.custom-logo-container .custom-grid-1 .logo-trasteel{border-right:0.8em solid #fdaf17;}
/*%S GM01*/
/*.custom-logo-container .custom-grid-1 img{width:10em;height:6em;margin-right:0.6em;}*/
/*%E GM01*/
.custom-logo-container .custom-grid-1 .logo-vega img{width:11em;height:4.5em;margin-right:0.6em;}
.custom-logo-container .custom-grid-1 .logo-base img{ width:6em;height:4.5em;margin-right:0.6em;}
/*%S GM01*/
/*.custom-logo-container .custom-grid-1 .logo-trasteel img{}*/
/*.custom-logo-container .custom-grid-1 img{width:12em; height:4em;margin-right:0.6em;}}
height:4.5em
*/
.custom-logo-container .custom-grid-1 img{width:11em;height:4.5em;margin-right:0.6em;}

/*%E GM01*/


/*%S GM01*/
@media (max-width:680px) {
    .custom-logo-container .custom-grid-1{display:block;width:100%;} 
    .custom-logo-container .custom-grid-1 .grid-row{display:block;width:100%;}
    .custom-logo-container .custom-grid-1 .grid-row .grid-col{display:block;width:100%;}
}
@media (max-width: 768px){ #dashboard-main{width:98%;margin-left:1%;} }
@media (min-width: 768px) and (max-width: 991px){ #dashboard-main{width:80%;margin-left:10%;} }
@media (min-width: 992px) and (max-width: 1199px) { #dashboard-main{width:70%;margin-left:15%;} }
@media (min-width: 1199px) {  }
/*%E GM01*/