﻿.bar{ padding-top:80px;}
.bar-announce{ padding-top:122px;}
.btn {
    cursor:pointer;
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.85rem;
    line-height: 1.5;
    border-radius: 0.35rem;
	vertical-align:middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.w3p-dropdown-content {
    display:none;
}
.menu-toggle {
    background-image: url("../img/amburger.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.badge {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.w3p-oneline{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w3p-table{
    border-collapse: collapse;
    border-spacing: 0;
    
    width: 100%;
    display: table;
}
.w3p-table td {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
/*style*/
.w3p-card {
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}
.w3p-label {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 12px !important;
    float: left;
    display: block;
    width:100%;
}
.w3p-invalid {
    margin-top: 6px;
    font-size: 12px !important;
    float: left;
    color: #f44336 !important;
    display:block;
    width:100%;
}
.w3p-input {
    padding: 12px;
    display: block;
    border: 1px solid #ced4da;
    border-radius:4px;
    width: 100%;    
}
.w3p-input:focus {
    -webkit-box-shadow: 0px 0px 0px 3.2px rgba(0, 125, 250, 0.25);
    box-shadow: 0px 0px 0px 3.2px rgba(0, 125, 250, 0.25);
    background-color: #fff;
    border: 1px solid #80bdff;
    outline: none;
}
.input-validation-error {
    -webkit-box-shadow: 0px 0px 0px 3.2px rgba(215 33 44/ 20%);
    box-shadow: 0px 0px 0px 3.2px rgba(215 33 44/ 20%);
    background-color: #fff;
    border: 1px solid red;
    outline: none;
}
.validation-summary-errors li {
    list-style-type: none;
}
.validation-summary-errors ul {
    padding:0;
}
.w3p-login {
    width: 440px;
    max-width: 440px;
    min-width: 320px;
    background-color: white;
    padding: 24px 32px;
    margin: auto;
    margin-top: 16px;
    position:relative;
    z-index:2;
}
/*Layout*/
.w3p-sidebar {
    height: 100%;
    width: 250px;
    background-color: #fff;
    position: fixed !important;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 48px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.w3p-main {
    margin-left: 250px;
    height: 100%;
    padding-bottom: 48px;
}
.w3p-navitem {
    background-position: left 50%;
    background-size: 18px 18px;
    background-position-x: 16px;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    white-space: nowrap;
    outline: 0;
    padding: 12px 16px 12px 44px;
}
.w3p-navitem-home {
    background-image: url("../img/home.png");
}

.w3p-navitem-tools {
    background-image: url("../img/tools.png");
}

.w3p-navitem-app {
    background-image: url("../img/app.png");
}
.w3p-navitem-upload {
    background-image: url("../img/upfile.svg");
}
.vline {
	background-color:white; 
	width:1px; 
	height: 16px; 
	margin:16px; 
	display:inline-block; 
	float:left
}
.w3p-3dots {
    width: 34px;
    height: 24px;
	margin-left: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
    background-image: radial-gradient(circle, white 2px, transparent 2px);
    background-size: 100% 33.33%;
	display:inline-block; 
}
.w3p-caretd {
    background: url(../img/caretd.png) no-repeat right center;
    background-size: 10px 6px;	
}
#pprogress {
    width: 100%;
    overflow: hidden;
}
.w3p-buticon {
    cursor:pointer;
    background-position: 0.85rem 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    opacity: 1.0;
    text-align: center;
    line-height: 1.5;
    padding-left: 3.0rem !important;
}
.w3p-buticon-upload {
    background-image: url("../img/upfile.svg");
}
.w3p-buticon-download {
    background-image: url("../img/dowfile.svg");
}
.w3p-sticky {
    transition: padding-top 0.6s;
}
/* toolbar */
.w3p-itemtool {
    cursor: pointer;
    background-position: center center;
    background-size: 20px 20px;
    height: 48px;
    width: 48px;
    background-repeat: no-repeat;
    text-align: left;
    display: block;
    float: left;
}
.w3p-itemtool-open {
    background-image: url("../img/bopen.png");
}
.w3p-itemtool-save {
    background-image: url("../img/save.png");
}
.w3p-itemtool-download {
    background-image: url("../img/bsave.png");
}

.w3p-itemtool-rtf {
    background-image: url("../img/irtf.png");
}

.w3p-itemtool-pdf {
    background-image: url("../img/ipdf.png");
}

.w3p-itemtool-select {
    background-image: url("../img/select.png");
}
/* list*/
.w3p-toolitemimage {
    margin: 16px;
    padding: 0px;
    width: 120px;
    height: 120px;
	cursor:pointer;
}
.w3p-toolitem {
    margin-bottom: 4px;
    background-color: white;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16), 0px 2px 8px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 1px 2px rgb(220,220,220);
}
.w3p-listbitem {
	float:left;
	width:auto;
	display:block;
	outline:0;
}
.w3p-tbadge {
    padding: 0px 6px;
    border-radius: 2px;
	margin-right:4px;
    margin-bottom: 2px;
}
.w3p-ticon {
    margin: 0px 6px;
    width: 12px;
    height: 12px;
}
.w3p-plus{}
.w3p-menus{}
.w3p-collapse-buttom[data-expanded='true']  .w3p-plus{
        display:none;
}
.w3p-collapse-buttom[data-expanded='false'] .w3p-menus{
    display: none;
}
/* ANIMATION*/
/* slide-fade */
.slide-fade {
    margin-left: 0px;
    margin-right: 0px;
}

#lista.slide-fade .media {
    transition: all 0.4s ease-out;
    opacity: 0
}

#lista.slide-fade > div.show {
    opacity: 1
}
/* swing-side */
#lista.swing-side {
    perspective: 200px
}
#lista.swing-side > div {
    transform: rotateY(-90deg);
    transition: all 0.5s cubic-bezier(0.36,-0.64,0.34,1.76)
}

