@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,900);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,900);.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #BDBDBD;
  font-weight: 500;
  padding-left: 10px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4E4E4E transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -17px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4E4E4E transparent;
  border-width: 0 7px 7px 7px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6A8D96;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* DOCUMENT */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

textarea,
input,
select {
  outline: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: common-ligatures;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  font-variant-ligatures: common-ligatures;
  /* for up-to-date browsers, including IE10 and Opera 21 */
  text-rendering: optimizeLegibility;
  /* optional: for older browsers */
}

.pagination ul li a,
.pagination ul li span,
section.main .file-list .title .back-btn,
section.main .user-list .title .back-btn,
section.main .group-list .title .back-btn,
section.main .create-user-form .title .back-btn,
section.main .edit-profile-form .title .back-btn,
.confirm-delete .back-btn {
  border: 1px solid #C6C6C6;
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 700;
}

.pagination ul li a:hover,
.pagination ul li span:hover,
section.main .file-list .title .back-btn:hover,
section.main .user-list .title .back-btn:hover,
section.main .group-list .title .back-btn:hover,
section.main .create-user-form .title .back-btn:hover,
section.main .edit-profile-form .title .back-btn:hover,
.confirm-delete .back-btn:hover,
.pagination ul li a:active,
.pagination ul li span:active,
section.main .file-list .title .back-btn:active,
section.main .user-list .title .back-btn:active,
section.main .group-list .title .back-btn:active,
section.main .create-user-form .title .back-btn:active,
section.main .edit-profile-form .title .back-btn:active,
.confirm-delete .back-btn:active,
.pagination ul li a:focus,
.pagination ul li span:focus,
section.main .file-list .title .back-btn:focus,
section.main .user-list .title .back-btn:focus,
section.main .group-list .title .back-btn:focus,
section.main .create-user-form .title .back-btn:focus,
section.main .edit-profile-form .title .back-btn:focus,
.confirm-delete .back-btn:focus {
  background-color: #F0F5F6;
  border: 1px solid #b0cbd0;
}

.form .upload-file-btn,
.form .button input[type="submit"],
.form .button button,
.form button input[type="submit"],
.form button button,
.login-form .button > a,
section.main .file-list .title .button,
section.main .user-list .title .button,
section.main .group-list .title .button,
section.main .create-user-form .title .button,
section.main .edit-profile-form .title .button,
.confirm-delete .button {
  border: 1px solid #4e4e4e;
  color: #fff;
  text-decoration: underline;
  background-color: #4e4e4e;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 32px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 700;
}

.form .upload-file-btn:hover,
.form .button input:hover[type="submit"],
.form .button button:hover,
.form button input:hover[type="submit"],
.form button button:hover,
.login-form .button > a:hover,
section.main .file-list .title .button:hover,
section.main .user-list .title .button:hover,
section.main .group-list .title .button:hover,
section.main .create-user-form .title .button:hover,
section.main .edit-profile-form .title .button:hover,
.confirm-delete .button:hover,
.form .upload-file-btn:active,
.form .button input:active[type="submit"],
.form .button button:active,
.form button input:active[type="submit"],
.form button button:active,
.login-form .button > a:active,
section.main .file-list .title .button:active,
section.main .user-list .title .button:active,
section.main .group-list .title .button:active,
section.main .create-user-form .title .button:active,
section.main .edit-profile-form .title .button:active,
.confirm-delete .button:active,
.form .upload-file-btn:focus,
.form .button input:focus[type="submit"],
.form .button button:focus,
.form button input:focus[type="submit"],
.form button button:focus,
.login-form .button > a:focus,
section.main .file-list .title .button:focus,
section.main .user-list .title .button:focus,
section.main .group-list .title .button:focus,
section.main .create-user-form .title .button:focus,
section.main .edit-profile-form .title .button:focus,
.confirm-delete .button:focus {
  background-color: #818181;
  border: 1px solid #1b1b1b;
}

.form {
  /* style 1 */
}

.form #upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .form #upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: block;
  }

  .form #upload span.select2-container {
    margin-top: 10px;
  }
}

.form #user_to_upload,
.form .upload-file-btn {
  display: none;
}

