@font-face {
    font-family: 'Philo';
    src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DolceVita';
    src: url('../fonts/Dolce_Vita_Heavy_Bold.ttf') format('truetype');
}

@font-face {
	font-family:'Museo-700';
	src: url('../fonts/Museo700-Regular_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo700-Regular_gdi.woff') format('woff'),
		url('../fonts/Museo700-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Museo700-Regular_gdi.otf') format('opentype'),
		url('../fonts/Museo700-Regular_gdi.svg') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-300';
	src: url('../fonts/Museo-300_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-300_gdi.woff') format('woff'),
		url('../fonts/Museo-300_gdi.ttf') format('truetype'),
		url('../fonts/Museo-300_gdi.otf') format('opentype'),
		url('../fonts/Museo-300_gdi.svg') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'Museo-500';
	src: url('../fonts/Museo-500_gdi.eot') format('embedded-opentype'),
		url('../fonts/Museo-500_gdi.woff') format('woff'),
		url('../fonts/Museo-500_gdi.ttf') format('truetype'),
		url('../fonts/Museo-500_gdi.otf') format('opentype'),
		url('../fonts/Museo-500_gdi.svg') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

html { 
    height:100%;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    margin:0px;
    background: #e7f0f7;
}

.gradientBG{
    background: linear-gradient(0deg, pink 0%, rgba(33,91,132,1) 100%);
}

#loginForm {
    font-family: 'Mont';
    background: white;
    color: #277cbc;
    margin: 0px auto;
    width: 500px;
    box-shadow: 0 5px 46px rgb(0 0 0 / 40%);
    font-size: 23px;
    border-radius: 10px;
    top: 100px;
    position: relative;
}

form {
    padding: 30px;
}

.center {
    text-align: center;
}

h2{
   font-family: 'Museo-500';
   margin-bottom:0px;
}

h3{
    font-family: 'Museo-500';
    margin-top:0px;
}

.blue{
    color: #277cbc;
}

.pink{
    color: #bb76a1;
}

.inpGroup {
    width: 100%;
}

.inpControl {
    font-family: 'Museo-500';
    border-radius: 15px;
    border: 2px solid #277cbc;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 41px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 6px 12px;
    outline-width: 0;
    font-size: 18px;
}

.btn {
    font-family: 'Museo-500';
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background: #277cbc;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 16px;
    color: white;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.mLeftc.nav {
    width: 250px;
    background: linear-gradient(0deg, #1f72ad 0%, #0a3e62 100%);
    color: white;
    overflow-x: hidden;
    min-height: 100vh;
    padding: 20px 0px 20px 20px;
}

.mRightc {
    min-height: 100vh;
}

section{
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 1px 3px #7b7b7b;
    font-family: 'Museo-300';
    border: 1px solid #d6d4d4;
    margin: 20px auto 5px;
    width:1100px;
}

.sec{
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 1px 3px #7b7b7b;
    font-family: 'Museo-300';
    border: 1px solid #d6d4d4;
    margin: 15px auto 5px;
    width:1100px;
}

#header {
    background: pink;
    height: 40px;
    text-align: right;
    box-shadow: 0px 1px 3px #929191;
    color: #857376;
    font-family: 'Museo-500';
    padding-right: 20px;
    text-transform: capitalize;
    padding-top: 10px;
}

.mLeftc.nav h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #65879f;
}

.mMenu {
    font-family: 'Philo';
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 20px;
    color: #98c4e3;
    font-size: 16px;
    background: none;
    border: none;
    padding-left: 0px;
    text-decoration:none;
}
.mMenu.white{
    color:white;
}

.sMenu {
    background: none;
    font-family: 'Philo';
    cursor: pointer;
    color: white;
    border: 0px;
    font-size: 17px;
    border-bottom: 1px solid #477ea5;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 10px 0px 0px 10px !important;
    text-decoration:none;
}

.sMenu.ext{
    background: #e7f0f7;
    color:#0b3f64;
    border-radius: 10px 0px 0px 10px !important;
}

.sMenu:hover{
    background: #ae9bb1;
    color:#0b3f64;
    border-radius: 10px 0px 0px 10px !important;
}
.sMenu.ext:hover{
    background: #e7f0f7;
}

.footer {
    bottom: 0px;
    position: fixed;
    display: block;
    padding: 10px 0px;
    color: #a0d7fd;
    font-family: 'Philo';
    font-size: 13px;
}

.footer a {
    text-decoration: none;
}

.pink-light{
    color: #f7bbe0;
}

section h3 {
    font-weight: normal;
}

.box.col {
    border: 1px solid #cbd8e2;
    padding: 50px;
    float: left;
    cursor: pointer;
    margin: 0px 0.5%;
    border-radius: 10px;
    text-align: center;
    background:linear-gradient(0deg, pink 0%, rgba(33,91,132,1) 100%);
    color:white;
}

.box.col:hover{
    background: #e7f0f7;
    color:black;
}

#dashboard form{
    padding:0px;
}

.brBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 25px;
    padding: 20px;
    border-radius: 30px;
    background: #215b84;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #7b7b7b;
}

table{
  font-family: 'Mont';
  border-collapse: collapse;
  width: 100%;
  font-size:12px;
}

