.sc-mam-login .login-container {
  display: table;
  height: 100%;
  width: 100%;
}
.sc-mam-login .login-container .logo img {
  max-height: 115px;
}
.sc-mam-login .login-container .page-content {
  display: table-row;
  height: 100%;
}
.sc-mam-login .login-container .login-form {
  position: absolute;
  width: 320px;
  height: 350px;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -175px;
}
.sc-mam-login .login-container .form-group {
  position: relative;
}
.sc-mam-login .login-container .form-control-icon-left {
  color: #333;
  display: block;
  height: 36px;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: auto;
  text-align: center;
  top: 0;
  width: 36px;
  z-index: 2;
}
.sc-mam-login .login-container .form-control-icon-left + input {
  padding-left: 36px;
  padding-right: 12px;
}
.sc-mam-login .login-container .content-group {
  margin-bottom: 20px !important;
}
.sc-mam-login .login-container .display-block,
.sc-mam-login .login-container label.display-block {
  display: block;
  margin-top: 5px;
}
.sc-mam-login .login-container .footer {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
  position: absolute;
}
html,
body {
  height: 100%;
}

.sc-mam-theme1 {
  overflow: hidden;
  background-color: #f5f5f5;
  color: #333;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  /* Too narrow to support three columns */
}
.sc-mam-theme1 a {
  color: #333;
  text-decoration: none;
}
.sc-mam-theme1 .sc-cursor {
  cursor: pointer;
}
.sc-mam-theme1 div:empty {
  display: none;
}
.sc-mam-theme1 .panel {
  border-radius: 0;
}
.sc-mam-theme1 .panel .panel-heading {
  border-radius: 0;
}
.sc-mam-theme1 .panel-primary .panel-heading {
  background-color: #0088CC;
}
.sc-mam-theme1 .h5,
.sc-mam-theme1 h5 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sc-mam-theme1 ul,
.sc-mam-theme1 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sc-mam-theme1 .tag-editor .tag-input {
  width: 100%;
}
.sc-mam-theme1 .fa {
  cursor: pointer;
}
.sc-mam-theme1 .fa.disabled {
  color: #c5c5c5;
  cursor: not-allowed;
}
.sc-mam-theme1 .sc-page-container,
.sc-mam-theme1 .sc-body,
.sc-mam-theme1 .body-wrapper {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.sc-mam-theme1 .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sc-mam-theme1 .sc-body {
  height: 100%;
}
.sc-mam-theme1 .sc-body-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.sc-mam-theme1 .sc-body-wrapper .sc-body-col-small,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-body-col-small {
  min-width: 300px;
  border-right: 1px solid #CCCCCC;
  -webkit-flex: 3 1 auto;
  flex: 3 1 300px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-body-col-big,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-body-col-big {
  width: 100%;
  -webkit-flex: 1 6 auto;
  flex: 1 6 auto;
  overflow-x: hidden;
}
.sc-mam-theme1 .sc-body-wrapper .sc-body-col-big + .sc-body-col-small,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-body-col-big + .sc-body-col-small {
  border-left: 1px solid #CCCCCC;
}
.sc-mam-theme1 .sc-body-wrapper .sc-row,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-row {
  flex-flow: row wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row {
  margin-left: 20px;
  margin-right: 20px;
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row.sc-row-actions,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row.sc-row-actions {
  height: 35px;
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row.sc-row-actions + .sc-row-content,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row.sc-row-actions + .sc-row-content {
  margin-top: 15px;
  /* min-height: @contentHeight; */
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row > div + div,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row > div + div {
  margin-left: 20px;
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row .sc-row-col4,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row .sc-row-col4 {
  flex: 4;
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row:first-child,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row:first-child {
  margin-top: calc(15px);
}
.sc-mam-theme1 .sc-body-wrapper > .sc-row:last-child,
.sc-mam-theme1 .sc-body-wrapper-bg > .sc-row:last-child {
  margin-bottom: 20px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-actions-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-actions-wrapper {
  flex: 1 100%;
}
.sc-mam-theme1 .sc-body-wrapper .sc-actions-wrapper .sc-actions ul li,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-actions-wrapper .sc-actions ul li {
  cursor: pointer;
  display: inline-block;
}
.sc-mam-theme1 .sc-body-wrapper .sc-actions-wrapper .sc-actions ul.dropdown-menu,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-actions-wrapper .sc-actions ul.dropdown-menu {
  min-width: 0;
}
.sc-mam-theme1 .sc-body-wrapper .sc-actions-wrapper .sc-actions ul.dropdown-menu li,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-actions-wrapper .sc-actions ul.dropdown-menu li {
  margin-bottom: 1px;
  position: relative;
  display: block;
}
.sc-mam-theme1 .sc-body-wrapper .sc-actions-wrapper .sc-actions .sc-pagination,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-actions-wrapper .sc-actions .sc-pagination {
  margin-right: 40px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-sidebar-left-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-sidebar-left-wrapper {
  order: 1;
  padding: 10px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-sidebar-left-wrapper:empty,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-sidebar-left-wrapper:empty {
  display: none;
  padding: 0px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-row-content > div,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-row-content > div {
  background-color: #FFF;
  border: 1px solid #dddddd;
}
.sc-mam-theme1 .sc-body-wrapper .sc-content-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-content-wrapper {
  flex: 2 0px;
  order: 2;
  padding: 10px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-content-wrapper:empty,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-content-wrapper:empty {
  display: none;
  padding: 0px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-content-wrapper .sc-content-border,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-content-wrapper .sc-content-border {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.sc-mam-theme1 .sc-body-wrapper .sc-crud-body,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-crud-body {
  flex: 2 0px;
  order: 2;
}
.sc-mam-theme1 .sc-body-wrapper .sc-crud-body .sc-content-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-crud-body .sc-content-wrapper {
  padding: 0px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-crud-body .sc-table,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-crud-body .sc-table {
  border: none;
}
.sc-mam-theme1 .sc-body-wrapper .sc-crud-body .panel,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-crud-body .panel {
  border: none;
  box-shadow: none;
}
.sc-mam-theme1 .sc-body-wrapper .sc-sidebar-right-wrapper,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-sidebar-right-wrapper {
  order: 3;
  padding: 10px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-sidebar-right-wrapper:empty,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-sidebar-right-wrapper:empty {
  display: none;
  padding: 0px;
}
.sc-mam-theme1 .sc-body-wrapper .sc-sidebar-right-wrapper .panel-heading,
.sc-mam-theme1 .sc-body-wrapper-bg .sc-sidebar-right-wrapper .panel-heading {
  background-color: #FFFFFF;
  padding: 8px;
}
.sc-mam-theme1 .sc-body-wrapper-bg {
  background-color: #ffffff;
  min-height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row;
  flex-flow: row;
}
@media all and (max-width: 860px) {
  .sc-mam-theme1 .sc-body-wrapper-bg {
    -webkit-flex-flow: column;
    flex-direction: column;
  }
}
.sc-mam-theme1 .sc-action-wrapper2 {
  background-color: #fdfdfd;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
  min-height: 41px;
  clear: both;
}
.sc-mam-theme1 .sc-action-wrapper2 .pagination {
  height: 25px;
}
.sc-mam-theme1 .sc-action-wrapper2 .pagination li > a {
  border-radius: 0;
}
.sc-mam-theme1 .sc-action-wrapper2 .input-group-addon {
  border-radius: 0;
}
.sc-mam-theme1 .sc-content-wrapper2 {
  padding: 5px;
  clear: both;
}
.sc-mam-theme1 .sc-content-wrapper2 .pagination {
  height: 25px;
}
.sc-mam-theme1 .sc-content-wrapper2 .pagination li > a {
  border-radius: 0;
}
.sc-mam-theme1 .sc-content-wrapper2 .input-group-addon {
  border-radius: 0;
}
.sc-mam-theme1 .sc-content-wrapper2 .sc-content-subactions {
  margin-bottom: 5px;
}
.sc-mam-theme1 .table td {
  vertical-align: middle;
}
.sc-mam-theme1 .table {
  margin-bottom: 0;
}
.sc-mam-theme1 .input-group-sm .pagination > li > a,
.sc-mam-theme1 .input-group-sm .pagination > li > span {
  padding: 4px 8px !important;
}
.sc-mam-theme1 .drop-box {
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
.sc-mam-theme1 .drop-box.dragover {
  background-color: #262B36;
  color: #FFF;
}
.sc-mam-theme1 .drop-box .drop-spacer {
  border-bottom: 1px dotted #333333;
  height: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.sc-mam-theme1 .login-container .sc-body {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sc-mam-theme1 .sc_entries_search {
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  box-shadow: 0px 0px 5px #eeeeee;
}
.sc-mam-theme1 .sc_entries_search .form-control {
  border: none;
  box-shadow: none;
}
.sc-mam-theme1 .sc_entries_search .input-group-addon {
  background-color: transparent;
  border: none;
}
.sc-mam-theme1 .sc_entries_search.no_border {
  box-shadow: none;
  border: 0 ;
}
.sc-mam-theme1 tr.weekend {
  background-color: #666;
  color: #fff;
}
.sc-mam-theme1 tr.warning {
  color: #000;
}
.sc-mam-theme1 .sc_readonly {
  width: 100%;
  padding: 3px;
  background-color: #EEE;
  border: 1px solid #CCC;
  cursor: not-allowed;
}
.sc-mam-theme1 .cloud-language-input-group {
  position: relative;
}
.sc-mam-theme1 .cloud-language-input-group .form-control {
  padding-left: 35px;
}
.sc-mam-theme1 .cloud-language-input-group textarea {
  min-height: 200px;
}
.sc-mam-theme1 .cloud-language-input-group .btn {
  border-radius: 0;
}
.sc-mam-theme1 cloud-language-flag {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 100;
}
.sc-mam-theme1 .btn-tabs button {
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.sc-mam-theme1 .sc-table {
  margin: 0;
  border: 1px solid #dddddd;
}
.sc-mam-theme1 .sc-table .text-right {
  text-align: right;
}
.sc-mam-theme1 .sc-table thead td,
.sc-mam-theme1 .sc-table thead th {
  outline: 0 none;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.sc-mam-theme1 .sc-table thead td .btn,
.sc-mam-theme1 .sc-table thead th .btn {
  margin-top: -2px;
}
.sc-mam-theme1 .sc-table thead th select {
  font-weight: normal;
  padding: 3px;
  width: 100%;
}
.sc-mam-theme1 .sc-table thead th input {
  font-weight: normal;
  width: 100%;
}
.sc-mam-theme1 .sc-table thead .sorting,
.sc-mam-theme1 .sc-table thead .sorting_asc,
.sc-mam-theme1 .sc-table thead .sorting_desc {
  cursor: pointer;
}
.sc-mam-theme1 .sc-table thead .sorting,
.sc-mam-theme1 .sc-table thead .sorting_asc,
.sc-mam-theme1 .sc-table thead .sorting_asc_disabled,
.sc-mam-theme1 .sc-table thead .sorting_desc,
.sc-mam-theme1 .sc-table thead .sorting_desc_disabled {
  padding-right: 8px;
}
.sc-mam-theme1 .sc-table thead .sorting_asc::after,
.sc-mam-theme1 .sc-table thead .sorting_desc::after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  margin: 0 5px;
}
.sc-mam-theme1 .sc-table thead .sorting_asc::after {
  content: "\f107";
}
.sc-mam-theme1 .sc-table thead .sorting_desc::after {
  content: "\f106";
}
.sc-mam-theme1 .sc-table thead .sorting::after {
  color: #999;
  margin-top: -10px;
}
.sc-mam-theme1 .sc-table tbody .input-group {
  height: 32px;
}
.sc-mam-theme1 .sc-table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-mam-theme1 .sc-table tbody tr:hover,
.sc-mam-theme1 .sc-table tbody tr.active td {
  background-color: #1F8EE7;
}
.sc-mam-theme1 .sc-table .sc-tables_empty {
  text-align: center;
}
.sc-mam-theme1 .sc-tables_wrapper {
  position: relative;
}
.sc-mam-theme1 .sc-tables_wrapper::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.sc-mam-theme1 .sc-tables_wrapper + .panel-body {
  border-top: 1px solid #ddd;
}
.sc-mam-theme1 .sc-tables_processing {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
  height: 40px;
  left: 50%;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.sc-mam-theme1 .sc-table-footer,
.sc-mam-theme1 .sc-table-header {
  padding-top: 20px;
}
.sc-mam-theme1 .sc-table-footer::after,
.sc-mam-theme1 .sc-table-header::after {
  clear: both;
  content: "";
  display: table;
}
.sc-mam-theme1 .sc-table-footer > div:first-child,
.sc-mam-theme1 .sc-table-header > div:first-child {
  margin-left: 0;
}
.sc-mam-theme1 .sc-table-header {
  border-bottom: 1px solid #ddd;
}
.sc-mam-theme1 .sc-table-footer {
  border-top: 1px solid #bbb;
}
.sc-mam-theme1 .table-small {
  font-size: 12px;
}
.sc-mam-theme1 .sc-navi-left {
  background-color: #263238;
  color: #ffffff;
  display: block;
  height: 100%;
  width: 60px;
  z-index: 99;
  position: relative;
}
.sc-mam-theme1 .sc-navi-left header {
  background-color: #263238;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  height: 45px;
  width: 58px;
  padding-left: 10px;
  padding-top: 4px;
}
.sc-mam-theme1 .sc-navi-left header img {
  width: 35px;
}
.sc-mam-theme1 .sc-navi-left .nav_spacer {
  width: 100%;
  height: 1px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}
.sc-mam-theme1 .sc-navi-left ul li + li {
  margin-top: 1px;
}
.sc-mam-theme1 .sc-navi-left ul li a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  transition: background 0.15s linear 0s, color 0.15s linear 0s;
}
.sc-mam-theme1 .sc-navi-left ul li a:focus,
.sc-mam-theme1 .sc-navi-left ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.sc-mam-theme1 .sc-navi-left ul li a > i {
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  top: 0;
  transition: opacity 0.2s ease-in-out 0s;
}
.sc-mam-theme1 .sc-navi-left ul li a > i.pull-right {
  margin-left: 15px;
  margin-right: 0;
}
.sc-mam-theme1 .sc-navi-left ul li.disabled > a,
.sc-mam-theme1 .sc-navi-left ul li.disabled > a:focus,
.sc-mam-theme1 .sc-navi-left ul li.disabled > a:hover {
  background-color: transparent;
  color: inherit;
  cursor: not-allowed;
  opacity: 0.3;
}
.sc-mam-theme1 .sc-navi-left ul li.nav-divider {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 10px 0;
}
.sc-mam-theme1 .sc-navi-left .sidebar-default ul li.nav-divider {
  background-color: #eee;
}
.sc-mam-theme1 .sc-navi-left ul li:not(.active) .label-transparent {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.sc-mam-theme1 .sc-navi-left ul > li > a {
  font-weight: 500;
  min-height: 44px;
  padding: 12px 20px;
  text-decoration: none;
}
.sc-mam-theme1 .sc-navi-left ul > li.active > a,
.sc-mam-theme1 .sc-navi-left ul > li.active > a:focus,
.sc-mam-theme1 .sc-navi-left ul > li.active > a:hover {
  background-color: #455a64;
  color: #fff;
}
.sc-mam-theme1 .sc-navi-left ul > li.active > a > [class*="text-"] {
  color: #fff;
}
.sc-mam-theme1 .sc-navi-left ul > li.active > a .badge,
.sc-mam-theme1 .sc-navi-left ul > li.active > a .label {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  transition: background-color 0.2s ease-in-out 0s;
}
.sc-mam-theme1 .sc-navi-left ul > li ul {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sc-mam-theme1 .sc-navi-left ul > li ul li a {
  padding: 5px;
  padding-left: 20px;
}
.sc-mam-theme1 .sc-navi-left ul > li ul li a i {
  margin-right: 0;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul > li > ul > li > a {
  padding-left: 71px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 91px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul li:first-child {
  padding-top: 10px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul li:last-child {
  padding-bottom: 10px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul li.active > a,
.sc-mam-theme1 .sc-navi-left ul > li > ul li.active > a:focus,
.sc-mam-theme1 .sc-navi-left ul > li > ul li.active > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.sc-mam-theme1 .sc-navi-left ul .hidden-ul {
  display: none;
}
.sc-mam-theme1 .sc-navi-left ul > li:hover > ul {
  display: block!important;
}
.sc-mam-theme1 .sc-navi-left ul,
.sc-mam-theme1 .sc-navi-left ul li {
  position: relative;
}
.sc-mam-theme1 .sc-navi-left ul > li > a {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  min-height: 44px;
  font-weight: 500;
  cursor: pointer;
}
.sc-mam-theme1 .sc-navi-left ul > li > a > i {
  margin: 2px 0;
  display: block;
  float: none;
  font-size: 16px;
}
.sc-mam-theme1 .sc-navi-left ul > li > a > span {
  display: none;
  position: absolute;
  top: 0;
  right: -260px;
  background-color: #455A64;
  border-color: #455A64;
  padding: inherit;
  padding-left: 20px;
  padding-right: 20px;
  width: 260px;
  text-align: left;
  color: #fff;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 3px;
}
.sc-mam-theme1 .sc-navi-left ul > li.with2cols > a > span {
  right: -520px;
  width: 520px;
}
.sc-mam-theme1 .sc-navi-left ul > li.with3cols > a > span {
  right: -780px;
  width: 780px;
}
.sc-mam-theme1 .sc-navi-left ul > li:hover > a > span {
  display: inline;
}
.sc-mam-theme1 .sc-navi-left ul > li > a > span:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right-color: inherit;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul {
  position: absolute;
  right: -260px;
  top: 44px;
  width: 260px;
  display: none;
  background-color: #263238;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 3px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul.with2cols {
  position: absolute;
  right: -520px;
  width: 520px;
  margin-bottom: 5px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul.with2cols .col {
  padding: 0;
  width: 50%;
  float: left;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul.with3cols {
  position: absolute;
  right: -780px;
  width: 780px;
  margin-bottom: 5px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul.with3cols .col {
  padding: 0;
  width: 33%;
  float: left;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul > li div {
  margin-bottom: 5px;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  cursor: pointer;
}
.sc-mam-theme1 .sc-navi-left ul > li > ul > li > a i {
  display: inline;
}
.sc-mam-theme1 .sc-tree2 {
  margin: 10px;
}
.sc-mam-theme1 .sc-tree2 .sc-tree2 {
  margin: 0;
  margin-left: 10px;
}
.sc-mam-theme1 .sc-tree2 ul {
  border-left: 1px dotted #c5c5c5;
}
.sc-mam-theme1 .sc-tree2 .folder-line {
  border-bottom: 1px dotted #c5c5c5;
  display: block;
  height: 50%;
  left: -15px;
  position: relative;
  top: 10px;
  width: 10px;
}
.sc-mam-theme1 .sc-tree2 .tree-icon {
  float: left;
  margin-right: 5px;
}
.sc-mam-theme1 .sc-tree2 .tree-text {
  display: block;
  float: left;
  min-width: 100px;
  height: 20px;
  width: calc(80%);
}
.sc-mam-theme1 .sc-tree2 .tree-entry {
  padding: 3px;
  cursor: pointer;
  position: relative;
}
.sc-mam-theme1 .sc-tree2 .tree-entry .fa {
  z-index: 10;
}
.sc-mam-theme1 .sc-tree2 .tree-entry .fa + .fa {
  font-size: 70%;
  left: 8px;
  opacity: 0.5;
  position: absolute;
  top: 2px;
  z-index: 20;
}
.sc-mam-theme1 .sc-tree2 .tree-entry:hover {
  background-color: #CCCCCC;
}
.sc-mam-theme1 .sc-tree2 .current > .tree-entry {
  border: 1px dotted #CCCCCC;
}
.sc-mam-theme1 .sc-tree2 .current > .tree-entry .tree-icon {
  color: #0088CC;
}
.sc-mam-theme1 .sc-tree {
  width: 250px;
  min-height: 250px;
}
.sc-mam-theme1 .sc-tree li a {
  position: relative;
  display: block;
  margin-bottom: 1px;
}
.sc-mam-theme1 .sc-tree li a > div {
  position: relative;
  line-height: 20px;
  padding: 5px;
  display: block;
}
.sc-mam-theme1 .sc-tree li a .folder_status_icon {
  right: 5px;
  top: 5px;
  position: absolute;
  color: #dddddd;
}
.sc-mam-theme1 .sc-tree li a.current > div,
.sc-mam-theme1 .sc-tree li a:hover > div {
  background-color: #dddddd;
}
.sc-mam-theme1 .sc-tree li a.current > div .folder_status_icon,
.sc-mam-theme1 .sc-tree li a:hover > div .folder_status_icon {
  color: #333;
}
.sc-mam-theme1 .sc-tree li a.current .folder_status_icon,
.sc-mam-theme1 .sc-tree li a:hover .folder_status_icon {
  color: #333;
}
.sc-mam-theme1 .sc-tree li ul {
  margin-left: 10px;
}
.sc-mam-theme1 .angular-ui-tree-node {
  margin-top: 10px;
  padding-top: 10px;
}
.sc-mam-theme1 .angular-ui-tree-node:first-child {
  border-top: 0;
  padding-top: 0px;
}
.sc-mam-theme1 .angular-ui-tree-node i.fa-arrows-v {
  padding-right: 10px;
  padding-top: 5px;
  cursor: move;
}
.sc-mam-theme1 .angular-ui-tree-node input {
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.sc-mam-theme1 .angular-ui-tree-node .btn {
  margin-top: -2px;
}
.sc-mam-theme1 .sc-basket {
  width: 250px;
  border: 1px solid #dddddd;
}
.sc-mam-theme1 .sc-basket table > tbody > tr td:nth-child(2) {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail {
  cursor: pointer;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .thumb {
  position: relative;
  display: block;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .thumb .grid-img-box {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .thumb .grid-img-box img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .thumb .tags {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0%;
  padding: 5px;
  padding-bottom: 0;
  opacity: 0.5;
  width: 100%;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .thumb .tags span {
  margin: 2px;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail:hover {
  background-color: #CCCCCC;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .caption {
  padding: 10px 5px 10px;
  height: 30px;
}
.sc-mam-theme1 .sc-file-grid-element .thumbnail .caption h6 {
  margin-top: 0!important;
  font-weight: bold;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  text-align: center;
}
.sc-mam-theme1 .sc-form-edit img {
  max-width: 100%;
}
.sc-mam-theme1 .cloud-file-search-input {
  position: relative;
}
.sc-mam-theme1 .cloud-file-search-input .thumb {
  height: 50px;
  margin-right: 3px;
  width: 50px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  display: block;
}
.sc-mam-theme1 .cloud-file-search-input input {
  height: 50px;
  margin-left: 5px;
}
.sc-mam-theme1 .cloud-file-search-input .input-group-addon i {
  padding: 11px;
  padding-left: 20px;
}
.sc-mam-theme1 .cloud-file-search-input .input-group-addon i:hover {
  color: red;
}
.sc-mam-theme1 .cloud-file-search-input .cloud-file-results {
  background-color: #FFFFFF;
  padding: 3px;
  border: 1px solid #CCCCCC;
  margin-left: 68px;
  z-index: 9999;
}
.sc-mam-theme1 .cloud-file-search-input .cloud-file-results li {
  padding: 5px;
  cursor: pointer;
}
.sc-mam-theme1 .cloud-file-search-input .cloud-file-results li img {
  width: 50px;
  height: 50px;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
}
.sc-mam-theme1 .cloud-file-search-input .cloud-file-results li:hover {
  background-color: #CCCCCC;
}
.sc-mam-theme1 .cloud-file-search-input .cloud-file-results .cloud-more-results {
  padding: 5px;
  border-top: 1px solid #333333;
}
.sc-mam-theme1 .btn-primary {
  background-color: #0088CC;
  border-color: #0088CC;
}
.sc-mam-theme1 .btn-primary:hover {
  background-color: #1F8EE7;
  border-color: #1F8EE7;
}
.sc-mam-theme1 .btn {
  border-radius: 0;
}
.sc-mam-theme1 .form-control {
  border-radius: 0;
}
.sc-mam-theme1 .uib-tab {
  margin-bottom: -1px;
}
.sc-mam-theme1 .tab-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
.sc-mam-theme1 .nav-tabs li a {
  border-radius: 0;
}
.sc-mam-theme1 .table .progress {
  height: auto;
  margin-bottom: 0;
}
.sc-mam-theme1 input[type=file] {
  height: auto;
}
.sc-mam-theme1 .cloud-crud-sorting {
  background-color: transparent;
}
.sc-mam-theme1 .cloud-crud-sorting + span button {
  margin-top: 0 !important;
}
.sc-mam-theme1 .input-group .cloud-crud-sorting {
  border-right: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
}
.sc-mam-theme1 .input-group .cloud-crud-sorting.active {
  background-color: #cccccc;
}
.sc-mam-theme1 .sc-table thead th input {
  min-width: 40px;
}
.sc-mam-theme1 .sc-table thead th input,
.sc-mam-theme1 .sc-table thead th select,
.sc-mam-theme1 .sc-table thead th button {
  height: 25px;
  font-size: 11px;
}
.sc-mam-theme1 .input-group-addon,
.sc-mam-theme1 .input-group-btn {
  vertical-align: top;
}
.sc-mam-theme1 .input-group + .input-group {
  margin-top: 5px;
}
.sc-mam-theme1 select option[disabled] {
  background-color: #CCCCCC;
}
.sc-mam-theme1 textarea[ui-tinymce] {
  height: 300px;
}
#mam_loading_screen {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
}
#mam_loading_screen span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: #FFF;
  text-align: center;
}
.cloudMessages {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9000;
  background-color: #263238;
  color: #ffffff;
  text-align: center;
}
.cloudMessages .alert {
  margin: 5px auto;
  margin-bottom: 0;
  padding: 8px;
  font-size: 80%;
  border-radius: 0;
}
.cloudMessages .alert:last-child {
  margin-bottom: 5px;
}
.cloudMessages .close-message {
  margin-left: 10px;
  font-size: 80%;
  color: red;
}
.cloudMessages .report-message {
  color: red;
  text-align: center;
  cursor: pointer;
}
.cloudMessages .fa {
  margin-left: 5px;
}
.dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
  min-width: 180px;
  padding: 5px 0;
  border-radius: 0;
}
.dropdown-menu a {
  cursor: pointer;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
.dropdown-menu > li {
  margin-bottom: 1px;
  position: relative;
}
.dropdown-menu > .checkbox-switchery.switchery-sm,
.dropdown-menu > .checkbox-switchery.switchery-xs,
.dropdown-menu > li:last-child {
  margin-bottom: 0;
}
.dropdown-menu > li > a {
  padding: 8px 15px;
}
.dropdown-menu > li > a > i,
.dropdown-menu > li > a > img {
  margin-right: 10px;
}
.dropdown-menu > li > a > i.pull-right,
.dropdown-menu > li > a > img.pull-right {
  margin-left: 10px;
  margin-right: 0;
  margin-top: 3px;
}
.dropdown-menu > li > a > img {
  max-height: 16px;
}
.dropdown-menu > li > a > .badge,
.dropdown-menu > li > a > .label {
  margin-top: 1px;
}
.dropdown-menu > li > label:focus,
.dropdown-menu > li > label:hover {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:focus,
.dropdown-menu > .active > label:hover {
  background-color: #2196f3;
  color: #fff;
  outline: 0 none;
}
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:focus,
.dropdown-menu > .disabled > label:hover {
  background-color: transparent;
  color: #999;
}
.dropdown-menu > li > label {
  cursor: pointer;
  display: block;
  padding: 8px 15px 8px 43px;
}
.dropdown-menu > li > label .checker,
.dropdown-menu > li > label .choice,
.dropdown-menu > li > label > input[type="checkbox"],
.dropdown-menu > li > label > input[type="radio"] {
  left: 15px;
  margin-top: 1px;
  top: auto;
}
.dropdown-menu > li.checkbox,
.dropdown-menu > li.radio {
  margin-top: 0;
}
.dropdown-menu > li.checkbox-right > label,
.dropdown-menu > li.radio-right > label {
  padding-left: 15px;
  padding-right: 43px;
}
.dropdown-menu > li.checkbox-right > label .checker,
.dropdown-menu > li.checkbox-right > label .choice,
.dropdown-menu > li.checkbox-right > label > input[type="checkbox"],
.dropdown-menu > li.checkbox-right > label > input[type="radio"],
.dropdown-menu > li.radio-right > label .choice,
.dropdown-menu > li.radio-right > label > input[type="radio"] {
  left: auto;
  right: 15px;
}
.dropdown-menu > .checkbox-switchery > label > .switchery {
  left: 15px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*="switchery-"] > label {
  padding-left: 15px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right[class*="switchery-"] > label > .switchery {
  left: auto;
  right: 15px;
}
.dropdown-menu > .checkbox-switchery.switchery-sm > label {
  padding-left: 68px;
}
.dropdown-menu > .checkbox-switchery.switchery-xs > label {
  padding-left: 60px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
  padding-right: 68px;
}
.dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
  padding-right: 60px;
}
.dropdown-menu > .disabled .badge,
.dropdown-menu > .disabled .label,
.dropdown-menu > .disabled img {
  opacity: 0.8;
}
.dropdown-menu[class*="bg-"] > li > a,
.dropdown-menu[class*="bg-"] > li > label {
  color: #fff;
}
.dropdown-menu[class*="bg-"] > li > a:focus,
.dropdown-menu[class*="bg-"] > li > a:hover,
.dropdown-menu[class*="bg-"] > li > label:focus,
.dropdown-menu[class*="bg-"] > li > label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*="bg-"] > li > a > .badge,
.dropdown-menu[class*="bg-"] > li > a > .label,
.dropdown-menu[class*="bg-"] > li > label > .badge,
.dropdown-menu[class*="bg-"] > li > label > .label {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.dropdown-menu[class*="bg-"] > .active > a,
.dropdown-menu[class*="bg-"] > .active > a:focus,
.dropdown-menu[class*="bg-"] > .active > a:hover,
.dropdown-menu[class*="bg-"] > .active > label,
.dropdown-menu[class*="bg-"] > .active > label:focus,
.dropdown-menu[class*="bg-"] > .active > label:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-menu[class*="bg-"] > .disabled > a,
.dropdown-menu[class*="bg-"] > .disabled > a:focus,
.dropdown-menu[class*="bg-"] > .disabled > a:hover,
.dropdown-menu[class*="bg-"] > .disabled > label,
.dropdown-menu[class*="bg-"] > .disabled > label:focus,
.dropdown-menu[class*="bg-"] > .disabled > label:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*="bg-"] > .dropdown-header {
  color: rgba(255, 255, 255, 0.6);
}
.dropdown-menu[class*="bg-"] > .dropdown-header.highlight {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*="bg-"] .divider {
  background-color: rgba(255, 255, 255, 0.4);
}
.dropdown-menu-lg > li > a {
  font-size: 14px;
  line-height: 1.42857;
  padding-bottom: 9px;
  padding-top: 9px;
}
.dropdown-menu-sm > li > a {
  padding-bottom: 6px;
  padding-top: 6px;
}
.dropdown-menu-xs > li > a {
  font-size: 12px;
  line-height: 1.66667;
  padding-bottom: 5px;
  padding-top: 5px;
}
.dropdown-menu > .dropdown-submenu > a {
  padding-right: 38px;
  position: relative;
}
.dropdown-menu > .dropdown-submenu > a::after {
  content: "";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-top: -8px;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 50%;
}
.dropdown-content-heading,
.label,
.menu-heading {
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-menu > .dropdown-submenu:focus > a,
.dropdown-menu > .dropdown-submenu:hover > a {
  background-color: #f5f5f5;
}
.dropdown-menu > .dropdown-submenu:focus > a::after,
.dropdown-menu > .dropdown-submenu:hover > a::after {
  opacity: 1;
}
.dropdown-menu > .dropdown-submenu.active > a {
  background-color: #2196f3;
  color: #fff;
}
.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
  display: none;
}
.dropdown-menu > .dropdown-submenu.disabled > a {
  background-color: transparent;
}
.dropdown-menu > .dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-top: -6px;
  top: 0;
}
.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  bottom: 0;
  margin-bottom: -6px;
  margin-top: 0;
  top: auto;
}
.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
  left: auto;
  right: 100%;
}
@media (max-width: 768px) {
  .dropdown-menu > .dropdown-submenu {
    position: static;
  }
  .dropdown-menu > .dropdown-submenu > a::after {
    content: "";
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 0;
    box-shadow: none;
    float: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    position: relative;
    right: 0;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a,
  .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
    padding-left: 45px;
  }
}
.dropdown-menu[class*="bg-"] > .dropdown-submenu:focus > a,
.dropdown-menu[class*="bg-"] > .dropdown-submenu:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu[class*="bg-"] > .dropdown-submenu.disabled:focus > a,
.dropdown-menu[class*="bg-"] > .dropdown-submenu.disabled:hover > a {
  background-color: transparent;
}
.dropdown-header {
  color: #999;
  font-size: 11px;
  line-height: 1.82;
  margin-top: 10px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.dropdown-header:first-child {
  margin-top: 5px;
}
.dropdown-header.highlight {
  background-color: #f8f8f8;
  color: #999;
  margin-top: 0;
}
.dropdown-header.highlight + li,
li + .dropdown-header.highlight {
  margin-top: 6px;
}
.dropdown-header.highlight:first-child {
  margin-top: 0;
}
.dropdown-header > i {
  margin-right: 10px;
}
.dropdown-header > i.pull-right {
  margin-left: 10px;
  margin-right: 0;
  margin-top: 3px;
}
.clearfix {
  display: inline !important;
}