.form .upload-file-btn {
  margin-left: 20px;
  background-image: url(/images/upload_btn_icon.png?f43beb317fd69975c8563479947cf821);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .form .upload-file-btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.form label {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #4e4e4e;
  margin-bottom: 3px;
  display: block;
  padding-left: 12px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
  border-radius: 15px;
  border: solid 1px #bdbdbd;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.form .radio {
  margin-top: 10px;
}

.form .radio:last-child {
  margin-left: 20px;
}

.form .radio [type="radio"]:checked,
.form .radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form .radio [type="radio"]:checked + label,
.form .radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.form .radio [type="radio"]:checked + label:before,
.form .radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.form .radio [type="radio"]:checked + label:after,
.form .radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #4E4E4E;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form .radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form .radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form .radio [type="radio"] + label {
  font-weight: 400;
}

.form .checkbox {
  margin-bottom: 7px;
}

.form .checkbox label {
  font-weight: 400;
}

.form .checkbox [type="checkbox"]:checked,
.form .checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form .checkbox [type="checkbox"]:checked + label,
.form .checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 18px;
  display: inline-block;
  color: #666;
}

.form .checkbox [type="checkbox"]:checked + label:before,
.form .checkbox [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}

.form .checkbox [type="checkbox"]:checked + label:after,
.form .checkbox [type="checkbox"]:not(:checked) + label:after {
  background-image: url(/images/checkbox_active.png?65e77bf1a214d9f2ce22de30bf2beeaa);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form .checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form .checkbox [type="checkbox"]:checked + label {
  font-weight: 500;
}

.form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: none;
}

.form .inputfile + label {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px 10px 40px;
  background-color: #4E4E4E;
  color: #fff;
  background-image: url(/images/upload_icon.png?1c7ead985e4f9578681e449daca7506c);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  max-width: 176px;
  margin-bottom: 0px;
  margin-right: 20px;
  min-width: 150px;
  vertical-align: middle;
  height: 40px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.form .inputfile + label.active {
  background-color: #BDBDBD;
}

.form .inputfile + label:hover {
  background-color: #818181;
}

.form .inputfile:focus + label,
.form .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.form .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
  vertical-align: middle;
}

.form .inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.form .inputfile-1 + label {
  color: #f1e5e6;
  background-color: #d3394c;
}

.form .inputfile-1:focus + label,
.form .inputfile-1.has-focus + label,
.form .inputfile-1 + label:hover {
  background-color: #722040;
}

.form .form-group {
  margin-bottom: 20px;
}

.form .form-group.center {
  margin: 10px auto;
  text-align: center;
}

.form .form-group.is-invalid label {
  color: #A04F4F;
  font-weight: 600;
}

.form .form-group.is-invalid input[type="text"],
.form .form-group.is-invalid input[type="email"],
.form .form-group.is-invalid input[type="password"] {
  border: 1px solid #A04F4F;
}

.form .form-group .radio {
  display: inline-block;
}

.form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  .form .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form .form-wrap .form-group {
  width: calc(50% - 10px);
}

@media (max-width: 700px) {
  .form .form-wrap .form-group {
    width: 100%;
  }
}

.form .form-wrap .form-group:first-child {
  margin-right: 20px;
}

@media (max-width: 700px) {
  .form .form-wrap .form-group:first-child {
    margin-right: 0px;
  }
}

.form .button,
.form button {
  apperance: none;
}

.form .button.center,
.form button.center {
  text-align: center;
}

