@font-face {
  font-family: IRANSans;
  font-style: normal;
  src: url(../fonts/eot/IRANSansWebFaNum.eot);
  src: url(../fonts/eot/IRANSansWebFaNum.eot) format("embedded-opentype"), url(../fonts/woff2/IRANSansWebFaNum.woff2) format("woff2"), url(../fonts/woff/IRANSansWebFaNum.woff) format("woff"), url(../fonts/ttf/IRANSansWebFaNum.ttf) format("truetype");
}

@font-face {
  font-family: IRANSansLight;
  font-style: normal;
  src: url(../fonts/eot/IRANSansWebFaNum_Light.eot);
  src: url(../fonts/eot/IRANSansWebFaNum_Light.eot) format("embedded-opentype"), url(../fonts/woff2/IRANSansWebFaNum_Light.woff2) format("woff2"), url(../fonts/woff/IRANSansWebFaNum_Light.woff) format("woff"), url(../fonts/ttf/IRANSansWebFaNum_Light.ttf) format("truetype");
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Material_Icons.woff2) format("woff2");
  /* For IE6-8 */
}

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Material_Icons_Round.woff2) format("woff2");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.material-icons.material-icons-round {
  font-family: 'Material Icons Round';
}

/* old colors
$colorPrimary: #0e9788;
$colorPrimaryLight: #52bdb1;
$colorBackground: #f3f3f3;
$colorLight: #fff;
$colorGray: #dbdbdb;
$colorGrayLight: #ececec;
$colorDark: #909090;
$colorDarker: #303030;
$colorBlue: #26c6da;
$colorBlueLight: #cee9ff;
$colorGreen: #66bb6a;
$colorGreenLight: #ceffcd;
$colorYellow: #ffa726;
$colorYellowLight: #fff6a9;
$colorRed: #ec407a;
$colorRedLight: #ffc6c6;
*/
.full-width {
  width: 100% !important;
  display: block;
}

.auto-width {
  width: auto;
}

.center-block {
  display: block;
  margin: auto;
}

.full-height {
  width: 100% !important;
}

.circle {
  border-radius: 50%;
}

