/*
 * Materialize v0.95.2
 * ALL Right Reserved By Nexthon.com
 * For More Info Visit nexthon.com
 * Designed By: Rizwan Akram
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(materialize.min.css);
@import url(font-awesome.css);
@import url(minicolors.css);
@import url(textEditor.min.css);
@import url(fancybox.css);

:focus {
  outline: 0 !important;
}

html, body {
  background: #FFF;
  color: #313E45;
  height: 100%;
}

html {
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

html, p {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a, strong, .strong {
	font-weight: 600;
}

.bold {
  font-weight: bold;
}

em {
  font-style: italic;
}

.small, small {
  font-size: 75%;
  margin-bottom: 20px;
}

.transition {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -transition: .5s;
}

a {
  color: #fca50f;
}

ul {
  padding: 0;
  margin: 0;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -61px;
  padding: 0 0 61px;
}

/*------------------------------------------*/
/*  HEADER                                  */
/*------------------------------------------*/
.navbar {
  padding-left: 15px;
  padding-right: 15px;
}

.brand-logo img {
  width: 150px;
}

nav .brand-logo {
  margin-top: -1px;
  width: 225px;
}

.top-welcome-text {
  position: relative;
  display: flex;
  top: 6px;
}

.top-welcome-text span {
  max-width: 135px;
  min-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.welcome-block {
  font-size: 11px;
  position: absolute;
  top: -14px;
}

header .button-collapse {
  position: fixed;
  left: 0;
  top: 7px;
  float: none;
  margin-left: 1.5rem;
  color: #fff;
  font-size: 32px;
}

header nav ul {
  margin: 0;
  margin-left: 251px;
}

header nav ul a {
  font-weight: 600;
}

ul.side-nav.fixed li.logo {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

ul.side-nav.fixed li.logo:hover {
  background-color: transparent;
}

ul.side-nav.fixed {
  overflow: hidden;
  z-index: 999;
}

ul.side-nav .collapsible-header i {
  line-height: 1.5rem;
}

ul.side-nav li {
  margin: 0;
  padding: 0;
}

ul.side-nav .collapsible-body li a {
  margin: 0;
}

ul.side-nav.fixed li a {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

ul.side-nav.sidebar.fixed a {
  padding: 8px 20px;
}

ul.side-nav.fixed a:hover, ul.side-nav.fixed a:focus, ul.side-nav.fixed a:active, ul.side-nav.fixed a.active {
  color: #222 !important;
}

ul.side-nav.fixed ul.collapsible-accordion {
  background-color: #FFF;
}

ul.side-nav.fixed:hover {
  overflow-y: auto;
}

.dropdown-content i {
  font-size: 16px !important;
}

ul#topdropdown {
  min-width: 170px !important;
  height: auto !important;
}

ul.top-ticket-media {
  min-width: 320px !important;
  height: auto !important;
}

ul.top-ticket-media .media-right-btn,
a.topdropdown {
  display: flex !important;
}

ul.top-ticket-media .script-name {
  font-weight: 400;
  font-size: 11px;
}

ul.top-ticket-media .script-name,
ul.top-ticket-media a.media-heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  display: block;
}

ul.top-ticket-media li {
  padding: 12px;
  border-bottom: 1px solid #EEE;
}

ul.top-ticket-media .media .btn-floating i {
  line-height: 27px;
}

ul.top-ticket-media .media-right-btn a.btn-floating {
  width: 27px;
  height: 27px;
}

.dropdown-content li {
  font-size: 13px;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: #313E45;
  font-weight: 400;
}

.dropdown-content li>a:hover,
.dropdown-content li>span:hover {
  color: #222;
}

#sidenav-overlay {
  background-color: transparent;
}

/*------------------------------------------*/
/*  FOOTER                                  */
/*------------------------------------------*/
footer {
  z-index: 99;
  min-height: 60px;
  line-height: 60px;
  padding: 0 15px;
  border-top: 1px solid #EBEBEB;
  position: relative;
  width: 100%;
}