.table {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table-header {
  display: none;
}

@media (min-width: 1025px) {
  .table-header {
    font-weight: 700;
  }

  .table-header .col:first-child {
    max-width: 50px;
  }
}

.table-header .col {
  font-weight: 600 !important;
  font-size: 18px;
  padding: 15px;
}

.table .row .col {
  padding: 10px 15px;
}

@media (min-width: 1025px) {
  .table .row .col {
    padding: 8px 15px;
  }
}

.table-row {
  width: 100%;
}

.table-row:nth-of-type(even) {
  background-color: #F0F5F6;
}

@media (min-width: 1025px) {
  .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .table-row:nth-of-type(even) {
    background-color: #F0F5F6;
  }
}

.table-row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  word-break: break-word;
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-row .col:before {
  content: attr(data-header);
  width: 30%;
  min-width: 30%;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .table-row .col:first-child {
    max-width: 50px;
  }

  .table-row .col:before {
    content: none;
  }
}

.table-row .col a {
  color: #4E4E4E;
}

.table-row .col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.table-row .col li:first-child {
  margin-right: 10px;
}

.table-row .col li.download a {
  background-image: url(/images/download_icon.png?5b29054bc38d5d0c49ce0686af437711);
  content: '';
  text-indent: -9999em;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
}

.table-row .col li.download a:hover {
  background-image: url(/images/download_icon_hover.png?7854c008cf8f114871c27c505f18010b);
}

.table-row .col li.delete a {
  background-image: url(/images/delete_icon.png?f5e935de86f0090adb76ebe73b02f80c);
  content: '';
  text-indent: -9999em;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
}

.table-row .col li.delete a:hover {
  background-image: url(/images/delete_icon_hover.png?2cb1680d8819460525424fd26f69406a);
}

.table-row .col li.edit a {
  background-image: url(/images/edit_icon.png?2f02afe31014f6202ba28ea1c2ef9264);
  content: '';
  text-indent: -9999em;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center;
}

.table-row .col li.edit a:hover {
  background-image: url(/images/edit_icon_hover.png?b48c35231d982f0a366fb80766210d53);
}

.table-row .col li a {
  cursor: pointer;
}

.pagination {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}

.pagination:after {
  content: " ";
  display: block;
  clear: both;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li:first-child {
  margin-right: 6px;
}

.pagination ul li a,
.pagination ul li span {
  font-weight: 500;
  padding: 8px 20px;
}

.error-message {
  background-color: #A04F4F;
}

.error-message .content {
  background-image: url(/images/error_icon@2x.png?a3123a3d971d8ae97a33988af7daae9f);
  background-repeat: no-repeat;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: 105px center;
  padding: 30px 165px 30px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .error-message .content {
    background-position: 35px center;
    padding: 30px 105px 30px;
  }
}

.error-message p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.success-message {
  background-color: #5BB072;
}

.success-message .content {
  background-image: url(/images/success_icon@2x.png?a80e78d5a0481b13e41cf1dcc1c852fa);
  background-repeat: no-repeat;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: 105px center;
  padding: 30px 165px 30px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .success-message .content {
    background-position: 35px center;
    padding: 30px 105px 30px;
  }
}

.success-message p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.login-form .error-message {
  background-image: none;
  padding-left: 80px;
  text-align: left;
}

@media (max-width: 700px) {
  .login-form .error-message {
    padding-left: 20px;
  }
}

.table,
section.main .new-document .title,
section.main .file-list .title,
section.main .user-list .title,
section.main .group-list .title,
section.main .create-user-form .title,
section.main .edit-profile-form .title,
section.main .file-list form,
section.main .user-list form,
section.main .group-list form,
section.main .create-user-form form,
section.main .edit-profile-form form,
.confirm-delete .title,
.confirm-delete form {
  padding-left: 105px;
  padding-right: 105px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .table,
  section.main .new-document .title,
  section.main .file-list .title,
  section.main .user-list .title,
  section.main .group-list .title,
  section.main .create-user-form .title,
  section.main .edit-profile-form .title,
  section.main .file-list form,
  section.main .user-list form,
  section.main .group-list form,
  section.main .create-user-form form,
  section.main .edit-profile-form form,
  .confirm-delete .title,
  .confirm-delete form {
    padding-left: 35px;
    padding-right: 35px;
  }
}

html,
body {
  height: 100%;
  position: relative;
  font-family: "Roboto", sans-serif;
  overflow-y: auto;
  margin: 0;
}

body {
  background-image: url(/images/background.jpg?7c8a65335ef85e159f3a32c0c6a0a65f);
  background-repeat: no-repeat;
  background-size: cover;
}

#app {
  min-height: 100%;
  margin-bottom: -50px;
}

@media (min-width: 1025px), (min-width: 701px) and (max-width: 1024px) {
  #app {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 700px) {
  .container {
    max-width: 90%;
  }
}

.container aside {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
          box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
  width: 32.20338983%;
  margin-right: 30px;
  margin-bottom: 95px;
  padding-bottom: 30px;
}

@media (max-width: 700px) {
  .container aside {
    width: 100%;
    margin-bottom: 20px;
  }
}

.container section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 95px;
}

