body {
    background: url("../images/background.jpg") no-repeat fixed;
    background-size: cover;
    margin: 20px;
}

.loginform {
    border-radius: 25px;
    background-color: #ffffff;
}

.customHeading {
    color:#4370af;
  }
  .custom-form-group label {
    color:#4370af;
    font-size:13px;
    font-weight:bold;
    letter-spacing:2px;
  }
  .custom-form-group span {
    width:32px;
    height:30px;
    border: none;
    border-bottom:1px solid #4370af;
    vertical-align:bottom;
    color:#4370af;
    display:inline;
  }
  span.user {
    padding-bottom: 0.15rem!important;
  }
  span.eye {
    padding-bottom: 0.09rem!important;
  }
  .custom-form-group input {
    width : calc(100% - 32px);
    border:none;
    border-bottom:1px solid #4370af;
    box-sizing:content-box;
    outline:none;
  }
  .custom-btn {
    border-radius:32px;
    background : #4370af;
    border:2px solid transparent;
    color:#fff;
    height:48px;
  }
  .custom-btn:hover {
    background : #fff;
    border:none;
    border:2px solid #4370af;
    color:#4370af;
  }
  #formPanel {
    min-width:280px;
    max-width:320px;
    width:100%;
    margin:0 auto;
  }
  .objectFit {
    object-fit:cover;
    width:100%;
    max-width:320px;
    min-height:60vh;
    height: 600px;
    margin:0 auto;
    border-radius: 25px 0px 0px 25px;
  }

  a.active {
    color:#4370af;
  }

  a.active:hover {
    color:#0a3066;
    text-decoration: none;
  }
  
  a.inactive {
    color:#999999;
  }

  a.subinactive {
    color:#555;
  }

  a.inactive:hover {
    text-decoration: none;
  }

  a.subinactive:hover {
    text-decoration: none;
  }

  #showCursor {
    cursor:pointer
  }

  thead.header, tfoot.header {
    background-color: #4370af;
    color: #ffffff;
    font-weight: bold;
  }

.calendar {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
  direction: ltr;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calendar.calendar-rtl {
  direction: rtl;
}
.calendar.calendar-rtl table tr td span {
  float: right;
}

.calendar table {
  margin: auto;
}

.calendar table td,
.calendar table th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  padding: 4px 5px;
  font-size:12px;
}


.calendar .calendar-header
{
	width:100%;
	margin-bottom:20px;
}

.calendar .calendar-header table
{
	width:100%;
}

.calendar .calendar-header table th
{
	font-size:22px;
	padding:5px 10px;
}

.calendar .calendar-header table th:hover {
  background: #eeeeee;
  cursor: pointer;
}

.calendar .calendar-header table th.disabled,
.calendar .calendar-header table th.disabled:hover {
  background: none;
  cursor: default;
  color:white;
}

.calendar .calendar-header table th.prev,
.calendar .calendar-header table th.next
{
	width:20px;
}

.calendar .year-title {
	font-weight:bold;
	text-align:center;
	height:20px;
	width:auto;
}

.calendar .year-neighbor
{
	color:#aaaaaa;
}

.calendar .year-neighbor2
{
	color:#dddddd;
}

.calendar .months-container {
	width:100%;
	display:none;
}

.calendar .month-container {
	min-width:180px;
	text-align:center;
	height:200px;
	padding:0;
}

.calendar .month-container-table {
	min-width:180px;
	text-align:center;
	padding:0;
}

.calendar table.month th.month-title
{
	font-size:16px;
	padding-bottom: 5px;
}

.calendar table.month th.day-header
{
	font-size:14px;
}


.calendar table.month tr td,
.calendar table.month tr th
{
	padding:0;
}

.calendar table.month td.week-number {
	cursor: default;
	font-weight:bold;
	border-right:1px solid #eee;
	padding:5px;
}

.calendar .round-left {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.calendar .round-right {
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}

.calendar table.month tr td .day-content {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
}

.table-striped .calendar table.month tr td,
.table-striped .calendar table.month tr th {
  background-color: transparent;
}

.calendar table.month td.day .day-content:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.calendar table.month tr td.old,
.calendar table.month tr td.new,
.calendar table.month tr td.old:hover,
.calendar table.month tr td.new:hover {
  background: none;
  cursor: default;
}
.calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
  color: #dddddd;
}

.calendar table.month td.day.disabled .day-content:hover {
	background: none;
	cursor: default;
}