table td, table th {
  border-bottom: 1px solid #b4cddf;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f3f8fb;}

table tr:hover {background-color: #e7f5fd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #215b84;
  color: white;
}

.modal{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: white;
    color: #215b84;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 20px;
}

.close{
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
label {
    display: block;
    margin: 15px 0px 5px;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    color: #5089b2;
}
input[type="text"], input[type="password"] {
    display: inline-block;
    width: 100%;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 5px #c9c9c9;
}
input[type=text]:focus {
    outline: none !important;
    border:1px solid #1d96f2;
}

.modal-content input {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    border: 2px solid #215b84;
    border-radius: 5px;
    font-family: 'Mont';
    font-size: small;
}

.modal-content input:focus{
    background: #e6f3fb;
}

.modal-content h3 {
    margin-top: 0px;
    text-align: center;
    font-family: 'Philo';
    font-size: 25px;
    padding-bottom: 20px;
}

.modal-content input[type="submit"] {
    border: none;
    text-transform: uppercase;
    font-family: 'Mont';
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0px 2px 5px #878787;
}

#skModalP.ext, #skModalC.ext{
    display:block;
}

.pinkBtn{
    box-shadow: 0px 3px 5px rgb(0 0 0 / 51%);
    background: #ffc0cb;
    color: #724950;
    border-bottom: 5px solid #d396a0 !important;
    border-radius: 15px !important;
}

.pinkBtn:hover{
    background: #f9a3b2;
}

#skCopied .modal-content {
    background: pink;
    color: white;
    width: 250px;
    padding: 50px 20px;
    text-align: center;
    font-family: 'Mont';
    font-size: 15px;
    border:0px;
}

#skCopied.modal{
    background: none;
    padding-top: 220px;
}

.blueBtn:hover,.blueBtn:active{
    background: #2e83c3 !important;
}

.blueBtn {
    background: #1b68a2;
    color:white;
    border-bottom: 5px solid #094775 !important;
    width: 100%;
    padding: 5px;
    border-radius: 15px !important;
    border: 0px;
    cursor: pointer;
    font-family: 'DolceVita';
    font-size: 15px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 51%);
}

.editBtn {
    background: url(https://team.skella.dev/img/edit.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border: 0px;
    width: 55px;
    cursor: pointer;
    float:left;
    margin-right:0px;
    white-space: nowrap;
    outline: none;
    text-indent: -9999px;
}

.delBtn{
    background: url(https://team.skella.dev/img/sktrash.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border: 0px;
    width: 55px;
    cursor: pointer;
    float:left;
    margin-left:10px;
    white-space: nowrap;
    outline: none;
    text-indent: -9999px;
}

.cutTxt{
  width : 100px;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#skDelete label, #skShare .sxl label{
    font-size: 15px;
    color: #1b68a2;
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    font-family: 'Mont';
    display: block;
    margin: 0px auto;
    background: white;
}

.shareBtn {
    background: url(https://team.skella.dev/img/share04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    border: 0px;
    width: 55px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    height: 20px;
    white-space: nowrap;
    outline: none;
    text-indent: -9999px;
}

#skEdit label, #skShare label{
    font-family: 'Mont';
    font-size: x-small;
    color:white;
}

#skDelete .modal-content, #skEdit .modal-content, #skShare .modal-content{
    background-color: #d396a0;
    color:white;
}

#skEdit .close,#skShare .close{
    color:white;
}

.logtxt{
    color: #d6adbe; font-size: 13px; padding-bottom: 10px;
}
.attempt{
    color: red; font-weight:bold; font-size: medium; padding-bottom: 10px;
}

.iconT {
    height: 30px;
    margin: 0px 5px;
    font-size: small;
}
.iconT a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #545454;
    border: 1px solid black;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 1px 3px black;
    color:white;
    text-decoration:none;
    cursor:pointer;
}
.iconT.x {
    width: 100px;
}
.blue, a.blue {
    background: #2f83bf;
    background-color: #2f83bf;
    color: white;
}
.green, a.green {
    background: #2fa62f !important;
    background-color: #2fa62f !important;
    color: white;
}
.red, a.red {
    background: #ab3333;
    background-color: #ab3333;
    color: white;
}
.titleBar {
    font-size: small;
    font-weight: bold;
    color: white;
    background: #2f83bf;
    text-align: left;
    padding: 5px 10px;
}
.l-num {
    border: 1px solid #2f83bf;
    color: white;
    background: #a5c2d8;
    font-weight: bold;
    width: 40px;
    text-align: center;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
    border-radius: 8px;
}
.dashBx{
    box-shadow: 0px 1px 3px black;
    margin: 0px 20px 0px 0px;
    width: 180px;
    padding: 25px;
    border: 1px solid #cbd8e2;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(0deg, pink 0%, rgba(33,91,132,1) 100%);
    color: white;
}
.dashBx .title{
    color: white;
    font-size: medium;
}
.dashBx .num{
    color: white;
    font-size: xx-large;
    padding: 5px 0px;
}
.footer .iconT a{
    color:white;
}
.footer .iconT{
    height:20px;
}
.hdNav {
    text-align: center;
    background: pink;
    color: #0c436a;
    margin: 0;
    padding: 7px 0px;
    font-size: medium;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: 'Museo-500';
    text-transform: uppercase;
    box-shadow: 0px 1px 3px gray;
}
.fx-h {
    display: flex;
    flex-direction: row;
}
.au {
    flex: 1;
}
.ta {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fx-v {
    display: flex;
    flex-direction: column;
}
section.trans{
    background: none;
    box-shadow: none;
    border: none;
    margin: 20px auto;
    padding: 0px;
}
.linkB, .blueB, .submitB {
    margin: 20px auto;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #186398;
    border-bottom: 4px solid #186398;
    box-shadow: 0px 3px 5px #606060;
    font-size: large;
    cursor: pointer;
    background: #2f83bf;
    color: white;
    -webkit-appearance: none !important;
    display: inline-block !important;
}
select {
    border: 1px solid #464646;
    border-radius: 5px;
    font-size: medium;
    padding: 5px 10px;
    box-shadow: 0px 0px 3px #747474;
    width: 100%;
    margin: 0px 1px;
    cursor: pointer;
}