/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VARIABLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 121, sass/sass/main_backend.scss */
html {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  font-weight: 400;
}

/* line 131, sass/sass/main_backend.scss */
body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}

/* line 137, sass/sass/main_backend.scss */
::selection {
  background: #d07006;
  color: #fff;
  text-shadow: none;
}

/* line 143, sass/sass/main_backend.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Roboto', sans-serif;
}

/* line 146, sass/sass/main_backend.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif;
}

/* line 149, sass/sass/main_backend.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Roboto', sans-serif;
}

/* line 152, sass/sass/main_backend.scss */
:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto', sans-serif;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NAV - DASHBOARD
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 162, sass/sass/main_backend.scss */
.nav_dashboard {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}
/* line 174, sass/sass/main_backend.scss */
.nav_dashboard .box_left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
}
/* line 178, sass/sass/main_backend.scss */
.nav_dashboard .box_left .ico_menu_box {
  margin-right: 20px;
  opacity: 0.25;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_menu.svg");
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 189, sass/sass/main_backend.scss */
.nav_dashboard .box_left .ico_menu_box:hover {
  opacity: 1;
}
/* line 193, sass/sass/main_backend.scss */
.nav_dashboard .box_left .logo_nav {
  width: 228px;
  height: 25px;
}
/* line 198, sass/sass/main_backend.scss */
.nav_dashboard .box_left .section_title {
  font-size: 2.4rem;
  margin-left: 20px;
  font-weight: 300;
}
/* line 206, sass/sass/main_backend.scss */
.nav_dashboard .box_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 211, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 215, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_distribution_01, .nav_dashboard .box_right .box_options .ico_distribution_02, .nav_dashboard .box_right .box_options .ico_distribution_03 {
  margin-left: 2px;
  opacity: 0.25;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 224, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_distribution_01 {
  background-image: url("../img/ico_distribution_1.svg");
}
/* line 228, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_distribution_02 {
  background-image: url("../img/ico_distribution_2.svg");
}
/* line 232, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_distribution_03 {
  background-image: url("../img/ico_distribution_3.svg");
}
/* line 236, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_distribution_01:hover, .nav_dashboard .box_right .box_options .ico_distribution_02:hover, .nav_dashboard .box_right .box_options .ico_distribution_03:hover {
  opacity: 0.8;
}
/* line 240, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .icon_selected {
  opacity: 1;
}
/* line 244, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_report {
  margin-left: 20px;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 252, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_report .ico_report_counter {
  font-size: 1rem;
  padding: 2px;
  background-color: red;
  margin-top: -5px;
  text-align: center;
  position: absolute;
  margin-left: -5px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
}
/* line 266, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_report_grey {
  opacity: 0.25;
  background-image: url("../img/ico_report.svg");
}
/* line 271, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_report_blue {
  opacity: 1;
  background-image: url("../img/ico_report_blue.svg");
}
/* line 276, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_options .ico_report:hover {
  opacity: 1;
}
/* line 281, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 20px;
}
/* line 287, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile .profile_bg {
  width: 30px;
  height: 30px;
  background-color: #d07006;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
/* line 297, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile .profile_bg .profile_letter {
  font-size: 1.8rem;
  color: #fff;
}
/* line 303, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile .profile_name {
  font-size: 1.4rem;
  letter-spacing: 0.4px;
  opacity: 0.5;
}
/* line 309, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile .ico_more_options {
  margin-left: 20px;
  opacity: 0.25;
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_more.svg");
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 319, sass/sass/main_backend.scss */
.nav_dashboard .box_right .box_profile .ico_more_options:hover {
  opacity: 1;
}

/* line 326, sass/sass/main_backend.scss */
.more_options {
  margin-top: 69px;
  margin-right: 20px;
  position: absolute;
  z-index: 55;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 1.4rem;
  display: none;
  background-color: #fff;
}
/* line 343, sass/sass/main_backend.scss */
.more_options .more_options_box {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 347, sass/sass/main_backend.scss */
.more_options .more_options_box .element_more_options {
  margin-bottom: 7px;
  opacity: 0.5;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 356, sass/sass/main_backend.scss */
.more_options .more_options_box form select {
  -webkit-appearance: none;
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  padding: 0px;
  outline: none;
  background-image: url("../img/ico_drop_down.svg");
  background-position: right;
  cursor: pointer;
}
/* line 370, sass/sass/main_backend.scss */
.more_options .more_options_box .element_more_options:hover {
  opacity: 1;
}
/* line 374, sass/sass/main_backend.scss */
.more_options .more_options_box .element_more_options:last-child {
  margin-bottom: 0px;
}
/* line 379, sass/sass/main_backend.scss */
.more_options .close_session {
  padding: 20px;
  opacity: 0.5;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 386, sass/sass/main_backend.scss */
.more_options .close_session:hover {
  opacity: 1;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
FIJOS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 397, sass/sass/main_backend.scss */
.btn_normal {
  font-size: 1.4rem;
  padding: 8px 10px;
  color: #fff;
  background-color: #d07006;
  font-weight: 400;
  border: 1px solid #9e5505;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: inline-block;
  outline: none;
  font-family: 'Roboro', sans-serif;
}

/* line 412, sass/sass/main_backend.scss */
.btn_normal:hover {
  background-color: #9e5505;
}

/* line 416, sass/sass/main_backend.scss */
.box_header {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 425, sass/sass/main_backend.scss */
.box_header .box_header_left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 430, sass/sass/main_backend.scss */
.box_header .box_header_left .title_header {
  font-size: 1.8rem;
  opacity: 0.8;
  margin-top: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 440, sass/sass/main_backend.scss */
.box_header .box_header_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 445, sass/sass/main_backend.scss */
.box_header .box_header_right form {
  margin-left: 15px;
}
/* line 448, sass/sass/main_backend.scss */
.box_header .box_header_right form select {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("../img/ico_drop_down.svg");
}
/* line 461, sass/sass/main_backend.scss */
.box_header .box_header_right form select:hover {
  opacity: 0.8;
}
/* line 466, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* line 471, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info li {
  width: 24px;
  height: 24px;
}
/* line 475, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info li a {
  width: 24px;
  height: 24px;
  background-image: url("../img/ico_info.svg");
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 483, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info li a:hover {
  opacity: 1;
}
/* line 488, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info .more_info_li {
  position: relative;
}
/* line 492, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info .more_info_container {
  background-color: #d07006;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9e5505;
  position: absolute;
  top: 34px;
  width: auto;
  height: auto;
  z-index: 1;
  padding: 10px;
  display: none;
}
/* line 506, sass/sass/main_backend.scss */
.box_header .box_header_right #more_info .more_info_container .info_box {
  font-size: 1.4rem;
  color: #fff;
}

/* line 515, sass/sass/main_backend.scss */
.box_normal {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SLIDE_MENU BACKEND
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 530, sass/sass/main_backend.scss */
.menu_slide_backend {
  height: 100%;
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: 50;
  background-color: #fff;
  padding-top: 70px;
}
/* line 540, sass/sass/main_backend.scss */
.menu_slide_backend .event_menu {
  display: none;
}
/* line 548, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_where {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 30px 0px 30px;
}
/* line 554, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_where .section {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.75;
  color: #333;
}
/* line 560, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_where .section:hover {
  opacity: 1;
}
/* line 565, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_where .material-icons {
  font-size: 14px;
  margin: 0px 5px;
  opacity: 0.5;
}
/* line 572, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box {
  padding: 30px;
  font-size: 1.6rem;
}
/* line 576, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 584, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element .icon_menu_slide {
  margin-right: 15px;
  color: #888;
}
/* line 589, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element .text_menu_slide {
  color: #333;
  letter-spacing: 0.4px;
}
/* line 595, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element:hover {
  opacity: 0.8;
}
/* line 599, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element_on {
  opacity: 1;
}
/* line 602, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element_on .icon_menu_slide {
  color: #d07006;
}
/* line 606, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element_on .text_menu_slide {
  color: #d07006;
}
/* line 611, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_element_on:hover {
  opacity: 1;
}
/* line 615, sass/sass/main_backend.scss */
.menu_slide_backend .menu_slide_box .menu_slide_contact {
  font-size: 1.4rem;
  opacity: 0.25;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 30px;
}

/* line 626, sass/sass/main_backend.scss */
.menu_slide_backend_left {
  transform: translate(-300px);
}

/* line 630, sass/sass/main_backend.scss */
.container_backend {
  width: 100%;
  min-height: 100%;
  background-color: #f1f1f1;
  padding-top: 70px;
  padding-left: 300px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  FORM STANDAR BACKEND
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
}
/* line 644, sass/sass/main_backend.scss */
.container_backend .form_standar_backend {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 648, sass/sass/main_backend.scss */
.container_backend .form_standar_backend label {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 653, sass/sass/main_backend.scss */
.container_backend .form_standar_backend input[type="text"], .container_backend .form_standar_backend input[type="email"], .container_backend .form_standar_backend input[type="number"] {
  width: 100%;
  border: none;
  padding: 10px 0px;
  color: #333;
  font-size: 1.6rem;
  outline: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Roboto', sans-serif;
}
/* line 666, sass/sass/main_backend.scss */
.container_backend .form_standar_backend input[type="password"] {
  width: 50%;
  border: none;
  padding: 10px 0px;
  color: #333;
  font-size: 1.6rem;
  outline: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 678, sass/sass/main_backend.scss */
.container_backend .form_standar_backend textarea {
  width: 100%;
  border: none;
  padding: 12px 15px;
  color: #333;
  font-size: 1.6rem;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  resize: none;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  height: 240px;
  margin-top: 10px;
  line-height: 135%;
}
/* line 695, sass/sass/main_backend.scss */
.container_backend .form_standar_backend textarea:focus {
  border: 1px solid #d07006;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* line 701, sass/sass/main_backend.scss */
.container_backend .form_standar_backend input[type="text"]:focus, .container_backend .form_standar_backend input[type="email"]:focus, .container_backend .form_standar_backend input[type="number"]:focus, .container_backend .form_standar_backend input[type="password"]:focus {
  border-bottom: 1px solid #d07006;
}
/* line 705, sass/sass/main_backend.scss */
.container_backend .form_standar_backend input[type="text"]:last-child {
  margin-bottom: 0px;
}
/* line 709, sass/sass/main_backend.scss */
.container_backend .form_standar_backend select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 0px;
  border: none;
  color: #333;
  font-size: 1.6rem;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url("../img/ico_drop_down_simple.svg");
  background-position: right;
  margin-bottom: 20px;
}
/* line 726, sass/sass/main_backend.scss */
.container_backend .form_standar_backend .data_selector {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 40px;
}
/* line 733, sass/sass/main_backend.scss */
.container_backend .form_standar_backend .data_selector select {
  margin-bottom: 0px;
  width: 31%;
}
/* line 739, sass/sass/main_backend.scss */
.container_backend .form_standar_backend .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  margin-top: 10px;
}
/* line 749, sass/sass/main_backend.scss */
.container_backend .form_standar_backend .inputfile + label {
  font-size: 1.6rem;
  color: #999;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 760, sass/sass/main_backend.scss */
.container_backend .form_standar_backend .inputfile:focus + label,
.container_backend .form_standar_backend .inputfile + label:hover {
  border-color: #d07006;
  color: #d07006;
}
/* line 766, sass/sass/main_backend.scss */
.container_backend .form_standar_backend input[type="checkbox"] {
  margin-right: 10px;
}
/* line 771, sass/sass/main_backend.scss */
.container_backend .content_general {
  width: 100%;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CONTENT FAVORITES TABLE
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
}
/* line 782, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend {
  width: 100%;
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TABLE PRICES HEADER
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TABLE USERS
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  USERS DETAIL
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  USERS DATA
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  IMG TEXT
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  IMG TEXT DETAIL
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  NOTIFICACIONES
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  NOTIFICACIONES - DETALLE
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  FILTRO DE LOGS
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  /*
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  STADISTICS
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
}
/* line 792, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 801, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left {
  padding: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 807, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left i {
  margin-right: 15px;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 814, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left i:hover {
  opacity: 1;
}
/* line 818, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left .title_users_header {
  font-size: 1.8rem;
  opacity: 0.8;
  margin-top: -1px;
}
/* line 824, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left .acount_status {
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 30px;
  color: #d07006;
  letter-spacing: 0.5px;
}
/* line 832, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left .acount_data {
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 30px;
  opacity: 0.5;
}
/* line 839, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_left select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.8rem;
  padding-right: 30px;
  color: #333;
  background-image: url("../img/ico_drop_down_title.svg");
  background-position: right;
  margin-right: 5px;
  font-family: 'Roboto Condensed',sans-serif;
}
/* line 857, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .btn_normal {
  margin-right: 15px;
}
/* line 861, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right {
  width: 300px;
  height: 58px;
}
/* line 865, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right input[type="text"] {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  height: 58px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 1.6rem;
  padding: 0 20px;
  background-image: url("../img/ico_search.svg");
  background-position: 260px 18px;
  background-size: 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 880, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right input[type="text"]:focus {
  background-image: url("../img/ico_search_on.svg");
}
/* line 884, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 888, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 892, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 896, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_header .box_users_header_right :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 910, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table {
  width: 100%;
  font-family: "Roboto Mono", sans-serif;
  font-size: 1.4rem;
  border-collapse: collapse;
}
/* line 919, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table thead tr {
  cursor: default;
}
/* line 922, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table thead tr td {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 15px;
  opacity: 0.5;
  letter-spacing: 0.4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 933, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table thead tr td:last-child {
  border-right: none;
}
/* line 939, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody {
  overflow: scroll;
}
/* line 944, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td {
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 15px;
  font-size: 1.2rem;
  height: 35px;
}
/* line 952, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td .filter_table_fav {
  width: 11px;
  height: 11px;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../img/ico_fav.svg");
  margin-top: 1px;
  opacity: 0.25;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 965, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td .filter_table_fav:hover {
  opacity: 0.75;
}
/* line 969, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td .filter_table_fav_on {
  opacity: 1;
  background-image: url("../img/ico_fav_on.svg");
}
/* line 974, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td .filter_table_delete {
  width: 11px;
  height: 11px;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../img/ico_delete.svg");
  margin-top: 1px;
  opacity: 0.25;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 987, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td .filter_table_delete:hover {
  opacity: 0.75;
}
/* line 993, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options {
  min-height: 35px;
  padding: 0px;
  padding-top: 6px;
  padding-right: 2px;
}
/* line 999, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 15px;
}
/* line 1005, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_table {
  width: 16px;
  height: 16px;
  opacity: 0.25;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  margin-left: 8px;
}
/* line 1014, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_see {
  background-image: url("../img/ico_table_see.svg");
}
/* line 1018, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_permision {
  background-image: url("../img/ico_table_special_permision.svg");
}
/* line 1022, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_disable {
  background-image: url("../img/ico_table_disable.svg");
}
/* line 1026, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_delete {
  background-image: url("../img/ico_table_delete.svg");
}
/* line 1030, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_important {
  background-image: url("../img/ico_table_important.svg");
}
/* line 1034, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_table:first-child {
  margin-left: 0px;
}
/* line 1038, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr .table_options .box_table_options .ico_table:hover {
  opacity: 0.8;
}
/* line 1044, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr td:last-child {
  border-right: none;
}
/* line 1051, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr:hover td {
  background-color: #fff8f0;
}
/* line 1058, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody tr:last-child td {
  border-bottom: 0px;
}
/* line 1065, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody .user_disable td {
  text-decoration: line-through;
  opacity: 0.5;
}
/* line 1070, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody .user_disable td:last-child {
  text-decoration: none;
  opacity: 1;
}
/* line 1079, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody .user_disable .table_options .box_table_options .ico_disable {
  opacity: 1;
}
/* line 1088, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody .table_important td {
  font-weight: 600;
}
/* line 1096, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_users_table table tbody .table_important .table_options .box_table_options .ico_important {
  opacity: 1;
}
/* line 1112, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_uo_content {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px;
}
/* line 1120, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_uo_content .title_user_data {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 500;
}
/* line 1126, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_uo_content .user_data_left {
  width: 50%;
  padding-right: 30px;
}
/* line 1131, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_uo_content .user_data_right {
  width: 50%;
  padding-left: 30px;
}
/* line 1143, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .content_users_data {
  margin-bottom: 10px;
}
/* line 1153, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
}
/* line 1161, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text {
  width: 33.33%;
  padding: 5px;
}
/* line 1165, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
/* line 1171, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .check_btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-image: url("../img/ico_tic.svg");
  background-size: 18px;
  background-position: center;
  position: absolute;
  z-index: 200;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1188, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .check_btn_blue {
  background-color: #d07006;
  background-image: url("../img/ico_tic_w.svg");
}
/* line 1193, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .image {
  width: 100%;
  height: 200px;
  background-color: #333;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-position: center;
}
/* line 1206, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .box_text {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: #333;
}
/* line 1212, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .box_text .title_text {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
/* line 1217, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text .box_text .description_text {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8rem;
  height: 5.4rem;
  overflow: hidden;
  opacity: 0.5;
}
/* line 1228, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text .content_element_img_text .element_img_text:hover {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
/* line 1240, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 40px;
}
/* line 1247, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_left_info {
  width: 50%;
}
/* line 1250, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_left_info .info_box_element {
  margin-bottom: 30px;
}
/* line 1253, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_left_info .info_box_element .title_info {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
/* line 1259, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_left_info .info_box_element:last-child {
  margin-bottom: 0px;
}
/* line 1264, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img {
  width: 50%;
  padding-left: 40px;
}
/* line 1268, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options {
  height: 350px;
  width: 100%;
  background-color: #333;
  background-size: 120%;
  background-position: center;
  background-color: #d07006;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
/* line 1279, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options .form_change_img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1287, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options .form_change_img .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/* line 1296, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options .form_change_img .inputfile + label {
  font-size: 1.8rem;
  color: white;
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #fff;
}
/* line 1306, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options .form_change_img .inputfile:focus + label,
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options .form_change_img .inputfile + label:hover {
  background-color: #fff;
  color: #d07006;
}
/* line 1314, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options:hover {
  background-size: 121%;
}
/* line 1317, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_img_text_detail .col_right_img .img_options:hover form {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 1330, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
}
/* line 1338, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification {
  width: 33.33%;
  padding: 5px;
}
/* line 1342, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
/* line 1349, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .check_btn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-image: url("../img/ico_tic.svg");
  background-size: 18px;
  background-position: center;
  position: absolute;
  z-index: 200;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1366, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .check_btn_blue {
  background-color: #d07006;
  background-image: url("../img/ico_tic_w.svg");
}
/* line 1371, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .link_content {
  padding: 20px;
}
/* line 1374, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .link_content .box_text {
  width: 100%;
  background-color: #fff;
  color: #333;
  margin-bottom: 15px;
}
/* line 1380, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .link_content .box_text .title_text {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
/* line 1385, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .link_content .box_text .description_text {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8rem;
  height: 3.2rem;
  overflow: hidden;
  opacity: 0.5;
}
/* line 1395, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text .link_content .box_text:last-child {
  margin-bottom: 0px;
}
/* line 1401, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification .content_element_notification .element_img_text:hover {
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}
/* line 1413, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 40px 20px;
}
/* line 1420, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification {
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 1428, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element .title_info {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
/* line 1433, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form {
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1437, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form label {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 1442, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form input[type="text"] {
  width: 100%;
  border: none;
  padding: 10px 0px;
  color: #333;
  font-size: 1.6rem;
  outline: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Roboto', sans-serif;
}
/* line 1455, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form input[type="text"]:focus, .container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form input[type="password"]:focus {
  border-bottom: 1px solid #d07006;
}
/* line 1459, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_notification_detail .col_notification .info_box_element form input[type="text"]:last-child {
  margin-bottom: 0px;
}
/* line 1475, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1483, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_log_title {
  font-size: 1.6rem;
  opacity: 0.5;
  margin-right: 20px;
}
/* line 1491, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 30px;
  color: #999;
  background-image: url("../img/ico_drop_down_simple.svg");
  background-position: right;
  margin-right: 5px;
}
/* line 1508, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log form .false_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 30px;
  color: #999;
  background-image: url("../img/ico_drop_down_simple.svg");
  background-position: right;
  margin-right: 5px;
  width: 125px;
  cursor: pointer;
}
/* line 1527, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log form .false_select:last-child {
  margin-right: 0px;
}
/* line 1532, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_btns {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0px 20px;
}
/* line 1538, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_btns .btn_filter {
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #999;
  font-size: 1.4rem;
  margin-right: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
/* line 1549, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_btns .btn_filter:hover {
  background-color: #ccc;
  color: #888;
}
/* line 1554, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_btns .btn_filter_on {
  background-color: #d07006;
  color: #fff;
}
/* line 1559, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_filter_log .box_filter_btns .btn_filter_on:hover {
  background-color: #d07006;
  color: #fff;
}
/* line 1572, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1577, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
/* line 1584, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element .stadistics_element_title {
  font-size: 1.4rem;
  color: #999;
  margin-right: 20px;
}
/* line 1590, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element .stadistics_element_title .title_percentage {
  color: #333;
  margin-left: 10px;
  font-size: 1.6rem;
}
/* line 1597, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element .percentage_bg_bar {
  flex-grow: 1;
  height: 6px;
  background-color: #ebebeb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 1603, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element .percentage_bg_bar .percentage_start_point {
  width: 0% !important;
}
/* line 1607, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element .percentage_bg_bar .percentage_bar {
  background-color: #d07006;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
/* line 1616, sass/sass/main_backend.scss */
.container_backend .content_general .content_backend .box_stadistics .stadistic_element:last-child {
  margin-bottom: 0px;
}

/* line 1625, sass/sass/main_backend.scss */
.container_go_100 {
  padding-left: 0px;
}