.calendar table.month tr td.range .day-content {
   background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.calendar table.month tr td.range.range-start .day-content  {
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}

.calendar table.month tr td.range.range-end .day-content  {
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}

.calendar-context-menu,
.calendar-context-menu  .submenu {
	border: 1px solid #ddd;
	background-color: white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
	position:absolute;
	display:none;
}

.calendar-context-menu .item {
	padding:5px 10px;
	cursor:pointer;
	display:table;
	width:100%;
}

.calendar-context-menu .item:hover {
	background:#eee;
}

.calendar-context-menu .item .content {
	display:table-cell;
}

.calendar-context-menu .item span {
	display:table-cell;
	padding-left:10px;
	text-align:right;
}

.calendar-context-menu .item span:last-child {
	display:none;
}

.calendar-context-menu  .submenu {
	left: 100%;
	margin-top: -6px;
}

.calendar-context-menu  .item:hover > .submenu {
	display:block;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reorder_link {
  color: #3675B4;
  border: solid 2px #3675B4;
  border-radius: 3px;
  text-transform: uppercase;
  background: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin: 15px 15px 15px 0px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  white-space: nowrap;
}
.reorder_link:hover {
  color: #fff;
  border: solid 2px #3675B4;
  background: #3675B4;
  box-shadow: none;
}
#reorder-helper{
  margin: 18px 10px;
  padding: 10px;
}
.light_box {
  background: #efefef;
  padding: 20px;
  margin: 15px 0;
  text-align: center;
  font-size: 1.2em;
}

/* image gallery */
.gallery{
  width:100%;
  float:left;
  margin-top:15px;
}
.gallery ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.gallery ul li{
  padding:7px;
  border:2px solid #ccc;
  float:left;
  margin:10px 7px;
  background:none;
  width:auto;
  height:auto;
}
.gallery img{
  width:250px;
  padding: 15px;
}

/* notice box */
.notice, .notice a{
  color: #fff !important;
}
.notice {
  z-index: 8888;
  padding: 10px;
  margin-top: 20px;
}
.notice a {
  font-weight: bold;
}
.notice_error {
  background: #E46360;
}
.notice_success {
  background: #657E3F;
}

.header-section{
  padding: 25px 0px;
}
.header-section h1{
  font-weight: 500;
  font-size: 1.7rem;
  text-transform: uppercase;
  color: #707EA0;
  margin: 0px;
  margin-bottom: 8px;
}
.header-section p{
  margin: 5px;
  font-size: 0.95rem;
  color: #707EA0;
}

.drop-section{
  min-height: 250px;
  border: 1px dashed #A8B3E3;
  background-image: linear-gradient(180deg, white, #F1F6FF);
  margin: 5px 35px 35px 35px;
  border-radius: 12px;
  position: relative;
}
.drop-section div.col:first-child{
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
  transform: scale(1);
  width: 200px;
  margin: auto;
}
.drop-section div.col:last-child{
  font-size: 40px;
  font-weight: 700;
  color: #c0cae1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 200px;
  height: 55px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition-duration: 0.2s;
}
/* we will use "drag-over-effect" class in js */
.drag-over-effect div.col:first-child{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.1);
}
.drag-over-effect div.col:last-child{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.drop-section .cloud-icon{
  margin-top: 25px;
  margin-bottom: 20px;
}
.drop-section span,
.drop-section button{
  display: block;
  margin: auto;
  color: #707EA0;
  margin-bottom: 10px;
}
.drop-section button{
  color: white;
  background-color: #5874C6;
  border: none;
  outline: none;
  padding: 7px 20px;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.drop-section input{
  display: none;
}

.list-section{
  display: none;
  text-align: left;
  margin: 0px 35px;
  padding-bottom: 20px;
}
.list-section .list-title{
  font-size: 0.95rem;
  color: #707EA0;
}
.list-section li{
  display: flex;
  margin: 15px 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 8px;
  transition-duration: 0.2s;
}
.list-section li:hover{
  box-shadow: #E3EAF9 0px 0px 4px 0px, #E3EAF9 0px 12px 16px 0px;
}
.list-section li .col{
  flex: .1;
}
.list-section li .col:nth-child(1){
  flex: .15;
  text-align: center;
}
.list-section li .col:nth-child(2){
  flex: .75;
  text-align: left;
  font-size: 0.9rem;
  color: #3e4046;
  padding: 8px 10px;
}
.list-section li .col:nth-child(2) div.name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}
.list-section li .col .file-name span{
  color: #707EA0;
  float: right;
}
.list-section li .file-progress{
  width: 100%;
  height: 5px;
  margin-top: 8px;
  border-radius: 8px;
  background-color: #dee6fd;
}
.list-section li .file-progress span{
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 8px;
  background-image: linear-gradient(120deg, #6b99fd, #9385ff);
  transition-duration: 0.4s;
}
.list-section li .col .file-size{
  font-size: 0.75rem;
  margin-top: 3px;
  color: #707EA0;
}
.list-section li .col svg.cross,
.list-section li .col svg.tick{
  fill: #8694d2;
  background-color: #dee6fd;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.list-section li .col svg.tick{
  fill: #50a156;
  background-color: transparent;
}
.list-section li.complete span,
.list-section li.complete .file-progress,
.list-section li.complete svg.cross{
  display: none;
}
.list-section li.in-prog .file-size,
.list-section li.in-prog svg.tick{
  display: none;
}

.starrr {
  display: inline-block; }
.starrr a {
  font-size: 16px;
  padding: 0 1px;
  cursor: pointer;
  color: #FFD119;
  text-decoration: none; }