body {
  	background-image: url(../images/background.jpg);
  	background-size: cover;
}

.maincontent {
	width: calc(100% - 14rem);
}

.logo {
  	background-image: url(../images/logo.png);
  	background-size: cover;
  	width: 300px;
  	height: 83px;
}

.bottomline {
    border-bottom-color: #a2c505;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.leftline {
    border-left-color: #a2c505;
    border-left-style: solid;
    border-left-width: 1px;
}

.bg-green {
	background-color: #a2c505;
}

.error {
	color:red;
	border-color: red!important;
	border-width: 1px!important;
	border-style: solid!important;
}

.autosave, .autosaveBS, .autosaveBSL, .autosaveLST, .besave {
    border-color: #a2c505;
    border-style: solid;
    border-width: 1px;
}

.reptr:hover {
	background-color: silver;
	cursor: pointer;
}

.sortable { list-style-type: none; width: 100%}
.sortable LI { display: inline-block; margin: 5px;}

.input-group-text {
    background-color: #a2c505;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 0.8rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
    border-radius: 10px;
    height: 35px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:100;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  /*font-family: Montserrat, sans-serif;*/
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 12px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #cccccc;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
  cursor: pointer;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 12px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background-color: #fff;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 37px;
  background-color: #E3E3E3;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  background: #E3E3E3;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
  font-size: 13px;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
  float: none;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
  color: #000000;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #cccccc;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #000000;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #cccccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #cccccc;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #f2f2f2;
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 36px;
  width: 36px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000000;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 16px;
  right: 14px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #cccccc;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000000;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 13px;
  right: 17px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}

/*----------------------------------
  Card One  Area Start
-------------------------------------*/
.row-cards-one {
  margin-top: 30px; }
  .row-cards-one .mycard {
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.30)!important;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden; 
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

    .row-cards-one .mycard:hover{
      transform: translateY(-7px);
    }

    .row-cards-one .mycard .left {
      position: inherit;
      z-index: 9; 
      }
      .row-cards-one .mycard .left .title {
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        margin-bottom: 2px; }
      .row-cards-one .mycard .left .number {
        font-size: 24px;
        line-height: 52px;
        font-weight: 600;
        display: block;
        color: #fff;
        margin-bottom: 20px; }
      .row-cards-one .mycard .left .link {
        width: 80px;
        height: 30px;
        background: #fff;
        border-radius: 50px;
        line-height: 30px;
        font-size: 14px;
        display: block;
        text-align: center;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .row-cards-one .mycard .left .link:hover {
          background: #000;
          color: #fff; }
    .row-cards-one .mycard .right .icon {
      font-size: 80px;
      color: #fff;
      position: inherit;
      z-index: 9; }
    .row-cards-one .mycard::after {
      position: absolute;
      content: " ";
      width: 268px;
      height: 500px;
      top: -100px;
      right: -50px;
      -webkit-transform: rotate(28deg);
      -ms-transform: rotate(28deg);
      transform: rotate(28deg); }
    .row-cards-one .mycard.bg1 {
      background-image: -webkit-gradient(linear, left top, right top, from(#f85108), to(#f4ad3c));
      background-image: -webkit-linear-gradient(left, #f85108, #f4ad3c);
      background-image: -o-linear-gradient(left, #f85108, #f4ad3c);
      background-image: linear-gradient(to right, #f85108, #f4ad3c); }
      .row-cards-one .mycard.bg1::after {
        background: #f85108; }
    .row-cards-one .mycard.bg2 {
      background-image: -webkit-gradient(linear, left top, right top, from(#047edf), to(#0bb9fa));
      background-image: -webkit-linear-gradient(left, #047edf, #0bb9fa);
      background-image: -o-linear-gradient(left, #047edf, #0bb9fa);
      background-image: linear-gradient(to right, #047edf, #0bb9fa); }
      .row-cards-one .mycard.bg2::after {
        background: #047edf; }
    .row-cards-one .mycard.bg3 {
      background-image: -webkit-gradient(linear, left top, right top, from(#0fa49b), to(#03dbce));
      background-image: -webkit-linear-gradient(left, #0fa49b, #03dbce);
      background-image: -o-linear-gradient(left, #0fa49b, #03dbce);
      background-image: linear-gradient(to right, #0fa49b, #03dbce); }
      .row-cards-one .mycard.bg3::after {
        background: #0fa49b; }
    .row-cards-one .mycard.bg4 {
      background-image: -webkit-gradient(linear, left top, right top, from(#5a49e9), to(#7a6cf0));
      background-image: -webkit-linear-gradient(left, #5a49e9, #7a6cf0);
      background-image: -o-linear-gradient(left, #5a49e9, #7a6cf0);
      background-image: linear-gradient(to right, #5a49e9, #7a6cf0); }
      .row-cards-one .mycard.bg4::after {
        background: #352d7b; }
    .row-cards-one .mycard.bg5 {
      background-image: -webkit-gradient(linear, left top, right top, from(#cf0633), to(#f96079));
      background-image: -webkit-linear-gradient(left, #cf0633, #f96079);
      background-image: -o-linear-gradient(left, #cf0633, #f96079);
      background-image: linear-gradient(to right, #cf0633, #f96079); }
      .row-cards-one .mycard.bg5::after {
        background: #cf0633; }
    .row-cards-one .mycard.bg6 {
      background-image: -webkit-gradient(linear, left top, right top, from(#129021), to(#1ed41e));
      background-image: -webkit-linear-gradient(left, #129021, #1ed41e);
      background-image: -o-linear-gradient(left, #129021, #1ed41e);
      background-image: linear-gradient(to right, #129021, #1ed41e); }
      .row-cards-one .mycard.bg6::after {
        background: #129021; }