#lista.swing-side > div.show {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(0.36,-0.64,0.34,1.76)
}
/* swing */
#lista.swing {
    perspective: 100px
}
#lista.swing > div {
    opacity: 0;
    transform: rotateX(-90deg);
    transition: all 0.5s cubic-bezier(0.36,-0.64,0.34,1.76)
}

#lista.swing > div.show {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(0.36,-0.64,0.34,1.76)
}
/*Book*/
.w3p-collapse-book {
    width: 100%;
    text-align:left;
	cursor:pointer;
	padding-left:30px;
	background-position: left center;
	background-repeat:no-repeat;
    background-size: 10px 10px;
	background-position-x:14px;
	height:auto;
	font-weight:500;
	border-bottom:0px solid rgb(200,200,200);
}
.w3p-collapse-book[data-expanded='true'] {
    background-image: url(../img/bopened.png);
}
.w3p-collapse-book[data-expanded='false'] {
    background-image: url(../img/bclosed.png);
}
.w3p-collapse-item {
}
.w3p-booksection{
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:28px;
	padding-right:16px;
	padding-bottom:8px;
	padding-top:8px;
}
.w3p-booksection-data{
	background-image: url('../img/table.png');
}
.w3p-booksection-result{
	background-image: url('../img/analisys.png');
}
.w3p-booksection-drawings{
	background-image: url('../img/pictures.png');
}
.w3p-t0 {
    width:19px;
	height:100%;
}
.w3p-t1 {
    width: 18px;
	height:100%;
}
.w3p-t2 {
    width: 10px;
	height:100%;
}
.w3p-tleftb {
    border-left:1px solid rgb(200,200,200);
}
.w3p-tbottomb {
    border-bottom:1px solid rgb(200,200,200);
}
.w3p-tablelink{
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 12px 12px;
	padding-left:28px;
	padding-right:16px;
	padding-bottom:6px;
	padding-top:6px;
	background-position-x:8px;
	cursor:pointer;
}
.w3p-tablelink-data{
	background-image: url('../img/data.png');
}
.w3p-tablelink-result{
	background-image: url('../img/result.png');
}
.w3p-tablelink-picture{
	background-image: url('../img/picture.png');
}
/* rigth*/
.w3p-ad-image {
    margin-top: 8px;
    cursor: pointer;
    height: auto;
    width: 100%;
    margin: auto;
}
/* table */
.w3p-tabcontainer {
    margin-bottom: 6px;
    padding: 16px;
    border: 0px solid rgb(242, 242, 242);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.16), 0px 2px 8px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 1px 2px #c9cccd;
    background-color: white;
    border-radius: 6px;
}
/* tab style */
.atab {
    background-color: white;
    width: 100%;
}

.atab-border {
    border: 1px solid rgb(250, 250, 250);
    border-collapse: collapse;
    border-radius: 6px;
}
/* row style */
.r-st {
    height: 20px;
    line-height: 1.5;
    width: 100%;
}

.r-st-border {
    border: 1px solid rgb(250, 250, 250);
}
/* cell stile */
.c-l {
    text-align: left;
}

.c-r {
    text-align: right;
}

.c-c {
    text-align: center;
}

.c-bt {
    border-top: 1px solid rgb(80, 80, 80);
}

.c-br {
    border-right: 1px solid rgb(80, 80, 80);
}

.c-bb {
    border-bottom: 1px solid rgb(80, 80, 80);
}

.c-bl {
    border-left: 1px solid rgb(80, 80, 80);
}
.c-span {
    border: 1px solid rgb(249, 249, 249);
}
/* containt style */
.c-snn {
}

.c-sl1 {
    font-size: 100%;
    font-weight: bold;
    border-style: none;
}

.c-sl2 {
    font-size: 80%;
    font-weight: bold;
    border-style: none;
}

