@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

@media print {
  header {
    display: none;
  }
  .print-hide {
    display: none;
  }
  .container {
    padding: 0 !important;
  }
}

.table-container {
  overflow-x: auto;
}

.pagination {
  display: block;
  margin: 20px 0;
}

.pagination .pgn-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.pagination .pgn-btn {
  background: #ffffff;
  color: inherit;
  border: 0;
  padding: 5px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.setup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
}

.setup.active {
  display: block;
}

.setup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.setup h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
  color: #000;
  margin: 0 0 10px 0;
}

.setup p {
  line-height: 180%;
}

.setup .btn-setup {
  background: #1538b3;
  color: #ffffff;
  border: 0;
  padding: 12px 30px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.setup .btn-next {
  margin-top: 30px;
}

.app {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.app .icon {
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
  padding: 60px 0;
  border-radius: 8px;
  margin-bottom: 3px;
}

.app .icon img {
  width: 30%;
  height: auto;
}

.app h3 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 11px 0 8px 0;
}

.app p {
  text-align: justify;
}

.app .actions {
  margin-top: 8px;
}

.app .price {
  font-size: 18px;
  padding-top: 4px;
}

.app .btn {
  padding: 5px 10px;
}

.dashboard h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.chart-wrap {
  margin-top: 30px;
}

.tabs .tab {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 600;
}

.tabs .tab.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 3;
  background: #fff;
  margin-bottom: -1px;
  cursor: default;
}

.tabs .tab-content {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  z-index: 2;
}

.tabs .tab-content.active {
  display: block;
}

.fancybox-slide--iframe .fancybox-content {
	height : 600px !important;
	max-height : 80%;
	margin: 0;
}

.image-preview {
  margin-bottom: 15px;
}

.image-preview img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

header {
  color: #ffffff;
  background: #133ab3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header .top {
  color: #ffffff;
  padding: 15px;
}

header .logo {
  font-weight: 600;
  margin-right: 20px;
}

header .menu {
  display: block;
}

header .menu .badge, .slicknav_menu .badge {
  display: inline-block;
  vertical-align: middle;
  background: #fa002f;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 10px;
  margin-top: -3px;
}

header .menu > li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  position: relative;
}

header .menu > li > a {
  display: block;
  padding: 14px 12px;
  color: inherit;
  text-decoration: none;
}

header .menu > li > a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  font-size: 18px;
  margin-right: 5px;
}

header .menu > li:hover, header .menu > li:hover a {

}

header .menu > li:hover > ul {
  display: block;
}

header .menu > li > ul {
  display: none;
  position: absolute;
  background: #ffffff;
  top: 52px;
  box-shadow: 0 3px 5px -2px rgba(0,0,0,0.2);
  z-index: 99;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 0 1px 1px 1px;
}

header .menu > li > ul > li {
  list-style: none;
  min-width: 150px;
}

header .menu > li > ul > li > a {
  display: block;
  padding: 4px 15px;
  color: #85858e;
  text-decoration: none;
}

header .menu > li > ul > li:hover {
  background: rgba(0, 0, 0, 0.03);
}

header .menu > li > ul > li.divider {
  height: 1px;
  padding: 0;
  background: rgba(0, 0, 0, 0.05);
}

/* GENERAL */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*, ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  font-size: 15px;
  color: #575a5d;
  background: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  position: relative;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.container {
  width: 98%;
  margin: auto;
}

::-webkit-scrollbar {
  width: 10px;
  height:8px;
  background:#eee;
}

::-webkit-scrollbar-button {
  width: 8px;
  height:8px;
}

::-webkit-scrollbar-track {
  background:#eee;
  border: none;
  box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
  background:#BDBDBD;
  border: none;
  border-radius:15px;
}

::-webkit-scrollbar-thumb:hover {
  background:#CCCCCC;
}

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

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

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

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

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

.text-bold {
  font-weight: 400;
}

.text-big {
  font-size: 30px;
}