footer img {
  width: 160px;
  position: relative;
  top: 5px;
  left: 5px;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  float: left;
}

footer ul li a {
  padding-right: 15px;
}

.horizontal-scrollbar {
  white-space: nowrap;
  border: none;
  width: 100%;
  margin: 10px 0;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.horizontal-scrollbar::-webkit-scrollbar {
  height: 6px;
}

.horizontal-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}

.horizontal-scrollbar::-webkit-scrollbar-thumb {
  background-color: #CCC;
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (min-width: 1200px) {
  .l6.t-c-rfaq {
    text-align: right;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .l6.t-c-rfaq,
  .l6.t-i-s {
    width: 100% !important;
  }
}

@media (min-width: 993px) {
  main {
    padding-left: 240px;
  }

  footer {
    padding-left: 260px;
  }

  ul.side-nav.fixed {
    margin-top: 64px;
  }

  ul.side-nav {
    height: calc(100% - 64px);
  }
}

@media (max-width: 992px) {
  header .button-collapse {
    z-index: 999;
  }
  
  ul.side-nav {
    height: calc(100% - 0px);
  }
}

@media (max-width: 700px) {
  .hide-on-700 {
    display: none;
  }
}

@media (min-width: 601px) {
   ul#topdropdown,
   ul.top-ticket-media {
	top: 64px !important;
   }

  .mybadge {
    font-size: 0.8rem;
  }

  .ticket-media .ticket-box {
    padding: 12px 15px;
  }

  .ticket-media .ticket-box p {
    margin-bottom: 0px;
  }

  h6.media-heading {
    font-size: 15px !important;
    line-height: 1.5;
    cursor: pointer;
  }

  .ticket-media .media-left img,
  .systemset .media-left img,
  .accountset .media-left img {
    width: 55px !important;
    height: 55px !important;
  }

  .profileset .media-left img,
  .ticketview .media-left img {
    width: 74px !important;
    height: 74px !important;
  }

  .media-right-btn a.btn-floating,
  .product-table a.btn-floating {
    width: 30px;
    height: 30px;
  }

  .media .btn-floating i,
  .media-right-btn a.btn-floating,
  .product-table .btn-floating i,
  .product-table a.btn-floating {
    line-height: 30px;
  }

  .media-right-btn i,
  .product-table i {
    font-size: 14px;
  }

  #nav-mobile {
    top: 64px;
  }

  .ticketview .media-pic {
    padding-right: 35px;
    text-align: center;
  }

  .ticketview td {
    padding: 15px 20px 15px 30px;
  }

  .verified-pur,
  .ticket-info {
    height: 210px;
  }

  .ticketview .ticket-info-strip span {
    display: inline-block;
    border-right: 1px solid #C5C5C5;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 14px;
  }

  .brand-logo img {
    padding: 9px 0;
  }
}

@media (max-width: 600px) {
  .brand-logo img {
    padding: 4px 0;
  }

  .archive .col.s6 {
    width: 100%;
    margin-bottom: 10px; 
  }

  .pagination {
    text-align: center;
  }

  .ticketview .ticket-info-strip {
    width: 100%;
  }

  .ticketview .ticket-info-strip span {
    display: block;
    border-right: none;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .ticketview .t-c-rfaq .product-table {
    text-align: center;
  }

  .modal .modal-footer .btn {
    width: 100%;
    margin: 3px 0 !important;
  }

  .ticketview h5 {
    font-size: 16px;
  }

  ul.tabs-menu li,
  ul.tabs-menu li a {
    width: 100% !important;
  }

  ul#topdropdown,
  ul.top-ticket-media {
    top: 56px !important;
  }

  .verified-pur p a,
  .verified-pur p a {
    display: block;
  }

  .verified-pur,
  .ticket-info {
    min-height: 210px;
  }

  .mybadge {
    font-size: 0.6rem;
  }

  .ticket-media .media-left,
  .ticket-media .media-body,
  .ticketview .media-left {
    display: inline;
    text-align: center;
  }

  .ticketview .media-body {
    display: inline;
  }

  .ticket-media .media-left img,
  .ticketview .media-left img {
    margin: 0 auto;
  }

  .ticket-media .media-right,
  .ticketview .media-right {
    display: table;
    margin: 10px auto;
  }

  .ticketview .media-right-btn {
    opacity: 1 !important;
  }

  .ticket-media .ticket-box {
    padding-bottom: 12px;
  }

  .ticket-media .ticket-box p {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  h6.media-heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .media-left img {
    width: 60px !important;
    height: 60px !important;
  }

  .media-right-btn a.btn-floating,
  .product-table a.btn-floating  {
    width: 27px;
    height: 27px;
  }

  .media .btn-floating i,
  .media-right-btn a.btn-floating,
  .product-table .btn-floating i,
  .product-table a.btn-floating  {
    line-height: 28px;
  }

  .media-right-btn i,
  .product-table i {
    font-size: 12px;
  }

  .ticket-media p.secondary-text-color {
    font-size: 12px !important;
  }

  #nav-mobile {
    top: 56px;
  }

  .modal {
    width: 90% !important;
  }

  footer {
    text-align: center;
    line-height: 30px;
    padding: 10px 15px;
  }

  footer .left,
  footer .right {
    float: none !important;
  }

  .ticketview .media-body p.media-footer {
    margin-bottom: 20px !important;
  }
}

/*------------------------------------------*/
/*  PALETTE                                 */
/*------------------------------------------*/
.dark-primary-color {
  background: #313E45 !important;
}

.default-primary-color {
  background: #2196F3 !important;
}

.light-primary-color {
  background: #F2F2F2 !important;
}

.text-primary-color {
  color: #FFFFFF !important;
}

.accent-color {
  background: #CDDC39 !important;
}

.primary-text-color {
  color: #313E45 !important;
}

.secondary-text-color {
  color: #999 !important;
}

.divider-color {
  border-color: #B6B6B6 !important;
}

.parrot {
  background-color: #9DC94A !important;
}

.parrot:hover {
  background-color: #AFDB5C !important;
}

/*------------------------------------------*/
/*  MATERIALIZE                             */
/*------------------------------------------*/
.modal {
  background-color: #FFF;
  max-height: 80%;
}

.modal .modal-footer {
  background-color: #eee;
  padding: 4px 8px;
  height: auto;
  overflow: auto;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  margin: 7.4px 2px;
}

.card-panel {
  padding: 8px 15px;
}

.card-panel h4 {
  font-size: 20px;
  padding: 0;
  margin: 0;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
  border-bottom: 1px solid #EBEBEB;
}

table.bordered tr, thead {
  border-bottom: 1px solid #EBEBEB;
}

th {
  text-transform: uppercase;
}

td, th {
  border-radius: 0;
  padding: 15px;
}

i.left {
  margin-right: 5px;
}

i.right {
  margin-left: 5px;
}

/* label color */
.input-field label {
  color: #999;
}
/* label focus color */
.input-field input:focus+label {
  color: #555 !important;
}
/* label underline focus color */
.input-field input:focus {
  border-bottom: 1px solid #CDDC39;
  box-shadow: 0 1px 0 0 #CDDC39;
}
/* valid color */
.input-field input.valid {
  border-bottom: 1px solid #CDDC39;
  box-shadow: 0 1px 0 0 #CDDC39;
}
/* invalid color */
.input-field input.invalid {
  border-bottom: 1px solid #CDDC39;
  box-shadow: 0 1px 0 0 #CDDC39;
}
/* icon prefix focus color */
.input-field .prefix.active {
  color: #CDDC39;
}

.input-field .prefix ~ label {
  margin-left: 2.3rem;
}

input.file-path {
  visibility: visible;
  margin-left: 138px !important;
}

[type="checkbox"]:checked+label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #313E45;
}

[type="radio"].with-gap:checked+label:before {
  border: 2px solid #CDDC39;
}

[type="radio"].with-gap:checked+label:after {
  border: 2px solid #CDDC39;
  background-color: #313E45;
}

/*------------------------------------------*/
/*  HOME                                    */
/*------------------------------------------*/
.yt-card {
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 2px;
}

.box {
  padding: 12px;
  overflow: auto;
}

.boxtop0 {
  padding: 0 12px 12px;
}

.boxbtm0 {
  padding: 12px 12px 0;
}

.boxtopbtm0 {
  padding: 0 12px;
}

.boxleftright0 {
  padding: 12px 0;
}

.scrollToTop {
  color: #F0F0F0;
  font-size: 40px;
  position: fixed;
  bottom: 8px;
  right: 7px;
  margin-bottom: 35px;
  z-index: 99999;
  text-shadow: 0px -1px 1px #B6B6B6;
  display: none;
}

header .mybadge,
.sidebar .mybadge {
  border-radius: 30px;
}

.mybadge {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-clip: padding-box;
  padding:1px 5px 2px;
  cursor: pointer;
}

.btn-block {
  width: 100% !important;
}

.no-hover:hover {
  background-color: transparent !important;
}

.no-padding {
  padding: 0 !important;
}

.padding0-20 {
  padding: 0 20px !important;
}

.froala-box {
  margin: 0 !important;
}

.zero-auto {
  margin: 0 auto !important;
}

.mtop10 {
  margin-top: 10px !important;
}

.mbtm35 {
  margin-bottom: 35px;
}

.radius15 {
  border-radius: 15px;
}

.errorMessage {
  margin-bottom: 10px;
  margin-top: -10px;
}

/*PAAGINATION*/
.pagination {
  cursor: default;
}

.pagination a {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 4px;
  background: #F2F2F2;
  font-size: .875em;
  color: #717171;
  font-weight: 600;
  cursor: pointer;
}

.pagination a:hover {
  background: #9DC94A;
  color: #f0f0f0;
}

.pagination a.active {
  background: #313E45;
  color: #f0f0f0;
}
/*PAAGINATION*/

/*TABS*/
ul.tabs-menu li {
  width: auto;
  float: left;
  padding: 0px;
  margin: 0px 3px;
}

ul.tabs-menu li a {
  background: #F9F9F9;
  font-size: 11px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
  line-height: 2rem;
  padding: 4px 12px 3px;
  text-transform: uppercase;
}

ul.tabs-menu li a:hover,
ul.tabs-menu li a:focus,
ul.tabs-menu li a:active,
ul.tabs-menu li a.active {
  background-color: #F9F9F9;
  text-transform: uppercase;
  color: #222 !important;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

ul.tabs-menu i {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 0.4rem;
}

/*LOGIN FORM*/
.loginForm h6 {
  font-size: 16px;
  margin: 0;
}

.loginForm p {
  line-height: 22px;
  margin: 0;
}

ul.side-nav.loginForm.fixed a {
  padding: 0 20px 17px;
}

ul.side-nav.loginForm.fixed .input-field {
  margin: 0;
}

ul.side-nav.loginForm.fixed input[type=email] {
  margin-bottom: 12px;
}
/*TABS*/


/*ALERTS*/
.alert {
  padding: 15px;
  margin: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #FFF;
}

.alert-error {
  background: #DB5555;
}

.alert-success {
  background: #27AE9A;
}

.alert-warning {
  background: #F5C138;
}

.alert-info {
  background: #4C9CC7;
}
/*ALERTS*/


/*BUTTONS*/
.btn {
  font-size: 12px;
  padding: 0 12px;
  margin-left: 1.5px;
  margin-right: 1.5px;
  height: 33px;
  line-height: 34px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  margin-bottom: 0;
}

.btn-floating, .btn-floating:hover, .btn-floating:focus, .btn-floating:active,
.btn:hover, .btn:focus, .btn:active  {
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

.btn-white {
  background-color: #fff;
  color: #444;
  margin-left: 1px;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #FFF;
  color: #222;
}

.btn-submit {
  color: #F9F9F9;
  background-color: #313E45;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
  background-color: #485861;
}

/*BUTTONS*/


/*MEDIA*/
.media-object {
  display: block;
}

.media-heading {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  display: table;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media>.pull-left {
  padding-right: 10px;
}

.media-right, .media>.pull-right {
  padding-left: 10px;
}

.media img {
  display: block;
  position: relative;
}
/*MEDIA*/
.faqs .divider {
  height: 2px;
}

.faqs h6 {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.faqs p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  cursor: pointer;
}

.ticketview .product-table a.btn-floating {
  position: relative;
  top: 10px;
  left: 12px;
  margin-left: 3px;
}

.systemset .media, .systemset .media-body,
.accountset .media, .accountset .media-body {
  width: auto;
}

.systemset .media-body p,
.accountset .media-body p {
  font-size: 11px;
  margin: 0;
  cursor: pointer;
}

.systemset p.orange-text:hover,
.accountset p.orange-text:hover {
  text-decoration: underline;
  color: #333 !important;
}

.systemset .product-table a.btn-floating,
.accountset .product-table a.btn-floating {
  margin-left: 2px;
}

.profileset h6,.systemset h6,.accountset h6, .archive h6, .submitticket h6,#modal h6 {
  font-size: 16px;
}

.profileset .accountsetting p.secondary-text-color {
  margin: 2px 0 0;
}

.ticket-media .ticket-box {
  border-bottom: 2px solid #EBEBEB;
}

.ticket-media ul li {
  padding: 1px;
}

.ticket-media .media-right-btn,
.ticket-media .media-left a,
.ticketview .media-right-btn {
  display: flex;
}

.ticket-media .media-right-btn a.btn-floating,
.ticketview .media-right-btn a.btn-floating,
ul.top-ticket-media .media-right-btn a.btn-floating {
  margin: 0 3px;
}

.ticket-media .media-left {
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}

.ticket-media .media:hover,
.accountset .media:hover,
.systemset .media:hover {
  cursor: pointer;
}

.ticket-media .media:hover .media-left {
  filter: none !important;
}

.ticket-media .media:hover h6.media-heading,
.faqs h6:hover {
  color: #fca50f !important;
}

.ticketview .media-heading p {
  font-size: 14px;
}

.ticketview .media-body p.media-footer {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 20px;
}

.ticketview .media-body a,
.ticketview .media-pic p {
  margin: 0;
  font-size: 11px;
}

.ticketview .media-body a {
  font-size: 13px;
  word-break: break-all;
}

.ticketview .ticket-info-strip {
  padding: 9px 12px;
  display: inline-block;
  font-size: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  margin-top: 8px;
  margin-bottom: 20px;
}

.ticketview .ticket-info-strip span:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.ticketview .media-right-btn {
  opacity: 0;
}

.ticketview .mbtm35 table tbody tr:hover .media-right-btn {
  opacity: 1;
}

.ticketview .attach-img {
  max-width: 100%;
}

.verified-pur span,
.ticket-info span {
  display: inherit;
  line-height: 1.6pc;
}

.verified-pur {
  background: #f4fde4;
  border: 1px solid #E5F7C6;
}

.verified-pur i,
.verified-pur span a {
  color: #CDDC39;
}

.ticket-info {
  background: #F1F1F1;
  border: 1px solid #EBECEA;
}

.ticket-info i,
.ticket-info p a {
  color: #ff9800;
}

.file-attachments {
  position: relative;
  margin: 15px;
  padding: 12px 14px 12px 20px;
  background-color: #FFF;
  border-radius: 2px;
}

.file-attachments .paperclip {
  display: block;
  position: absolute;
  top: 8px;
  left: -11px;
  background: url('../images/attach.png') no-repeat;
  width: 19px;
  height: 22px;
}

#createfaq.modal,
#editfaq.modal {
  width: 77%;
}

.btn-block {
  width: 100%;
  display: block;
}