@media (max-width: 700px) {
  .container section {
    width: 100%;
    display: block;
  }
}

.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content:after {
  content: " ";
  display: block;
  clear: both;
}

strong {
  font-weight: 800;
}

header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 16px;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff;
}

header:after {
  content: " ";
  display: block;
  clear: both;
}

header a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

header .logged-in-user {
  padding-left: 105px;
  padding-right: 105px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  header .logged-in-user {
    padding-left: 35px;
    padding-right: 35px;
  }
}

header .logged-in-user ul li {
  display: inline-block;
}

footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}

footer .logos ul li {
  position: relative;
}

footer .logos ul li.ikontent {
  background-image: url(/images/ikontent_logo@2x.png?1db243dbd3a81c0a924ab5ecc7f495eb);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 95px;
  height: 15px;
  margin-right: 35px;
}

footer .logos ul li.euro_media_group {
  background-image: url(/images/euro_media_logo@2x.png?6b22dffe4ff5c7b2688e13243b60d808);
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 90px;
  height: 33px;
}

footer .logos ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}

section.login {
  margin-top: 180px;
}

@media (max-width: 700px) {
  section.login {
    margin-top: 120px;
  }
}

.login-form {
  max-width: 49.15254237%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
          box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
  position: relative;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .login-form {
    max-width: 80%;
  }
}

