@keyframes placeHolderShimmer {
0% {
background-position: 0px 0;
}
100% {
background-position: 100em 0;
}
}
.loading {
animation: placeHolderShimmer 10s linear infinite reverse;
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
}
.db_hide {
display: none !important;
}
.drawing_hide {
display: none !important;
}
.db_btn {
display: inline-block;
color: #fff;
text-decoration: none;
line-height: 40px;
padding-left: 18px;
padding-right: 18px;
border-radius: 4px;
background-color: #0085d1;
transition: all 400ms;
font-size: 16px;
}
.db_btn:hover {
transition: all 400ms;
background-color: #2ba2e6;
} .lds-dual-ring {
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 32px;
height: 32px;
margin: 8px;
border-radius: 50%;
border: 6px solid rgba(122, 122, 122, 0.7);
border-color: rgba(122, 122, 122, 0.7) transparent rgba(122, 122, 122, 0.7) transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .authblock__bg {
background-color: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
z-index: 200;
}
.authblock__close {
color: #000;
position: absolute;
right: 15px;
top: 5px;
}
.authblock__close svg {
fill: currentColor;
width: 14px;
height: 14px;
}
.authblock__switch {
padding-bottom: 10px;
width: 300px;
display: flex;
justify-content: space-between;
}
.authblock__switch a {
text-decoration: none;
font-size: 18px;
line-height: 18px;
padding-bottom: 4px;
font-family: 'Source Sans Pro Narrow', sans-serif;
color: #000;
}
.authblock__switch a.current {
border-bottom: 2px solid;
}
.authblock__content {
background-color: #ffffff;
border-radius: 6px;
overflow: hidden;
width: calc(100% - 30px);
max-width: 380px;
padding: 15px;
position: relative;
box-sizing: border-box;
}
.authblock__form {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.authblock__form form {
width: 100%;
}
.authblock__form input {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-bottom: 1px solid #dedede !important;
line-height: 40px;
text-align: left;
width: 100%;
padding-left: 0px !important;
outline: none !important;
}
.authblock__form input:focus {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
outline-offset: 0px !important;
outline: none !important;
border-bottom: 1px solid #666;
}
.authblock__form a {
margin-top: 10px;
}
.authblock__loading {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 0;
}
.userpanel {
padding: 10px;
box-sizing: border-box;
max-width: 1200px;
border: 1px solid #dedede;
border-radius: 4px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
margin-top: 140px;
margin-bottom: 140px;
}
.userpanel__pagename {
font-size: 14px;
text-align: right;
}
.userpanel__drawingboard {
width: 600px;
height: 500px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
}
.userpanel__container {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 1;
}
.userpanel__left {
width: 200px;
display: block;
}
.userpanel__left ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.userpanel__left ul li a {
font-size: 12px;
display: inline-block;
line-height: 30px;
text-decoration: none;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
border-bottom: 2px solid #dedede;
width: 100%;
height: 30px;
}
.userpanel__left ul li a:hover {
background-color: #dedede;
}
.userpanel__right {
width: calc(100% - 210px);
display: block;
box-sizing: border-box;
padding: 20px;
}
.usermenu {
width: 100%;
}
.usermenu ul {
list-style: none;
padding: 0px;
margin: 0px;
display: flex;
align-items: flex-start;
justify-content: space-evenly;
}
.usermenu ul li a {
display: inline-block;
line-height: 30px;
text-decoration: none;
font-size: 16px;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
border-bottom: 2px solid #dedede;
width: 100%;
height: 30px;
}
.usermenu ul li a:hover {
background-color: #dedede;
}
.sendmessage {
margin-top: 40px;
}
.sendmessage:after {
content: ' ';
display: block;
clear: both;
}
.sendmessage__text {
height: 80px;
width: calc(100% - 140px);
font-size: 14px;
line-height: 15px;
border: 1px solid #333 !important;
border-radius: 4px;
padding: 2px !important;
margin: 0px;
display: inline-block;
float: left;
}
.sendmessage__button {
line-height: 40px;
display: inline-block;
width: 120px;
height: 40px;
border: 1px solid #333;
text-align: center;
text-decoration: none;
color: #fff;
background-color: #0085d1;
transition: all 400ms;
font-size: 16px;
}
.sendmessage__button:hover {
transition: all 400ms;
background-color: #2ba2e6;
}
.sendmessage__option {
line-height: 20px;
width: 120px;
height: auto;
border: 1px solid #333;
text-align: center;
text-decoration: none;
display: inline-block;
color: #000 !important;
background-color: #ffffcc;
transition: all 400ms;
font-size: 16px;
padding: 4px;
}
.project {
padding: 4px;
border: 1px solid #333;
border-radius: 4px;
font-size: 14px;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.messages__message {
padding: 4px;
background-color: #ffffdd;
border: 1px solid #333;
border-radius: 4px;
margin-bottom: 20px;
height: auto;
}
.messages__message div:nth-of-type(1) {
line-height: 16px;
height: auto;
}
.messages__time {
font-size: 12px;
display: inline-block;
width: 160px;
}
.messages__name {
font-size: 12px;
font-weight: bold;
display: inline-block;
width: calc(100% - 170px);
}
.messages__text {
margin-top: 10px;
font-size: 16px;
line-height: 20px;
height: auto;
}
.messages__text img {
max-width: 100%;
width: auto;
margin-left: auto;
margin-right: auto;
max-height: 700px;
}
.messages__text canvas {
margin-bottom: 20px;
}
.draw_cont {
margin-bottom: 80px;
}
.addimage {
margin-top: 40px;
}
.addimage__option {
line-height: 20px;
width: 120px;
height: auto;
border: 1px solid #333;
text-align: center;
text-decoration: none;
display: inline-block;
color: #000 !important;
background-color: #ffffcc;
transition: all 400ms;
font-size: 16px;
padding: 4px;
}
.addimage__fileinput {
width: 400px;
}
.addimage__button {
line-height: 40px !important;
display: inline-block !important;
width: 120px !important;
height: 40px !important;
border: 1px solid #333 !important;
text-align: center !important;
text-decoration: none !important;
color: #fff !important;
background-color: #0085d1 !important;
transition: all 400ms !important;
font-size: 16px !important;
padding: 0px !important;
}
.addimage__button:hover {
transition: all 400ms !important;
background-color: #2ba2e6 !important;
}
.addpdf {
margin-top: 40px;
}
.addpdf__option {
line-height: 20px;
width: 120px;
height: auto;
border: 1px solid #333;
text-align: center;
text-decoration: none;
display: inline-block;
color: #000 !important;
background-color: #ffffcc;
transition: all 400ms;
font-size: 16px;
padding: 4px;
}
.addpdf__fileinput {
width: 400px;
}
.addpdf__button {
line-height: 40px !important;
display: inline-block !important;
width: 120px !important;
height: 40px !important;
border: 1px solid #333 !important;
text-align: center !important;
text-decoration: none !important;
color: #fff !important;
background-color: #0085d1 !important;
transition: all 400ms !important;
font-size: 16px !important;
padding: 0px !important;
}
.addpdf__button:hover {
transition: all 400ms !important;
background-color: #2ba2e6 !important;
}
.drawbutton {
line-height: 40px !important;
display: inline-block !important;
width: 120px !important;
height: 40px !important;
border: 1px solid #333 !important;
text-align: center !important;
text-decoration: none !important;
color: #fff !important;
background-color: #0085d1 !important;
transition: all 400ms !important;
font-size: 16px !important;
padding: 0px !important;
}
.drawbutton_green {
background-color: #00d111 !important;
}
.drawbutton:hover {
transition: all 400ms !important;
background-color: #2ba2e6 !important;
}
.drawbutton:hover.drawbutton_green:hover {
transition: all 400ms !important;
background-color: #00ff00 !important;
}
.mtype_text {
background-color: #ffcc99;
}
.mtype_all {
background-color: #ccffcc;
position: relative;
}
.mtype_all:before {
content: 'CLIENT';
color: #00cc00;
font-weight: bold;
font-size: 14px;
position: absolute;
bottom: 10px;
right: 10px;
}
.mtype_staff {
background-color: #cceeff;
position: relative;
}
.mtype_staff:before {
content: 'STAFF ONLY!';
color: #cc0000;
font-weight: bold;
font-size: 14px;
position: absolute;
bottom: 10px;
right: 10px;
}
.upadminpanel {
padding: 10px;
box-sizing: border-box;
max-width: 1600px;
border: 1px solid #dedede;
border-radius: 4px;
background-color: #fff;
margin-left: auto;
margin-right: auto;
margin-top: 140px;
margin-bottom: 140px;
}
.upadminpanel__table .smtext {
font-size: 15px;
}