@charset "UTF-8";
@import "../css/bootstrap.css";
@import "../css/font-awesome.min.css";
@import "../css/animate.css";
@import "../css/hover.css";
@font-face {
  font-family: 'Graphik-Medium';
  src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium.otf') format('opentype'), url('../fonts/Graphik-Medium.woff') format('woff'), url('../fonts/Graphik-Medium.ttf') format('truetype'), url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular.otf') format('opentype'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Semibold.otf') format('opentype'), url('../fonts/Graphik-Semibold.woff') format('woff'), url('../fonts/Graphik-Semibold.ttf') format('truetype'), url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-input {
  font-family: FontAwesome, 'open_sansregular', Helvetica, Arial, sans-serif;
}
body {
  font-family: 'Graphik-Regular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #666;
  background-color: #fff;
  overflow-x: hidden;
}
.clickable_row {
  cursor: pointer;
}
a,
a:link,
a:visited {
  color: #666;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
a:hover {
  color: #e7353d;
  text-decoration: none;
}
h1,
h2,
h3,
h3 {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.content {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.imgFullContainer {
  height: 100%;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .imgFullContainer {
    height: 300px;
  }
}
@media screen and (max-width: 360px) {
  .imgFullContainer {
    height: 250px;
  }
}
.mainNav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.boxBase {
  width: 100%;
  height: 100%;
}
.positionAbsTop {
  top: 0;
  left: 0;
}
.positionAbs15 {
  top: 15px;
  left: 15px;
}
.positionAbsLeft15 {
  top: 0;
  left: 15px;
}
.positionAbsTop15 {
  top: 15px;
  left: 0;
}
.box_margin {
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .box_margin {
    margin-bottom: 15px;
  }
}
.box_margin2 {
  margin-bottom: 15px;
}
.box_margin3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .box_margin3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: 15px;
  }
}
.basePadding {
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .basePadding {
    padding: 15px;
  }
}
.container_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1366px) {
  .container_padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .container_padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .container_padding {
    padding-top: 15px;
  }
}
.box_padding {
  padding: 35px 45px 20px 45px;
}
@media screen and (max-width: 1366px) {
  .box_padding {
    padding: 25px 35px 10px 35px;
  }
}
@media screen and (max-width: 1200px) {
  .box_padding {
    padding: 15px 25px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .box_padding {
    padding: 15px 15px 0 15px;
  }
}
.box_padding_left {
  padding-left: 30px;
}
@media screen and (max-width: 1366px) {
  .box_padding_left {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .box_padding_left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .box_padding_left {
    padding-left: 15px;
  }
}
.box_padding_right {
  padding-right: 30px;
}
@media screen and (max-width: 1366px) {
  .box_padding_right {
    padding-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .box_padding_right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .box_padding_right {
    padding-right: 15px;
  }
}
.button_padding {
  padding: 15px 30px;
}
@media screen and (max-width: 1200px) {
  .button_padding {
    padding: 5px 15px;
  }
}
.mainPaddingTop {
  padding-top: 0;
  padding-bottom: 0;
}
.mainPadding15Top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mainPadding30Top {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .mainPadding30Top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mainPaddingLeft {
  padding-left: 0;
  padding-right: 0;
}
.mainPadding15Left {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .paddingBox_wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
  .paddingBox_wrapper .paddingBox {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.basePaddingBox {
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .basePaddingBox {
    padding: 15px;
  }
}
.boxVertical {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxHorizontal {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box_vAlign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.backgroundCover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
}
.backgroundContain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 50%;
}
.select_arrow {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select-arrow.png") right 50% no-repeat;
}
.select_arrow_padding {
  background-position: 95% 50%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
@media only screen and (max-width: 550px) {
  .matchHeightImp {
    height: auto !important;
  }
}
.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.boxShadow {
  behavior: url(PIE.htc);
  position: relative;
  zoom: 1;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.boxShadowBottom {
  behavior: url(PIE.htc);
  position: relative;
  zoom: 1;
  -webkit-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 7px -7px rgba(0, 0, 0, 0.1);
}
.boxCircle {
  behavior: url(PIE.htc);
  position: relative;
  zoom: 1;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.center__align {
  text-align: center;
}
.widget-partner-default .partner-navigation .partner-add a#importBtn {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  background-color: #808080;
  line-height: 46px;
  border-right: 46px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.title_box {
  overflow: hidden;
}
.title_box h1,
.title_box h2 {
  position: relative;
  font-size: 2.5rem;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .title_box h1,
  .title_box h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .title_box h1,
  .title_box h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title_box h1,
  .title_box h2 {
    font-size: 1.687rem;
  }
}
.title_box h1 small,
.title_box h2 small {
  font-family: 'Graphik-Semibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: inherit;
  color: inherit;
}
.title_box h1 span,
.title_box h2 span {
  display: inline-block;
  color: #e7353d;
  -webkit-transform: scale(1.66) translateY(-11%);
  transform: scale(1.66) translateY(-11%);
  padding: 0 2px;
}
.title_box_wht h1,
.title_box_wht h2 {
  color: #fff;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 110px 0 110px;
  border-top: 4px solid #e7353d;
  z-index: 1000;
}
@media screen and (max-width: 1366px) {
  .header {
    padding: 20px 80px 0 80px;
    border-top-width: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 15px 45px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header .main_logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 991px) {
  .header .main_logo img {
    position: relative;
    display: inline-block;
    max-width: 110px;
    z-index: 1000;
  }
}
@media screen and (max-width: 991px) {
  .header .main_logo {
    position: absolute;
    top: 8px;
    left: 0;
  }
}
.header .navigation_wrapper {
  position: relative;
  padding-right: 140px;
}
@media screen and (max-width: 1366px) {
  .header .navigation_wrapper {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation_wrapper {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper {
    padding-right: 15px;
  }
}
.header .navigation_wrapper .mainNavigation {
  padding: 0;
}
.header .navigation_wrapper .mainNavigation .navbar-nav {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li {
    width: 100%;
    text-align: center;
  }
}
.header .navigation_wrapper .mainNavigation .navbar-nav li a {
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  line-height: 50px;
  margin-left: 40px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li a {
    font-size: 1.125rem;
    line-height: 44px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li a {
    font-size: 1.062em;
    line-height: 36px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li a {
    display: inline-block;
    font-size: 1em;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.header .navigation_wrapper .mainNavigation .navbar-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #e7353d;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li a:after {
    display: none;
  }
}
.header .navigation_wrapper .mainNavigation .navbar-nav li a:hover {
  color: #fff;
}
.header .navigation_wrapper .mainNavigation .navbar-nav li a:hover:after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigation .navbar-nav li a:hover {
    color: #e7353d;
  }
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li a {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li a {
    font-size: 1.125rem;
    line-height: 44px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li a {
    font-size: 1.062em;
    line-height: 38px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li a {
    font-size: 0.937em;
    line-height: 36px;
    margin-left: 8px;
  }
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown a:after {
  display: none;
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu {
    margin-bottom: 15px;
  }
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu a {
  font-size: 1rem !important;
  color: #fff;
  line-height: 30px !important;
  background-color: #e7353d;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu a:hover {
  background-color: #ff313a;
}
@media screen and (max-width: 1200px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu a {
    font-size: 0.85rem !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown .dropdown-menu a {
    display: block;
  }
}
.header .navigation_wrapper .header_nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .header_nav {
    top: 7px;
    right: 70px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .navigation_wrapper .header_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .navigation_wrapper .header_nav ul li a:hover {
  filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
}
@media screen and (max-width: 991px) {
  .header .navigation_wrapper .header_nav ul li a img {
    max-width: 24px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-toggler {
    margin-right: -15px;
    border: 0;
  }
}
@media screen and (min-width: 991px) {
  .mainNavigationSubpage .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    height: 0;
  }
  .mainNavigationSubpage .dropdown:hover .dropdown-menu {
    transform: scale(1);
    height: auto;
  }
}
.header_info_wrapper {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-right: 100px;
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .header_info_wrapper {
    top: 60px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .header_info_wrapper {
    top: 50px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .header_info_wrapper {
    top: 30px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header_info_wrapper .header_info .header_info_img img {
    max-width: 65px;
  }
}
@media screen and (max-width: 991px) {
  .header_info_wrapper .header_info .header_info_img img {
    max-width: 50px;
  }
}
.header_info_wrapper .header_info .header_info_title {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header_info_wrapper .header_info .header_info_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .header_info_wrapper .header_info .header_info_title {
    font-size: 1.125rem;
  }
}
.rslider-wrapper {
  position: relative;
  background-color: #000;
}
.rslider-wrapper:before,
.rslider-wrapper:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  content: "";
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .rslider-wrapper:before,
  .rslider-wrapper:after {
    height: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-wrapper:before,
  .rslider-wrapper:after {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rslider-wrapper:before,
  .rslider-wrapper:after {
    height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .rslider-wrapper:before,
  .rslider-wrapper:after {
    height: 16px;
  }
}
.rslider-wrapper:before {
  right: 50%;
  -ms-transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  transform-origin: bottom right;
}
.rslider-wrapper:after {
  left: 50%;
  -ms-transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transform-origin: bottom left;
}
.rslider-wrapper .rslides,
.rslider-wrapper .rslides_li,
.rslider-wrapper .rslider_img {
  height: inherit;
}
.rslider-wrapper .rslides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rslider-wrapper .rslider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
}
.rslider-wrapper .rslider_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
}
.rslider-default {
  height: 820px;
}
@media screen and (max-width: 1366px) {
  .rslider-default {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-default {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .rslider-default {
    height: 400px;
  }
}
.rslider-default .rslider_content {
  position: relative;
  width: 100%;
  color: #fff;
}
.rslider-default .rslider_content .rslider_title {
  font-size: 2.25rem;
  line-height: 1.4em;
  margin-bottom: 110px;
}
.rslider-default .rslider_content .rslider_title small {
  display: block;
  font-family: 'Graphik-Semibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: inherit;
  color: inherit;
}
@media screen and (max-width: 1366px) {
  .rslider-default .rslider_content .rslider_title {
    font-size: 1.875rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-default .rslider_content .rslider_title {
    font-size: 1.625rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .rslider-default .rslider_content .rslider_title {
    font-size: 1.437rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .rslider-default .rslider_content .rslider_title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.rslider-default .rslider_content .rslider_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rslider-default .rslider_content .rslider_nav ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .rslider-default .rslider_content .rslider_nav ul li {
    width: 100%;
  }
}
.rslider-default .rslider_content .rslider_nav ul li a {
  position: relative;
  font-size: 1.875rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 120px;
  border-right: 120px solid #e7353d;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.rslider-default .rslider_content .rslider_nav ul li a:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 1366px) {
  .rslider-default .rslider_content .rslider_nav ul li a {
    font-size: 1.625rem;
    line-height: 90px;
    border-right-width: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-default .rslider_content .rslider_nav ul li a {
    font-size: 1.25rem;
    line-height: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 414px) {
  .rslider-default .rslider_content .rslider_nav ul li a {
    font-size: 1rem;
    line-height: 44px;
    border-right-width: 44px;
  }
}
.rslider-default .rslider_content .rslider_nav ul li a:after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 46px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .rslider-default .rslider_content .rslider_nav ul li a:after {
    right: -45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-default .rslider_content .rslider_nav ul li a:after {
    right: -30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 27px;
  }
}
@media screen and (max-width: 414px) {
  .rslider-default .rslider_content .rslider_nav ul li a:after {
    right: -22px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 22px;
  }
}
.rslider-small {
  height: 350px;
}
@media screen and (max-width: 1366px) {
  .rslider-small {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .rslider-small {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .rslider-small {
    height: 200px;
  }
}
.footer {
  position: relative;
  background-color: #f5f5f5;
}
.footer:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 25px 21px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1366px) {
  .footer:before {
    border-width: 0 15px 17px 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer:before {
    border-width: 0 11px 13px 11px;
  }
}
.footer:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 9999px;
  content: "";
  background-color: inherit;
}
.footer .container {
  padding: 48px 15px;
}
@media screen and (max-width: 1366px) {
  .footer .container {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer .container {
    padding: 15px;
  }
}
.footer .container ul {
  font-size: 0.937rem;
  color: #000;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .container ul li a {
  color: #000;
}
.footer .container ul li a:hover {
  color: #666;
}
.text_page .adventages_group .adventage a {
  display: block;
  color: #666;
}
.text_page .adventages_group .adventage a .adventage_img {
  background-color: #e7353d;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 1366px) {
  .text_page .adventages_group .adventage a .adventage_img img {
    max-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .text_page .adventages_group .adventage a .adventage_img img {
    max-width: 70px;
  }
}
.text_page .adventages_group .adventage a .adventage_title h2 {
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .text_page .adventages_group .adventage a .adventage_title h2 {
    font-size: 1.312rem;
  }
}
@media screen and (max-width: 991px) {
  .text_page .adventages_group .adventage a .adventage_title h2 {
    font-size: 1.125rem;
  }
}
.text_page .adventages_group .adventage a:hover .adventage_img {
  background-color: #ff313a;
}
.text_page .members_list .w-nav a {
  background-color: #f5f5f5;
  padding: 15px;
}
.text_page .members_list .w-nav a:hover {
  background-color: #e6e6e6;
}
.text_page .members_list .owl-theme span {
  background: #000 !important;
}
.text_page .members_list .owl-theme .active span {
  background: #e7353d !important;
}
.text_page .categories_group .categories a {
  position: relative;
  font-size: 1.875rem;
  color: #fff;
  background-color: #e7353d;
  line-height: 120px;
  border-right: 120px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.text_page .categories_group .categories a:hover {
  background-color: #ff313a;
}
@media screen and (max-width: 1366px) {
  .text_page .categories_group .categories a {
    font-size: 1.625rem;
    line-height: 90px;
    border-right-width: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .text_page .categories_group .categories a {
    font-size: 1.25rem;
    line-height: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 414px) {
  .text_page .categories_group .categories a {
    font-size: 1rem;
    line-height: 44px;
    border-right-width: 44px;
  }
}
.text_page .categories_group .categories a:after {
  position: absolute;
  top: 50%;
  right: -60px;
  width: 78px;
  height: 72px;
  content: "";
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .text_page .categories_group .categories a:after {
    right: -45px;
    width: 68px;
    height: 63px;
  }
}
@media screen and (max-width: 1200px) {
  .text_page .categories_group .categories a:after {
    right: -30px;
    width: 48px;
    height: 44px;
  }
}
@media screen and (max-width: 414px) {
  .text_page .categories_group .categories a:after {
    right: -22px;
    width: 38px;
    height: 35px;
  }
}
.text_page .categories_group .categories01 a:after {
  background: url("../img/img-category01.svg") center 50% no-repeat;
  background-size: cover;
}
.text_page .categories_group .categories02 a:after {
  background: url("../img/img-category02.svg") center 50% no-repeat;
  background-size: cover;
}
.text_page .categories_group .categories03 a:after {
  background: url("../img/img-category03.svg") center 50% no-repeat;
  background-size: cover;
}
.text_page .categories_group .categories04 a:after {
  background: url("../img/img-category04.svg") center 50% no-repeat;
  background-size: cover;
}
.text_page .categories_group .categories05 a:after {
  background: url("../img/img-category05.svg") center 50% no-repeat;
  background-size: cover;
}
.text_page .contact h2 {
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .text_page .contact h2 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .text_page .contact h2 {
    font-size: 1.25rem;
  }
}
.text_page .contact form {
  color: #000;
}
.text_page .contact form .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text_page .contact form input.form-control {
  height: 38px;
}
@media screen and (max-width: 1200px) {
  .text_page .contact form input.form-control {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .text_page .contact form input.form-control {
    height: 32px;
  }
}
.text_page .contact form label {
  color: #000;
}
.text_page .contact form label span {
  color: red;
}
.text_page .contact form span {
  color: red;
}
.text_page .contact form .btn-primary {
  width: 100%;
  height: 38px;
  font-size: 1.25rem;
  background-color: #e7353d;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
}
.text_page .contact form .btn-primary:hover {
  background-color: #ff313a;
}
@media screen and (max-width: 1200px) {
  .text_page .contact form .btn-primary {
    height: 34px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .text_page .contact form .btn-primary {
    height: 32px;
    font-size: 1.062rem;
  }
}
.widget-login {
  color: #000;
}
.widget-login span {
  color: red;
}
.widget-login .formDefault .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-login .formDefault input.form-control {
  height: 38px;
}
@media screen and (max-width: 1200px) {
  .widget-login .formDefault input.form-control {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .widget-login .formDefault input.form-control {
    height: 32px;
  }
}
.widget-login .formDefault .btn-primary {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 1.25rem;
  background-color: #5f9b58;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-right: 80px solid #84be24;
  border-radius: 0;
}
.widget-login .formDefault .btn-primary:hover {
  background-color: #68bd5e;
  border-right-color: #a0df20;
}
@media screen and (max-width: 1366px) {
  .widget-login .formDefault .btn-primary {
    font-size: 1.125rem;
    height: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-login .formDefault .btn-primary {
    font-size: 1.062rem;
    height: 44px;
    border-right-width: 44px;
  }
}
@media screen and (max-width: 360px) {
  .widget-login .formDefault .btn-primary {
    font-size: 1rem;
  }
}
.widget-login .formDefault .btn-primary:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .widget-login .formDefault .btn-primary:after {
    right: -30px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-login .formDefault .btn-primary:after {
    right: -22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
  }
}
.widget-login .formSecondary .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-login .formSecondary input.form-control {
  height: 38px;
}
@media screen and (max-width: 1200px) {
  .widget-login .formSecondary input.form-control {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .widget-login .formSecondary input.form-control {
    height: 32px;
  }
}
.widget-login .formSecondary label {
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.widget-login .formSecondary .btn-primary {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 1.25rem;
  color: #000;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.widget-login .formSecondary .btn-primary:hover {
  color: #fff;
  background-color: #68bd5e;
  border-color: #68bd5e;
}
@media screen and (max-width: 1366px) {
  .widget-login .formSecondary .btn-primary {
    font-size: 1.125rem;
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-login .formSecondary .btn-primary {
    font-size: 1.062rem;
    height: 44px;
  }
}
@media screen and (max-width: 360px) {
  .widget-login .formSecondary .btn-primary {
    font-size: 1rem;
    height: initial;
  }
}
.widget-main-form {
  color: #000;
}
.widget-main-form span {
  color: red;
}
.widget-main-form .formTitle h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .widget-main-form .formTitle h2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .widget-main-form .formTitle h2 {
    text-align: center;
  }
}
.widget-main-form .formContainer {
  font-size: 0.937rem;
  border: 1px solid #dddddd;
}
.widget-main-form .formContainer .form-control {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-main-form .formContainer input.form-control {
  height: 38px;
}
@media screen and (max-width: 1200px) {
  .widget-main-form .formContainer input.form-control {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .widget-main-form .formContainer input.form-control {
    height: 32px;
  }
}
.widget-main-form .formContainer a {
  font-family: 'Graphik-Medium', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #000;
  text-decoration: underline;
}
.widget-main-form .formContainer a:hover {
  text-decoration: none;
}
.widget-main-form .form-control-file {
  background-color: #f5f5f5;
  padding: 30px;
}
@media screen and (max-width: 360px) {
  .widget-main-form .form-control-file {
    padding: 15px;
  }
}
.widget-main-form .btn-primary {
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 1.25rem;
  background-color: #5f9b58;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-right: 80px solid #84be24;
  border-radius: 0;
}
.widget-main-form .btn-primary:hover {
  background-color: #68bd5e;
  border-right-color: #a0df20;
}
@media screen and (max-width: 1366px) {
  .widget-main-form .btn-primary {
    font-size: 1.125rem;
    height: 60px;
    border-right-width: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-main-form .btn-primary {
    font-size: 1.062rem;
    height: 44px;
    border-right-width: 44px;
  }
}
@media screen and (max-width: 360px) {
  .widget-main-form .btn-primary {
    font-size: 1rem;
  }
}
.widget-main-form .btn-primary:after {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .widget-main-form .btn-primary:after {
    right: -30px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-main-form .btn-primary:after {
    right: -22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
  }
}
.widget-user-info .user_info_title h2 {
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 1366px) {
  .widget-user-info .user_info_title h2 {
    font-size: 1.312rem;
  }
}
@media screen and (max-width: 991px) {
  .widget-user-info .user_info_title h2 {
    font-size: 1.125rem;
  }
}
.widget-user-info .mainTabs .nav-tabs .nav-item.show .nav-link,
.widget-user-info .mainTabs .nav-tabs .nav-link.active {
  font-size: 0.937rem;
  font-weight: bold;
  color: #000;
  background-color: transparent;
  border-color: transparent transparent #000;
  border-bottom: 4px solid !important;
}
.widget-user-info .mainTabs .nav-tabs .nav-link {
  font-size: 0.937rem;
  color: #000;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.widget-user-info .mainTabs .tab-pane {
  font-size: 0.937rem;
  color: #000;
  margin-top: 15px;
  padding: 30px 45px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1366px) {
  .widget-user-info .mainTabs .tab-pane {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-user-info .mainTabs .tab-pane {
    padding: 15px 30px;
  }
}
.widget-user-info .mainTabs .tab-pane .profile-list .row {
  padding-top: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #dddddd;
}
.widget-user-info .mainTabs .tab-pane .profile-list .row:last-child {
  border-bottom: 0;
}
.widget-user-info .mainTabs .tab-pane .profile-list .row .title {
  font-family: 'Graphik-Medium', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.widget-user-info .user-info-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-user-info .user-info-nav ul li a {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  background-color: #e7353d;
  line-height: 46px;
  border-right: 46px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-user-info .user-info-nav ul li a:hover {
  background-color: #ff313a;
}
@media screen and (max-width: 1366px) {
  .widget-user-info .user-info-nav ul li a {
    font-size: 1.062rem;
    line-height: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget-user-info .user-info-nav ul li a {
    font-size: 1rem;
    line-height: 36px;
    border-right-width: 36px;
  }
}
.widget-user-info .user-info-nav ul li a:after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 46px;
  height: 46px;
  content: "";
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .widget-user-info .user-info-nav ul li a:after {
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget-user-info .user-info-nav ul li a:after {
    right: -18px;
    width: 36px;
    height: 36px;
  }
}
.widget-user-info .user-info-nav ul li.user-nav01 a:after {
  background: url("../img/img-user-nav01.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav02 a:after {
  background: url("../img/img-user-nav02.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav03 a:after {
  background: url("../img/img-user-nav03.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav04 a:after {
  background: url("../img/img-user-nav04.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav05 a:after {
  background: url("../img/img-user-nav05.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav06 a:after {
  background: url("../img/img-user-nav06.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-info-nav ul li.user-nav07 a:after {
  background: url("../img/img-user-nav07.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-user-info .user-photo-wrapper .user-photo {
  padding: 15px;
  border: 1px solid #dddddd;
}
.widget-user-info .user-photo-wrapper .user-photo-nav a {
  font-size: 0.937rem;
  color: #000;
  background-color: #f5f5f5;
  padding: 5px 10px;
}
.widget-user-info .user-photo-wrapper .user-photo-nav a:hover {
  background-color: #e6e6e6;
}
.widget-partner-detail {
  color: #000;
}
.widget-partner-detail.cuet span {
  color: #666;
}
.widget-partner-detail span {
  color: red;
}
.widget-partner-detail .contentContainer {
  font-size: 0.937rem;
  padding: 25px 45px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 1366px) {
  .widget-partner-detail .contentContainer {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .widget-partner-detail .contentContainer {
    padding: 0 30px;
  }
}
.widget-partner-detail .contentContainer .partners-list .row {
  padding-top: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dddddd;
}
.widget-partner-detail .contentContainer .partners-list .row:last-child {
  border-bottom: 0;
}
.widget-partner-detail .contentContainer .partners-list .row .title {
  font-family: 'Graphik-Medium', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.widget-partner-detail .partner-detail-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-partner-detail .partner-detail-nav ul li a {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  background-color: #e7353d;
  line-height: 46px;
  border-right: 46px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-partner-detail .partner-detail-nav ul li a:hover {
  background-color: #ff313a;
}
@media screen and (max-width: 1366px) {
  .widget-partner-detail .partner-detail-nav ul li a {
    font-size: 1.062rem;
    line-height: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-detail .partner-detail-nav ul li a {
    font-size: 1rem;
    line-height: 36px;
    border-right-width: 36px;
  }
}
.widget-partner-detail .partner-detail-nav ul li a:after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .widget-partner-detail .partner-detail-nav ul li a:after {
    right: -20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-detail .partner-detail-nav ul li a:after {
    right: -18px;
    width: 18px;
    height: 18px;
  }
}
.widget-partner-detail .partner-detail-nav ul li.partner-nav01 a:after {
  background: url("../img/img-partner-nav01.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-partner-detail .partner-detail-nav ul li.partner-nav02 a:after {
  background: url("../img/img-partner-nav02.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-partner-detail .partner-detail-nav ul li.partner-nav03 a:after {
  background: url("../img/img-partner-nav03.svg") center 50% no-repeat;
  background-size: cover;
}
.widget-partner-default .partner-navigation .partner-add a {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  background-color: #5f9b58;
  line-height: 46px;
  border-right: 46px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.widget-partner-default .partner-navigation .partner-add a:hover {
  background-color: #68bd5e;
}
@media screen and (max-width: 1366px) {
  .widget-partner-default .partner-navigation .partner-add a {
    font-size: 1.062rem;
    line-height: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-default .partner-navigation .partner-add a {
    font-size: 1rem;
    line-height: 36px;
    border-right-width: 36px;
  }
}
.widget-partner-default .partner-navigation .partner-add a:after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .widget-partner-default .partner-navigation .partner-add a:after {
    right: -20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-default .partner-navigation .partner-add a:after {
    right: -18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
  }
}
.widget-partner-default .partner-navigation .partner-search .form-control {
  color: #000;
  background-color: #f5f5f5;
  height: 46px;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 1366px) {
  .widget-partner-default .partner-navigation .partner-search .form-control {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-default .partner-navigation .partner-search .form-control {
    height: 36px;
  }
}
.widget-partner-default .partner-navigation .partner-search .btn-secondary {
  background-color: #e7353d;
  padding-left: 6.5px;
  padding-right: 6.5px;
  border: 0;
  border-radius: 0;
}
.widget-partner-default .partner-navigation .partner-search .btn-secondary:hover,
.widget-partner-default .partner-navigation .partner-search .btn-secondary:focus {
  background-color: #ff313a;
}
.widget-partner-default .partner-navigation .partner-search .btn-secondary i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
}
@media screen and (max-width: 1366px) {
  .widget-partner-default .partner-navigation .partner-search .btn-secondary i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .widget-partner-default .partner-navigation .partner-search .btn-secondary i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
  }
}
.widget-partner-default .partnerTable {
  font-size: 0.937rem;
}
.widget-partner-default .partnerTable th {
  background-color: #f5f5f5;
}
.widget-partner-default .partnerTable th:first-child {
  margin-left: 40px;
}
.widget-partner-default .partnerTable tbody tr:hover {
  background-color: #f5f5f5;
}
.widget-partner-default .partnerTable tbody a:hover img {
  filter: invert(12%) sepia(100%) saturate(7350%) hue-rotate(358deg) brightness(108%) contrast(123%);
}
.pagination {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .pagination {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.pagination .pg_list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .pagination .pg_list {
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .pagination .pg_list {
    margin-right: 5px;
  }
}
.pagination .pg_list li {
  display: inline-block;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .pagination .pg_list li {
    line-height: 36px;
  }
}
.pagination .pg_list li a:hover,
.pagination .pg_list li a.active {
  color: #000;
}
.pagination .pg_button {
  display: inline-block;
  margin-left: 25px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding: 0 50px;
  border: 1px solid #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pagination .pg_button:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .pagination .pg_button {
    margin-left: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .pagination .pg_button {
    margin-left: 5px;
    padding: 0 15px;
  }
}
.pagination .pg_button.left {
  margin-left: 0px;
  margin-right: 25px;
}
.fa-check {
  color: #5f9b58;
}
.fa-times {
  color: #e7353d;
}
.slim_col {
  padding-right: 5px;
  padding-left: 5px;
}
.cust_container {
  border: 1px solid #ddd;
}
.navigation-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-buttons ul li a {
  position: relative;
  font-size: 1.125rem;
  color: #fff;
  line-height: 46px;
  border-right: 46px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media screen and (max-width: 1366px) {
  .navigation-buttons ul li a {
    font-size: 1.062rem;
    line-height: 40px;
    border-right-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-buttons ul li a {
    font-size: 1rem;
    line-height: 36px;
    border-right-width: 36px;
  }
}
.navigation-buttons ul li a:after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1366px) {
  .navigation-buttons ul li a:after {
    right: -20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-buttons ul li a:after {
    right: -18px;
    width: 18px;
    height: 18px;
  }
}
.navigation-buttons ul li.nav-button01 a {
  background-color: #5f9b58;
  border-right-color: #84be24;
}
.navigation-buttons ul li.nav-button01 a:after {
  background: url("../img/img-nav-button01.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.nav-button01 a:hover {
  background-color: #68bd5e;
  border-right-color: #a0df20;
}
.navigation-buttons ul li.nav-button02 a {
  background-color: #e7353d;
}
.navigation-buttons ul li.nav-button02 a:after {
  background: url("../img/img-nav-button02.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.nav-button02 a:hover {
  background-color: #ff313a;
}
.navigation-buttons ul li.nav-button03 a {
  background-color: #3567cb;
  border-right-color: #2b54a5;
}
.navigation-buttons ul li.nav-button03 a:after {
  background: url("../img/img-nav-button03.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.nav-button03 a:hover {
  background-color: #3278eb;
  border-right-color: #275bcc;
}
.navigation-buttons ul li.nav-button04 a {
  background-color: #666666;
  border-right-color: #333333;
}
.navigation-buttons ul li.nav-button04 a:after {
  background: url("../img/img-nav-button03.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.nav-button04 a:hover {
  background-color: #555555;
  border-right-color: #222222;
}
.navigation-buttons ul li.partner-nav01 a:after {
  background: url("../img/img-partner-nav01.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.partner-nav02 a:after {
  background: url("../img/img-partner-nav02.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.partner-nav03 a:after {
  background: url("../img/img-partner-nav03.svg") center 50% no-repeat;
  background-size: cover;
}
.navigation-buttons ul li.partner-nav04 a:after {
  background: none;
  position: absolute;
  top: 50%;
  right: -23px;
  width: 28px;
  height: 28px;
  line-height: 27px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 25px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
}
#exampleModal .modal-title {
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
}
#exampleModal .btn {
  border-radius: 0;
}
#exampleModal .btn.btn-danger {
  background: #e7353d;
  border-color: #e7353d;
}
#exampleModal .btn.btn-danger:hover {
  background: #ff313a;
  border-color: #ff313a;
}
#exampleModal .btn.btn-secondary {
  background: #666666;
  border-color: #666666;
}
#exampleModal .btn.btn-secondary:hover {
  background: #555555;
  border-color: #555555;
}
#loginCheck .wait {
  height: 20px;
  width: 20px;
  display: none;
}
#loginCheck .modal-body p {
  color: #000;
}
#loginCheck .modal-title {
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
}
#loginCheck .btn {
  border-radius: 0;
}
#loginCheck .btn.btn-success {
  background: #000;
  border-color: #000;
}
#loginCheck .btn.btn-success:hover {
  background: #2f2f2f;
  border-color: #2f2f2f;
}
#loginCheck .btn.btn-primary {
  position: relative;
  border: 0;
  border-right: 40px solid #84be24;
  background: #5f9b58;
}
#loginCheck .btn.btn-primary:hover {
  background: #68bd5e;
  border-color: #68bd5e;
}
#loginCheck .btn.btn-primary:after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 10;
}
#loginCheck .formDefault label {
  color: #000;
}
#loginCheck .formDefault label span {
  color: #e7353d;
}
#loginCheck .formDefault input {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
}
.center_modal .modal-header p {
  font-size: 18px;
}
.center_modal .modal-title {
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
.center_modal .btn {
  border-radius: 0;
}
.center_modal .btn.btn-info {
  background: #e7353d;
  border-color: #e7353d;
}
.center_modal .btn.btn-info:hover {
  background: #ff313a;
  border-color: #ff313a;
}
.center_modal .btn.btn-secondary {
  background: #666666;
  border-color: #666666;
}
.center_modal .btn.btn-secondary:hover {
  background: #555555;
  border-color: #555555;
}
.center_modal .btn.btn-warning {
  color: #fff;
  background: #3567cb;
  border-color: #3567cb;
}
.center_modal .btn.btn-warning:hover {
  background: #3278eb;
  border-color: #3278eb;
}
.center_modal .btn.btn-success {
  background: #5f9b58;
  border-color: #5f9b58;
}
.center_modal .btn.btn-success:hover {
  background: #68bd5e;
  border-color: #68bd5e;
}
form ul.input_errors {
  list-style-type: none;
  padding: 0px;
  margin: 0px 15px;
}
form ul.input_errors li {
  color: red;
}
.partner-search table.dataTable .search_row input.form-control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding-left: 5%;
  height: inherit;
}
.formContainer.address-form {
  border-top: none;
}
.address_tabs nav .nav-item.nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.address_tabs nav .nav-item.nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
}
.another_addr {
  margin-bottom: 1rem;
  height: 38px;
  padding-top: 7px;
}
.formContainer input.form-control.is-invalid {
  border: solid 1px #dc3545;
}
.pagination .numbers a {
  border: none;
}
.pagination .numbers a:hover {
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 577px) {
  .pagination .numbers a {
    padding: 0.5rem 0.15rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .numbers a {
    padding: 0.5rem 0.2rem;
  }
}
.pagination .numbers.active a {
  color: #000;
  background-color: #fff;
}
.pagination .numbers li {
  display: inline-block;
  line-height: 40px;
}
.formSelect2 .is-invalid-select2 {
  border: 1px solid #dc3545;
}
.formSelect2 .select2-selection {
  border: 1px solid #cccccc;
  border-radius: 0;
  background-color: #f5f5f5;
  min-height: 38px;
}
@media screen and (max-width: 1200px) {
  .formSelect2 .select2-selection {
    height: 34px;
  }
  .formSelect2 .select2-selection .select2-selection__rendered {
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .formSelect2 .select2-selection {
    height: 32px;
  }
  .formSelect2 .select2-selection .select2-selection__rendered {
    padding-top: 2px;
  }
}
.formSelect2 .select2-selection .select2-selection__arrow {
  display: none;
}
.formSelect2 .select2-selection .select2-selection__rendered {
  color: #495057;
}
.select2-container .select2-dropdown {
  border: 1px solid #aaa;
}
.changeDataRadio {
  position: static;
  margin-left: 0;
}
.changeDataRadio.contactRadio {
  margin-top: 15px;
  margin-bottom: 0px;
  vertical-align: top;
}
.formContainer .form-control.readonlyField {
  background-color: transparent;
}
.form-control {
  transition: background-color 0.5s ease;
}
.address-show {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.contentContainer .partners-list .row.address-row {
  border-bottom: none;
}
@media screen and (max-width: 576px) {
  .address-show {
    word-break: break-word;
  }
}
.zdt-toolbar-detail pre {
  color: #eee;
}
.user_show .nav-link {
  padding: 0.5rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .user_show .nav-link {
    padding: 0.5rem 0rem;
  }
}
.relationBlock .relationBlock_list p {
  display: inline-block;
  margin-bottom: 0rem;
}
.relationBlock .relationBlock_list .removeRelation {
  cursor: pointer;
}
.relationBlock_list p {
  display: inline-block;
  margin-bottom: 0rem;
}
.relationBlock_list .removeRelation {
  cursor: pointer;
}
.contract_adds .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.btn.add_relation_button {
  margin-top: 0px;
  height: 38px;
  border-right: 40px solid #84be24;
  display: none;
}
.contract_adds {
  display: none;
}
.btn.add_relation_button:after {
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 17px;
  right: -20px;
}
@media screen and (min-width: 992px) {
  #navbarNav01 {
    padding-right: 30px;
  }
}
.locales {
  margin-right: 15px;
  vertical-align: -2px;
}
@media screen and (max-width: 1200px) {
  .locales {
    margin-right: 3px;
  }
}
.locales .locales_href {
  margin-right: 5px;
  color: #ffffff;
}
.locales .locales_href.current {
  border-bottom: 2px solid #e7353d;
}
.locales .locales_href:last-child {
  margin-right: 0px;
}
.sweetalert_popup_custom {
  min-height: 90%;
}
.sweetalert_popup_custom .sweetalert_header_custom {
  align-items: stretch;
}
.sweetalert_popup_custom .sweetalert_header_custom .sweetalert_icon_custom {
  margin: 5px;
  width: 4em;
  height: 4em;
}
@media screen and (max-width: 829px) {
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_icon_custom {
    width: 3em;
    height: 3em;
    margin: 0px;
  }
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_icon_custom .swal2-icon-content {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 600px) {
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_icon_custom {
    width: 2em;
    height: 2em;
  }
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_icon_custom .swal2-icon-content {
    font-size: 1.75em;
  }
}
.sweetalert_popup_custom .sweetalert_header_custom .sweetalert_title_custom {
  align-self: center;
  margin-top: -60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 829px) {
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_title_custom {
    max-width: 524px;
    font-size: 25px;
    margin-top: -45px;
  }
}
@media screen and (max-width: 700px) {
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_title_custom {
    max-width: 80%;
    font-size: 20px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 600px) {
  .sweetalert_popup_custom .sweetalert_header_custom .sweetalert_title_custom {
    max-width: 70%;
    font-size: 15px;
    margin-top: -30px;
  }
}
.sweetalert_popup_custom .sweetalert_content_custom {
  position: relative;
}
.sweetalert_popup_custom .sweetalert_content_custom .agree_text {
  text-align: center;
  text-indent: 12px;
  font-size: 17px;
}
@media screen and (max-width: 700px) {
  .sweetalert_popup_custom .sweetalert_content_custom .agree_text {
    font-size: 15px;
  }
}
.sweetalert_popup_custom .sweetalert_content_custom .agree_text_main {
  text-align: justify;
  text-indent: 12px;
  max-height: 100px;
  overflow: hidden;
  overflow-y: scroll;
  border: 2px solid #ddd;
  min-height: 400px;
  padding: 5px;
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .sweetalert_popup_custom .sweetalert_content_custom .agree_text_main {
    font-size: 14px;
  }
}
.sweetalert_popup_custom .sweetalert_content_custom .agree_text_main .arrow {
  background-color: #68bd5e;
  position: absolute;
  bottom: 15px;
  right: 25px;
  border-radius: 10px;
  opacity: 0.6;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .sweetalert_popup_custom .sweetalert_content_custom .agree_text_main .arrow {
    height: 40px;
  }
}
.sweetalert_popup_custom .sweetalert_content_custom .agree_text_main .arrow:hover {
  opacity: 0.1;
  transition: 1s;
}
.sweetalert_popup_custom .sweetalert_button_custom {
  background-color: #68bd5e;
}
@media screen and (min-width: 576px) {
  .reg_select_psc .select2-dropdown {
    min-width: 350px;
    margin-left: -125px;
  }
}
@media screen and (min-width: 576px) {
  .reg_select_city .select2-dropdown {
    min-width: 350px;
    margin-left: -125px;
  }
}
.user_added {
  text-align: center;
}
.countdown_fixed {
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 10px;
  background-color: #f5f5f5;
  color: black;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #ddd;
  width: 260px;
  padding: 5px;
}
@media screen and (max-width: 575px) {
  .countdown_fixed {
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  }
}
.countdown {
  display: inline-block;
  margin-top: 0.5rem;
  min-width: 245px;
}
@media screen and (max-width: 1200px) {
  .countdown {
    min-width: 236px;
  }
}
@media screen and (max-width: 991px) {
  .countdown {
    min-width: 232px;
  }
}
@media screen and (max-width: 575px) {
  .countdown {
    margin-top: 0rem;
  }
}
.countdown .countdown_text {
  font-size: 1rem;
}
.select2custom_container .select2-selection__clear {
  font-size: 25px;
}
.select2custom_container span {
  color: #495057;
}
.header_info_title {
  margin-right: -10px;
}
.header_info_title .header_info_org_name {
  text-align: right;
  padding-right: 5px;
}
.header .navigation_wrapper .mainNavigation .navbar-nav li a.active::after {
  width: 100%;
  opacity: 1;
}
.header .navigation_wrapper .mainNavigationSubpage .navbar-nav li.dropdown a.activeDropDown::after {
  width: 100%;
  opacity: 1;
  height: 2px;
  display: block;
  border: 1px;
  margin: 0px;
}
.custom_info {
  cursor: pointer;
}
.formContainer a.custom_info {
  text-decoration: none;
}
.refresh_session {
  font-size: 1rem;
  font-family: 'Graphik-Regular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-align: right;
  padding-right: 3px;
}
.refresh_session button {
  padding: 3px 5px 3px 5px;
  border-right: 30px solid;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right-color: #84be24;
  position: relative;
  color: white;
  background-color: #5f9b58;
  transition: all 300ms linear;
}
.refresh_session button:hover {
  background-color: #68bd5e;
  border-right-color: #a0df20;
}
.refresh_session i {
  position: absolute;
  right: -30px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: 8px;
  height: 17px;
}
.currency-label input {
  margin-right: 10px;
}
.dropdown-menu {
  margin: 0px;
}
.index_rss_box {
  position: absolute;
  right: 0;
  transition: color 1s ease;
  z-index: 2;
  cursor: pointer;
}
.index_rss_box .fa-clipboard {
  transition: color 1s ease;
}
.index_rss_box .fa-clipboard:hover {
  color: #e7353d;
}
.index_rss_box_down {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: color 1s ease;
  z-index: 2;
  cursor: pointer;
}
.index_rss_box_down .fa-clipboard {
  transition: color 1s ease;
}
.index_rss_box_down .fa-clipboard:hover {
  color: #e7353d;
}
.partner-navigation {
  position: relative;
  z-index: 1;
}
.partner-navigation h3 {
  color: #000;
}
.user_show_contactpersone span {
  color: #6c757d;
  font-size: 90%;
}
.user-photo .user-photo-edit {
  cursor: pointer;
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  transition: color 300ms;
}
.user-photo .user-photo-edit:hover {
  color: #ff313a;
}
.user_update_auth .pencil {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 1em;
  font-size: 150%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -10px;
  transition: color 500ms;
  cursor: pointer;
}
.user_update_auth .pencil:hover {
  color: #e7353d;
}
.user_update_auth .pencil.active {
  color: #e7353d;
}
@media screen and (max-width: 767px) {
  .user_update_auth .pencil {
    left: 0;
    right: auto;
    margin-right: 0px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 576px) {
  .user_update_auth .pencil {
    left: auto;
    right: 0;
    margin-right: 6%;
    margin-left: 0px;
  }
}
.user_update_auth .change_pass_button_cont .change_pass_button {
  position: relative;
  margin-top: 0;
  height: 38px;
  border-right: 40px solid #333;
  background-color: #666;
}
.user_update_auth .change_pass_button_cont .change_pass_button:focus {
  outline: solid;
}
.user_update_auth .change_pass_button_cont .change_pass_button:active {
  outline: solid;
}
.user_update_auth .change_pass_button_cont .change_pass_button:after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 18px;
  right: -20px;
  transition: transform 0.5s;
}
.user_update_auth .change_pass_button_cont .change_pass_button:hover {
  background-color: #555;
  border-right-color: #222;
}
.user_update_auth .change_pass_button_cont .change_pass_button.rotate:after {
  transform: translateX(12px) translateY(-12px) rotate(90deg);
}
.user_update_auth .change_pass_button_cont .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 20px;
  font-size: 20px;
}
.user_update_auth .conf_pass_button {
  position: relative;
  margin-top: 0;
  height: 38px;
  border-right: 40px solid #84be24;
  background-color: #666;
  border-right-color: #333;
}
.user_update_auth .conf_pass_button:after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 18px;
  right: -20px;
}
.user_update_auth .conf_pass_button:hover {
  background-color: #555;
  border-right-color: #222;
}
.user_update_auth .loading_btn:after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 17px;
  right: -20px;
}
.user_update_auth .change_pass_form {
  display: none;
}
.user_update_auth .readonlyField {
  background-color: transparent;
  cursor: default;
}
a.ur_btn.ur_btn_r {
  color: white;
  line-height: 32px;
}
a.ur_btn.ur_btn_r:hover {
  color: white;
}
a.ur_btn.ur_btn_r.ur_btn_1:after {
  line-height: 27px;
}
.ur_btn {
  position: relative;
  border-radius: 0;
  border: 0;
  color: white;
  transition: background-color 300ms linear;
  height: 46px;
  font-size: 1.125rem;
  cursor: pointer;
}
.ur_btn.ur_btn_href {
  color: white;
  line-height: 1.7;
}
.ur_btn:hover {
  color: white;
}
.ur_btn:disabled {
  opacity: 0.65;
}
.ur_btn.ur_btn_g {
  background-color: #5f9b58;
}
.ur_btn.ur_btn_g:hover {
  transition: background-color 300ms linear;
  background-color: #68bd5e;
}
.ur_btn.ur_btn_gr {
  background-color: #666666;
}
.ur_btn.ur_btn_gr:hover {
  transition: background-color 300ms linear;
  background-color: #555555;
}
.ur_btn.ur_btn_r {
  background-color: #e7353d;
}
.ur_btn.ur_btn_r:hover {
  transition: background-color 300ms linear;
  background-color: #ff313a;
}
.ur_btn.ur_btn_b {
  background-color: #3567cb;
}
.ur_btn.ur_btn_b:hover {
  transition: background-color 300ms linear;
  background-color: #3278eb;
}
.ur_btn.ur_btn_1 {
  border-right: 46px solid rgba(0, 0, 0, 0.1);
}
.ur_btn.ur_btn_1:after {
  content: "\f105";
  font-family: "FontAwesome";
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translate(50%, -50%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.ur_btn.ur_btn_2 {
  border-right: 46px solid rgba(0, 0, 0, 0.1);
}
.ur_btn.ur_btn_2:after {
  background: url("../img/img-partner-nav01.svg") center 50% no-repeat;
  background-size: auto;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translate(50%, -50%);
  width: 28px;
  height: 28px;
}
.ur_btn.ur_btn_3 {
  border-right: 46px solid rgba(0, 0, 0, 0.1);
}
.ur_btn.ur_btn_3:after {
  background: url("../img/img-nav-button02.svg") center 50% no-repeat;
  background-size: auto;
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translate(50%, -50%);
  width: 28px;
  height: 28px;
}
.ur_btn .spinner-border {
  display: none;
  height: 20px;
  width: 20px;
}
.ur_btn.ur_btn_low {
  height: 38px;
}
.ur_btn.ur_btn_low .spinner-border {
  height: 20px;
  width: 20px;
}
.ur_btn.loading .spinner-border {
  display: inline-block;
}
.spinner-border-small {
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .title_box .add_new a {
    width: 100%;
  }
}
.spinner {
  display: none;
}
.spinner .spinner-border {
  width: 20px;
  height: 20px;
}
.loading_btn .spinner {
  display: inline-block;
}
.agree_text_main h2 {
  text-align: center;
}
.arrow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.modal_files {
  position: relative;
}
.modal_files .modal_files_spinner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 70px;
}
.modal_files table thead tr th {
  border-top: none;
}
.dropzone .dz-preview .dz-progress {
  top: 70%;
  width: 100px;
  margin-left: -50px;
}
.dropzone .dz-preview .dz-progress .dz-upload-percent {
  font-size: 13px;
  color: #ff313a;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  text-align: center;
}
.dropzone .dz-preview.dz-success .dz-remove {
  display: none;
}
.addButton .spinner-border {
  display: none;
}
.ur_input {
  border-radius: 0;
  background-color: #f5f5f5;
}
.ur_input:focus {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
}
.ur_group {
  position: relative;
}
.ur_group .fa-eye {
  cursor: pointer;
  height: 27px;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 5.5px;
  margin-right: 10px;
}
.ur_group .fa-eye-slash {
  cursor: pointer;
  color: #e7353d;
  height: 27px;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 5.5px;
  margin-right: 10px;
}
.ur_group .fa-magic {
  cursor: pointer;
  height: 27px;
  font-size: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 5.5px;
  margin-right: 40px;
}
.ur_group .fa {
  transition: color 0.5s;
}
.ur_group.ur_group_1 .is-invalid {
  background-position: center right 5rem;
}
@-webkit-keyframes custom_pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes custom_pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.custom_pulse {
  -webkit-animation-name: custom_pulse;
  animation-name: custom_pulse;
}
.text_page .adventages_group .adventage a .adventage_img.ver2 {
  background-color: #000000;
  margin-bottom: 50px;
}
.adventage_title span {
  font-size: 35px;
  color: #e53739;
}
.container_padding2 {
  padding-top: 0px;
}
.inputBox {
  position: relative;
}
.inputBox .fill_ico_button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 35%;
  height: 100%;
  font-size: 11px;
  padding: 0;
  line-height: 14px;
  max-height: 38px;
}
@media only screen and (max-width: 1199px) {
  .inputBox .fill_ico_button {
    font-size: 10px;
    max-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .inputBox .fill_ico_button {
    max-height: 32px;
  }
}
.inputBox .spinner-border {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -25px;
}
@media only screen and (max-width: 767px) {
  .inputBox .spinner-border {
    left: 0px;
    margin-left: -25px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .inputBox .spinner-border {
    left: 80%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -25px;
  }
}
span.ur_has_error {
  color: red;
  font-size: 12px;
}
.error_box {
  display: none;
}
#userNote .userNote_body {
  position: relative;
}
#userNote .userNote_body textarea {
  width: 100%;
}
#userNote .userNote_body .spinner-border {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 5px;
  height: 20px;
  width: 20px;
}
.save_trans_div .saveTranslations {
  float: right;
  margin: 20px;
}
.translationTable .trans_no {
  width: 5%;
}
.translationTable .trans_key {
  width: 20%;
}
.translationTable .trans_value {
  width: 75%;
}
.translationTable .translationModified {
  background-color: rgba(255, 0, 0, 0.2);
}
.box_padding_right2 {
  padding-right: 36px;
}
@media only screen and (max-width: 1366px) {
  .box_padding_right2 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .box_padding_right2 {
    padding-right: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .box_padding_right2 {
    padding-right: 18px;
  }
}
.box_padding_left2 {
  padding-left: 36px;
}
.PageForm .nav-tabs {
  border-bottom: none;
}
.PageForm .formContainer {
  position: relative;
}
.PageForm .formContainer .formSpinner {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  height: 20px;
  width: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
.PageForm .nav-item {
  z-index: 1;
  margin-bottom: -1px;
  border-color: #d9d9d9 #d9d9d9 #b4b4b4;
}
.PageForm .nav-item.active {
  border-color: #b4b4b4 #b4b4b4 #ffffff;
  margin-bottom: -1px;
}
.PageForm .nav-item.nav-error {
  position: relative;
  color: #e7353d;
}
.PageForm .nav-item.nav-error:after {
  content: "*";
  color: #e7353d;
  position: absolute;
  top: 0px;
  right: 8px;
}
.form-group .form-text.text-muted {
  display: inline-block;
}
.form-group .inputCount {
  float: right;
  color: #6c757d;
}
.ur_page {
  color: #000000;
}
.textArea .invalid-feedback {
  display: inline;
}
.relationAddRepr {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-right: -5px;
  width: 18px;
}
.relationAddRepr .relationAddRepr_row a {
  display: block;
  text-decoration: none;
}
.relationAddRepr .relationAddRepr_row a i {
  display: block;
}
.relationAddRepr td {
  padding: 0px;
}
.spinner_absolute {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
span.error.error-message {
  color: red;
}
.fa-search {
  cursor: pointer;
}
.widget-main-form .custom-select {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blur {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}
.nav_roles {
  transition: filter 0.5s;
}
.spinner-small {
  width: 1.5rem;
  height: 1.5rem;
}
.tooltip.tooltip_wide .tooltip-inner {
  text-align: left;
  max-width: 400px;
}
.messages_small_alert {
  position: absolute;
  display: none;
  top: 0px;
  right: 0px;
  height: 15px;
  width: 15px;
}
.messages_small_alert_side {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .messages_small_alert_side {
    margin-right: 6px;
  }
}
.messages {
  color: #000000;
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #b4b4b4;
}
.messages .inner_remaining {
  padding: 5px;
  flex-grow: 1;
}
.messages .inner_fixed.message_show {
  padding: 5px;
  border-bottom: 1px solid #b4b4b4;
}
.messages .messages_pages {
  display: none;
}
.messages .messages_pages .info {
  opacity: 0.5;
}
.messages .messages_pages .left {
  background-color: transparent;
  border: none;
  opacity: 0.4;
}
.messages .messages_pages .left.active {
  opacity: 1;
}
.messages .messages_pages .right {
  background-color: transparent;
  border: none;
  opacity: 0.4;
}
.messages .messages_pages .right.active {
  opacity: 1;
}
.messages .viewedMes:focus {
  outline: none;
}
.messages .viewedMes.active {
  transition: box-shadow 1s ease, background-color 0.3s ease;
  background-color: #0043ca;
  box-shadow: 0 0 5px #2196f3, 0 0 10px #2196f3, 0 0 20px #2196f3;
}
.messages .newMes:focus {
  outline: none;
}
.messages .newMes.active {
  transition: box-shadow 1s ease, background-color 0.3s ease;
  background-color: #0e8600;
  box-shadow: 0 0 5px #359927, 0 0 10px #359927, 0 0 20px #359927;
}
.messages .backButtonCol {
  display: none;
}
.messages .messageContainer {
  display: none;
  position: relative;
}
.messages .messageContainer .spinner-border {
  display: none;
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}
.messages .messageContainer .messageHeader {
  border-bottom: 1px solid black;
  padding: 5px;
  font-size: 30px;
  line-height: 30px;
  min-height: 30px;
}
.messages .messageTableContainer {
  position: relative;
}
.messages .messageTableContainer .spinner-border {
  display: none;
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-top: 5px;
}
.messages table thead {
  background-color: #f5f5f5;
}
.messages table thead .author {
  width: 15%;
}
.messages table thead .subject {
  width: 70%;
}
.messages table tbody tr {
  cursor: pointer;
  font-weight: 700;
}
.messages table tbody tr:hover {
  background-color: #f5f5f5;
}
.messages table tbody tr.hasViewed {
  background-color: #ddd;
  font-weight: normal;
}
.messages table tbody tr.hasViewed:hover {
  background-color: #e5e5e5;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:after,
table.dataTable thead th.sorting_desc:before {
  font-family: FontAwesome !important;
}
table.dataTable thead th.sorting:after {
  content: "\f078" !important;
}
table.dataTable thead th.sorting:before {
  content: "\f077" !important;
}
table.dataTable thead th.sorting_asc:after {
  content: "\f078" !important;
}
table.dataTable thead th.sorting_asc:before {
  content: "\f077" !important;
  opacity: 1;
}
table.dataTable thead th.sorting_desc:after {
  content: "\f078" !important;
  opacity: 1;
}
table.dataTable thead th.sorting_desc:before {
  content: "\f077" !important;
}
table.dataTable thead th:before {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .datatable_actions {
    width: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .datatable_actions {
    min-width: 50px;
  }
}
.search_row {
  height: 0px;
  visibility: hidden;
  transition: all 500ms ease-in-out;
}
.search_row * {
  height: inherit;
}
.search_row.open {
  visibility: visible;
  height: 40px;
}
.dataTables_wrapper .paginate_button .page-link:focus {
  box-shadow: none;
}
.dataTables_wrapper .dataTables_footer {
  min-height: 45px;
}
@media screen and (min-width: 992px) {
  .dataTables_wrapper .dataTables_footer .dataTables_length {
    position: absolute;
    top: 0px;
  }
}
table.dataTable .dataActions {
  text-align: right;
}
table.dataTable .dataActions .fa-picture-o {
  cursor: pointer;
}
table.dataTable .dataActions .changeNote.active {
  text-shadow: 2px 2px 2px #5f9b58;
}
table.dataTable .dataActions .active {
  color: #5f9b58;
}
table.dataTable .dataActions .active:hover {
  color: #e7353d;
}
table.dataTable .uploadFileFor[data-hasfiles] {
  color: #5f9b58;
}
table.dataTable .uploadFileFor[data-hasfiles]:hover {
  color: #e7353d;
}
table.dataTable tbody .dataOrder_up {
  cursor: pointer;
}
table.dataTable tbody .dataOrder_down {
  cursor: pointer;
}
table.dataTable tbody tr .fa-check {
  cursor: pointer;
}
table.dataTable tbody tr .fa-times {
  cursor: pointer;
}
table.dataTable tbody tr .publicate-cuet,
table.dataTable tbody tr .revoke-cuet,
table.dataTable tbody tr .document-cuet {
  cursor: pointer;
}
table.dataTable tbody tr.rowNorPublic .fa-times {
  color: #ff313a;
}
table.dataTable tbody tr.rowNorPublic:nth-child(odd) {
  background-color: rgba(255, 49, 58, 0.3);
}
table.dataTable tbody tr.rowNorPublic:nth-child(odd):hover {
  background-color: rgba(255, 49, 58, 0.25);
}
table.dataTable tbody tr.rowNorPublic:nth-child(even) {
  background-color: rgba(255, 49, 58, 0.15);
}
table.dataTable tbody tr.rowNorPublic:nth-child(even):hover {
  background-color: rgba(255, 49, 58, 0.3);
}
table.dataTable tbody tr.rowPublic .fa-check {
  color: #5f9b58;
}
table.dataTable thead th input[placeholder] {
  text-overflow: ellipsis;
}
table.dataTable thead th {
  position: relative;
  background-image: none !important;
}
table.dataTable thead tr.search_row input {
  padding: 0;
}
table.dataTable thead tr.search_row th {
  padding-right: 5px;
}
table.dataTable thead tr.sorting_row th {
  vertical-align: text-top;
  padding-right: 10px;
}
table.dataTable thead tr.sorting_row th .searchB {
  height: 20px;
  display: block;
}
table.dataTable thead tr.sorting_row th.th_actions {
  padding-right: 17px;
  min-width: 50px;
}
table.dataTable thead tr.sorting_row th:before,
table.dataTable thead tr.sorting_row th:after {
  top: 0px;
  bottom: 0px;
  height: 25px;
  margin-top: auto;
  margin-bottom: 10px;
}
table.dataTable thead tr.sorting_row th.th_placeOrder {
  min-width: 47px;
  position: relative;
}
table.dataTable thead tr.sorting_row th.th_placeOrder:before {
  position: absolute;
  left: 1rem;
}
table.dataTable thead tr.sorting_row th.th_placeOrder:after {
  position: absolute;
  left: 2rem;
}
table.dataTable thead tr.sorting_row th:before {
  left: 2rem;
}
table.dataTable thead tr.sorting_row th:after {
  left: 3rem;
}
table.dataTable td {
  word-break: break-all;
}
#datatable_search_next .page-link,
#datatable_search2_next .page-link {
  display: inline-block;
  margin-left: 25px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding: 0 50px;
  border: 1px solid #000;
  color: #000;
  border-radius: 0px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#datatable_search_next .page-link:hover,
#datatable_search2_next .page-link:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  #datatable_search_next .page-link,
  #datatable_search2_next .page-link {
    margin-left: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  #datatable_search_next .page-link,
  #datatable_search2_next .page-link {
    margin-left: 5px;
    padding: 0 15px;
    font-size: 14px;
  }
}
#datatable_search_next .page-link.left,
#datatable_search2_next .page-link.left {
  margin-left: 0px;
  margin-right: 25px;
}
#datatable_search_previous .page-link,
#datatable_search2_previous .page-link {
  display: inline-block;
  margin-right: 25px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  padding: 0 50px;
  border: 1px solid #000;
  color: #000;
  border-radius: 0px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#datatable_search_previous .page-link:hover,
#datatable_search2_previous .page-link:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  #datatable_search_previous .page-link,
  #datatable_search2_previous .page-link {
    margin-left: 0px;
    margin-right: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  #datatable_search_previous .page-link,
  #datatable_search2_previous .page-link {
    margin-left: 0px;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 14px;
  }
}
#datatable_search_previous .page-link.left,
#datatable_search2_previous .page-link.left {
  margin-left: 0px;
  margin-right: 25px;
}
table.dataTable.users_table .fa.cuet {
  cursor: default;
}
table.dataTable.users_table thead tr.sorting_row th.th_id {
  min-width: 50px;
  max-width: 50px;
}
table.dataTable.users_table thead tr.sorting_row th.th_role {
  min-width: 60px;
  max-width: 60px;
}
table.dataTable.users_table thead tr.sorting_row th.th_email {
  min-width: 100px;
}
table.dataTable.users_table thead tr.sorting_row th.th_login {
  min-width: 100px;
}
table.dataTable.users_table thead tr.sorting_row th.th_status:before {
  left: 0.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_status:after {
  left: 1.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_foreign {
  max-width: 60px;
}
table.dataTable.users_table thead tr.sorting_row th.th_foreign:before {
  left: 0.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_foreign:after {
  left: 1.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_cuet:before {
  left: 0.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_cuet:after {
  left: 1.7rem;
}
table.dataTable.users_table thead tr.sorting_row th.th_size {
  min-width: 65px;
}
table.dataTable.users_table thead tr.sorting_row th.datatable_actions {
  min-width: 52px;
}
table.dataTable.order_table thead tr.sorting_row th.th_vat {
  min-width: 90px;
}
table.dataTable.order_table thead tr.sorting_row th.th_orderNum {
  padding-right: 40px;
}
table.dataTable.order_table thead tr.sorting_row th.th_issueDate {
  max-width: 100px;
  min-width: 100px;
}
table.dataTable.order_table thead tr.sorting_row th.th_buyer:before {
  left: 2rem;
}
table.dataTable.order_table thead tr.sorting_row th.th_buyer:after {
  left: 3rem;
}
table.dataTable.order_table thead tr.sorting_row th.th_supp:before {
  left: 2rem;
}
table.dataTable.order_table thead tr.sorting_row th.th_supp:after {
  left: 3rem;
}
table.dataTable.order_table thead tr.sorting_row th.th_issue:before {
  left: 0.8rem;
}
table.dataTable.order_table thead tr.sorting_row th.th_issue:after {
  left: 2rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_vat {
  min-width: 90px;
}
table.dataTable.contract_table thead tr.sorting_row th.th_contractNum {
  padding-right: 40px;
}
table.dataTable.contract_table thead tr.sorting_row th.th_buyer:before {
  left: 2rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_buyer:after {
  left: 3rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_supp:before {
  left: 2rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_supp:after {
  left: 3rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_issue:before {
  left: 0.8rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_issue:after {
  left: 2rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_crz:before {
  left: 0.8rem;
}
table.dataTable.contract_table thead tr.sorting_row th.th_crz:after {
  left: 2rem;
}
table.dataTable.bill_table thead tr th {
  padding-left: 0.4rem;
}
table.dataTable.bill_table thead tr.sorting_row th {
  padding-right: 0px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_status {
  padding-right: 0px;
  padding-left: 0px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_status:before {
  left: 0rem;
}
table.dataTable.bill_table thead tr.sorting_row th.th_status:after {
  left: 1.2rem;
}
table.dataTable.bill_table thead tr.sorting_row th.th_supplier {
  padding-right: 50px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_supplier:before {
  left: 2rem;
}
table.dataTable.bill_table thead tr.sorting_row th.th_supplier:after {
  left: 3rem;
}
table.dataTable.bill_table thead tr.sorting_row th.th_issueDate {
  max-width: 100px;
  min-width: 100px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_pubDate {
  min-width: 85px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_dueDate {
  min-width: 85px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_payDate {
  min-width: 85px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_actions {
  padding-right: 17px;
  min-width: 50px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_internal {
  min-width: 60px;
  padding-right: 25px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_billNum {
  padding-right: 40px;
}
table.dataTable.bill_table thead tr.sorting_row th.th_vat {
  min-width: 90px;
}
table.dataTable.bill_table thead tr.sorting_row th .searchB {
  display: block;
  right: 2.4rem;
}
table.dataTable.bill_table tbody tr td {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
table.dataTable.cuet_table thead tr.sorting_row th.th_name:after {
  margin-top: 30px;
}
table.dataTable.cuet_table thead tr.sorting_row th.th_name:before {
  margin-top: 30px;
}
table.dataTable.cuet_table thead tr.sorting_row th.th_status {
  min-width: 85px;
}
table.dataTable.cuet_table thead tr.sorting_row th.th_stav {
  min-width: 60px;
}
table.dataTable.cuet_table tbody tr.rowStavError .fa-times {
  color: #ff313a;
}
table.dataTable.cuet_table tbody tr.rowStavError:nth-child(odd) {
  background-color: rgba(255, 49, 58, 0.3);
}
table.dataTable.cuet_table tbody tr.rowStavError:nth-child(odd):hover {
  background-color: rgba(255, 49, 58, 0.25);
}
table.dataTable.cuet_table tbody tr.rowStavError:nth-child(even) {
  background-color: rgba(255, 49, 58, 0.15);
}
table.dataTable.cuet_table tbody tr.rowStavError:nth-child(even):hover {
  background-color: rgba(255, 49, 58, 0.3);
}
.publicate-cuet .with_cuet_file {
  margin: 0px;
}
.message .message_checkbox {
  position: relative;
}
.message .message_checkbox input {
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.message #addUser {
  display: none;
}
.message .usersList p {
  display: inline-block;
}
.message .usersList p .removeRelation {
  cursor: pointer;
}
.message .filterSection {
  position: relative;
}
.message .filterSpinner {
  display: none;
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
}
.prilohy .nazov {
  word-break: break-all;
}
.prilohy .fileOrder_up {
  cursor: pointer;
}
.prilohy .fileOrder_down {
  cursor: pointer;
}
.prilohy input {
  margin-left: 0px;
  position: static;
}
.prilohy i.fa-trash {
  color: #e7353d;
}
.prilohy i.fa-info-circle {
  cursor: pointer;
}
.prilohy .actions {
  text-align: right;
}
.prilohy .name_section .nazov {
  float: right;
  width: 80%;
}
.prilohyContainer {
  position: relative;
}
.prilohyContainer .spinner-border {
  position: absolute;
  top: 10px;
  right: 0px;
  display: none;
  width: 20px;
  height: 20px;
}
.prilohyContainer .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5f9b58;
  background-color: #5f9b58;
}
.prilohyContainer .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #e7353d;
}
.prilohyContainer .custom-control-label:before {
  border-color: #e7353d;
  background-color: #fff;
}
.prilohyContainer .custom-control-label:after {
  background-color: #d2252d;
}
.prilohyContainer .custom-switch {
  display: inline-block;
  padding-left: 1.25rem;
}
.prilohyContainer .custom-switch .custom-control-label::before {
  cursor: pointer;
  box-shadow: none;
}
.prilohyContainer .custom-switch .custom-control-label::after {
  cursor: pointer;
}
.prilohyContainer .name_head {
  padding-left: 25px;
}
.prilohyContainer .name_head .name_head_convert_info {
  position: absolute;
  left: 5px;
  top: 3px;
  cursor: pointer;
}
.table_prilohy {
  width: 100%;
}
.table_prilohy i.fa-trash {
  color: #e7353d;
}
.table_prilohy .fileOrder_down,
.table_prilohy .fileOrder_up,
.table_prilohy i.fa-info-circle {
  cursor: pointer;
}
.table_prilohy thead {
  border-bottom: 1px solid #aaa;
}
.table_prilohy tbody tr {
  border-bottom: 1px solid #ddd;
}
.table_prilohy tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table_prilohy tbody .file_name {
  padding-left: 1.25rem;
}
.table_prilohy .custom-switch {
  padding-left: 2.25rem;
}
.ext_icon {
  width: 25px;
}
.tbln_additional_info span {
  font-size: 10px;
  color: black;
  cursor: pointer;
}
.modal_info_box {
  padding: 7px;
  margin-bottom: 0px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.email_log_table thead tr.sorting_row .th_id {
  padding-right: 20px;
}
.email_log_table thead tr.sorting_row .th_id:before {
  left: 0.7rem;
}
.email_log_table thead tr.sorting_row .th_id:after {
  left: 1.7rem;
}
.email_log_table thead tr.sorting_row .th_cc {
  padding-right: 35px;
}
.email_log_table thead tr.sorting_row .th_bcc {
  padding-right: 25px;
}
.email_log_table thead tr.sorting_row .th_status:before {
  left: 0.7rem;
}
.email_log_table thead tr.sorting_row .th_status:after {
  left: 1.7rem;
}
.email_log_table thead tr.sorting_row .th_date {
  min-width: 90px;
}
.crz_feed_info_box {
  display: inline-block;
  margin-right: 20px;
}
.contract_table .publicate-crz {
  cursor: pointer;
}
.termsfeed-com---nb.termsfeed-com---nb-simple {
  width: 100%;
  max-width: none;
}
.termsfeed-com---nb.termsfeed-com---nb-simple .cc-nb-main-container {
  padding: 1rem;
}
.privacy_policy_page .panel-group .panel {
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
.privacy_policy_page .panel-group .panel-body {
  padding: 10px;
}
.privacy_policy_page .panel-group .panel-title a {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.datepicker-container,
.datepicker-dropdown,
.datepicker-top-left {
  z-index: 9999 !important;
}

.col-sm-6.col-sm-6half 
{
  width: 54.16666%;
  flex: 0 0 54.16666%;
  max-width: 54.16666%;
}

.col-sm-5.col-sm-5half
{
  width: 45.833%;
  flex: 0 0 45.8333%;
  max-width: 45.8333%;
}

button.disabledBtn
{
  background: #666666!important;
  border-color: #666666!important;
}

.activatedFile
{
  background-color: rgba(218, 247, 166, 0.2);
}

.noActivatedFile
{
  background-color: rgba(255, 0, 0, 0.2);
}