html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
html {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: #000;
}
input[type=text],
input[type=password] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=text]:required,
input[type=password]:required,
input[type=text]:invalid,
input[type=password]:invalid {
  outline: none !important;
}
input:invalid,
textarea:invalid,
select:invalid,
input:required,
textarea:required,
select:required {
  box-shadow: none !important;
}
input:invalid:focus,
textarea:invalid:focus,
select:invalid:focus,
input:required:focus,
textarea:required:focus,
select:required:focus {
  box-shadow: none !important;
}
/************************************************************* fonts ******************************************/
@font-face {
  font-family: 'roboto-light';
  src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Light.woff') format('woff'), url('fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-regular';
  src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'COCOGOOSE';
  src: url('fonts/COCOGOOSE.eot?#iefix') format('embedded-opentype'), url('fonts/COCOGOOSE.woff') format('woff'), url('fonts/COCOGOOSE.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-bold';
  src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold.woff') format('woff'), url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/************************************************************* variable ***************************************/
/************************************************************* mixins ***************************************/
:active,
:focus {
  outline: none !important;
}
i {
  display: block;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #d4d3d3;
}
:-moz-placeholder {
  color: #d4d3d3;
  font-weight: bold;
}
::-moz-placeholder {
  color: #d4d3d3;
}
:-ms-input-placeholder {
  color: #d4d3d3;
}
::-ms-input-placeholder {
  color: #d4d3d3;
}
/************************************* icons **********************************/
a {
  text-decoration: none !important;
  display: inline-block;
}
a:focus,
a:active {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
a img {
  border: none;
}
/* remember to highlight inserts somehow! */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}
/*for IE8 */
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  -ms-appearance: textfield;
}
/************************************* column **********************************/
.col-20 {
  width: 20%;
  float: left;
}
.clearfix:before,
.clearfix:after,
.row:after {
  content: '';
  display: table;
  clear: both;
}
body {
  font-family: 'roboto-regular', 'Arial', sans-serif;
}
/************************************* header **********************************/
header .head-part {
  display: table;
}
header .logo-name {
  display: table-cell;
  vertical-align: middle;
}
header .logo-name p {
  font-family: 'COCOGOOSE', 'Arial', sans-serif;
  font-weight: normal;
  color: #7d3dd2;
  font-size: 25px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
}
header .logo-image {
  float: right;
  display: table;
}
header .logo-image img {
  width: 100%;
  margin: 20px 0;
  padding-left: 15px;
}
footer .foot-top {
  padding: 60px 0;
  border-bottom: 1px solid #f3f3f3;
}
footer .foot-top .logo {
  float: left;
  margin: 10px 0;
}
footer .foot-top .subscribe {
  display: inline-block;
  margin: 0 12.5%;
  position: relative;
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #d4d3d3;
  font-size: 15px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
footer .foot-top .subscribe .form-group {
  margin: 25px 0 15px;
  position: relative;
  /* active state */
}
footer .foot-top .subscribe .form-group input[type='text'] {
  padding: 10px 0;
  border: none !important;
  border-bottom: 1px solid #d4d3d3 !important;
  width: 100%;
  letter-spacing: 0.085em;
  padding-right: 40px;
  color: black;
}
footer .foot-top .subscribe .form-group .submit {
  width: 40px;
  height: 30px;
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  border: none !important;
  position: absolute;
  bottom: 3px;
  right: -2px;
  padding: 0;
  background-position: 20px 5px;
}
footer .foot-top .subscribe .form-group label {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #d4d3d3;
  font-size: 15px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .foot-top .subscribe .form-group input[type='text']:focus ~ label,
footer .foot-top .subscribe .form-group input[type='text']:valid ~ label {
  top: -10px;
  font-size: 12px;
}
footer .foot-top .subscribe .form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
footer .foot-top .subscribe .form-group .bar:before,
footer .foot-top .subscribe .form-group .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #7d3dd2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer .foot-top .subscribe .form-group .bar:before {
  left: 50%;
}
footer .foot-top .subscribe .form-group .bar:after {
  right: 50%;
}
footer .foot-top .subscribe .form-group input:focus ~ .bar:before,
footer .foot-top .subscribe .form-group input:focus ~ .bar:after {
  width: 50%;
}
footer .foot-top .social {
  float: right;
  display: inline-block;
}
footer .foot-top .social p {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
footer .foot-top .social ul li {
  float: left;
  margin: 25px 0;
  margin-right: 50px;
}
footer .foot-top .social ul li:last-of-type {
  margin-right: 0;
}
footer .foot-top .social ul li img {
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
footer .foot-top .social ul li:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
footer .foot-bottom {
  padding: 30px 0 35px;
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #b8b8b8;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
footer .foot-bottom a {
  color: #b8b8b8;
}
footer .foot-bottom p.design {
  float: right;
}
footer .foot-bottom .copy {
  display: inline-block;
  float: left;
}
footer .foot-bottom .copy p {
  margin: 25px 0;
}
footer .foot-bottom .copy p:first-of-type {
  margin-top: 0;
}
footer .foot-bottom .copy p:last-of-type {
  margin-bottom: 0;
}
footer .foot-bottom .copy a {
  margin: 0 15px;
}
footer .foot-bottom .copy a:last-of-type {
  margin-right: 0;
}
footer .foot-bottom .copy a:first-of-type {
  margin-left: 0;
}
.log-page {
  background: url(../img/login-bg.jpg);
  background-size: 50%;
  height: 45vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: 100%;
  -moz-box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
  -webkit-box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
  box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
}
.log-page.student-login {
  background-image: url(../img/login-bg1.jpg);
}
.log-page.parents-login {
  background-image: url(../img/login-bg2.jpg);
}
.log-page.staff-login {
  background-image: url(../img/staff.jpg);
}
.log-page.manager-login {
  background-image: url(../img/manager.jpg);
}
.log-page.admin-login {
  background-image: url(../img/admin.jpg);
}
.log-page .container.log-container {
  height: 100%;
}
.log-page .left-part {
  height: 100%;
  position: relative;
}
.log-page .left-part .left-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.log-page .left-part .left-content h2 {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #7d3dd2;
  font-size: 33px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  margin: 20px 0 20px;
}
.log-page .left-part .left-content p {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #7d3dd2;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  margin: 15px 0;
}
.log-page .left-part .left-content p a {
  color: #7d3dd2;
}
.log-page .left-part .left-content p a:hover {
  color: #7d3dd2;
}
.log-page .left-part .left-content img {
  width: 100%;
}
.log-page .right-part {
  position: relative;
  height: 100%;
}
.log-page .right-part .right-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  right: 0;
  /* ANIMATIONS ================ */
}
.log-page .right-part .right-content h1 {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
}
.log-page .right-part .right-content .form-group {
  position: relative;
  margin-top: 25%;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
}
.log-page .right-part .right-content .form-group input {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding: 5px 0 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
}
.log-page .right-part .right-content .form-group input:focus {
  outline: none;
}
.log-page .right-part .right-content .form-group label {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  opacity: 0.7;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.log-page .right-part .right-content .form-group input:focus ~ label,
.log-page .right-part .right-content .form-group input:valid ~ label {
  top: -20px;
}
.log-page .right-part .right-content .form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.log-page .right-part .right-content .form-group .bar:before,
.log-page .right-part .right-content .form-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.log-page .right-part .right-content .form-group .bar:before {
  left: 50%;
}
.log-page .right-part .right-content .form-group .bar:after {
  right: 50%;
}
.log-page .right-part .right-content .form-group input:focus ~ .bar:before,
.log-page .right-part .right-content .form-group input:focus ~ .bar:after {
  width: 50%;
}
.log-page .right-part .right-content .form-group .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.log-page .right-part .right-content .form-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #7d3dd2;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #7d3dd2;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #7d3dd2;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.log-page .right-part .right-content .button-group {
  margin-top: 30px;
  float: left;
  position: relative;
}
.log-page .right-part .right-content .button-group .bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -1px;
  height: 3px;
  background: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.log-page .right-part .right-content input[type='submit'] {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  border: none !important;
  padding: 0 !important;
  height: 45px;
}
.log-page .right-part .right-content input[type='submit']:hover ~ .bar {
  background: #f6821f;
}
.log-page .right-part .right-content a {
  float: right;
  margin-top: 40px;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.log-page .right-part .right-content a:hover {
  opacity: 1;
}
.log-page span.center-button {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  padding: 17px;
  -moz-box-shadow: -3px 0 7px 1px #e6e6e6;
  -webkit-box-shadow: -3px 0 7px 1px #e6e6e6;
  box-shadow: -3px 0 7px 1px #e6e6e6;
}
@-webkit-keyframes arromove {
  0% {
    left: 0px;
  }
  25% {
    left: -5px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes arromove {
  0% {
    left: 0px;
  }
  25% {
    left: -5px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes arromove {
  0% {
    left: 0px;
  }
  25% {
    left: -5px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
.log-page span.center-button:hover img {
  position: relative;
  -webkit-animation: arromove infinite 0.5s ease-in-out;
  -moz-animation: arromove infinite 0.5s ease-in-out;
  animation: arromove infinite 0.5s ease-in-out;
}
.log-page .gradient-color-login {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background: #6624bd;
  opacity: 0.85;
}
.home-page {
  background: url(../img/home-bg.jpg) no-repeat;
  background-size: cover;
  height: 45vw;
  position: relative;
  overflow: hidden;
}
.home-page .home-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
}
.home-page .home-content > h1 {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 60px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  position: relative;
}
.home-page .home-content > h1:after {
  position: absolute;
  content: "";
  width: 310px;
  height: 2px;
  background: white;
  opacity: 0.4;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}
.home-page .home-content > p {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  width: 60%;
  margin: 70px auto;
  padding: 0 10px;
  position: relative;
}
.home-page .home-content h2 {
  font-family: 'COCOGOOSE', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 84px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.home-page .home-content h2 i {
  display: inline-block;
  margin-left: 7px;
}
.home-page .home-content h2 i img {
  vertical-align: inherit;
}
.home-page .home-content .home-links {
  padding-top: 20px;
}
.home-page .home-content .home-links a {
  display: table;
  margin: 0 auto;
  position: relative;
}
.home-page .home-content .home-links a .bar {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  width: 0%;
  background: white;
  height: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-page .home-content .home-links a:hover .bar {
  width: 100%;
}
.home-page .avatar {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 45px;
}
.home-page .avatar ul li {
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  margin-top: 15px;
}
.home-page .avatar ul li .tooltip,
.home-page .avatar ul li a {
  display: none !important;
}
.home-page .avatar ul li div.img {
  -moz-box-shadow: 0px 0 20px -3px #000000;
  -webkit-box-shadow: 0px 0 20px -3px #000000;
  box-shadow: 0px 0 20px -3px #000000;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.home-page .avatar ul li div.img img {
  width: 100%;
}
.home-page .avatar ul li .plus-avatar {
  -moz-box-shadow: 0px 0 20px -3px #000000;
  -webkit-box-shadow: 0px 0 20px -3px #000000;
  box-shadow: 0px 0 20px -3px #000000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background: white;
}
.home-page .avatar ul li .plus-avatar .add {
  font-size: 35px;
  display: table;
  padding-top: 5.5px;
  color: #6a2cc9;
  cursor: pointer;
  line-height: 25px;
  width: 25px;
  text-align: center;
  box-sizing: content-box;
  margin: 0 auto;
}
.home-page .avatar ul li:last-of-type {
  opacity: 1;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  margin-top: 0;
}
.home-page .avatar ul li.active {
  transform: translateY(-15px) scale(1);
  -webkit-transform: translateY(-15px) scale(1);
  -ms-transform: translateY(-15px) scale(1);
  -moz-transform: translateY(-15px) scale(1);
  opacity: 1;
}
.home-page .avatar ul li.active .tooltip,
.home-page .avatar ul li.active a {
  display: block !important;
}
.home-page .avatar .tooltip-inner {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: center;
  background-color: black;
  text-transform: capitalize;
  padding: 10px 10px;
  max-width: none;
}
.home-page .gradient-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6624bd;
  opacity: 0.85;
}
.home-page .gradient-color.colormix {
  width: 50%;
}
.home-page .gradient-color.colormix.color2 {
  right: 0;
}
.create-popup .modal-dialog .modal-content {
  border-radius: 0 !important;
}
.create-popup .modal-dialog .modal-content .modal-body {
  padding: 65px;
}
.create-popup .modal-dialog .modal-content .modal-header {
  height: 115px;
  padding: 40px 15px;
  background: #6a2cc9;
  color: #fff;
}
.create-popup .modal-dialog .modal-content .modal-header .modal-title {
  font-family: 'roboto-bold', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.create-popup .modal-dialog .modal-content .modal-header button.close {
  width: 25px;
  color: white !important;
  opacity: 1;
  font-family: 'roboto-light', 'Arial', sans-serif;
  margin-top: 0;
  font-size: 26px;
  position: absolute;
  right: 25px;
}
.create-popup .modal-dialog .modal-content .form-create {
  /*jQ*/
}
.create-popup .modal-dialog .modal-content .form-create .row {
  margin: 0 auto;
}
.create-popup .modal-dialog .modal-content .form-create .form-group {
  position: relative;
  margin-bottom: 70px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
}
.create-popup .modal-dialog .modal-content .form-create .form-group input,
.create-popup .modal-dialog .modal-content .form-create .form-group select,
.create-popup .modal-dialog .modal-content .form-create .form-group textarea {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #656262;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  padding: 5px 0 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: transparent;
}

.create-popup .modal-dialog .modal-content .form-create .form-group textarea:focus,
.create-popup .modal-dialog .modal-content .form-create .form-group input:focus {
  outline: none;
}

.create-popup .modal-dialog .modal-content .form-create .form-group label {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #6a2cc9;
  font-size: 21px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.create-popup .modal-dialog .modal-content .form-create .form-group input:focus ~ label,
.create-popup .modal-dialog .modal-content .form-create .form-group input:valid ~ label {
  top: -20px;
  font-size: 16px;
}
.create-popup .modal-dialog .modal-content .form-create .form-group textarea:focus ~ label,
.create-popup .modal-dialog .modal-content .form-create .form-group textarea:valid ~ label {
  top: -20px;
  font-size: 16px;
}
.create-popup .modal-dialog .modal-content .form-create .form-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.create-popup .modal-dialog .modal-content .form-create .form-group .bar:before,
.create-popup .modal-dialog .modal-content .form-create .form-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #6a2cc9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.create-popup .modal-dialog .modal-content .form-create .form-group .bar:before {
  left: 50%;
}
.create-popup .modal-dialog .modal-content .form-create .form-group .bar:after {
  right: 50%;
}
.create-popup .modal-dialog .modal-content .form-create .form-group input:focus ~ .bar:before,
.create-popup .modal-dialog .modal-content .form-create .form-group input:focus ~ .bar:after {
  width: 50%;
}
.create-popup .modal-dialog .modal-content .form-create .form-group textarea:focus ~ .bar:before,
.create-popup .modal-dialog .modal-content .form-create .form-group textarea:focus ~ .bar:after {
  width: 50%;
}
.create-popup .modal-dialog .modal-content .form-create .form-group.col-sm-40 {
  width: 40%;
  float: left;
  padding-left: 15px;
}
.create-popup .modal-dialog .modal-content .form-create .form-group.col-sm-40 label {
  left: 15px !important;
}
.create-popup .modal-dialog .modal-content .form-create .form-group:last-of-type {
  margin-bottom: 0;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group {
  margin-bottom: 60px;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group label {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #6a2cc9;
  font-size: 21px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  float: left;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p {
  display: inline-block;
  height: 20px;
  margin-top: 2px;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p.gender-group {
  margin-left: 40px;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p.condition {
  float: right;
  margin-top: 0;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p.condition label {
  margin-right: 13px !important;
  font-size: 21px;
  color: #6a2cc9;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p.condition label:after {
  top: -1px !important;
}
.create-popup .modal-dialog .modal-content .form-create .checkbox-group p.condition label:before {
  top: -1px;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"]:not(:checked),
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.create-popup .modal-dialog .modal-content .form-create input[type="checkbox"],
.create-popup .modal-dialog .modal-content .form-create input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.create-popup .modal-dialog .modal-content .form-create input {
  line-height: normal;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #c3c2c4;
  font-size: 19px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  margin-right: 35px;
  padding-right: 20px;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"]:checked + label:before {
  top: 0px;
  right: -5px;
  width: 8px;
  height: 16px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  right: 0;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #6a2cc9;
  top: -2px;
  z-index: 0;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in + label:before,
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in + label:after {
  content: '';
  right: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
  top: -2px;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in:checked + label:after {
  top: -2px;
  width: 20px;
  height: 20px;
  border: 2px solid #6a2cc9;
  background-color: #6a2cc9;
  z-index: 0;
}
.create-popup .modal-dialog .modal-content .form-create [type="checkbox"].filled-in + label:after {
  right: -12px !important;
}
.create-popup .modal-dialog .modal-content .form-create .select-main .material-icons {
  vertical-align: middle;
}
.create-popup .modal-dialog .modal-content .form-create .select-main {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
  padding: 5.5px 0;
  width: 100%;
  margin-bottom: 70px;
  height: 36px;
}
.create-popup .modal-dialog .modal-content .form-create .select-main.col-sm-60 {
  width: 55%;
  margin-right: 5%;
  float: left;
}
.create-popup .modal-dialog .modal-content .form-create .select-main:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #6a2cc9;
  border-bottom: 2px solid #6a2cc9;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 5px;
  top: 10px;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.create-popup .modal-dialog .modal-content .form-create .select-main li {
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #6a2cc9;
  font-size: 21px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  display: none;
  margin: 0;
  box-sizing: initial;
}
.create-popup .modal-dialog .modal-content .form-create .select-main > ul:first-of-type li.selected {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0;
  color: #656262;
}
.create-popup .modal-dialog .modal-content .form-create .select-main > ul:first-of-type li.selected.disabled {
  color: #6a2cc9;
}
.create-popup .modal-dialog .modal-content .form-create .select-main i.material-icons {
  opacity: 0.5;
  margin: 0;
  padding: 0;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  transition: 0.24s;
  height: auto;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop.show {
  visibility: visible;
  opacity: 1;
  max-height: 220px;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop li {
  display: block;
  transition: background 0.24s;
  cursor: pointer;
  height: 55px;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #6a2cc9;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop li.disabled {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop li.selected {
  background: rgba(0, 0, 0, 0.07);
}
.create-popup .modal-dialog .modal-content .form-create .select-main ul.select-drop li:hover {
  background: rgba(0, 0, 0, 0.04);
}
.create-popup .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 15px 65px 55px;
}
.create-popup .modal-dialog .modal-content .modal-footer input[type='submit'],
.create-popup .modal-dialog .modal-content .modal-footer .button-cancel {
  font-family: 'roboto-bold', 'Arial', sans-serif;
  font-weight: normal;
  color: #a4a4a5;
  font-size: 19px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  border: none !important;
  padding: 0 !important;
  height: 45px;
  vertical-align: middle;
  border-radius: 0 !important;
}
.create-popup .modal-dialog .modal-content .modal-footer input[type='submit']:active,
.create-popup .modal-dialog .modal-content .modal-footer .button-cancel:active {
  box-shadow: none !important;
}
.create-popup .modal-dialog .modal-content .modal-footer input[type='submit'] {
  margin-right: 40px;
  color: #6a2cc9;
  border-bottom: 5px solid #6a2cc9 !important;
}
.modal-backdrop {
  background-color: #4d00c3;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.main-page {
  -moz-box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
  -webkit-box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
  box-shadow: inset 0 8px 20px -10px #a5a5a5, inset 0 -8px 20px -10px #a5a5a5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.main-page .main-table {
  padding: 40px 80px 40px 80px;
}
.main-page .main-table .table-head {
  display: table;
  width: 100%;
  position: relative;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.main-page .main-table .table-head h2 {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 2;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  display: inline-block;
  float:left;
}
.main-page .main-table .table-head .table-head-top {
  width: 100%;
  vertical-align: middle;
  height: 50px;
  padding: 7px 45px 7px 20px;
  background: #6f33c1;
  border-right: 1px solid #652db1;
}
.main-page .main-table .table-head .table-head-top span.close {
  position: absolute;
  right: 38px;
  font-size: 20px;
  top: 38px;
  color: white;
  opacity: 1;
}
.main-page .main-table .table-head form.query {
  float: right;
}
.main-page .main-table .table-head form.query .input-group {
  margin-left: 15px;
  float: left;
  border: 1px solid #9555eb;
}
.main-page .main-table .table-head form.query .input-group:first-of-type {
  border: none !important;
}
.main-page .main-table .table-head form.query .input-group ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #5318a3;
}
.main-page .main-table .table-head form.query .input-group :-moz-placeholder {
  color: #5318a3;
  font-weight: bold;
  margin-left: 10px;
}
.main-page .main-table .table-head form.query .input-group ::-moz-placeholder {
  color: #5318a3;
}
.main-page .main-table .table-head form.query .input-group :-ms-input-placeholder {
  color: #5318a3;
}
.main-page .main-table .table-head form.query .input-group ::-ms-input-placeholder {
  color: #5318a3;
}
.main-page .main-table .table-head form.query .input-group input {
  width: 0px;
  padding: 0;
  padding-left: 35px;
  border: none !important;
  box-shadow: none !important;
  height: 35px;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-page .main-table .table-head form.query .input-group input.full-width {
  width: 400px;
  cursor: auto;
}
.main-page .main-table .table-head form.query .input-group span {
  font-size: 16px;
  position: absolute;
  top: 10px;
  color: #fff;
  left: 9px;
}
.main-page .main-table .table-head form.query .input-group span.add {
  top: 4px;
  font-size: 26px;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  text-align: center;
  padding: 5px;
  box-sizing: content-box;
  position: static;
}
.main-page .main-table .table-head form.query .input-group .popup-show {
  padding: 0;
  background: transparent;
  border: 1px solid #9555eb;
  border-radius: 0 !important;
}
.main-page .main-table .table-head .table-head-content {
  padding: 10px 95px;
}
.main-page .main-table .table-head .table-head-content p {
  font-family: 'roboto-bold', 'Arial', sans-serif;
  font-weight: normal;
  color: #7721e9;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  padding: 25px 0;
  border-bottom: 1px solid #7721e9;
}
.main-page .main-table .table-head .table-head-content p span {
  color: #a69e9e;
}
.main-page .main-table .table-head .table-head-content .search-input {
  padding: 30px 0;
}
.main-page .main-table .table-head .table-head-content .search-input input {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  height: 45px;
  width: 290px;
  box-shadow: none;
  border: 1px solid #d0d0d0;
  padding-left: 12px;
  margin-right: 55px;
}
.main-page .main-table .table-head .table-head-content .search-input input:last-of-type {
  margin-right: 0;
}
.main-page .main-table .table-contents .table-contents-top p {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #373535;
  font-size: 16px;
  letter-spacing: 0.085em;
  line-height: 3.8;
  text-align: center;
  background-color: #f3f3f3;
  text-transform: uppercase;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}
.main-page .main-table .table-contents .table-contents-content > table {
  border-top: 0;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #3e3e3e;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td,
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th {
  border-width: 1px;
  font-weight: normal;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(1),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(1) {
  width: 6%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(2),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(2) {
  width: 9%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(3),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(3) {
  width: 15%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(4),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(4) {
  width: 10%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(5),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(5) {
  width: 40%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(6),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(6) {
  width: 10%;
}
.main-page .main-table .table-contents .table-contents-content > table thead > tr > td:nth-of-type(7),
.main-page .main-table .table-contents .table-contents-content > table thead > tr > th:nth-of-type(7) {
  width: 10%;
}
.main-page .main-table .table-contents .table-contents-content > table tbody tr td {
  height: 55px;
  vertical-align: middle;
  word-break: break-all;
  font-size: 15px;
}



.main-page .main-table .table-contents .table-contents-content-cs > table {
  border-top: 0;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #3e3e3e;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
.main-page .main-table .table-contents .table-contents-content-cs > table thead > tr > td,
.main-page .main-table .table-contents .table-contents-content-cs > table thead > tr > th {
  border-width: 1px;
  font-weight: normal;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
.main-page .main-table .table-contents .table-contents-content-cs > table tbody tr td {
  height: 55px;
  vertical-align: middle;
  word-break: break-all;
  font-size: 15px;
}
.main-page .main-table .table-contents .table-contents-content-cs > table tbody tr td a {
  height: 40px;
}
.main-page .main-table .table-contents .table-contents-content-cs > table tbody tr td a img {
  height: 100%;
  opacity: 0.6;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-page .main-table .table-contents .table-contents-content-cs > table tbody tr td a:hover img {
  opacity: 1;
}




.main-page .main-table .table-contents .table-contents-content > table tbody tr td a {
  height: 40px;
}
.main-page .main-table .table-contents .table-contents-content > table tbody tr td a img {
  height: 100%;
  opacity: 0.6;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-page .main-table .table-contents .table-contents-content > table tbody tr td a:hover img {
  opacity: 1;
}






.side-nav-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  top: 10px;
  cursor: pointer;
  padding-top: 5px;
  left: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.side-nav-button span {
  width: 27px;
  height: 3px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 auto;
  display: table;
  margin-top: 5px;
}
.side-nav-button span:nth-of-type(2) {
  margin-left: 7px;
  width: 15px;
}
.side-nav-close {
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.side-nav-close span {
  color: #6f33c1;
  font-size: 26px;
  line-height: 30px;
}
.side-nav {
  padding-top: 60px;
  position: fixed;
  left: -300px;
  top: 0;
  width: 300px;
  margin-right: -300px;
  border: none;
  border-radius: 0;
  overflow-y: auto;
  background-color: #f2f2f2;
  bottom: 0;
  overflow-x: hidden;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  z-index: 10;
}
.side-nav.left {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  left: 0px;
}
.side-nav.left .side-nav-button {
  position: static;
  margin: 0 auto;
  margin-right: 10px;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li a {
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  padding: 20px 30px;
}
.navbar-nav > li .collapse a,
.navbar-nav > li .collapsing a {
  padding: 10px 20px 15px 40px;
  display: block;
  font-size: 14px;
  position: relative;
}
.navbar-nav > li .collapse a:hover,
.navbar-nav > li .collapsing a:hover {
  background-color: #eee;
}
.navbar-nav > li .collapse a:after,
.navbar-nav > li .collapsing a:after {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #000 !important;
}
.navbar-nav > li .collapse li .collapse a,
.navbar-nav > li .collapsing li .collapse a,
.navbar-nav > li .collapse li .collapsing a,
.navbar-nav > li .collapsing li .collapsing a {
  padding-left: 50px;
  font-size: 13px;
}
.side-nav-button span.mob-menu-close {
  display: none;
  background: none;
  color: #6f33c1;
  font-size: 22px;
  margin-top: 0;
}
.side-nav.left .side-nav-button span {
  display: none;
}
.side-nav.left .side-nav-button span.mob-menu-close {
  display: block;
}
.side-nav.left a[data-toggle="collapse"]:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  top: 40%;
  right: 20px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active,
select:-webkit-autofill:active {
  color: #fff !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
}
.username-strip {
  position: relative;
  background: #823ed4;
  padding: 10px 0;
}
.username-strip .main-drop-menu {
  position: relative;
  display: inline-block;
  float: right;
}
.username-strip .main-drop-menu p {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  background-color: transparent;
  text-transform: capitalize;
  margin-right: 100px;
  cursor: pointer;
}
.username-strip .main-drop-menu p span {
  margin: 0px 15px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
.username-strip .main-drop-menu p img {
  width: 30px;
  vertical-align: sub;
}
.username-strip .main-drop-menu .user-dropdown 
{
    
  opacity: 0;
  display:none;
  position: absolute;
  top: 35px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 0;
  width: 180px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.username-strip .main-drop-menu .user-dropdown li a {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #6b6b6b;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  padding: 1em 18px;
  width: 100%;
}
.username-strip .main-drop-menu .user-dropdown li a:hover {
  background: #ebebeb;
}
.username-strip .main-drop-menu .user-dropdown.show-drop 
{
    display:block;
  opacity: 1;
  top: 41px;
  z-index: 100;
  
}
.links-page {
  background: url(../img/links-bg.jpg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0;
  -moz-box-shadow: inset 0 8px 25px -15px #000, inset 0 -8px 25px -15px #000;
  -webkit-box-shadow: inset 0 8px 25px -15px #000, inset 0 -8px 25px -15px #000;
  box-shadow: inset 0 8px 25px -15px #000, inset 0 -8px 25px -15px #000;
}

.links-page .left-content .link-content {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width:1320px) {
    .links-page .left-content .link-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width:900px) {
    .links-page .left-content .link-content {
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width:800px) {
    .links-page .left-content .link-content {
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
.links-page .left-content .link-content h2 {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 33px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: left;
  background-color: transparent;
  text-transform: capitalize;
  margin: 30px 0 20px;
  border-bottom: 1px solid white;
}
.links-page .left-content .link-content p {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  margin: 15px 0;
}
.links-page .left-content {
  height: 100%;
}
.links-page .right-part {
  position: absolute;
  height: 100%;
  padding-left: 15px;
  padding-top: 50px;
  left: 50%;
  width: 50%;
}
.links-page .right-part h2 {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #6f33c1;
  font-size: 33px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  text-transform: capitalize;
  margin: 30px 0 30px;
  border-bottom: 1px solid white;
  position: relative;
}
.links-page .right-part h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  width: 50px;
  height: 2px;
  background: #6f33c1;
}
.links-page .right-part a {
  font-family: 'roboto-light', 'Arial', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  margin: 0 auto !important;
  display: table;
}
.links-page .right-part ul li {
  padding: 10px 0 !important;
}
.links-page .gradient-color-links {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  background: #6624bd;
  opacity: 0.85;
}
.create-popup .modal-dialog .modal-content .form-create .form-group input {
  height: 36px;
}
.links-page span.center-button {
  -moz-box-shadow: 3px 0 7px 1px #e6e6e6;
  -webkit-box-shadow: 3px 0 7px 1px #e6e6e6;
  box-shadow: 3px 0 7px 1px #e6e6e6;
}
header .session-details {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px;
  border-right: 1px solid #6624bd;
}
header .session-details p {
  color: #6624bd;
  font-family: 'COCOGOOSE', 'Arial', sans-serif;
}
header .session-details p:first-of-type {
  border-bottom: 1px solid #6624bd;
}
header .session-details p:last-of-type span {
  float: right;
  padding-top: 2px;
}
/***********Akhil Style ********/
.log-page .left-part .left-content .ssvd-login a {
  display: table;
  margin: 0 auto;
  position: relative;
  margin-left: 0 !important;
  pointer-events: none;
}
.log-page .left-part .left-content .ssvd-login a h2 {
  font-family: 'COCOGOOSE', 'Arial', sans-serif;
  font-weight: normal;
  color: #7d3dd2;
  font-size: 82px;
  letter-spacing: 0em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  margin: 0;
}
.log-page .left-part .left-content .ssvd-login a h2 i {
  display: inline-block;
  margin-left: 7px;
  vertical-align: super;
}
.log-page .left-part .left-content .ssvd-login a h2 .admin img {
  margin-bottom: 7px;
}
.log-page .left-part .left-content .ssvd-login a h2 .staff {
  margin-left: 15px;
}
.log-page .left-part .left-content .ssvd-login a h2 .staff img {
  margin-bottom: 10px;
}
.log-page .left-part .left-content .ssvd-login a .mngr-hd {
  font-size: 75px !important;
}
.log-page .left-part .left-content .ssvd-login a .mngr-hd .mngr img {
  margin-bottom: 20px;
}
.log-page .left-part .left-content .ssvd-login a .parents {
  font-size: 75px;
}
.log-page .left-part .left-content .ssvd-login a .parents i {
  width: 20%;
}



.button_new {
  font-family: 'roboto-bold', 'Arial', sans-serif;
  font-weight: normal;
  color: #a4a4a5;
  font-size: 12px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  border: none !important;
  padding: 0 !important;
  height: 30px;
  vertical-align: middle;
  border-radius: 0 !important;
  margin-right: 10px;
  color: #6a2cc9;
  border-bottom: 5px solid #6a2cc9 !important;
}

.Label fieldset
{
   border:1px solid  #f3f3f3;
}


tr.MyGridViewAlternate
{
	font-family: 'roboto-regular', 'Arial', sans-serif;
	font-size :9pt;
	FONT-WEIGHT:normal;
	  background-color: transparent;
	 color: #3e3e3e;
	border:1px solid #e8e8e8;
}
.MyGridViewHeader
{
	font-family: 'roboto-regular', 'Arial', sans-serif;
	font-size : 9pt;
	border-width: 1px;
  background-color: transparent;
	 color: #3e3e3e;
	border:1px solid #e8e8e8;
	font-weight:normal;
}
.MyGridViewFixHeader
{
    margin-left:-0.1em;
    margin-top:-1.3em;
    height:1.4em;
	font-family: 'roboto-regular', 'Arial', sans-serif;
	font-size : 9pt;
	  background-color: #f3f3f3;
 color: #3e3e3e;
	position:absolute;
	border:0px solid #e8e8e8;
}
.MyGridViewFixHeader th
{
    border:1px solid #e8e8e8;
}
.MyGridViewRow td
{
    border:1px solid #e8e8e8;
}
.MyGridViewAlternate td
{
    border:1px solid #e8e8e8;
}
tr.MyGridViewRow
{
	font-family: 'roboto-regular', 'Arial', sans-serif;
	font-size :9pt;
	  background-color: transparent;
 color: #3e3e3e;
	font-weight:normal;
	border:1px solid #e8e8e8;

}
tr.MyGridViewAlternate:hover
{
	background-color:#ffffdc;
	cursor:pointer;
}	
tr.MyGridViewRow:hover
{
	background-color:#ffffdc;
	cursor:pointer;
}

.MyTableHead

{ 	 
	font-family: 'roboto-regular', 'Arial', sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	border:1px solid #f3f3f3;
	color:#373535;
	background-color: #f3f3f3;
	text-align:left;

}
.MyLegend
{ 	
    font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    background-color:#6f33c1;
    padding-left:10px;
}
.modal-headersamp {
  height: 40px;
  padding: 10px 15px 15px 15px;
  background: #6a2cc9;
  color: #fff;
}
.modal-headersamp .modal-title {
  font-family: 'roboto-bold', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
}
.modal-headersamp button.close {
 width: 25px;
  color: white !important;
  opacity: 1;
  font-family: 'roboto-light', 'Arial', sans-serif;
  margin-top: 0;
  font-size: 26px;
  right: 25px;
}
.MyDiv
{
position:relative;
}



.MyDiv .input-group {
  margin-right: 0px;
  float: right;
  border: 1px solid #9555eb;
}





.MyDiv .input-group ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #5318a3;
}
.MyDiv .input-group :-moz-placeholder {
  color: #5318a3;
  font-weight: bold;
  margin-left: 10px;
}
.MyDiv .input-group ::-moz-placeholder {
  color: #5318a3;
}
.MyDiv .input-group :-ms-input-placeholder {
  color: #5318a3;
}
.MyDiv .input-group ::-ms-input-placeholder {
  color: #5318a3;
}
.MyDiv .input-group input {
  width: 0px;
  padding:0px 0px 0px 20px!important;
 border: none !important;
  box-shadow: none !important;
  height: 25px;
  font-family: 'roboto-regular', 'Arial', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.MyDiv .input-group input.full-width {
  width: 400px;
  cursor: auto;
}

.MyDiv .input-group span {
  font-size: 14px;
  position: absolute;
  top: 7px;
  color: #fff;
  left: 3px;
  
}


.main-page .main-table .table-head button.close {
  width: 25px;
  color: white !important;
  opacity: 1;
  font-family: 'roboto-light', 'Arial', sans-serif;
  margin-top: 0;
  font-size: 26px;
  position: absolute;
  float:right;
  top:12px;
  right: 10px;
}

.MyGridViewMaster
{
    border-top: 0;
    font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #3e3e3e;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;

}
 .MyGridViewMaster tr th {
    border-width: 1px;
    font-weight: bold;
    height: 40px;
    vertical-align: middle !important;
    text-align: center;
}
 .MyGridViewMaster tr td {
    height: 30px;
    vertical-align: middle !important;
    word-break: break-all;
    font-size: 12px;
}



.css-checkbox tr td input[type=checkbox] {
    position:absolute;
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0);
    height:1px; width:1px;
    margin:-1px; 
    padding:0;
    border:0;
}

.css-checkbox tr td input[type=checkbox] + label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;

}

.css-checkbox tr td input[type=checkbox]:checked + label {
	background-position: 0 -18px;
}
.css-checkbox tr td label {
    background-image:url(../MainImages/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-page .main-table .table-contents .table-contents-top div {
    font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #373535;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 3.8;
    text-align: center;
    background-color: #f3f3f3;
    text-transform: uppercase;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}






.trv-checkbox tr td input[type=checkbox] {
    left:auto!important;
    height:auto!important;
    width:auto!important;
    position:relative!important;
    display:inline!important;
    opacity: 1 !important;
   
}
.trv-checkbox tr td input[type=checkbox] + a {
	padding: 0px 5px 0px!important;

}

.trv-checkbox tr td input[type=checkbox]:checked + a {

}
.trv-checkbox tr td a {
   
}



.MyTable {
    border-top: 0;
    font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #3e3e3e;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}


.informationBox{
	width:415px;
	float:left;
	border:0px solid #000;
	margin-bottom:20px;
	padding:10px;
	background-color:#fff;
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.66);
	-moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.66);
	box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.66);
}
.informationBox .picContainer{
	border:1px solid #ccc;
	width:130px;
	height:150px;
	float:left;
	margin-right:10px;
	background-color:#fff;
}
.informationBox .detailContainer{
	width:250px;
	border:0px solid #000;
	float:left;
	font-size:12px;
	line-height:20px;
	text-align:left;
	padding-left:10px;
}
.my-head-title
{
    font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    background-color:#6f33c1;
    padding-left:10px;
}
.MyGridViewMaster caption
        {
            font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    background-color:#6f33c1;
    padding-left:10px;
}
.MyDataHeader caption
        {
            font-family: 'roboto-regular', 'Arial', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.085em;
    line-height: 2;
    text-align: left;
    text-transform: uppercase;
    background-color:#6f33c1;
    padding-left:10px;
}
@media only screen and (max-width: 640px) 
{
    .MyGridViewMaster caption
    {
        display:block;
    }
}
@media only screen and (max-width: 768px)
{
    .MyGridViewMaster caption
    {
        display:block;
    }
}
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}   


.cleaner{ zoom: 1;}

.cleaner:after{ display: block; content: ""; clear: both;}
.bannerBox{ max-width: 640px; height: 480px; position: absolute; right: 15px; top: 15px; z-index: 1;}
.bBox{ width: 128px; height: 128px;float: right; /*border: 1px solid rgba(255, 255, 255, 0.4);*/ position: relative; font-family: Tahoma; text-align: center;/* transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -ms-transition:0.5s;*/}

.bBox a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

.bBox.bBox9, .bBox.bBox7, .bBox.bBox1{border: 1px solid rgba(255, 255, 255, 0.2);}

.bBox.bBox7:hover{ background: rgba(102, 36, 189, 0.1);}
.opa1{ background: rgba(102, 36, 189, 0.1);}

.opa2{ background: rgba(102, 36, 189, 0.2);}

.opa3{ background: rgba(102, 36, 189, 0.3);}

.opa4{ background: rgba(102, 36, 189, 0.4);}

.opa5{ background: rgba(102, 36, 189, 0.5);}

.bBox figure{ width: 60px; height: 60px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 50px;}

.bBox9 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -43px;}

.bBox8 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -185px;}

/*-444,-386*/
.bBox6 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -258px;}

.bBox5 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -322px;}

.bBox4 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center 20px;}

.bBox3 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -43px;}

.bBox2 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -116px;}

.bBox1 figure{ background: url(../img/quicklinkimage.png) no-repeat; background-position: center -185px;}

.bBox h4{ font-size: 14px; color: #FFF; margin-top: 80px;}

.bBox h5{ color: rgba(255, 255, 255, 0.7); font-size: 11px; padding: 2px 0;}

.bBox:hover{ background: rgba(193, 154, 245, 0.8);}


.bBox5, .bBox9{ left: -128px;}

.bBox3, .bBox6{ top: 128px;}

.bBox4{ left: 128px;}

@media only screen and (max-width:1320px) {
    .bannerBox {
        overflow: auto;
        /*max-width: 640px;*/
        position: relative;
        height: 90%;
        right: 15px;
        z-index: 1;
    }
}
    .w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
        padding: 0 0px;
    }

        w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after,
        .w3-topnav:after, .w3-topnav:before, .w3-clear:after, .w3-clear:before, .w3-btn-group:before, .w3-btn-group:after, .w3-btn-bar:before, .w3-btn-bar:after, .w3-bar:before, .w3-bar:after {
            content: "";
            display: table;
            clear: both;
        }

    .w3-col3, .w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
        float: left;
        width: 100%;
    }

        .w3-col.s1 {
            width: 8.33333%;
        }

        .w3-col.s2 {
            width: 16.66666%;
        }

        .w3-col.s3 {
            width: 24.99999%;
        }

        .w3-col.s4 {
            width: 33.33333%;
        }

        .w3-col.s5 {
            width: 41.66666%;
        }

        .w3-col.s6 {
            width: 49.99999%;
        }

        .w3-col.s7 {
            width: 58.33333%;
        }

        .w3-col.s8 {
            width: 66.66666%;
        }

        .w3-col.s9 {
            width: 74.99999%;
        }

        .w3-col.s10 {
            width: 83.33333%;
        }

        .w3-col.s11 {
            width: 91.66666%;
        }

        .w3-col3, .w3-col.s12, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
            width: 100%;
        }

    @media (min-width:601px) {
        .w3-col.m1 {
            width: 8.33333%;
        }

        .w3-col.m2 {
            width: 16.66666%;
        }

        .w3-col.m3, .w3-quarter {
            width: 24.99999%;
        }

        .w3-col.m4, .w3-third {
            width: 50%;
        }

        .w3-col3 {
            width: 33.3333%;
        }

        .w3-col.m5 {
            width: 41.66666%;
        }

        .w3-col.m6, .w3-half {
            width: 49.99999%;
        }

        .w3-col.m7 {
            width: 58.33333%;
        }

        .w3-col.m8, .w3-twothird {
            width: 66.66666%;
        }

        .w3-col.m9, .w3-threequarter {
            width: 74.99999%;
        }

        .w3-col.m10 {
            width: 83.33333%;
        }

        .w3-col.m11 {
            width: 91.66666%;
        }

        .w3-col.m12 {
            width: 99.99999%;
        }
    }

    @media (min-width:993px) {
        .w3-col.l1 {
            width: 8.33333%;
        }

        .w3-col.l2 {
            width: 16.66666%;
        }

        .w3-col.l3, .w3-quarter {
            width: 24.99999%;
        }

        .w3-col.l4, .w3-third {
            width: 50%;
        }

        .w3-col3 {
            width: 33.3333%;
        }

        .w3-col.l5 {
            width: 41.66666%;
        }

        .w3-col.l6, .w3-half {
            width: 49.99999%;
        }

        .w3-col.l7 {
            width: 58.33333%;
        }

        .w3-col.l8, .w3-twothird {
            width: 66.66666%;
        }

        .w3-col.l9, .w3-threequarter {
            width: 74.99999%;
        }

        .w3-col.l10 {
            width: 83.33333%;
        }

        .w3-col.l11 {
            width: 91.66666%;
        }

        .w3-col.l12 {
            width: 99.99999%;
        }
    }

    .w3-content {
        max-width: 980px;
        margin: auto;
    }

    .w3-rest {
        overflow: hidden;
    }


    /*modal */

    .parent-modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .parent-modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    /* The Close Button */
    .parent-close {
        color: white;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .parent-close:hover,
        .parent-close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .parent-modal-header {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }

    .parent-modal-body {
        padding: 2px 16px;
    }

    .parent-modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }







    .myText .form-group {
        position: relative;
        margin-bottom: 20px;
        /* LABEL ======================================= */
        /* active state */
        /* BOTTOM BARS ================================= */
        /* active state */
    }

        .myText .form-group input,
        .myText .form-group select,
        .myText .form-group textarea {
            font-family: 'roboto-regular', 'Arial', sans-serif;
            font-weight: normal;
            color: #656262;
            font-size: 21px;
            letter-spacing: 0.1em;
            line-height: 1;
            text-align: left;
            background-color: transparent;
            text-transform: none;
            padding: 5px 0 5px;
            display: block;
            width: 100%;
            border: none;
            border-bottom: 1px solid #e8e8e8;
            background: transparent;
        }

            .myText .form-group textarea:focus,
            .myText .form-group input:focus {
                outline: none;
            }

        .myText .form-group label {
            font-family: 'roboto-regular', 'Arial', sans-serif;
            font-weight: normal;
            color: #6a2cc9;
            font-size: 21px;
            letter-spacing: 0.085em;
            line-height: 1;
            text-align: left;
            background-color: transparent;
            text-transform: capitalize;
            position: absolute;
            pointer-events: none;
            left: 0;
            top: 8px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .myText .form-group textarea {
            height: 60px;
        }

        .myText .form-group input:focus ~ label,
        .myText .form-group input:valid ~ label {
            top: -20px;
            font-size: 16px;
        }

        .myText .form-group textarea:focus ~ label,
        .myText .form-group textarea:valid ~ label {
            top: -30px;
            font-size: 16px;
        }

        .myText .form-group .bar {
            position: relative;
            display: block;
            width: 100%;
        }

            .myText .form-group .bar:before,
            .myText .form-group .bar:after {
                content: '';
                height: 2px;
                width: 0;
                bottom: 1px;
                position: absolute;
                background: #6a2cc9;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .myText .form-group .bar:before {
                left: 50%;
            }

            .myText .form-group .bar:after {
                right: 50%;
            }

        .myText .form-group input:focus ~ .bar:before,
        .myText .form-group input:focus ~ .bar:after {
            width: 50%;
        }

        .myText .form-group textarea:focus ~ .bar:before,
        .myText .form-group textarea:focus ~ .bar:after {
            width: 50%;
        }

 .marquee {
     width:450px;
	color: white;
    /*white-space: nowrap;*/
    overflow: hidden;
    box-sizing: border-box;
}
 @media only screen and (max-width:1320px) {
    .marquee {
        width: 350px;
        color: white;
        /*white-space: nowrap;*/
        overflow: hidden;
        box-sizing: border-box;
    }
}
.marquee table {
    display: inline-block;
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(0, -100%); }
}
@-webkit-keyframes marquee {
 0%   { transform: translate(0, 0); }
    100% { transform: translate(0, -100%); }
}