h1 {
  font-size: 29px;
  font-weight: 500;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

.modal {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow-y: auto;
  z-index: 201;
}

.modal-dialog {
  background: #fff;
  border-radius: 8px;
  width: 70%;
  margin: 100px auto 100px auto;
  border: 3px solid #dfe1e6;
}

.modal-small {
  width: 300px;
}

.modal-dialog.dialog-small {
  width: 40%;
}

.modal-header {
  font-size: 20px;
  padding: 15px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../images/close.svg');
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.modal-content {
  padding: 0px 15px 15px 15px;
  position: relative;
}

.modal-footer {
  padding: 10px 0px 0px 15px;
  position: relative;
}

.form label {
  display: block;
  color: #6B778C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333333333333333;
  padding: 20px 0px 4px 0px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="number"], .form input[type="password"], .form textarea, .form select {
  -webkit-appearance: none;
  background: #f7f8f9;
  width: 100%;
  border: 1px solid #f4f5f7;
  padding: 6px 11px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="date"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form textarea:focus, .form select:focus {
  border: 2px solid #4C9AFF;
  background-color: #FFFFFF;
  outline: 0;
  padding: 5px 10px;
}

.form input[type="text"], .form input[type="email"], .form input[type="date"], .form input[type="number"], .form input[type="password"], .form select {
  height: 35px;
}

.form .vrr {
  border-color: #ff3700 !important;
}

.form .form-error {
  font-weight: bold;
  color: #ff3700;
  font-size: 10px;
  height: 10px;
}

.info-group {
  margin-bottom: 15px;
}

.info-group label {
  display: block;
  color: #6B778C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3333333333333333;
  padding: 20px 0px 4px 0px;
}

.login {
  padding-top: 100px;
}

.login h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.bg-danger, .message-danger {
  background: #FF5630;
  color: #fff;
}

.bg-warning, .message-warning {
  background: #FFAB00;
  color: #fff;
}

.bg-success, .message-success {
  background: #36B37E;
  color: #fff;
}

.bg-info, .message-info {
  background: #00B8D9;
  color: #fff;
}

.bg-primary, .message-primary {
  background: #6554C0;
  color: #fff;
}

.message {
  display: block;
  margin: 15px 0;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.message a {
  color: inherit;
  text-decoration: underline;
}

.btn {
  background: #133ab3;
  color: #ffffff;
  border: 0;
  padding: 6px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.btn-delete-disabled {
  opacity: 0.4;
  cursor: pointer;
}

.btn-danger {
  background: #FF5630;
}

.btn-warning {
  background: #FFAB00;
}

.btn-success {
  background: #36B37E;
}

.btn-info {
  background: #00B8D9;
}

.btn-primary {
  background: #6554C0;
}

.btn-disabled {
  background: #f5f6f8;
  color: #A5ADBA;
}

.btn.btn-sm {
  padding: 2px 5px 1px 5px;
  font-size: 12px;
}

.btn:hover, .btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-blank {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.btn-blank:hover, .btn-blank:focus {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.btn-dropdown:after {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f2f9";
  padding: 0 5px;
}

.btn-dropdown {
  position: relative;
}

.btn-dropdown:hover ul {
  display: block;
}

.btn-dropdown ul {
  display: none;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  color: #85858e;
  top: 100%;
  right: 0;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  padding: 3px 0;
  z-index: 100;
}

.btn-dropdown ul li {
  list-style: none;
}

.btn-dropdown ul li a {
  display: block;
  padding: 8px 10px;
  min-width: 170px;
  color: inherit;
  text-decoration: none;
}

.btn-dropdown ul li:hover a {
  background: #F4F5F7;
}

.heading {
  margin-bottom: 20px;
}

.heading h2 {
}

.heading .bradcrumbs {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #6B778C;
}

.heading .pull-right {
  margin-top: 8px;
}

.heading .btn {
  margin-right: 10px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  border-bottom: 2px solid #dfe1e6;
  background: white;
}

.table thead {
  border-top: 2px solid #dfe1e6;
  border-bottom: 2px solid #dfe1e6;
  background: #F4F5F7;
}

.table tfoot {
  border-top: 2px solid #dfe1e6;
}

.table th {
  font-weight: 600;
}

.table th, .table td {
  padding: 8px 10px;
  text-align: left;
}

.table tbody tr:hover {
  background: #F4F5F7;
}

.tr-link {
  cursor: pointer;
}

.table-input input {
  margin-bottom: 0 !important;
}

.table-dynamic td {
  padding: 0;
  text-align: center;
}

.table-dynamic input, .table-dynamic select {
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: inherit !important;
  border: 0 !important;
  width: 100%;
  padding: 6px 10px;
}

.table-dynamic input:focus, .table-dynamic select:focus {
  background: #F4F5F7 !important;
}

.table-dynamic td {
  border: 2px solid #dfe1e6;
}

.table-dynamic tr.error td {
  background: rgba(255, 20, 7, 0.1)
}
.card {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #dfe1e6;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}

.card:hover {
  background: #F4F5F7;
}

.card.no-hover:hover {
  background: inherit;
}

.card .title {
  font-size: 20px;
}

.card .data {
  display: block;
  width: 100%;
  font-size: 11px;
  margin: 3px 0;
}

.card .card-actions {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}

.card .card-actions i {
  margin-left: 15px;
}

/* TASK */
.task {
  padding: 0px !important;
  background: #fff !important;
  border: 0 !important;
  cursor: pointer;
}

.fc-listDay-view .task {
  padding: 0px !important;
  background: #fff !important;
  border: 0 !important;
}

.fc-listDay-view .task .task-wrap {
  margin: 5px 5px 5px 5px;
}

.task .task-wrap {
  padding: 5px;
  border-radius: 3px;
}

.task.pending .task-wrap, .color.pending, .data-label.pending , .move-to.pending {
  background: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}

.task.requested .task-wrap, .color.requested, .data-label.requested {
  background: #2c3e50;
  border-color: #2c3e50;
  color: #fff;
}

.task.received .task-wrap, .color.received, .data-label.received {
  background: #8e44ad;
  border-color: #8e44ad;
  color: #fff;
}

.task.progress .task-wrap, .color.progress, .data-label.progress, .move-to.progress {
  background: #f1c40f;
  border-color: #f1c40f;
  color: #fff;
}

.task.completed .task-wrap, .color.completed, .data-label.completed, .move-to.completed {
  background: #16a085;
  border-color: #16a085;
  color: #fff;
}

.task span.client {
  display: block;
  font-size: 11px;
}

.task span.company {
  display: block;
  font-size: 11px;
}

.task span.content {
  display: block;
  font-size: 14px;
}

.task span.user {
  display: block;
  font-size: 11px;
  font-style: italic;
}

.move-to-wrap {
  margin-top: 15px;
}

.move-to-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.move-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.activity li {
  list-style: none;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.05);
  padding: 3px 20px;
  margin-bottom: 10px;
  font-size: 11px;
}

.activity li:last-of-type {
  margin-bottom: 0px;
}

.ledgends {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.ledgends .ledgend {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.ledgends .ledgend .color {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}

#task_slide {
  position: fixed;
  right: -310px;
  top: 0;
  bottom: 0;
  z-index: 199;
  background: #fff;
  padding: 20px;
  width: 300px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  overflow: auto;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

#task_slide h2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 20px;
}

#task_slide .task {
  margin: 0 0 10px 0;
}

#task_slide .task_header {
  position: relative;
}

#task_slide .task_slide_close {
  position: absolute;
  top: -3px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}

#task_slide.active {
  right: 0;
}

#task_slide.active .task_slide_close {
  right: 0;
}

/* END TASK */


/* START TYPEHEAD */

.twitter-typeahead {
  float:left;
  width:100%
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 322px;
  margin-top: 4px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #133ab3;
}

.twitter-typeahead .tt-title {
  font-weight: bold;
  display: block;
}

.twitter-typeahead .tt-data {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}
/* END TYPEHEAD */

.slicknav_menu {
    display:none ;
}

.slicknav_menu .pull-right {
  float: none !important;
}
.slicknav_menu .icon {
  margin-right: 15px;
}

@media screen and (max-width: 666px) {
    .menu {
        display:none !important;
    }

    .slicknav_menu {
        display:block !important;
    }
    
    .modal-dialog {
      width: 95% !important;
    }
}