.login-form .logo {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
          box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
  font-family: Raleway;
  font-size: 56px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -6.3px;
  color: #3d5c64;
  position: absolute;
  left: -40px;
  top: -40px;
  height: 104px;
  width: 104px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-form .logo span {
  position: relative;
  left: -4px;
}

@media (max-width: 700px) {
  .login-form .logo {
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.login-form .button {
  text-align: center;
}

.login-form .error-message .content {
  background-position: 5px center;
  padding: 30px 65px 30px;
}

.login-form .password-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-form .password-label a.reset-password-link {
  color: #BEBEBE;
  padding-right: 12px;
  font-size: 14px;
}

.login-form .form-title h1 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #4E4E4E;
  padding-bottom: 20px;
}

.login-form .wrapper {
  padding: 45px 75px;
}

@media (max-width: 700px) {
  .login-form .wrapper {
    padding: 25px 45px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .login-form .wrapper {
    padding: 25px 65px;
  }
}

.login-form .centered-message {
  margin-bottom: 40px;
}

.login-form .centered-message .success-message {
  margin: 0px -75px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .login-form .centered-message .success-message {
    margin: 0px -45px;
  }
}

.login-form .centered-message .success-message .content {
  background-image: none;
  text-align: center;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  .login-form .centered-message .success-message .content {
    padding: 20px;
  }
}

section.main {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
          box-shadow: 0 0 30px 0 rgba(120, 120, 120, 0.3);
}

section.main .new-document .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 87px;
  padding-bottom: 87px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  section.main .new-document .title {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

section.main .new-document .title h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4E4E4E;
  margin-right: 54px;
}

@media (max-width: 700px), (min-width: 701px) and (max-width: 1024px) {
  section.main .new-document .title .box {
    margin-top: 20px;
  }
}

section.main .file-list,
section.main .user-list,
section.main .group-list,
section.main .create-user-form,
section.main .edit-profile-form {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #F3F3F3;
}

@media (max-width: 700px) {
  section.main .file-list,
  section.main .user-list,
  section.main .group-list,
  section.main .create-user-form,
  section.main .edit-profile-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

section.main .file-list .title,
section.main .user-list .title,
section.main .group-list .title,
section.main .create-user-form .title,
section.main .edit-profile-form .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 700px) {
  section.main .file-list .title,
  section.main .user-list .title,
  section.main .group-list .title,
  section.main .create-user-form .title,
  section.main .edit-profile-form .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

section.main .file-list .title.right-btn,
section.main .user-list .title.right-btn,
section.main .group-list .title.right-btn,
section.main .create-user-form .title.right-btn,
section.main .edit-profile-form .title.right-btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.main .file-list .title h3,
section.main .user-list .title h3,
section.main .group-list .title h3,
section.main .create-user-form .title h3,
section.main .edit-profile-form .title h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4E4E4E;
}

section.main .file-list .title h3 span,
section.main .user-list .title h3 span,
section.main .group-list .title h3 span,
section.main .create-user-form .title h3 span,
section.main .edit-profile-form .title h3 span {
  color: #BDBDBD;
}

section.main .file-list .title h3.muted,
section.main .user-list .title h3.muted,
section.main .group-list .title h3.muted,
section.main .create-user-form .title h3.muted,
section.main .edit-profile-form .title h3.muted {
  color: #BDBDBD;
  text-transform: none;
}

@media (max-width: 700px) {
  section.main .file-list .title h3,
  section.main .user-list .title h3,
  section.main .group-list .title h3,
  section.main .create-user-form .title h3,
  section.main .edit-profile-form .title h3 {
    margin-bottom: 20px;
  }
}

section.main .file-list .title .back-btn,
section.main .user-list .title .back-btn,
section.main .group-list .title .back-btn,
section.main .create-user-form .title .back-btn,
section.main .edit-profile-form .title .back-btn {
  margin-right: 22px;
  padding: 9px 16px;
}

@media (max-width: 700px) {
  section.main .file-list .title .back-btn,
  section.main .user-list .title .back-btn,
  section.main .group-list .title .back-btn,
  section.main .create-user-form .title .back-btn,
  section.main .edit-profile-form .title .back-btn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

section.main .file-list form,
section.main .user-list form,
section.main .group-list form,
section.main .create-user-form form,
section.main .edit-profile-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  .create-user-form .form,
  .edit-profile-form .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.create-user-form .col:first-of-type,
.edit-profile-form .col:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  border-right: 1px solid #EEEEEE;
  width: 66.10169492%;
}

@media (max-width: 700px) {
  .create-user-form .col:first-of-type,
  .edit-profile-form .col:first-of-type {
    width: 100%;
    border-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0px;
  }
}

@media (max-width: 700px) {
  .create-user-form .col,
  .edit-profile-form .col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.create-user-form .col h4,
.edit-profile-form .col h4 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
  letter-spacing: 0.17px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-left: 30px;
}

@media (max-width: 700px) {
  .create-user-form .col h4,
  .edit-profile-form .col h4 {
    margin-left: 0px;
  }
}

.create-user-form .col .checkbox,
.edit-profile-form .col .checkbox {
  margin-left: 30px;
}

@media (max-width: 700px) {
  .create-user-form .col .checkbox,
  .edit-profile-form .col .checkbox {
    margin-left: 0px;
  }

  .create-user-form .col .checkbox:last-of-type,
  .edit-profile-form .col .checkbox:last-of-type {
    margin-bottom: 30px;
  }
}

.create-user-form.onecol .form,
.edit-profile-form.onecol .form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.create-user-form.onecol button.button,
.edit-profile-form.onecol button.button {
  margin-top: 20px;
}

.create-user-form.onecol .col,
.edit-profile-form.onecol .col {
  width: 66.10169492%;
  border-right: 0px;
  padding-right: 0px;
}

@media (max-width: 700px) {
  .create-user-form.onecol .col,
  .edit-profile-form.onecol .col {
    width: 100%;
  }
}

.create-user-form.onecol .col .title,
.edit-profile-form.onecol .col .title {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 40px;
}

@media (max-width: 700px) {
  .create-user-form.onecol .col .form-wrap,
  .edit-profile-form.onecol .col .form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 700px) {
  .create-user-form.onecol .col .form-wrap .form-group,
  .edit-profile-form.onecol .col .form-wrap .form-group {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .create-user-form.onecol .col:first-of-type,
  .edit-profile-form.onecol .col:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.confirm-delete {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 700px) {
  .confirm-delete {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.confirm-delete .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirm-delete .title h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #4E4E4E;
  text-align: center;
  word-break: break-word;
}

@media (max-width: 700px) {
  .confirm-delete .title h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.confirm-delete .title h4 {
  font-size: 22px;
  text-align: center;
  color: #4E4E4E;
  display: block;
  margin-top: 20px;
  word-break: break-word;
}

.confirm-delete .back-btn {
  margin-right: 22px;
}

@media (max-width: 700px) {
  .confirm-delete .back-btn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

.confirm-delete form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

