File: /home/imensosw/.trash/resources.1/sass/app.scss
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
// Bootstrap
@import '~bootstrap/scss/bootstrap';
// Snotify
@import "~vue-snotify/styles/material";
/*!
Project Name: HTML & CSS Test
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> 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;
}
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@600&display=swap');
body {
margin: 0;
padding: 0;
/*font-family: 'Sen', sans-serif;*/
font-family: 'Louis George';
font-size: 16px;
background-color: #f5f5f5;
}
.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;
}
.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: .375rem 1.5rem
}
.mt-20{
margin-top:20px;
}
.mt-12{
margin-top:12px;
}
.mb-12{
margin-bottom:12px;
}
.mr-5{
margin-right:5px;
}
.w-150{
width:150px;
}
.display_0
{
display : none ;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-35 {
width: 35% !important;
}
.w-65 {
width: 65% !important;
}
.w-100 {
width: 100% !important;
}
.left_auto
{
left: auto !important;
}
.right_0
{
right: 0px !important;
}
/*======================== Login====================================*/
.main-bg {
width: 100%;
/* height: 100vh; */
display: flex;
}
.main-bg .left {
width: 32%;
position: relative;
box-shadow: 0 53px 119px rgba(0,0,0,0.2);
background-color: #FFF;
/*overflow-y: auto;*/
height: 100vh !important;
}
.main-bg .right {
width: 68%;
/* background-image: url('./images/bg-2.jpg'); */
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.left h1 {
font-weight: 600;
font-size: 2em;
}
.left form {
/* margin-top: 50px; */
}
.left label {
font-weight: 500;
font-size: 0.9em;
}
.left a {
font-weight: 600;
}
.left-footer {
position: absolute;
bottom: 0px;
font-size: 0.7em;
text-align: center;
left: 0;
width: 100%;
opacity: 0.8;
padding:10px 0;
}
.left-footer a {
font-weight: 400;
}
.dropdown-menu {
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
/*========================Profile====================================*/
.profile {
padding-bottom: 100px;
}
.profile-cover {
height: 300px;
/* background-image: url('../images/main-bg.png'); */
background-size: cover;
width: 100%;
}
.profile-personal, .profile-card {
background: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
border-radius: .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;
}
.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: 14px;
font-weight: 400;
}
.tools .capsule {
margin-bottom: 10px;
margin-top: 10px;
}
.profile-card .bordered th {
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;
}
.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; background-color: rgba(44,224,128,0.3);}
.evaluation-review {
background-color: orange;
padding: 6px 30px;
}
.evaluation-improvement {
background-color: pink;
padding: 6px 30px;
}
.profile-card .border-bottom {
border-bottom: 1px solid #112949 !important;
}
.footer {
background-color: #112949;
padding: 50px 0;
}
.footer ul {
padding: 0;
margin: 0;
list-style: none;
}
.footer ul li {
margin-bottom: 5px;
}
.footer li a {
color: rgba(255,255,255,0.9);
}
.social {
list-style: none;
}
.social li {
display: inline-block;
margin: 0 5px;
}
.social li a {
display: inline-block;
height: 40px;
width: 40px;
border-radius: 100%;
line-height: 40px;
text-align: center;
background-color: rgba(255,255,255,0.1);
}
.copyright {
color: #fff;
opacity: 0.8;
font-size: 12px;
margin-top: 20px;
}
#profileAlert .modal-body {
padding: 50px !important;
}
.modal-body h1 {
font-size: 2em;
}
.steps {
padding: 0;
margin: 0;
margin-top: 50px;
}
.steps li {
display: inline-block;
width: 33.33%;
text-align: center;
float: left;
}
.steps li span {
display: block;
margin-top: 10px;
}
.steps li i {
height: 50px;
width: 50px;
line-height: 50px;
border-radius: 100%;
text-align: center;
background-color: #4edfa5;
color: #FFF;
font-size: 22px;
}
.steps li i.incomplete {
background-color: #f8bbbb;
}
.no-record {
opacity: 0.5;
}
.notify {
position: relative;
}
.notify:after {
height: 10px;
width: 10px;
border-radius: 100%;
position: absolute;
content: "";
background-color: orange;
right: 0;
top: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 1em;
padding-right: 1em;
color: rgba(0,0,0,0.8);
}
.nav-item.active a {
color: #112949 !important;
font-weight: bold;
}
#personalInfo .modal-dialog {
max-width: 900px;
}
.modal-header, .modal-footer {
padding: 15px 30px;
}
.modal-body {
padding: 30px;
}
.modal-header {
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
border:none;
}
#evaluationCriteria .modal-dialog {
max-width: 1100px;
}
#evaluationCriteria .modal-body {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
#newTest .modal-dialog, #viewTest .modal-dialog {
max-width: 1100px;
}
#newTest .modal-body, #viewTest .modal-body {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
#viewTest .score small {
display: block;
font-size: 10px;
opacity: 0.6;
text-transform: uppercase;
}
.modal-score {
background-color: rgba(44,224,128,0.3);
padding: 15px 30px;
}
/*--------------------------------------------------------------
# Chosen Select
--------------------------------------------------------------*/
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.chosen-container * {
box-sizing: border-box; }
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
clip: rect(0, 0, 0, 0); }
.chosen-container.chosen-with-drop .chosen-drop {
clip: auto; }
.chosen-container a {
cursor: pointer; }
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999; }
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top; }
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: .375rem .75rem;
border: 1px solid #AAA;
border-radius: .25rem;
background-color: none;
box-shadow: none;
text-decoration: none;
white-space: nowrap;
color: #495057;
font-size: 1rem; }
.chosen-container-single .chosen-default {
color: #999; }
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap; }
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px; }
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url("chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px; }
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px; }
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px; }
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 16px;
height: 100%; }
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url("../images/chosen-sprite.png") no-repeat 0px 9px;
margin-left: -8px; }
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap; }
.chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0; }
.chosen-container-single .chosen-drop {
margin-top: -3px;
border-radius: 0 0 4px 4px;
background-clip: padding-box; }
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
clip: rect(0, 0, 0, 0); }
/* @end */
/* @group Results */
.chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch; }
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none; }
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer; }
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default; }
.chosen-container .chosen-results li.highlighted {
background-color: #5D4F46;
color: #fff; }
.chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4; }
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default; }
.chosen-container .chosen-results li.group-option {
padding-left: 15px; }
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline; }
/* @end */
/* @group Multi Chosen */
.chosen-choices {
margin-bottom: 0 !important; }
.chosen-container-multi .chosen-choices {
border: 1px solid #AAA;
border-radius: .25rem !important;
box-shadow: none;
color: #474747;
display: block;
font-size: 1rem;
overflow: hidden;
padding: .375rem .75rem;
position: relative;
text-decoration: none;
white-space: nowrap; }
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none; }
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap; }
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #999;
font-size: 100%;
line-height: normal;
border-radius: 0;
width: 25px; }
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #F0F5F7;
max-width: 100%;
border-radius: 3px;
background-color: #F0F5F7;
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
font-size: 0.8em;
color: #333;
line-height: 13px;
cursor: default; }
.chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
font-size: 1px; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px; }
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666; }
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4; }
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px; }
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default; }
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
box-shadow: none; }
.chosen-container-active.chosen-with-drop .chosen-single {
background-image: none;
box-shadow: none; }
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent; }
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px; }
.chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important; }
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
background: #E8E8E8; }
.chosen-disabled .chosen-single {
cursor: default; }
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default; }
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right; }
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0; }
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl; }
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px; }
.chosen-rtl .chosen-single div {
right: auto;
left: 3px; }
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px; }
.chosen-rtl .chosen-choices li {
float: right; }
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl; }
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px; }
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px; }
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0; }
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0; }
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none; }
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: url("chosen-sprite.png") no-repeat -30px -20px;
direction: rtl; }
.chosen-rtl.chosen-container-single .chosen-single div b {
/*background-position: 6px 2px;*/ }
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px; }
.chosen-container {
width: 100% !important
}
.chosen-container-single .chosen-single span {
color: #666;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url("chosen-sprite.png") !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important; } }
/* @Chosen Ends */
/*
#app
{
height: 100vh !important;
overflow: hidden;
}
*/
.content_height{position:relative; padding: 50px 60px; height:calc(100vh - 30px) !important; overflow-y:auto }
.signup_select .multiselect__tags {
min-height: initial!important;
padding: 4px 40px 0 4px !important;
border: 1px solid #AAA!important;
height: 38px;
border-radius: 4px;
}
.signup_select .multiselect__single {
margin-bottom: 0px;
margin-top: 3px !important;
font-size: 0.9rem!important;
font-weight: 400!important;
}
.signup_select .multiselect__placeholder {
padding-left: 0.26rem !important;
}
input.form-control[type="password"]
{
font-size: 14px;
}
.signup_select .multiselect__input{ font-size: 14px; padding-top: 0.26rem !important; padding-left: 0.26rem !important;}
.file_upload
{
height: 40px; width: 40px; border-radius: 100%; line-height: 40px; text-align: center; transition: 0.3s all; border: 1px solid #DDD; display: inline-block; position: relative; top: -35px;
background-color: #FFF;
right: -30px;
z-index: 0;
cursor: pointer;
}
.file_upload input
{
position: absolute;
opacity: 0;
left: 0px;
top: 0px;
z-index: 1;
cursor: pointer;
}
.avatar_area
{
width: 100%; overflow: hidden; position: relative; background: #f5f5f5; max-width:150px ;
}
.avatar_area:before{display: block; padding-bottom: 100%; content: ''}
.avatar_area img
{
width: 100%; min-height: 100%; position: absolute; left: 50%; top: 50% ;transform: translate(-50%, -50%); object-fit:cover;
}
.alert p {margin-bottom:0;}
label {
text-transform: none !important;
font-size:0.9em;
}
.multiselect__option--highlight {
background:#666 !important;
}
.help-block {
font-size: 0.85em;
}
/* 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;
}
/* snotify customization start */
.multiselect__tag {
background:#DDD !important;
color:#000 !important;
}
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
background:#666 !important;
}
.spinner span {
border-color: #FFF transparent transparent transparent !important;
}
.lpanel {
width: 70px;
background: linear-gradient(to bottom, #112949 , #3cc3f2) !important;
ul {
padding:0;
margin:0;
text-align:center;
margin-top:20px;
}
}
.form-control {
&:focus {
box-shadow:none;
background:#f5f5f5;
}
}
.btn {
&:focus {
box-shadow:none;
outline:none;
}
}
.loading {
padding-right:1.5rem !important;
}
a:focus {
outline:none;
}
.spinner {
top:40% !important;
}
.multiselect__option::after {
padding-right:20px !important;
}
.sml-btn {
padding:4px 14px;
background:#f0f4f7;
border-radius:30px;
display:inline-block;
text-align:center;
font-size:0.85em;
border:1px solid #EEE;
&:hover {
background:#EEE;
}
}
.table-avb {
th {
font-size:0.75em;
text-transform:uppercase;
letter-spacing: 1px;
opacity: 0.5;
}
}
.table-pm {
td {
border-top: none;
border-bottom: 1px solid #DDD;
vertical-align: middle;
}
img {
padding: 20px;
border:1px solid #DDD;
border-radius: 4px;
}
tr {
&:last-child td {
border-bottom:none;
}
}
}
.file_error_span
{
float: left;
margin-bottom: 15px;
margin-top: -10px;
}
.cursor_pointer {
cursor: pointer;
}
.action-btns a {
background-color: #f0f4f7;
padding: 4px 12px;
border-radius: 4px;
font-size: 14px;
display: inline-block;
&:hover {
background-color:#E4EDED;
}
}
#accepet_contract .modal-dialog
{
max-width : 960px;
}
#view_contract .modal-dialog
{
max-width : 960px;
}
input.form-control[type="file"]
{
height: auto;
}
.delete-btn-bg
{
background-color: #112949;
border-color: #112949;
}
.delete-btn-bg:hover
{
background-color: #0c1d33 !important;
border-color: #0c1d33 !important;
color: #fff !important;
}
.close:focus,
.close:hover {
outline: none;
}
/* 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;
}
.reset-pass-alert
{
padding: 0.75rem 1.0rem !important;
}
.reset-login
{
margin-top: 0.5rem !important;
}
.rpanel {
position: absolute;
left: 400px;
right: 0;
top: 0;
background:#f0f4f7;
&-header {
background-color: #FFF;
padding: 5px 20px;
height: 70px;
}
.tab-content {
height: 100%;
}
&.max {left: 70px;}
}
.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;
}
}
.mpanel {
width: 400px;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
height: 100%;
background-color: #FFF;
}
.panels {
display: flex; overflow-x: hidden;
}
.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, .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; }
.mpanel{ position: relative;
.dropdown-toggle::after{ display: none }
&.min {left: -400px; }
}
.topper {height: 50px; justify-content: space-between; align-items: center; display: flex; padding: 0 15px; background-color: #FFF; position: relative;
h5 {font-size: 18px; margin-bottom: 0; }
}
.hideshow-btn{ position: absolute; top: 8px; left: 12px; 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: absolute; top: 10px; left: 420px; background: #fff}
}
.collaps-panel{
h5{margin-left: 40px !important;}
}
.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;
}
}
.sidebar-search {
padding: 5px 15px;
width: 100%;
}
.panels{ min-height: 100vh; position: relative;
.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*/
}
.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; }
.badge-info{background: #3cc3f2; color: #fff}
.sidebar-list {margin-top: 0px; display: inline-block; width: 100%; overflow-y: auto; height: calc(100% - 115px);
.capsule {font-size: 11px !important; }
.avatar {font-size: 16px; }
i {text-align: center; }
}
.list-row {cursor: pointer; padding: 8px 15px; border-radius: 4px; border:none;border-bottom: 1px solid #EEE;
&.active {background-color: #E4EDED; }
&:hover {background-color:#f0f4f7 !important; color: #112949; }
}
.animate, .full-txt, .list-row {transition: 0.3s all ease; }
.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; }
&:hover{
i {color:orange !important; opacity: 1; }
}
}
.avatar {height: 45px; width: 45px; border-radius: 4px; text-align: center; background: #EEE; font-weight: bold; font-size: 16px; overflow: hidden; text-transform: uppercase;
&.blue {background-color: bisque; color: #000; }
span {line-height: 44px; }
.vs-text {font-size: 11px; }
}
.rpanel-header .avatar {height: 60px; width: 60px; overflow: hidden;
.mc-image{ min-width: 40px; width: 40px;
img {width: 40px !important; height: auto; }
}
}
.trl-name {display: block; font-size: 14px; margin-bottom: 5px; font-weight: bold; line-height: 120%; }
.posistion-relative {position: relative; }
.nav-link{ padding: 0.4rem 1rem;}
.myTab1 {box-shadow: none !important; padding: 0; background: none !important; }
.nav-tabs li {margin-right: 20px; }
#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; padding-left: 0}
.nav-item.show .nav-link, .nav-link.active {background-color: transparent; border: none; border-bottom: 2px solid #000; opacity: 1 !important; }
}