File: /home/imensosw/.trash/resources.1/admin/sass/app.scss
/*!
Project Name: HTML & CSS Test
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
// Snotify
@import "~vue-snotify/styles/material";
/*--------------------------------------------------------------
>>> 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;
&: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: calc(100vh - 0px);
}
.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;
span {
line-height: 44px;
}
img {
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;
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;
&-header {
background-color: #FFF;
padding: 5px 20px;
height: 70px;
}
.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 - 121px);
overflow-y: auto;
overflow-x: hidden;
padding: 20px;
padding-bottom: 50px;
}
.rpanel-header .avatar {
height: 60px;
width: 60px;
overflow:hidden;
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;
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;
.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;
.menu-3 {
list-style: none;
padding: 0;
i {
min-width: 30px;
}
}
}
.rpanel_lg {
position: absolute;
left: 340px;
right: 0;
top: 0;
min-height: 100vh;
.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);
.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);
li {
margin-right: 20px;
&: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;*/
form {
position: relative;
}
.modal-header {
z-index: 99;
}
.modal-body {
padding-right: 350px;
min-height: 600px;
}
.modal-fixed {
position: fixed;
top: 63px;
width: 300px;
right: 0;
.modal-score {
max-height: 620px;
min-height: 620px;
overflow-y: auto;
}
}
.score {
margin-bottom: 25px;
}
.score span {
margin-top: 2px;
display: block;
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: .75rem .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;
p:last-child {
margin-bottom:0;
}
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;
&:hover {
background-color:#E4EDED;
}
}
.btn-danger {
background-color: #ea7b2c;
border-color: #ea7b2c;
&:hover {
background-color:#ea7b2c;
opacity: 0.9;
}
}
.action-strip {
background: #ffd8cc;
margin-bottom: 20px;
border-radius: 4px;
padding: 10px 20px;
p {
margin-bottom:0;
}
}
/* snotify customization start */
.singleline-form{padding:1.05rem 1rem 0; background:rgb(240 244 247 / .3); border: 1px solid #f2f5f8; border-bottom: 1px solid #f2f5f8; height: 70px;
.search-inp{ margin:0}
.multiselect{ min-height: 30px !important; width:200px !important; height:33px !important}
.multiselect__select{height: 33px !important; display:none !important}
.multiselect__tags{border: 1px solid #dee2e6 !important; min-height: 30px !important; font-size: 1rem !important;
.multiselect__placeholder{margin-bottom: 0px !important; padding-top: 0 !important;}
.multiselect__option{min-height: 30px !important;font-size: 15px !important;
span{font-size: 15px !important;}
}
.multiselect__input{ padding:0 !important;}
.multiselect__single{ margin-bottom: 4px;}
}
.form-control, .multiselect__tags {border-color: #dee2e6; border-radius:0; border-right:0 !important }
.btn-primary{ border-radius: 0 .25rem .25rem 0;}
.btn, .form-control, .multiselect__tags{ padding: .25rem .75rem; }
.btn-light{ color:#999 !important; background:#fff !important; font-size:13px; padding: .375rem .75rem;}
h6{ font-size: 14px; min-width: 80px;}
.mr-0{position:relative;
&:first-child{
.form-control{border-radius: .25rem 0 0 .25rem !important;}
}
&:last-child{
.form-control{ border-radius:0 !important;}
}
.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;
tbody {display: block; max-height: calc( 100vh - 215px) !important; overflow-y: scroll; width: calc( 100% + 14px) !important;}
thead, 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: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem;
color: #fff;
}
.payment-review-btn-bg:hover
{
opacity: 0.8;
color:#fff;
}
.doc-title{
img{ margin-right:10px }
h4{ font-weight: 600; margin-bottom: 0; font-size: 18px }
.text-muted{ font-size: 13px }
}
.btn-add{
color: #fff !important;
background-color: #ED8337;
border-color: #ED8337; padding: .1rem .3rem .1rem .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: .12rem .75rem
}
.part {
border-top:2px dashed orange;
position:relative;
padding: 20px 0;
h1 {
font-size: 22px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
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;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
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: .5s ease all; -webkit-transition: .5s ease all; -moz-transition: .5s ease all; -o-transition: .5s ease all; -ms-transition: .5s ease all; }
.mpanel{ position: relative; }
.rpanel.spread{left: 70px;}
/* assignments end */
.topper-full{ height: calc(100vh - 0px); overflow: hidden !important;
>.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;}
.mpanel{ top: 50px; height: calc(100% - 0px);}
.rpanel{ top: 50px; min-height: calc(100% - 50px);
.rpanel-wrapper {height: calc(100vh - 50px);}
}
.lpanel{ height: 100vh !important;}
/* Full Panel */
.full_panel {position: absolute; left: 70px; right: 0; top:50px; min-height: calc(100vh - 50px);
.rpanel-wrapper { height: calc(100vh - 50px); padding: 20px; background: #f0f4f7;
.sidebar-search {box-shadow: none; height: auto; }
}
}
/* Full Panel */
}
.count-box{background: rgb(17,41,73); background: -moz-linear-gradient(147deg, rgba(17,41,73,1) 0%, rgba(60,195,242,1) 100%); background: -webkit-linear-gradient(147deg, rgba(17,41,73,1) 0%, rgba(60,195,242,1) 100%); background: linear-gradient(147deg, rgba(17,41,73,1) 0%, rgba(60,195,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112949",endColorstr="#3cc3f2",GradientType=1); color:#fff; padding:10px; margin-bottom:20px;
h4{ margin:0 15px 0 0}
.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-box1{ background:#fff !important; color:#121212; position:relative; overflow: hidden;
.row{position:relative; box-shadow: 0 4px 20px rgb(0 0 0 / .2);}
.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;}
h4{ font-family: 'Louis George'; font-size: 16px; margin-top: 0px; font-weight: 400; color:#121212; opacity: .9;}
img{position:absolute; right:-10px; top:50%; margin-top: -60px; width: 120px; height: auto; opacity: .1; transform: rotate(-35deg);}
&.a-delivered{
.count{ border-color:#82cf84; color:#FFF; background-color:#82cf84; }
}
&.a-assignments{
.count{ border-color:#5bb3b7; color:#FFF; background-color:#5bb3b7}
}
&.a-awaiting{
.count{ border-color:#e6bc17; color:#FFF; background-color:#e6bc17}
}
&.a-booked{
.count{ border-color:#e68c8c; color:#FFF; background-color:#e68c8c}
}
/*&.count-box1.active{
h4{ font-weight: 700;}
}*/
}
&.count-box2{ background:#fff !important; color:#121212;}
}
.assignment_card{ position:relative; margin-bottom:20px; overflow: hidden;
.card{box-shadow: none !important; padding: 0 1.25rem 1.25rem 1.25rem; border: none;}
.card-body{position:relative;
h4 {
font-size: 18px;
}
.card-details{position:absolute; right:10px; bottom:0; padding:2px 10px; font-size:12px}
}
&.card_deliver{
&:after{ background:#82cf84 }
.btn-outline{border:2px solid #82cf84; color:#82cf84;}
.card-details{color:#82cf84}
}
&.card_publish{
&:after{ background:#5bb3b7 }
.btn-outline{border:2px solid #5bb3b7; color:#5bb3b7;}
.card-details{color:#5bb3b7}
}
&.card_assign{
&:after{ background:#e6bc17 }
.btn-outline{border:2px solid #e6bc17; color:#e6bc17;}
.card-details{color:#e6bc17}
}
&.card_draft{
&:after{ background:#e68c8c }
.btn-outline{border:2px solid #e68c8c; color:#e68c8c;}
.card-details{color:#e68c8c}
}
&.card_close{
&:after{ background:#949a9a }
.btn-outline{border:2px solid #949a9a; color:#949a9a;}
.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;
.more{position: absolute; left: 50%; top: 54px; padding: 4px 8px; width: 100px; margin-left:-50px; border: 1px solid rgba(0,0,0,.125); background:#fff; text-align: center; font-size: 12px; cursor: pointer; display: block; border-radius: 14px;}
h4{font-size: 1rem;
.text-muted{ font-size:80%; opacity:.7}
}
}
.img-icon{width:22px; height:auto; padding:5px 2px; cursor: pointer;}
.multiselect__tags{ border-color: #AAA !important;}
.form-control1{width:100%;
input{padding: .375rem .75rem !important; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #aaa !important; border-radius: .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: .2rem .5rem}
.multiselect__single, .multiselect__input{ margin-bottom: 0 !important }
.multiselect__tags {min-height: 32px !important; padding: 3px 40px 0 8px;}
.multiselect{min-height: 32px !important;}
.multiselect__select{ height: 32px }
}
.as-client {
font-size: 14px;
.sml-label {
text-transform: uppercase;
letter-spacing: 1px;
display: block;
font-size: 10px;
opacity: 0.6;
}
h5 {
font-size: 13px;
margin-top: 5px;
}
}
.steps {
ul {
padding: 0;
list-style: none;
}
li {
display: inline-block;
min-width: 65px;
padding: 5px 10px;
border: 1px solid #DDD;
margin-right: -1px;
span {
display: inline-block;
font-size: 12px;
margin-top: 14px;
}
}
.form-check {
padding-left: 0;
}
label {
margin-bottom: 0;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[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,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713\0020';
position: absolute;
top: .15em; left: .22em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e;
transition: all .2s;
font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
color: #999;
}
[type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
border: 2px dotted blue;
}
/* hover style just for information */
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;
h4 {
font-size: 16px;
margin-bottom: 5px;
word-break: break-all;
}
.card-row {
min-height: 90px;
}
.capsule {
background-color: #EEE;
display: inline-block;
border-radius: 30px;
padding: 2px 15px;
font-size: 13px;
font-weight: 400;
}
.table-mini {
td {
border: none;
padding: 5px 0px;
vertical-align: middle;
font-size: 14px;
&:first-child {
font-size:10px;
letter-spacing: 1px;
opacity: 0.6;
text-transform: uppercase;
}
}
}
.table-bordered {
font-size: 12px;
td, th {
padding: 5px;
}
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;
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,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .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,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .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;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .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;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
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;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
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: .2s ease all; -webkit-transition: .2s ease all; -moz-transition: .2s ease all; -o-transition: .2s ease all; -ms-transition: .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;*/
&.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;
}
.nav-tabs li {
margin-right: 10px;
}
}
.btn-solid {
background: #3cc3f2;
border-radius: 30px;
padding: 2px 28px;
color: white;
font-size: 14px;
&:hover {
background-color:#112949;
color: #FFF;
}
}
#assignment-spliter, #edit-assignment, #assignment-spliter-ppt, #assignment-spliter-xls {
padding: 0 !important;
margin: 0 !important;
.modal-lg {
max-width: 100%;
margin: 0 !important;
}
.modal-content {
border-radius: 0;
}
.modal-body {
padding: 0 !important;
}
.topper-full .mpanel {
top: 0;
}
.topper-full .rpanel {
top: 0;
}
.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;
.btn-bordered {
padding: 2px 15px;
border:1px solid #000;
border-radius: 4px;
display: inline-block;
background-color: transparent;
font-size: 14px;
&:hover {
background-color:#ea7b2c;
border-color: #ea7b2c;
color: #FFF;
}
}
}
.panels-new{
&.panels{
.sidebar-list{ height: calc(100% - 170px);}
.long-rh { height: 140px;
.row{
&:first-child{ min-height:108px; }
}
}
.btn-bordered.active{ background: #f9f9f9 }
#myTab{
&.myTab1{margin-top: -6px;
.nav-link{ padding-right:0; }
}
}
.dropdown-menu.show{ margin-left: -25px }
.sidebar-search{ box-shadow: none; border-bottom: 1px solid #DDD }
.sidebar-tab{box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
.btn{ padding: 0.375rem 1.5rem;text-transform: uppercase; font-size: 13px; }
.badge{ font-weight: 300; font-size: 8px; line-height: 13px; padding: 1px 4px 3px; min-width: 15px; height: 15px; border-radius: 100%;}
}
.personal-info{
strong{ font-size: 13px; top: -5px; position: relative; }
}
.short-info{
.row{ margin-top: 0px;
&:last-child{ margin-top:-5px !important;}
}
}
/*End section*/
}
}
.badge-info{background: #3cc3f2}