.cube {
  border-radius: 5px;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.padding-0 {
  padding: 0 !important;
}

.center-block {
  display: block;
  margin: auto;
  margin-top: 10px;
}

.small-text {
  font-size: 13px;
}

.medium-text {
  font-size: 16px;
}

.large-text {
  font-size: 22px;
}

.primary-text {
  color: #546E7A !important;
}

.blue-text {
  color: #29B6F6 !important;
}

.green-text {
  color: #4DB6AC !important;
}

.yellow-text {
  color: #FFA726 !important;
}

.red-text {
  color: #EF5350 !important;
}

.primary {
  background: #546E7A !important;
  color: #fff;
}

.blue {
  background: #29B6F6 !important;
  color: #fff;
}

.green {
  background: #4DB6AC !important;
  color: #fff;
}

.yellow {
  background: #FFA726 !important;
  color: #fff;
}

.red {
  background: #EF5350 !important;
  color: #fff;
}

.primary-light {
  background: #78909C !important;
  color: #546E7A;
}

.blue-light {
  background: #B2EBF2 !important;
  color: #29B6F6;
}

.green-light {
  background: #B2DFDB !important;
  color: #4DB6AC;
}

.yellow-light {
  background: #FFE0B2 !important;
  color: #FFA726;
}

.red-light {
  background: #FFCDD2 !important;
  color: #EF5350;
}

.primary-border {
  border: 2px solid #546E7A !important;
  background: none !important;
  color: #546E7A !important;
}

.blue-border {
  border: 2px solid #29B6F6 !important;
  background: none !important;
  color: #29B6F6 !important;
}

.green-border {
  border: 2px solid #4DB6AC !important;
  background: none !important;
  color: #4DB6AC !important;
}

.yellow-border {
  border: 2px solid #FFA726 !important;
  background: none !important;
  color: #FFA726 !important;
}

.red-border {
  border: 2px solid #EF5350 !important;
  background: none !important;
  color: #EF5350 !important;
}

.primary-border-shadow {
  border: 2px solid #546E7A !important;
  -webkit-box-shadow: 0 2px 5px 0 #78909C !important;
          box-shadow: 0 2px 5px 0 #78909C !important;
}

.blue-border-shadow {
  border: 2px solid #29B6F6 !important;
  -webkit-box-shadow: 0 2px 5px 0 #B2EBF2 !important;
          box-shadow: 0 2px 5px 0 #B2EBF2 !important;
}

.green-border-shadow {
  border: 2px solid #4DB6AC !important;
  -webkit-box-shadow: 0 2px 5px 0 #B2DFDB !important;
          box-shadow: 0 2px 5px 0 #B2DFDB !important;
}

.yellow-border-shadow {
  border: 2px solid #FFA726 !important;
  -webkit-box-shadow: 0 2px 5px 0 #FFE0B2 !important;
          box-shadow: 0 2px 5px 0 #FFE0B2 !important;
}

.red-border-shadow {
  border: 2px solid #EF5350 !important;
  -webkit-box-shadow: 0 2px 5px 0 #FFCDD2 !important;
          box-shadow: 0 2px 5px 0 #FFCDD2 !important;
}

.primary-border-shadow-focus:focus {
  border: 2px solid #546E7A !important;
  -webkit-box-shadow: 0 2px 5px 0 #78909C !important;
          box-shadow: 0 2px 5px 0 #78909C !important;
}

.blue-border-shadow-focus:focus {
  border: 2px solid #29B6F6 !important;
  -webkit-box-shadow: 0 2px 5px 0 #B2EBF2 !important;
          box-shadow: 0 2px 5px 0 #B2EBF2 !important;
}

.green-border-shadow-focus:focus {
  border: 2px solid #4DB6AC !important;
  -webkit-box-shadow: 0 2px 5px 0 #B2DFDB !important;
          box-shadow: 0 2px 5px 0 #B2DFDB !important;
}

.yellow-border-shadow-focus:focus {
  border: 2px solid #FFA726 !important;
  -webkit-box-shadow: 0 2px 5px 0 #FFE0B2 !important;
          box-shadow: 0 2px 5px 0 #FFE0B2 !important;
}

.red-border-shadow-focus:focus {
  border: 2px solid #EF5350 !important;
  -webkit-box-shadow: 0 2px 5px 0 #FFCDD2 !important;
          box-shadow: 0 2px 5px 0 #FFCDD2 !important;
}

.primary-border-focus:focus {
  border: 2px solid #546E7A !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.blue-border-focus:focus {
  border: 2px solid #29B6F6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.green-border-focus:focus {
  border: 2px solid #4DB6AC !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.yellow-border-focus:focus {
  border: 2px solid #FFA726 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.red-border-focus:focus {
  border: 2px solid #EF5350 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.primary-hover:hover {
  background: #546E7A !important;
}

.blue-hover:hover {
  background: #29B6F6 !important;
}

.green-hover:hover {
  background: #4DB6AC !important;
}

.yellow-hover:hover {
  background: #FFA726 !important;
}

.red-hover:hover {
  background: #EF5350 !important;
}

.primary-hover:hover p, .blue-hover:hover p, .green-hover:hover p, .yellow-hover:hover p, .red-hover:hover p {
  color: #fff !important;
}

.primary-light-hover:hover {
  background: #78909C !important;
}

.blue-light-hover:hover {
  background: #B2EBF2 !important;
}

.green-light-hover:hover {
  background: #B2DFDB !important;
}

.yellow-light-hover:hover {
  background: #FFE0B2 !important;
}

.red-light-hover:hover {
  background: #FFCDD2 !important;
}

.primary-text-hover:hover {
  color: #546E7A !important;
}

.blue-text-hover:hover {
  color: #29B6F6 !important;
}

.green-text-hover:hover {
  color: #4DB6AC !important;
}

.yellow-text-hover:hover {
  color: #FFA726 !important;
}

.red-text-hover:hover {
  color: #EF5350 !important;
}

.primary-light-text-hover:hover {
  color: #78909C !important;
}

.blue-light-text-hover:hover {
  color: #B2EBF2 !important;
}

.green-light-text-hover:hover {
  color: #B2DFDB !important;
}

.yellow-light-text-hover:hover {
  color: #FFE0B2 !important;
}

.red-light-text-hover:hover {
  color: #FFCDD2 !important;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  margin-top: 20px;
}

h1 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  color: #dbdbdb;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

i {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.container {
  max-width: 1366px;
}

a, li, i {
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  border-radius: 10px;
}

body {
  direction: rtl;
  text-align: right;
  font-family: 'IRANSansLight';
  background: #f3f3f3;
  color: #909090;
  font-size: 14px;
}

.topbar {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  top: 0;
  z-index: 99999999;
}

.topbar-fixed {
  position: fixed;
}

.topbar .logo {
  height: 40px;
  margin-top: 10px;
  display: inline-block;
  margin-right: 65px;
}

.topbar .logo-fixed {
  margin-right: -25px;
}

.topbar .actions {
  float: left;
}

.topbar .actions i {
  font-size: 25px;
  color: #dbdbdb;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 15px;
}

.topbar .actions img {
  width: 20px;
  -webkit-filter: invert(87%) sepia(0%) saturate(149%) hue-rotate(136deg) brightness(93%) contrast(84%);
          filter: invert(87%) sepia(0%) saturate(149%) hue-rotate(136deg) brightness(93%) contrast(84%);
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 15px;
}

.topbar .actions a:hover i {
  color: #546E7A;
}

.main {
  margin-top: 40px;
}

.main-fixed {
  margin-top: 100px;
}

.sidebar {
  width: 230px;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  float: right;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.sidebar-mobile {
  width: calc(100% - 30px) !important;
  float: none !important;
  margin-bottom: 10px !important;
  display: block;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin: auto !important;
  padding-bottom: 5px !important;
}

.sidebar-displayer {
  height: 50px;
  padding: 15px;
  background: #ececec;
  border-radius: 10px;
  margin: 15px;
  margin-top: 0;
  display: none;
}

.sidebar-displayer p {
  float: right;
  color: #303030;
}

.sidebar-displayer i {
  float: left;
  color: #546E7A;
}

.sidebar-content {
  display: block;
}

.sidebar-fixed {
  border-radius: 0px;
  -webkit-box-shadow: -2px 10px 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: -2px 10px 13px 0 rgba(0, 0, 0, 0.05);
  width: 250px;
  position: fixed;
  height: 100%;
  margin-top: 0px;
}

.sidebar .logo {
  height: auto !important;
  max-width: 100%;
  width: 120px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.sidebar .avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}

.sidebar .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.sidebar .avatar .change {
  width: 100px;
  height: 100px;
  background: #00000088;
  margin-top: -100px;
  border-radius: 50%;
  color: #fff !important;
  position: absolute;
  text-align: center;
  padding-top: 38px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sidebar .avatar:hover .change {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidebar .edit {
  color: #29B6F6;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sidebar ul li {
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar ul li a {
  display: block;
  font-size: 15px;
  color: #909090;
  border-left: 3px solid #fff;
}

.sidebar ul li a i {
  float: right;
  margin-left: 15px;
}

.sidebar ul li a p {
  display: inline-block;
  margin-top: 5px;
}

.sidebar ul li a:hover p, .sidebar ul .active a p {
  color: #303030;
}

.sidebar ul li a:hover i, .sidebar ul .active a i {
  color: #546E7A;
}

.sidebar ul .active a {
  border-left: 3px solid #546E7A;
}

.sidebar ul li ul {
  display: none;
}

.sidebar ul .active ul {
  display: block;
  margin-top: 10px;
  background: #f3f3f3;
  border-radius: 0px 10px 10px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebar ul .active ul li {
  padding-right: 5px;
}

.sidebar ul .active ul li a {
  border: none;
}

.sidebar ul .active ul li a {
  color: #303030;
  padding-right: 10px;
}

.sidebar ul .active ul li a p {
  margin-top: 0px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.sidebar ul .active ul li a i {
  color: #546E7A;
  font-size: 18px;
  margin-top: 0px;
  float: right;
  margin-left: 3px;
}

.sidebar ul .active ul li a:hover p {
  padding-right: 3px;
}

.page-content {
  padding-top: 15px;
  width: calc(100% - 305px);
  float: left;
  margin-left: 15px;
}

.page-content-mobile {
  padding-top: 15px;
  width: 100% !important;
  float: none !important;
  margin-left: 0px !important;
}

.panel {
  background: #fff;
  min-height: 90px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
}

.panel p {
  color: #909090;
}

.panel > .icon {
  height: 50px;
  margin-top: 30px;
}

.panel > .title {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.panel > .title span {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border-radius: 10px;
  float: left;
  margin-top: -5px;
}

.panel > .content {
  padding: 25px;
}

.mini-panel {
  height: 90px;
  padding: 15px;
  width: 100%;
}

.mini-panel .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: right;
  margin: 5px;
  margin-left: 10px;
  text-align: center;
  padding-top: 10px;
}

.mini-panel .icon i {
  font-size: 26px;
}

.mini-panel .content {
  margin-top: 10px;
  float: right;
  padding: 0;
}

.mini-panel .content span {
  margin-top: 10px;
  display: block;
  color: #303030;
  font-size: 12px;
}

.square-panel {
  width: 150px;
  height: 150px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 10px;
}

.square-panel:hover .icon {
  height: 150px;
  width: 150px;
  padding-top: 50px;
  border-radius: 0px;
  margin-top: 0px;
}

.square-panel:hover .icon i {
  font-size: 50px;
}

.square-panel .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  padding-top: 17px;
  display: block;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.square-panel .icon i {
  font-size: 36px;
}

.square-panel .content {
  margin-top: 20px;
  float: none;
  padding: 0;
  text-align: center;
}

.square-panel img {
  width: 65px;
  height: 65px;
  display: block;
  margin: auto;
  margin-top: 15px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.square-panel:hover img {
  opacity: .7;
}

.button {
  height: 50px;
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

.button:hover {
  color: #fff;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.button-small {
  height: 40px !important;
  padding: 12px;
}

input, select,
.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--multiple {
  border-radius: 5px;
  border: 2px solid #ececec !important;
  display: block;
  min-height: 50px;
  width: 100%;
  color: #909090;
  font-size: 14px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  color: #a9a9a9;
}

::-ms-input-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a9a9a9;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a9a9a9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 40px !important;
  min-height: 40px;
  border: 1px solid #ececec !important;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  height: 40px !important;
  border: 1px solid #29B6F6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
  left: 5px !important;
}

input[type="file"] {
  top: 0;
  right: 0;
  opacity: 0;
  border: none;
  float: left;
  width: 100%;
  height: 35px;
  margin-top: -30px;
  cursor: pointer;
}

input[type="submit"] {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

textarea {
  border-radius: 5px;
  border: 2px solid #ececec;
  display: block;
  min-height: 40px;
  width: 100%;
  color: #909090;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type="checkbox"] {
  min-height: 10px;
  width: 10px;
  margin-top: 0px;
  float: right;
  margin-bottom: 25px;
}

label {
  float: right;
  margin-right: 10px;
  margin-top: 0px;
}

form .validation-span {
  margin-top: -10px !important;
  display: block !important;
}

.alert {
  min-height: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.alert .action {
  float: left;
  margin-top: -3px;
  display: block;
}

.alert .action i {
  cursor: pointer;
}

table {
  width: 100%;
}

table tr {
  height: 45px;
  border-bottom: 1px solid #ececec;
}

table th {
  color: #303030;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

table td {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  line-height: 1.4;
}

table td img {
  width: 40px;
}

.actions .action {
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 4px;
  margin: 3px;
}

.actions .action:hover {
  color: #fff;
}

.actions .action i {
  font-size: 20px;
}

.wizard {
  margin-top: 150px;
  margin-bottom: 150px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0px;
  padding-top: 8px;
  color: #909090;
}

.select2-container--default .select2-selection--single {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 13px;
  margin-left: 0;
}

.select2-dropdown {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #29B6F6;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.select2-results__option--selectable {
  height: 35px;
  padding-top: 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #29B6F6;
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  color: #29B6F6;
  background: #B2EBF2;
}

.select2-container--default .select2-selection--multiple {
  margin-top: 0;
  margin-bottom: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #29B6F6;
  -webkit-box-shadow: 0 2px 5px 0 #B2EBF2;
          box-shadow: 0 2px 5px 0 #B2EBF2;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-bottom: 10px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  height: 25px;
  color: #fff;
  background: #29B6F6;
  padding-left: 10px;
  border: none;
  border-radius: 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 10px;
  border-left: 1px solid #B2EBF2;
  height: 25px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: #B2EBF2;
  color: #29B6F6;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: left;
  font-weight: bold;
  height: 43px;
  margin-left: 15px;
  padding-right: 5px;
  font-size: 17px;
  color: #888;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}

.nothing-to-show {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.swal-button {
  background-color: #4DB6AC;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal-button:not([disabled]):hover {
  background-color: #4DB6AC;
}

.swal-button--cancel {
  background-color: #ececec;
}

.swal-button--cancel:not([disabled]):hover {
  background-color: #ececec;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pagination li {
  height: 25px;
  min-width: 25px;
  display: inline-block;
  padding-top: 5px;
  cursor: pointer;
}

.pagination li a {
  color: #fff;
}

.pagination .active {
  background: #546E7A !important;
  cursor: default;
}

.thumbnail-img {
  width: 60%;
  display: block;
  margin: auto;
}

.loading {
  width: 80px;
  height: 80px;
  margin-top: -120px;
  display: none;
  margin-right: calc(50% - 40px);
  float: right;
  position: relative;
}

.steps {
  margin-bottom: 20px;
}

.steps .line {
  height: 0px;
  border-top: 1px dashed #0072bd;
  position: absolute;
  margin: 35px;
  z-index: 1;
}

.steps .item {
  margin-right: 20px;
  margin-left: 20px;
  z-index: 99999;
  position: relative;
  text-align: center;
}

.steps .item .icon {
  height: 70px;
  width: 70px;
}

.steps .item i {
  height: 70px;
  width: 70px;
  padding-top: 20px;
  font-size: 30px;
}

.steps .item p {
  color: #909090;
  margin-top: 8px;
}

.steps .active i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.steps .item:hover p,
.steps .active p {
  color: #303030;
}

.navigator {
  margin-top: 25px;
  margin-bottom: 20px;
}

.navigator p {
  display: inline-block;
}

.navigator p, .navigator a {
  font-size: 16px;
}

.navigator span {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 2px;
}

.table-thumbnail {
    object-fit: cover;
    height: 40px;
    width: 40px;
}
/*# sourceMappingURL=dashboard.css.map */