File: /home/imensosw/www/ezwork/public/admin/css/app.css
@charset "UTF-8";
/*!
Project Name: HTML & CSS Test
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
.snotifyToast {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.snotify-leftTop .fadeIn,
.snotify-leftCenter .fadeIn,
.snotify-leftBottom .fadeIn {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.snotify-leftTop .fadeOut,
.snotify-leftCenter .fadeOut,
.snotify-leftBottom .fadeOut {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.snotify-rightTop .fadeIn,
.snotify-rightCenter .fadeIn,
.snotify-rightBottom .fadeIn {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.snotify-rightTop .fadeOut,
.snotify-rightCenter .fadeOut,
.snotify-rightBottom .fadeOut {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.snotify-centerTop .fadeIn {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.snotify-centerTop .fadeOut {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.snotify-centerCenter .fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.snotify-centerCenter .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.snotify-centerBottom .fadeIn {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.snotify-centerBottom .fadeOut {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) scaleX(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) scaleX(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0) scaleX(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0) scaleX(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0) scaleY(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0) scaleY(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0) scaleY(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0) scaleY(1.2);
}
100% {
opacity: 1;
transform: none;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
@-webkit-keyframes appear {
0% {
max-height: 0;
}
100% {
max-height: 50vh;
}
}
@keyframes appear {
0% {
max-height: 0;
}
100% {
max-height: 50vh;
}
}
@-webkit-keyframes disappear {
0% {
opacity: 0;
max-height: 50vh;
}
100% {
opacity: 0;
max-height: 0;
}
}
@keyframes disappear {
0% {
opacity: 0;
max-height: 50vh;
}
100% {
opacity: 0;
max-height: 0;
}
}
@-webkit-keyframes async {
0% {
transform: translate(0, -50%) rotate(0deg);
}
100% {
transform: translate(0, -50%) rotate(360deg);
}
}
@keyframes async {
0% {
transform: translate(0, -50%) rotate(0deg);
}
100% {
transform: translate(0, -50%) rotate(360deg);
}
}
.snotify {
display: block;
position: fixed;
width: 300px;
z-index: 9999;
box-sizing: border-box;
pointer-events: none;
}
.snotify * {
box-sizing: border-box;
}
.snotify-leftTop,
.snotify-leftCenter,
.snotify-leftBottom {
left: 10px;
}
.snotify-rightTop,
.snotify-rightCenter,
.snotify-rightBottom {
right: 10px;
}
.snotify-centerTop,
.snotify-centerCenter,
.snotify-centerBottom {
left: calc(50% - 300px / 2);
}
.snotify-leftTop,
.snotify-centerTop,
.snotify-rightTop {
top: 10px;
}
.snotify-leftCenter,
.snotify-rightCenter,
.snotify-centerCenter {
top: 50%;
transform: translateY(-50%);
}
.snotify-leftBottom,
.snotify-rightBottom,
.snotify-centerBottom {
bottom: 10px;
}
.snotify-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
opacity: 0;
z-index: 9998;
transition: opacity 0.3s;
}
.snotifyToast {
display: block;
cursor: pointer;
background-color: #fff;
height: 100%;
margin: 5px;
opacity: 0;
border-radius: 5px;
overflow: hidden;
pointer-events: auto;
}
.snotifyToast--in {
-webkit-animation-name: appear;
animation-name: appear;
}
.snotifyToast--out {
-webkit-animation-name: disappear;
animation-name: disappear;
}
.snotifyToast__inner {
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
justify-content: center;
position: relative;
padding: 5px 65px 5px 15px;
min-height: 78px;
font-size: 16px;
color: #000;
}
.snotifyToast__noIcon {
padding: 5px 15px 5px 15px;
}
.snotifyToast__progressBar {
position: relative;
width: 100%;
height: 10px;
background-color: #c7c7c7;
}
.snotifyToast__progressBar__percentage {
position: absolute;
top: 0;
left: 0;
height: 10px;
background-color: #4c4c4c;
max-width: 100%;
}
.snotifyToast__title {
font-size: 1.8em;
line-height: 1.2em;
margin-bottom: 5px;
color: #fff;
}
.snotifyToast__body {
font-size: 1em;
}
.snotifyToast-show {
transform: translate(0, 0);
opacity: 1;
}
.snotifyToast-remove {
max-height: 0;
overflow: hidden;
transform: translate(0, 50%);
opacity: 0;
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
/***************
** Modifiers **
**************/
.snotify-simple .snotifyToast__title,
.snotify-simple .snotifyToast__body {
color: #000;
}
.snotify-success {
background-color: #4caf50;
}
.snotify-success .snotifyToast__progressBar {
background-color: #388e3c;
}
.snotify-success .snotifyToast__progressBar__percentage {
background-color: #81c784;
}
.snotify-success .snotifyToast__body {
color: #c8e6c9;
}
.snotify-info {
background-color: #1e88e5;
}
.snotify-info .snotifyToast__progressBar {
background-color: #1565c0;
}
.snotify-info .snotifyToast__progressBar__percentage {
background-color: #64b5f6;
}
.snotify-info .snotifyToast__body {
color: #e3f2fd;
}
.snotify-warning {
background-color: #ff9800;
}
.snotify-warning .snotifyToast__progressBar {
background-color: #ef6c00;
}
.snotify-warning .snotifyToast__progressBar__percentage {
background-color: #ffcc80;
}
.snotify-warning .snotifyToast__body {
color: #fff3e0;
}
.snotify-error {
background-color: #f44336;
}
.snotify-error .snotifyToast__progressBar {
background-color: #c62828;
}
.snotify-error .snotifyToast__progressBar__percentage {
background-color: #ef9a9a;
}
.snotify-error .snotifyToast__body {
color: #ffebee;
}
.snotify-async {
background-color: #1e88e5;
}
.snotify-async .snotifyToast__progressBar {
background-color: #1565c0;
}
.snotify-async .snotifyToast__progressBar__percentage {
background-color: #64b5f6;
}
.snotify-async .snotifyToast__body {
color: #e3f2fd;
}
.snotify-confirm {
background-color: #009688;
}
.snotify-confirm .snotifyToast__progressBar {
background-color: #4db6ac;
}
.snotify-confirm .snotifyToast__progressBar__percentage {
background-color: #80cbc4;
}
.snotify-confirm .snotifyToast__body {
color: #e0f2f1;
}
.snotify-prompt {
background-color: #009688;
}
.snotify-prompt .snotifyToast__title {
margin-bottom: 0;
}
.snotify-prompt .snotifyToast__body {
color: #e0f2f1;
}
.snotify-confirm .snotifyToast__inner,
.snotify-prompt .snotifyToast__inner {
padding: 10px 15px;
}
.snotifyToast__input {
position: relative;
z-index: 1;
display: inline-block;
margin: 0;
width: 100%;
vertical-align: top;
transition: all 0.5s;
transition-delay: 0.3s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.snotifyToast__input__field {
position: relative;
display: block;
float: right;
padding: 0.85em 0.5em;
width: 100%;
border: none;
border-radius: 0;
background: transparent;
color: #333;
font-weight: bold;
-webkit-appearance: none;
/* for box shadows to show on iOS */
opacity: 0;
transition: opacity 0.3s;
}
.snotifyToast__input__field:focus {
outline: none;
}
.snotifyToast__input__label {
display: inline-block;
float: right;
padding: 0 0.85em;
width: 100%;
color: #e0f2f1;
font-weight: bold;
font-size: 70.25%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: absolute;
left: 0;
height: 100%;
text-align: left;
pointer-events: none;
}
.snotifyToast__input__label::before, .snotifyToast__input__label::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: transform 0.3s;
}
.snotifyToast__input__label::before {
border-top: 2px solid #fff;
transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
transition-delay: 0.3s;
}
.snotifyToast__input__label::after {
z-index: -1;
background: #b2dfdb;
transform: scale3d(1, 0, 1);
transform-origin: 50% 0;
}
.snotifyToast__input__labelContent {
position: relative;
display: block;
padding: 1em 0;
width: 100%;
transition: transform 0.3s 0.3s;
}
.snotifyToast__input--filled {
margin-top: 2.5em;
}
.snotifyToast__input--filled:focus,
.snotifyToast__input--filled .snotifyToast__input__field {
opacity: 1;
transition-delay: 0.3s;
}
.snotifyToast__input__field:focus + .snotifyToast__input__label .snotifyToast__input__labelContent,
.snotifyToast__input--filled .snotifyToast__input__labelContent {
transform: translate(0, -80%);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
transition-delay: 0s;
}
.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
transform: translate(0, 0);
}
.snotifyToast__input__field:focus + .snotifyToast__input__label::after,
.snotifyToast__input--filled .snotifyToast__input__label::after {
transform: scale(1, 1);
transition-delay: 0.3s;
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.snotifyToast--invalid .snotifyToast__input__label::before {
border-color: #f44336;
}
.snotifyToast--valid .snotifyToast__input__label::before {
border-color: #4caf50;
}
.snotifyToast__buttons {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.snotifyToast__buttons button {
position: relative;
width: 100%;
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
border-bottom: none;
background: transparent;
padding: 8px;
text-transform: capitalize;
color: #fff;
box-sizing: border-box;
overflow: hidden;
}
.snotifyToast__buttons button::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 5px;
height: 5px;
background: rgba(255, 255, 255, 0.3);
opacity: 0;
border-radius: 100%;
transform: scale(1, 1) translate(-50%);
transform-origin: 50% 50%;
}
.snotifyToast__buttons button:focus:not(:active)::after {
-webkit-animation: ripple 1s ease-out;
animation: ripple 1s ease-out;
}
.snotifyToast__buttons button:hover, .snotifyToast__buttons button:focus {
background: rgba(0, 0, 0, 0.1);
outline: none;
}
.snotifyToast__buttons button:active {
background: rgba(0, 0, 0, 0.15);
}
.snotifyToast__buttons button:last-child {
border-right: none;
}
.snotifyToast__buttons button:first-child {
border-left: none;
}
.snotifyToast__buttons--bold {
font-weight: 700;
}
@-webkit-keyframes ripple {
0% {
transform: scale(0, 0);
opacity: 1;
}
20% {
transform: scale(25, 25);
opacity: 1;
}
100% {
opacity: 0;
transform: scale(40, 40);
}
}
@keyframes ripple {
0% {
transform: scale(0, 0);
opacity: 1;
}
20% {
transform: scale(25, 25);
opacity: 1;
}
100% {
opacity: 0;
transform: scale(40, 40);
}
}
.snotify-icon {
position: absolute;
right: 10px;
top: 50%;
line-height: 0;
transform: translate(0, -50%);
max-height: 48px;
max-width: 48px;
width: 100%;
height: 100%;
}
.snotify-icon--error {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffcdd2%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E");
}
.snotify-icon--warning {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E");
}
.snotify-icon--info {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E");
}
.snotify-icon--success {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23c8e6c9%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E");
}
.snotify-icon--async {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E");
-webkit-animation: async 3s infinite linear;
animation: async 3s infinite linear;
transform-origin: 50% 50%;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Page
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
--primaryClr: #d6a95f;
--siteDark: #212121;
--secondaryClr: #090A0E;
--mutedClr: #797979;
--lightClr: #f0f0f0;
--siteYellow: #CBA135;
--sitePink: #FDD0E2;
--siteRed: #ff0000;
}
@font-face {
src: url("./fonts/Louis-Bold.ttf");
font-family: "Louis George Bold";
font-style: normal;
font-weight: 600;
}
@font-face {
src: url("./fonts/Louis.ttf");
font-family: "Louis George";
font-style: normal;
font-weight: 400;
}
body {
margin: 0;
padding: 0;
font-family: "Louis George" !important;
font-size: 16px;
}
.burger {
padding: 75px 0;
}
.ground {
margin-left: 80px;
}
a {
color: #112949;
}
a:hover {
text-decoration: none;
}
.sml-btn-group .btn {
font-size: 12px;
}
.form-control {
border-color: #AAA;
overflow: hidden;
font-size: 0.9rem;
}
.btn-primary {
background-color: #112949;
border-color: #112949;
}
.btn-primary:hover {
background-color: #0c1d33;
border-color: #0c1d33;
}
.btn-imp {
font-size: 0.9rem !important;
line-height: 1.6 !important;
}
.text {
opacity: 0.8;
}
.container {
max-width: 1100px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
font-family: "Louis George Bold";
}
.btn-bordered {
background-color: transparent;
}
.btn {
padding: 0.375rem 1.5rem;
}
/*======================== Login====================================*/
.main-bg {
width: 100%;
height: 100vh;
display: flex;
}
.main-bg .left {
width: 32%;
padding: 50px 60px;
position: relative;
box-shadow: 0 53px 119px rgba(0, 0, 0, 0.2);
background-color: #FFF;
}
.main-bg .right {
width: 68%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.left h1 {
font-weight: 600;
font-size: 2em;
margin-top: 20%;
}
.left form {
margin-top: 50px;
}
.left label {
font-weight: 500;
font-size: 0.9em;
}
.left a {
font-weight: 600;
}
.left-footer {
position: absolute;
bottom: 20px;
font-size: 0.7em;
text-align: center;
left: 0;
width: 100%;
opacity: 0.8;
}
.left-footer a {
font-weight: 400;
}
.dropdown-menu {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.navbar-nav {
align-items: center;
}
.w-200 {
width: 200px;
}
.w-100 {
width: 100% !important;
}
/*========================Profile====================================*/
.profile {
padding-bottom: 100px;
}
.profile-cover {
height: 300px;
background-size: cover;
width: 100%;
}
.profile-personal,
.profile-card {
background: #FFF;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
border-radius: 0.25rem;
padding: 30px;
position: relative;
}
.profile-personal {
margin-top: -100px;
}
.status {
font-size: 12px;
padding: 2px 15px;
border-radius: 20px;
display: inline-block;
}
.status.pending {
background-color: orange;
}
.profile-personal .actions {
position: absolute;
right: 30px;
top: 30px;
}
.actions a {
height: 40px;
width: 40px;
border-radius: 100%;
line-height: 40px;
text-align: center;
transition: 0.3s all;
border: 1px solid #DDD;
display: inline-block;
}
.actions a:hover {
background-color: #EEE;
color: #000;
transform: scale(1.1);
}
.personal-info small {
display: block;
opacity: 0.5;
}
.carded small {
display: block;
opacity: 0.5;
}
.card-header {
background-color: #FFF;
}
.profile-card .card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.profile-card .actions a {
display: inline-block;
height: 35px;
width: 35px;
border: 1px solid #DDD;
border-radius: 100%;
line-height: 35px;
text-align: center;
}
.c-row {
display: flex;
justify-content: space-between;
align-items: center;
}
.capsule {
background-color: #EEE;
display: inline-block;
border-radius: 30px;
padding: 2px 15px;
font-size: 13px;
font-weight: 400;
}
.tools .capsule {
margin-bottom: 10px;
margin-top: 10px;
}
.profile-card .bordered th,
.table_heading {
opacity: 0.6;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.capsule.done {
background-color: rgba(44, 224, 128, 0.3);
}
.capsule.review {
background-color: orange;
}
.capsule.failed {
background-color: pink;
}
.profile-card .border-bottom {
border-bottom: 1px solid #112949 !important;
}
/*--------------------------------------------------------------
# Translators
--------------------------------------------------------------*/
.menubar {
width: 70px;
background: linear-gradient(to bottom, #112949, #3cc3f2);
height: 100%;
position: fixed;
text-align: center;
top: 0;
bottom: 0;
z-index: 99;
}
.bg-dark {
background: linear-gradient(to right, #112949, #3cc3f2) !important;
}
.navbar {
padding: 0.25em 0em;
}
.menubar-list {
padding: 0;
margin: 0;
list-style: none;
display: flex;
align-items: center;
flex-direction: column;
position: fixed;
width: 70px;
left: 0;
top: 0;
bottom: 0;
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.menubar-list li {
display: inline-block;
margin-bottom: 20px;
}
.menubar-list li span {
text-indent: -9999px;
display: inline-block;
}
.panels {
display: flex;
height: 100vh;
}
.lpanel {
height: 100%;
width: 70px;
background: linear-gradient(to bottom, #112949, #3cc3f2) !important;
position: relative;
z-index: 9;
}
.lpanel .topper {
background-color: #f0f5f7;
}
.mpanel .topper h5 {
font-size: 18px;
margin-bottom: 0;
}
.menubar-list .brand {
margin-bottom: 35px;
margin-top: 10px;
}
.menu-link {
height: 50px;
width: 50px;
border-radius: 100%;
color: #FFF;
transition: 0.3s all;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
}
.active .menu-link {
background-color: rgba(255, 255, 255, 0.1);
}
.menu-link:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #FFF;
}
.userlog {
height: 50px;
width: 50px;
border-radius: 100%;
background-color: #FFF;
position: absolute !important;
bottom: 10px;
}
.userlog img {
border-radius: 100%;
}
.userlog .dropdown-toggle::after {
display: none;
}
.megamenu {
position: static;
border-left: medium none !important;
border-radius: 0;
border-right: medium none !important;
box-shadow: none;
width: 158px;
}
.megamenu .dropdown-menu {
border: medium none;
border-radius: 0;
width: 220px;
padding: 0 0;
border-bottom: 1px solid #DDD;
transition: all 0.3s ease 0s;
transform: scale3d(1, 0, 1);
transform-origin: center top 0;
margin-top: -1px;
height: calc(100vh - 70px);
display: block;
}
.megamenu .megamenu__item {
padding: 10px 20px;
display: flex;
align-items: center;
white-space: unset;
}
.megamenu .megamenu__item span {
display: block;
}
.megamenu .megamenu__item img {
width: 30px;
margin-right: 20px;
}
.megamenu .megamenu__item:hover {
background: #f0f4f7;
}
.megamenu .megamenu__item-heading {
color: #007c89;
font-size: 1em;
}
.megamenu .megamenu__item-number {
font-weight: 600;
color: #000;
font-size: 2em;
}
.megamenu .dropdown-toggle:after {
border: none;
position: absolute;
content: "\F107";
height: 5px;
width: 5px;
font-family: FontAwesome;
top: 24%;
font-size: 19px;
}
.megamenu .nav-link {
position: relative;
}
.dropdown.megamenu:hover > .dropdown-menu {
transform: scale3d(1, 1, 1);
}
.dropdown.megamenu:hover > .megamenu .dropdown-toggle:after {
content: "\F106";
}
.dropdown.megamenu > .megamenu .dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.navbar .nav-link {
padding-left: 15px;
padding-right: 15px;
color: #FFF !important;
font-size: 18px;
}
.navbar-brand {
margin-right: 0;
}
.notify {
color: #FFF;
}
.text-white {
color: #FFF;
}
.bg-dark .dropdown-toggle::after {
border-top-color: #FFF;
}
.beta-nav {
padding: 0;
margin: 0;
list-style: none;
margin-top: 20px;
}
.beta-nav .active a {
font-weight: bold;
}
.beta-nav li a {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0px 15px;
padding: 5px 10px;
font-size: 0.9em;
color: #FFF;
border-radius: 4px;
}
.beta-nav .active a,
.beta-nav li a:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.search-inp {
width: 85%;
padding: 4px 15px;
margin: 6px 0;
border-radius: 30px;
border-color: transparent;
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid #DDD;
background-size: 4%;
background-image: url(./images/search_icon.png);
background-repeat: no-repeat;
background-position: 10px center;
}
.topper-full .search-inp {
background: #f0f4f7;
}
/*.search-inp {
width: 80%;
padding: 4px 12px;
margin: 6px 0;
border-radius: 30px;
border-color: transparent;
background-color: rgba(255,255,255,0.8);
background-image: url(./images/search_icon.png);
background-repeat: no-repeat;
background-position: 10px center;
padding-left: 30px;
border:1px solid #DDD;
}*/
.sidebar-search .dropdown-toggle::after {
display: none;
}
.nav-item .search-inp:focus {
background-color: #FFF;
}
.mpanel {
width: 400px;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
height: 100%;
background-color: #FFF;
}
.avatar {
height: 45px;
width: 45px;
border-radius: 4px;
text-align: center;
background: #EEE;
font-weight: bold;
font-size: 20px;
overflow: hidden;
text-transform: uppercase;
}
.avatar span {
line-height: 44px;
}
.avatar img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
h5 {
font-size: 16px;
}
.avatar.purple {
background-color: rgba(123, 14, 185, 0.2);
color: #7b0eb9;
}
.avatar.blue {
background-color: bisque;
color: #000;
}
.avatar.blue img {
width: 77%;
height: auto;
}
.avatar.navajowhite {
background-color: navajowhite;
color: #ea7b2c;
}
.trl-name {
display: block;
font-size: 14px;
margin-bottom: 5px;
font-weight: bold;
line-height: 120%;
}
.trl-lang {
display: block;
font-size: 0.75em;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.list-row {
border-bottom: 1px solid #EEE;
padding: 10px 0;
}
.stars i {
color: orange;
font-size: 12px;
}
.topper {
height: 50px;
justify-content: space-between;
align-items: center;
display: flex;
padding: 0 15px;
background-color: #FFF;
position: relative;
}
.topper .dropdown-item {
font-size: 0.8em;
}
.btn-orange {
background-color: #ea7b2c;
border-color: #ea7b2c;
padding: 5px 10px;
color: #FFF;
font-size: 0.9em;
}
.btn-orange:hover {
color: #FFF;
opacity: 0.9;
}
.rpanel {
position: absolute;
left: 470px;
right: 0;
top: 0;
min-height: 100vh;
background: #f0f4f7;
}
.rpanel-header {
background-color: #FFF;
padding: 5px 20px;
height: 70px;
}
.rpanel .tab-content {
height: 100%;
}
.no-record {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 100%);
text-align: center;
opacity: 0.6;
}
.rpanel-wrapper {
height: calc(100vh - 140px);
overflow-y: auto;
overflow-x: hidden;
padding: 20px;
padding-bottom: 50px;
}
.rpanel-header .avatar {
height: 60px;
width: 60px;
overflow: hidden;
}
.rpanel-header .avatar span {
line-height: 60px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: transparent;
}
.nav-tabs .nav-link {
padding: 8px 16px;
color: rgba(0, 0, 0, 0.7);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
background-color: transparent;
border: none;
border-bottom: 2px solid #000;
opacity: 1 !important;
}
.green {
color: #2ce080;
}
.rpanel-wrapper .card-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-actions {
padding: 0;
margin: 0;
list-style: none;
}
.nav-actions .btn {
margin-left: 15px;
}
.nav-actions .btn:first-child {
margin-left: 0;
}
.nav-actions li {
display: inline-block;
margin-left: 5px;
font-size: 0.85em;
transition: 0.3s all;
}
.nav-actions li a {
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 50%;
background-color: #f0f4f7;
display: inline-block;
text-align: center;
}
.list-row {
cursor: pointer;
}
.list-row.active {
background-color: #f0f4f7;
}
.lpanel .topper {
background-color: transparent;
color: #FFF;
}
.sidebar-search {
padding: 5px 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 57px;
position: relative;
}
.sidebar-search .btn-xs {
margin-left: -92px;
border-radius: 100%;
padding: 5px;
font-size: 13px;
background-color: #DDD;
height: 33px;
width: 33px;
}
/*New Code*/
.mpanel_sm {
width: 270px;
height: 100%;
background-color: #f0f4f7;
padding: 0 20px;
}
.mpanel_sm .menu-3 {
list-style: none;
padding: 0;
}
.mpanel_sm .menu-3 i {
min-width: 30px;
}
.rpanel_lg {
position: absolute;
left: 340px;
right: 0;
top: 0;
min-height: 100vh;
}
.rpanel_lg .sidebar-search {
box-shadow: none;
height: auto;
}
.table thead th {
background-color: transparent;
border-top: none;
opacity: 0.9;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
}
.table thead td:hover {
background-color: #f0f4f7;
}
.rpanel_lg .rpanel-wrapper {
/*height: calc(100vh - 50px);*/
height: 100vh;
overflow-y: hidden;
padding: 20px;
background: #FFF;
}
.mpanel_sm .list-row {
display: block;
padding: 8px 15px;
border-radius: 4px;
border: none;
}
.mpanel_sm .list-row:hover {
background-color: #E4EDED !important;
color: #112949;
}
.animate,
.full-txt,
.list-row {
transition: 0.3s all ease;
}
.full-txt {
position: absolute;
left: 0;
right: 0;
top: 0;
padding: 10px;
font-size: 12px;
background: #fff;
box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.1);
display: none;
}
/*td:hover .full-txt{ opacity: 1 }*/
/*.btn.btn-sm {
background: #F5f5f5 none repeat scroll 0 0;
border-radius: 100%;
color: #AAA;
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0;
text-align: center;
width: 30px;
font-size: 0.8em;
}*/
.close:focus,
.close:hover {
outline: none;
}
.readmore {
opacity: 0.5;
cursor: pointer;
}
.txt-close {
position: absolute;
right: -4px;
top: -4px;
background: #fff;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border-radius: 100%;
cursor: pointer;
}
.btn.focus,
.btn:focus,
input.focus,
input:focus,
select.focus,
select:focus,
a.focus,
a:focus {
outline: none !important;
box-shadow: none !important;
}
.sidebar-list {
margin-top: 0px;
display: inline-block;
width: 100%;
overflow-y: auto;
height: calc(100% - 115px);
}
.sidebar-list .capsule {
font-size: 11px !important;
}
.sidebar-list .avatar {
font-size: 16px;
}
.sidebar-list i {
text-align: center;
}
.sidebar-list .list-row:hover {
background-color: #f0f4f7;
}
.sidebar-list .list-row.active {
background-color: #E4EDED;
/*padding-left: 30px;*/
}
.modal-body,
.modal-footer,
.modal-header {
padding: 1rem 2rem;
}
.table-hover tbody tr:hover td {
background-color: #f0f4f7 !important;
}
.dataTables_length .form-control {
padding: 0.5rem;
}
.page-link {
color: #112949;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #112949;
border-color: #112949;
}
.table {
box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.045);
background: #fff;
}
.table_heading {
font-weight: 600;
}
.data-table {
min-height: calc( 100vh - 190px);
}
.btn-info {
color: #fff;
background-color: #3bc1f0;
border-color: #3bc1f0;
}
.form-check {
padding-top: 3px;
padding-bottom: 3px;
}
label {
font-size: 12px;
font-weight: 500;
}
.evolution_field label {
min-height: 31px;
}
.form-check-label input[type=checkbox] {
margin-top: 2px;
}
.help-block {
font-size: 0.85em;
}
.nav-tabs {
background-color: #FFF;
padding: 0 20px;
padding-top: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-tabs li {
margin-right: 20px;
}
.nav-tabs li:last-child {
margin-right: 0;
}
#myTab .nav-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0 !important;
position: relative;
padding-right: 20px;
padding-left: 0;
font-weight: bold;
opacity: 0.6;
}
#myTab .completed:after {
position: absolute;
content: "\2713";
background-color: rgba(44, 224, 128, 0.6);
color: #FFF;
width: 15px;
height: 15px;
top: 33%;
right: 0;
line-height: 15px;
text-align: center;
font-size: 0.6em;
border-radius: 25px;
}
#myTab .pending:after {
position: absolute;
content: "\2713";
background-color: rgba(211, 91, 6, 0.6);
color: #FFF;
width: 15px;
height: 15px;
top: 33%;
right: 0;
line-height: 15px;
text-align: center;
font-size: 0.6em;
border-radius: 25px;
}
#reviewTest .modal-dialog, #reviewTest .modal-dialog {
max-width: 90%;
}
#reviewTest .modal-body, #reviewTest .modal-body {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
#reviewTest .score small {
display: block;
font-size: 10px;
opacity: 0.6;
text-transform: uppercase;
}
#reviewTest {
/*background-color: #fff;*/
}
#reviewTest form {
position: relative;
}
#reviewTest .modal-header {
z-index: 99;
}
#reviewTest .modal-body {
padding-right: 350px;
min-height: 600px;
}
#reviewTest .modal-fixed {
position: fixed;
top: 63px;
width: 300px;
right: 0;
}
#reviewTest .modal-fixed .modal-score {
max-height: 620px;
min-height: 620px;
overflow-y: auto;
}
#reviewTest .score {
margin-bottom: 25px;
}
#reviewTest .score span {
margin-top: 2px;
display: block;
}
#reviewTest .score span input {
width: 80%;
background-color: #FFF;
padding: 5px 10px;
border-radius: 4px;
border: 1px solid #DDD;
}
.modal-score {
padding: 15px 30px;
}
.modal-score .table, .modal-table {
box-shadow: none !important;
margin-bottom: 0;
}
.modal-score .table th, .modal-score .table td, .modal-table th, .modal-table td {
padding: 0.75rem 0.25rem;
vertical-align: top;
}
.multiselect__option--highlight {
background: #666 !important;
}
.no-data {
opacity: 0.5;
padding: 50px 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* snotify customization start */
.snotify-success {
background: #000 !important;
}
.snotify-icon--success {
background-image: url(./../../images/snotify-close.png) !important;
background-repeat: no-repeat;
top: 38px;
right: -15px;
}
.snotifyToast__inner {
min-height: 48px !important;
}
.snotify {
width: auto !important;
}
.carded {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
border-radius: 4px;
max-height: 250px;
overflow: hidden;
overflow-y: auto;
}
.carded p:last-child {
margin-bottom: 0;
}
.carded h5 {
font-size: 1em;
margin-bottom: 20px;
}
.rating-info h5 {
font-size: 1em;
}
.card {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: none;
}
.action-btns a {
background-color: #f0f4f7;
padding: 4px 12px;
border-radius: 4px;
font-size: 14px;
display: inline-block;
}
.action-btns a:hover {
background-color: #E4EDED;
}
.btn-danger {
background-color: #ea7b2c;
border-color: #ea7b2c;
}
.btn-danger:hover {
background-color: #ea7b2c;
opacity: 0.9;
}
.action-strip {
background: #ffd8cc;
margin-bottom: 20px;
border-radius: 4px;
padding: 10px 20px;
}
.action-strip p {
margin-bottom: 0;
}
/* snotify customization start */
.singleline-form {
padding: 1.05rem 1rem 0;
background: rgba(240, 244, 247, 0.3);
border: 1px solid #f2f5f8;
border-bottom: 1px solid #f2f5f8;
height: 70px;
}
.singleline-form .search-inp {
margin: 0;
}
.singleline-form .multiselect {
min-height: 30px !important;
width: 200px !important;
height: 33px !important;
}
.singleline-form .multiselect__select {
height: 33px !important;
display: none !important;
}
.singleline-form .multiselect__tags {
border: 1px solid #dee2e6 !important;
min-height: 30px !important;
font-size: 1rem !important;
}
.singleline-form .multiselect__tags .multiselect__placeholder {
margin-bottom: 0px !important;
padding-top: 0 !important;
}
.singleline-form .multiselect__tags .multiselect__option {
min-height: 30px !important;
font-size: 15px !important;
}
.singleline-form .multiselect__tags .multiselect__option span {
font-size: 15px !important;
}
.singleline-form .multiselect__tags .multiselect__input {
padding: 0 !important;
}
.singleline-form .multiselect__tags .multiselect__single {
margin-bottom: 4px;
}
.singleline-form .form-control, .singleline-form .multiselect__tags {
border-color: #dee2e6;
border-radius: 0;
border-right: 0 !important;
}
.singleline-form .btn-primary {
border-radius: 0 0.25rem 0.25rem 0;
}
.singleline-form .btn, .singleline-form .form-control, .singleline-form .multiselect__tags {
padding: 0.25rem 0.75rem;
}
.singleline-form .btn-light {
color: #999 !important;
background: #fff !important;
font-size: 13px;
padding: 0.375rem 0.75rem;
}
.singleline-form h6 {
font-size: 14px;
min-width: 80px;
}
.singleline-form .mr-0 {
position: relative;
}
.singleline-form .mr-0:first-child .form-control {
border-radius: 0.25rem 0 0 0.25rem !important;
}
.singleline-form .mr-0:last-child .form-control {
border-radius: 0 !important;
}
.singleline-form .mr-0 .help-block {
position: absolute;
left: 0;
right: 10px;
top: 37px;
line-height: 105%;
font-size: 10px;
}
.rpanel-wrapper .topper {
padding: 0 !important;
margin-bottom: 15px;
}
table.table-fixed {
overflow: hidden;
}
table.table-fixed tbody {
display: block;
max-height: calc( 100vh - 215px) !important;
overflow-y: scroll;
width: calc( 100% + 14px) !important;
}
table.table-fixed thead, table.table-fixed tbody tr {
display: table;
width: 100%;
table-layout: fixed;
}
.admin_action_btn {
display: flex;
padding: 0;
}
.admin_approve_btn {
margin-left: 6px;
}
.payment-review-btn-bg {
background-color: #FFA500;
border-color: #FFA500;
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
color: #fff;
}
.payment-review-btn-bg:hover {
opacity: 0.8;
color: #fff;
}
.doc-title img {
margin-right: 10px;
}
.doc-title h4 {
font-weight: 600;
margin-bottom: 0;
font-size: 18px;
}
.doc-title .text-muted {
font-size: 13px;
}
.btn-add {
color: #fff !important;
background-color: #ED8337;
border-color: #ED8337;
padding: 0.1rem 0.3rem 0.1rem 0.2rem !important;
}
.btn-add:hover {
background-color: #d26e26;
border-color: #d26e26;
}
.btn-add.btn-sm {
border-radius: 20px;
font-size: 12px;
}
.btn-add span {
background: #fff;
width: 18px;
height: 18px;
display: inline-block;
border-radius: 100%;
line-height: 16px;
margin-right: 3px;
vertical-align: middle;
}
.btn-add span img {
width: 10px;
}
.fix-right {
position: absolute;
right: 20px;
top: -13px;
}
.segment-btn-fix-right {
position: absolute;
right: 30px;
bottom: -10px;
}
.segment-table {
background: #fff;
border-radius: 10px;
}
.segment-table .table thead th {
border-bottom: none !important;
border-top: none !important;
}
.segment-table thead {
background: #CDE1E9;
}
.segment-table tbody tr {
background: #f8f8f8;
position: relative;
}
.segment-table .table tbody {
padding: 5px;
}
.segment-table .table tbody tr:last-child td {
border-bottom: none !important;
}
.segment-table tbody tr:hover {
background: #feede3;
}
.doc-part {
border-radius: 10px;
background: #EBF5F9;
position: relative;
margin: 0 20px 20px 0;
min-width: 75px;
}
.doc-part .a {
display: inline-block;
width: 16px;
height: 16px;
text-align: center;
line-height: 12px;
border-radius: 100%;
background: #F00;
position: absolute;
right: -8px;
top: -8px;
border: none;
padding: 0;
cursor: pointer;
}
.doc-part .a img {
width: 12px;
}
.doc-part h6 {
background: #CCE1E9;
padding: 5px 10px;
border-radius: 10px 10px 0 0;
}
.doc-part .cnt {
padding: 10px;
}
.m-section {
position: relative;
border-bottom: 1px solid #ddd;
}
.m-section:last-child {
border-bottom: 0;
}
.m-section p {
font-size: 11px;
}
.m-section p:last-child {
margin-bottom: 0;
}
.btn-default {
background-color: #EAEAEA;
border-color: #EAEAEA;
}
.btn-sm {
padding: 0.12rem 0.75rem;
}
.part {
border-top: 2px dashed orange;
position: relative;
padding: 20px 0;
}
.part h1 {
font-size: 22px;
}
.part h2 {
font-size: 20px;
}
.part h3 {
font-size: 18px;
}
.part h4 {
font-size: 16px;
}
.part-name {
display: inline-block;
margin-top: -17px;
background: white;
padding: 2px 23px;
border: 1px solid orange;
position: absolute;
top: 3px;
font-size: 12px;
}
.text-lower {
text-transform: none;
}
.del-segment {
background: transparent;
border: none;
cursor: pointer;
}
.doc-details {
background: #fff;
border-radius: 10px;
padding: 20px 20px 0;
display: inline-block;
width: 100%;
position: relative;
}
.container-checkbox {
display: block;
position: relative;
padding-left: 35px;
width: 30px;
margin: 0 auto;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border-radius: 5px;
border: 2px solid #EC7B2B;
}
/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
background-color: #EC7B2B;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
transform: rotate(45deg);
}
.mpanel .section {
max-height: calc(100% - 50px);
overflow: auto;
}
.sidebar-search {
padding: 5px 15px;
width: 100%;
}
/* assignments start */
.input-custom {
background-color: #EBF5F9;
width: 100%;
padding: 5px 5px 5px 10px;
position: relative;
border-radius: 20px;
}
.input-custom:after {
content: "";
position: absolute;
right: 5px;
top: 0;
width: 16px;
height: 100%;
background-color: #EBF5F9;
}
.input-custom input, .input-custom select {
background: none;
border: none;
outline: none;
box-shadow: none;
width: 100%;
}
/*input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }*/
.input-arrow-hidden::-webkit-outer-spin-button, .input-arrow-hidden::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.animate, .mpanel, .rpanel {
transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
-moz-transition: 0.5s ease all;
-o-transition: 0.5s ease all;
-ms-transition: 0.5s ease all;
}
.mpanel {
position: relative;
}
.rpanel.spread {
left: 70px;
}
/* assignments end */
.topper-full {
height: calc(100vh - 0px);
overflow: hidden !important;
/* Full Panel */
/* Full Panel */
}
.topper-full > .topper {
position: absolute;
z-index: 1;
width: calc(100% - 70px);
left: 70px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
background-color: #FFF;
}
.topper-full .mpanel {
top: 50px;
height: calc(100% - 0px);
}
.topper-full .rpanel {
top: 50px;
min-height: calc(100% - 50px);
}
.topper-full .rpanel .rpanel-wrapper {
height: calc(100vh - 50px);
}
.topper-full .lpanel {
height: 100vh !important;
}
.topper-full .full_panel {
position: absolute;
left: 70px;
right: 0;
top: 50px;
min-height: calc(100vh - 50px);
}
.topper-full .full_panel .rpanel-wrapper {
height: calc(100vh - 50px);
padding: 20px;
background: #f0f4f7;
}
.topper-full .full_panel .rpanel-wrapper .sidebar-search {
box-shadow: none;
height: auto;
}
.count-box {
background: #112949;
background: linear-gradient(147deg, #112949 0%, #3cc3f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112949",endColorstr="#3cc3f2",GradientType=1);
color: #fff;
padding: 10px;
margin-bottom: 20px;
}
.count-box h4 {
margin: 0 15px 0 0;
}
.count-box .count {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
color: #112949;
border-radius: 100%;
font-size: 20px;
font-weight: 600;
}
.count-box.count-box1 {
background: #fff !important;
color: #121212;
position: relative;
overflow: hidden;
/*&.count-box1.active{
h4{ font-weight: 700;}
}*/
}
.count-box.count-box1 .row {
position: relative;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.count-box.count-box1 .count {
width: auto;
height: auto;
line-height: normal;
text-align: center;
background: #fff;
color: #112949;
width: 50px;
height: 50px;
min-width: 50px;
line-height: 50px;
display: inline-block;
font-size: 20px;
font-weight: 700;
}
.count-box.count-box1 h4 {
font-family: "Louis George";
font-size: 16px;
margin-top: 0px;
font-weight: 400;
color: #121212;
opacity: 0.9;
}
.count-box.count-box1 img {
position: absolute;
right: -10px;
top: 50%;
margin-top: -60px;
width: 120px;
height: auto;
opacity: 0.1;
transform: rotate(-35deg);
}
.count-box.count-box1.a-delivered .count {
border-color: #82cf84;
color: #FFF;
background-color: #82cf84;
}
.count-box.count-box1.a-assignments .count {
border-color: #5bb3b7;
color: #FFF;
background-color: #5bb3b7;
}
.count-box.count-box1.a-awaiting .count {
border-color: #e6bc17;
color: #FFF;
background-color: #e6bc17;
}
.count-box.count-box1.a-booked .count {
border-color: #e68c8c;
color: #FFF;
background-color: #e68c8c;
}
.count-box.count-box2 {
background: #fff !important;
color: #121212;
}
.assignment_card {
position: relative;
margin-bottom: 20px;
overflow: hidden;
}
.assignment_card .card {
box-shadow: none !important;
padding: 0 1.25rem 1.25rem 1.25rem;
border: none;
}
.assignment_card .card-body {
position: relative;
}
.assignment_card .card-body h4 {
font-size: 18px;
}
.assignment_card .card-body .card-details {
position: absolute;
right: 10px;
bottom: 0;
padding: 2px 10px;
font-size: 12px;
}
.assignment_card.card_deliver:after {
background: #82cf84;
}
.assignment_card.card_deliver .btn-outline {
border: 2px solid #82cf84;
color: #82cf84;
}
.assignment_card.card_deliver .card-details {
color: #82cf84;
}
.assignment_card.card_publish:after {
background: #5bb3b7;
}
.assignment_card.card_publish .btn-outline {
border: 2px solid #5bb3b7;
color: #5bb3b7;
}
.assignment_card.card_publish .card-details {
color: #5bb3b7;
}
.assignment_card.card_assign:after {
background: #e6bc17;
}
.assignment_card.card_assign .btn-outline {
border: 2px solid #e6bc17;
color: #e6bc17;
}
.assignment_card.card_assign .card-details {
color: #e6bc17;
}
.assignment_card.card_draft:after {
background: #e68c8c;
}
.assignment_card.card_draft .btn-outline {
border: 2px solid #e68c8c;
color: #e68c8c;
}
.assignment_card.card_draft .card-details {
color: #e68c8c;
}
.assignment_card.card_close:after {
background: #949a9a;
}
.assignment_card.card_close .btn-outline {
border: 2px solid #949a9a;
color: #949a9a;
}
.assignment_card.card_close .card-details {
color: #949a9a;
}
.or {
margin: 20px auto;
width: 50px;
height: 50px;
font-weight: 600;
border-radius: 100%;
border: 1px solid #AAA;
line-height: 50px;
}
.card-header.singleline-form {
padding: 0 1.25rem;
}
.card-header.singleline-form .more {
position: absolute;
left: 50%;
top: 54px;
padding: 4px 8px;
width: 100px;
margin-left: -50px;
border: 1px solid rgba(0, 0, 0, 0.125);
background: #fff;
text-align: center;
font-size: 12px;
cursor: pointer;
display: block;
border-radius: 14px;
}
.card-header.singleline-form h4 {
font-size: 1rem;
}
.card-header.singleline-form h4 .text-muted {
font-size: 80%;
opacity: 0.7;
}
.img-icon {
width: 22px;
height: auto;
padding: 5px 2px;
cursor: pointer;
}
.multiselect__tags {
border-color: #AAA !important;
}
.form-control1 {
width: 100%;
}
.form-control1 input {
padding: 0.375rem 0.75rem !important;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #aaa !important;
border-radius: 0.25rem;
height: auto !important;
min-width: 50px !important;
}
.bottomset-btn {
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
border-top: 1px solid #f2f5f8;
padding: 7px 15px;
background: #fff;
}
.card-header.singleline-form .form-control {
border-right: 1px solid #dee2e6 !important;
}
.form-control .vdatetime-input {
width: 100% !important;
border: none !important;
}
.doc-part-list {
max-height: 300px;
overflow-y: auto;
margin-bottom: 20px;
}
table .form-control {
padding: 0.2rem 0.5rem;
}
table .multiselect__single, table .multiselect__input {
margin-bottom: 0 !important;
}
table .multiselect__tags {
min-height: 32px !important;
padding: 3px 40px 0 8px;
}
table .multiselect {
min-height: 32px !important;
}
table .multiselect__select {
height: 32px;
}
.as-client {
font-size: 14px;
}
.as-client .sml-label {
text-transform: uppercase;
letter-spacing: 1px;
display: block;
font-size: 10px;
opacity: 0.6;
}
.as-client h5 {
font-size: 13px;
margin-top: 5px;
}
.steps {
/* checkbox aspect */
/* checked mark aspect */
/* checked mark aspect changes */
/* disabled checkbox */
/* accessibility */
/* hover style just for information */
}
.steps ul {
padding: 0;
list-style: none;
}
.steps li {
display: inline-block;
min-width: 65px;
padding: 5px 10px;
border: 1px solid #DDD;
margin-right: -1px;
}
.steps li span {
display: inline-block;
font-size: 12px;
margin-top: 14px;
}
.steps .form-check {
padding-left: 0;
}
.steps label {
margin-bottom: 0;
}
.steps [type=checkbox]:not(:checked),
.steps [type=checkbox]:checked {
position: absolute;
left: -9999px;
}
.steps [type=checkbox]:not(:checked) + label,
.steps [type=checkbox]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
}
.steps [type=checkbox]:not(:checked) + label:before,
.steps [type=checkbox]:checked + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 1.25em;
height: 1.25em;
border: 2px solid #ccc;
background: #fff;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.steps [type=checkbox]:not(:checked) + label:after,
.steps [type=checkbox]:checked + label:after {
content: "\2713 ";
position: absolute;
top: 0.15em;
left: 0.22em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e;
transition: all 0.2s;
font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
.steps [type=checkbox]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.steps [type=checkbox]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.steps [type=checkbox]:disabled:not(:checked) + label:before,
.steps [type=checkbox]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
.steps [type=checkbox]:disabled:checked + label:after {
color: #999;
}
.steps [type=checkbox]:disabled + label {
color: #aaa;
}
.steps [type=checkbox]:checked:focus + label:before,
.steps [type=checkbox]:not(:checked):focus + label:before {
border: 2px dotted blue;
}
.steps label:hover:before {
border: 2px solid #4778d9 !important;
}
.mega-card {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding-bottom: 0;
}
.mega-card h4 {
font-size: 16px;
margin-bottom: 5px;
word-break: break-all;
}
.mega-card .card-row {
min-height: 90px;
}
.mega-card .capsule {
background-color: #EEE;
display: inline-block;
border-radius: 30px;
padding: 2px 15px;
font-size: 13px;
font-weight: 400;
}
.mega-card .table-mini td {
border: none;
padding: 5px 0px;
vertical-align: middle;
font-size: 14px;
}
.mega-card .table-mini td:first-child {
font-size: 10px;
letter-spacing: 1px;
opacity: 0.6;
text-transform: uppercase;
}
.mega-card .table-bordered {
font-size: 12px;
}
.mega-card .table-bordered td, .mega-card .table-bordered th {
padding: 5px;
}
.mega-card .table-bordered th {
background-color: #f0f4f7;
}
.sr-head {
font-weight: bold;
margin-bottom: 20px;
}
.mb-10 {
margin-bottom: 100px;
}
.card-details {
position: absolute;
transform: translate(-50%, -50%);
bottom: -26px;
left: 50%;
background: #FFF;
padding: 3px 15px;
border: 1px solid #aaa;
border-radius: 30px;
display: inline-block;
text-align: center;
font-size: 0.85em;
}
.snotify-icon--error {
background-repeat: no-repeat !important;
}
.snotify-icon {
max-width: 22px;
max-height: 22px;
}
.card.card-small {
padding: 10px 20px;
margin-bottom: 2px;
}
.card.card-small h5 {
margin: 0;
font-size: 16px;
}
/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0, 0, 0, 0.7);
width: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
overflow: hidden;
left: 0;
z-index: 99;
}
/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
position: absolute;
top: 50%;
left: 50%;
right: 0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
transition: 0.5s ease-in-out;
transform: translate(-50%, -50%);
}
/* Styles the close link, adds the slide down transition */
a.lightbox-close {
display: block;
width: 50px;
height: 50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
transition: 0.5s ease-in-out;
}
/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top: 10px;
transform: rotate(45deg);
}
/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top: 10px;
transform: rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}
.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
top: 0px;
}
.custom-tab {
box-shadow: none !important;
margin: 0 15px 30px !important;
padding: 0;
}
#myTab.custom-tab .nav-link {
padding: 0 10px;
}
.multiselect {
margin-bottom: 20px !important;
}
.mpanel, .rpanel {
transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
-moz-transition: 0.2s ease all;
-o-transition: 0.2s ease all;
-ms-transition: 0.2s ease all;
}
.hideshow-btn {
position: fixed;
top: 8px;
left: 82px;
z-index: 99;
border: 1px solid #ddd;
background: #f9f9f9;
border-left: none;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
display: inline-block;
border-radius: 100%;
cursor: pointer;
/*color: #fff; background: linear-gradient(to bottom, #112949, #3cc3f2) !important;*/
}
.hideshow-btn.fix {
position: fixed;
left: 85px;
top: 20px;
}
.collaps-panel h5 {
margin-left: 40px !important;
}
.avatar.push {
margin-left: 40px !important;
}
.mpanel.min {
left: -400px;
}
.rpanel.max {
left: 70px;
}
.mc-image {
min-width: 40px;
width: 40px;
}
#viewEvaluation .modal-dialog {
max-width: 1100px;
}
#viewEvaluation .modal-body {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
#viewEvaluation .score small {
display: block;
font-size: 10px;
opacity: 0.6;
text-transform: uppercase;
}
.evaluation-done {
background-color: rgba(44, 224, 128, 0.3);
padding: 6px 30px;
}
.evaluation-done .table-bordered th, .evaluation-done .table-bordered td {
border-color: #cdd4dc;
}
.evaluation-review {
background-color: orange;
padding: 6px 30px;
}
.evaluation-improvement {
background-color: pink;
padding: 6px 30px;
}
#view_contract .modal-dialog {
max-width: 960px;
}
.myTab1 {
box-shadow: none !important;
padding: 0;
background: none !important;
}
.card-large .card-body {
padding: 30px;
}
.avatar .mc-image img {
width: 40px !important;
height: auto;
}
.rpanel.max .mc-image {
float: right;
text-align: right;
}
span big {
font-size: 130%;
padding: 0 2px;
}
.assignment-type {
position: relative;
top: -6px;
}
.assignment-type div {
border: 1px solid #3cc3f2;
background: #fff;
color: #3cc3f2;
font-size: 8px;
font-weight: 600;
border-radius: 3px;
width: 30px;
height: 30px;
position: relative;
display: inline-block;
text-align: center;
line-height: 27px;
}
.ass-in:after {
content: "";
width: 5px;
height: 5px;
border-left: none !important;
border-bottom: none !important;
display: inline-block;
border: 1px solid #3cc3f2;
background: #fff;
position: absolute;
right: -4px;
bottom: 3px;
border-radius: 2px;
transform: rotate(45deg);
}
.ass-out {
left: 2px;
top: 5px;
}
.pin-top i {
position: absolute;
right: 5px;
top: 2px;
opacity: 0.2;
transform: rotate(45deg);
font-size: 12px;
width: 24px;
height: 24px;
border-radius: 100%;
/*border: 1px solid #ddd; background: #fff;*/
text-align: center;
line-height: 24px;
}
.pin-top:hover i {
color: orange !important;
opacity: 1;
}
.word {
width: 16px;
height: 16px;
text-align: center;
line-height: 17px;
border-radius: 100%;
background: #6c757d;
font-size: 8px;
display: inline-block;
font-weight: 600;
color: #fff;
vertical-align: middle;
margin-right: 1px;
}
.text-orange {
color: #ea7b2c;
}
.text-blue {
color: #3cc3f2;
}
.capsule.default {
border: 1px solid #ddd;
background: #fff;
line-height: 130%;
}
.vs-text {
font-size: 11px;
}
.posistion-relative {
position: relative;
}
#bidTabs .nav-link {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 0 !important;
position: relative;
padding-left: 0;
padding-right: 0;
margin-right: 10px;
font-weight: bold;
opacity: 0.6;
}
#bidTabs.nav-tabs {
padding: 6px 20px !important;
}
#bidTabs .nav-tabs li {
margin-right: 10px;
}
.btn-solid {
background: #3cc3f2;
border-radius: 30px;
padding: 2px 28px;
color: white;
font-size: 14px;
}
.btn-solid:hover {
background-color: #112949;
color: #FFF;
}
#assignment-spliter, #edit-assignment, #assignment-spliter-ppt, #assignment-spliter-xls {
padding: 0 !important;
margin: 0 !important;
}
#assignment-spliter .modal-lg, #edit-assignment .modal-lg, #assignment-spliter-ppt .modal-lg, #assignment-spliter-xls .modal-lg {
max-width: 100%;
margin: 0 !important;
}
#assignment-spliter .modal-content, #edit-assignment .modal-content, #assignment-spliter-ppt .modal-content, #assignment-spliter-xls .modal-content {
border-radius: 0;
}
#assignment-spliter .modal-body, #edit-assignment .modal-body, #assignment-spliter-ppt .modal-body, #assignment-spliter-xls .modal-body {
padding: 0 !important;
}
#assignment-spliter .topper-full .mpanel, #edit-assignment .topper-full .mpanel, #assignment-spliter-ppt .topper-full .mpanel, #assignment-spliter-xls .topper-full .mpanel {
top: 0;
}
#assignment-spliter .topper-full .rpanel, #edit-assignment .topper-full .rpanel, #assignment-spliter-ppt .topper-full .rpanel, #assignment-spliter-xls .topper-full .rpanel {
top: 0;
}
#assignment-spliter .rpanel, #edit-assignment .rpanel, #assignment-spliter-ppt .rpanel, #assignment-spliter-xls .rpanel {
left: 400px;
}
.gutter {
padding: 0 100px;
}
#edit-assignment .modal-body {
background-color: #f0f4f7;
}
.long-rh {
height: 107px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
z-index: 9;
}
.long-rh .btn-bordered {
padding: 2px 15px;
border: 1px solid #000;
border-radius: 4px;
display: inline-block;
background-color: transparent;
font-size: 14px;
}
.long-rh .btn-bordered:hover {
background-color: #ea7b2c;
border-color: #ea7b2c;
color: #FFF;
}
.panels-new.panels {
/*End section*/
}
.panels-new.panels .sidebar-list {
height: calc(100% - 146px);
}
.panels-new.panels .long-rh {
height: 140px;
}
.panels-new.panels .long-rh > .row:first-child {
height: 102px;
position: relative;
}
.panels-new.panels .long-rh > .row:first-child:after {
content: "";
position: absolute;
left: -5px;
bottom: 0;
width: calc(100% + 10px);
height: 1px;
background: #ddd;
display: block;
}
.panels-new.panels .btn-bordered.active {
background: #f9f9f9;
}
.panels-new.panels #myTab.myTab1 {
margin-top: 0px;
}
.panels-new.panels #myTab.myTab1 .nav-link {
padding-right: 0;
}
.panels-new.panels .dropdown-menu.show {
margin-left: -25px;
}
.panels-new.panels .sidebar-search {
box-shadow: none;
border-bottom: 1px solid #DDD;
}
.panels-new.panels .sidebar-tab {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.panels-new.panels .sidebar-tab .btn {
padding: 0.375rem 1.5rem;
text-transform: uppercase;
font-size: 13px;
}
.panels-new.panels .sidebar-tab .badge {
font-weight: 300;
font-size: 8px;
line-height: 13px;
padding: 1px 4px 3px;
min-width: 15px;
height: 15px;
border-radius: 100%;
}
.panels-new.panels .short-info .row {
margin-top: 0px;
}
.panels-new.panels .short-info .row:last-child {
margin-top: -7px !important;
}
.panels-new.panels .short-info .personal-info strong {
font-size: 13px;
top: -10px;
position: relative;
}
.badge-info {
background: #3cc3f2;
}
/*.vs-text{ position: relative;
.transform-type{ position: absolute; right: -10px; top: -10px; width: 16px; height: 16px; text-align: center; line-height: 16px; border-radius: 100%; font-weight: 300; font-size: 9px; color: #000; background: #cdcdcd; font-weight: 600 }
}*/
.vs-text {
position: relative;
}
.vs-text img {
position: relative;
z-index: 1;
}
.vs-text .transform-type {
text-align: center;
line-height: 16px;
font-weight: 300;
font-size: 9px;
color: #184164;
background: #c7e2ea;
border-radius: 4px;
margin-top: 0;
padding-top: 15px;
width: 130%;
z-index: 0;
font-weight: 600;
position: relative;
margin-left: -15%;
margin-top: -17px;
}
.stage-process {
margin-top: -2px;
}
.stage-process div {
display: inline-block;
vertical-align: middle;
min-width: 18px;
height: 18px;
background: #f1f1f1;
text-align: center;
line-height: 18px;
font-size: 10px;
padding: 0 2px;
border-radius: 4px;
font-weight: 600;
margin: 0 2px;
}
.stage-process div.active {
background: #184164;
color: #fff;
}
.active_service {
font-weight: bold;
}