.c-sl3 {
    font-size: 80%;
    font-weight: bold;
    font-style: italic;
    border-style: none;
}
.c-st1 {
    font-size: 80%;
    border-style: none;
}
.c-st2 {
    font-size: 80%;
    font-style: italic;
    border-style: none;
}
.c-st3 {
    font-size: 80%;
    font-weight: bold;
    border-style: none;
}
.c-st4 {
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
    border-style: none;
}
.c-st5 {
    font-size: 70%;
    border-style: none;
}
.c-st6 {
    font-size: 70%;
    font-style: italic;
    border-style: none;
}
.c-st7 {
    font-size: 70%;
    font-weight: bold;
    border-style: none;
}
.c-st8 {
    font-size: 100%;
    font-weight: bold;
    border-style: none;
}
.c-stl100 {
    width: 100%;
}
.c-stl100 {
    width: 100%;
}
.c-img{
    max-width:100%;
    max-height:100%;
}
/* containt type */
.c-ce {
    color: rgb(0, 130, 190);
    border-style: none;
    text-align: inherit;
}

.c-cc {
    color: rgb(0, 130, 190);
    border-style: none;
}

.c-ct {
    color: rgb(100, 100, 100);
    text-align: inherit;
}

.c-cl {
    color: rgb(30, 30, 30);
    text-align: inherit;
}

.c-cf {
    color: rgb(250, 40, 40);
    text-align: inherit;
}

.c-co {
    color: rgb(0, 180, 0);
    text-align: inherit;
}

.c-tm {
    text-align: center;
}
.c-action {
    background-position: center;
    background-repeat: no-repeat;
    BORDER: red 0px solid;
    cursor: pointer;
    display: inline;
    float: left;
    height: 16px;
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
    width: 16px;
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
    width: 16px;
}
.c-ch {
    background-image: url(../images/info.png);
}

.c-aadd {
    background-image: url(../images/aadd.png);
}

.c-ck {
    width: auto;
    height: auto;
}

.c-rs {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
/*dxf*/
.btndxf {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}

.btndxf:hover {
    display: block;
}

.dxfimg:hover + .btndxf {
    display: block;
}

.dxfcontainer {
    position: relative;
    z-index: 1;
}
/*Infobar*/
.wheader {
    cursor: move;
    z-index: 2;
}

.top-resize {
    height: 5px;
    cursor: n-resize;
}

.rigth-resize {
    cursor: e-resize;
}

.bottom-resize {
    cursor: n-resize;
}
/*Toll selector*/
.w3p-icotoolsel{
    width:60px;
    height:60px;
}
/* mytolls */



.w3p-themetool {
    cursor: pointer;
    background-position: center center;
    background-size: 26px 26px;
    height: 60px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.w3p-themetool-paid {
    background-image: url("../img/paid.png");
}

.w3p-themetool-unpaid {
    background-image: url("../img/unpaid.png");
}

.w3p-themetool-close {
    background-image: url("../img/close.png");
}

.w3p-themetool-delete {
    background-image: url("../img/delete.png");
}

.w3p-themetool-copy {
    background-image: url("../img/copy.png");
}

.w3p-themetool-download {
    background-image: url("../img/download.png");
}

.w3p-themetool-open {
    background-image: url("../img/openinbr.png");
}

.w3p-toolbtnx {
    cursor: pointer;
    background-position: center center;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    background-color: red;
}
.w3p-toolbtn {
    cursor: pointer;
    background-position: center center;
    background-size: 26px 26px;
    height: 60px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.w3p-toolbtn-paid {
    background-image: url("../img/paid.png");
}

.w3p-toolbtn-unpaid {
    background-image: url("../img/unpaid.png");
}

.w3p-toolbtn-close {
    background-image: url("../img/close.png");
}

.w3p-toolbtn-delete {
    background-image: url("../img/delete.png");
}

.w3p-toolbtn-copy {
    background-image: url("../img/copy.png");
}

.w3p-toolbtn-download {
    background-image: url("../img/download.png");
}

.w3p-toolbtn-open {
    background-image: url("../img/openinbr.png");
}
/*Pagination*/
.w3p-pagination {
    display: table;
    margin: auto;
}
.w3p-pagination span {
    float: left;
    padding: 1px 6px;
    text-decoration: none;
    transition: background-color .5s;
    margin: 0px 2px;
    border-radius: 2px;
}
.w3p-pagination .page {
    cursor: pointer;
    background-color: white;
}
.w3p-pagination .prenex {
    transition: background-color .5s;
    margin: 0px 2px;
    border-radius: 2px;
    border:1px solid transparent;
}
.w3p-pagination .indef {
    margin: 0px 2px;
    border: 1px solid transparent;
}
/*style*/
.w3p-vmargin-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}
/*TAG*/
.tar{} .tam{} .tac{}
@media (min-width:821px) {
    .w3p-sidebar {
        left: 0px !important
    }
    .w3p-hide-large {
        display: none !important
    }
    #toolbar {
        display: block !important
    }
    #userbar {
        display: block !important
    }
}

@media (max-width:820px) {
    .w3p-sidebar {
        transition: left .3s;
        left: -250px;
    }
    .w3p-main {
        transition: margin-left .3s;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
	#userbar {
        display: none;
    }
    .w3p-rightnav {
        display: none;
    }
}
