/* Custom */
.card {
/*     display: inline-block; */
border: 0px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.card:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


div#container-fluid div#container {
    margin-top: 50px;
}

#container .card-deck .card {
    border-radius: 3.25rem;
    background-color: #ffffff;
	/* box-shadow: 10px 5px 5px #0000003d; */
	box-shadow: 10px 5px 5px #BEC8EC, -5px -2px 5px 5px #EFEFEF;
}

#container .card-deck {
    width: 600px;
    height: 300px;
    align-content: center;
	margin: 0 auto; 
	float: none;  
	margin-bottom: 10px;  
}

#container .card-deck .card .card-icon {
    color: #B0A8F9;
}

#container .card-deck .card h5.card-title {
    font-size: 22px;
	color: #3a27c6;
	margin: 5px;
}

a.btn.card-link {
    margin: 5px;
}

div#container .card-body .card-icon {
    height: 120px;
}

#container .card-deck .card a.card-link {
    /*color: #3d54b2;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 15px;
    width: 200px !important;
    max-width: 200px !important;
    -webkit-box-shadow: inset 6px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 30px #00f;
    box-shadow: inset 6px 0px 10px 1px rgba(0, 0, 0, 0.5);*/
	    border-bottom: 0px;
}

#container .card-deck .card .card-icon i.fas.fa-file-alt {
    font-size:80px;
}

#container .card-deck .card .card-icon i.fa.fa-money-check {
    font-size:70px;
}

#container .card-deck .card a.card-link:hover {
    color: #ffc107;
}

ul li a:hover {
    color: #ffc107 !important;
    border-bottom: 4px solid #ffc107;
    border-radius: 3px;
}

input.btn.btn-primary.btn-sm {
    color: black !important;
}

input.btn.btn-secondary.btn-sm.type\= {
    color: black!important;
}

input.btn.btn-danger.btn-sm {
    color: black!important;
}

li.nav-item.dropdown.show .dropdown-menu.show {
    margin-left: -85px;
}

.rtl li.nav-item.dropdown.show .dropdown-menu.show {
    margin-left: 0px;
}

li.dropdown.show .dropdown-menu.show a {
    text-align: right;
}

.rtl li.dropdown.show .dropdown-menu.show a {
    text-align: left;
}

/* langue toggle */

.custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: blue;
  border-color: white;
  border: 2px solid #fff;
  border-radius: 10px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: blue;
    border: 2px solid #fff;
    border-radius: 10px;
}
label.custom-control-label::before,
label.custom-control-label::after {
  height: 21px;
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2.5px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 1px);
    height: calc(1rem - 1px);
    background-color: #fed74a;
    border-radius: 0.5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
label.btntoggle {
    color: white;
    font-weight: 600;
    margin-top: 25px;
    position: absolute;
    width: 50px;
    margin-left: -40px;
    font-size: 14px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fed74a;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.50rem);
    transform: translateX(1.50rem);
}
.custom-switch .custom-control-label::before {
    width: 44px;
}


@media screen and (max-width: 600px) {
  li.nav-item {
    width: 100%;
    border-bottom: 0px solid #777;
  }
  .sidebar {
    width: auto !important;
    margin: auto !important;
  }
}

a.nav-link.link-dark.px-2 {
    border-bottom: 4px solid #fff0;
}

a.nav-link.link-dark.px-2:hover {
    border-bottom: 4px solid #ffc107;
}


ul.nav {
  margin-top: 0;
}
.navbar a {
  color: #fff !important;
}
.qns {
  padding-bottom: 10px;
}
.qns a {
  font-size: 18px;
  padding-bottom: 10px;
  text-decoration: none;
}
.qns a:hover {
  text-decoration: none;
  border: none;
}
div#breadcrumbs {
  background: #eee;
  padding: 5px;
}
div#breadcrumbs a {
  padding: 10px;
  font-family: "Droid Serif", serif;
  font-style: italic;
  text-align: center;
}
div#breadcrumbs a:hover {
  border: none;
}
.card.new-ticket {
  padding: 60px;
  border: none;
}
.card.new-ticket h4 {
}

a.btn.btn-primary {
  background: #353b65;
  border-radius: 0;
  border: none;
}
.btn {
    width: auto !important;
}
.featured-qns ul li {
  /* width:50%; */
  /* float:left; */
}
.featured-block {
  /* padding: 40px 40px 70px; */
}
.featured-block a {
  color: #353b65;
}
h4.popular-header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #353b65;
  text-align: center;
}
.widget-top {
  padding: 40px 0 0;
  max-width: 900px;
  margin: 0 auto;
}
.widget-top h4 {
  padding: 10px 0 0;
}
.widget-top ul {
  /* max-width: fit-content; */
  margin: 0 auto;
  width: 100%;
}
.widget-top ul li {
  list-style: none;
  padding: 5px;
  font-size: 16px;
}
.widget-top ul li a {
  color: #353b65;
}
.widget-top ul li a:hover {
}
.widget-top p {
  text-align: center;
  padding: 5px
}
ul.nav.pull-right {
  float: right;
}

ul.nav.pull-left {
  float: left;
}
.search-area.container {
  padding: 30px 0;
}
.card-link:hover {
  text-decoration: none;
  font-weight: bold;
}

.card-icon {
  font-size: 60px;
  color: #3D54B2;
  padding-bottom: 20px;
}
.card {
    background-color: #FED000;
}
h5.card-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #3D54B2;
}
.card-body {
  /* border: 1px solid #6e75af66; */
}
a.card-link {
  color: #3d54b2;
  font-size: 1rem;
    font-weight: 600;
}
div#nav-wrapper {
  background: #0473aa;
  color: #fff;
}
div#nav-wrapper a {
  color: #fff;
}

div#nav-wrapper {
  background: #353b65;
  color: #fff;
}
div#nav-wrapper .nav {
  padding: 0;
  margin: 0;
}
div#nav-wrapper li {
  padding: 5px;
  max-height: 45px;
}

div#nav-wrapper a {
  color: #fff;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p.card-text {
  font-size: 13px;
  color: #3d54b2;
      font-size: 1rem;
    font-weight: 600;
}

h3.featured-header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #353b65;
  text-align: center;
}
p.featured-tag-line {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #353b65;
  text-align: center;
}
/* Header - Search ---------------------------------------------------------------------------------------------------*/

.search-area-wrapper {
  background: #353b65;
  background-size: 100%;
  min-height: 279px;
  height: auto !important;
  height: 279px;
}

.search-area-wrapper .search-area {
  padding: 50px 0;
}

.search-area-theme-option {
  background-size: cover;
  background-position: center;
}

h3.search-header {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  text-align: center;
}

p.search-tag-line {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

form.search-form {
  margin: 40px 0 0;
  text-align: center;
}

form.search-form .input-common,
form.search-form input.search-term,
form.search-form input.search-btn {
  font-family: "Open Sans", sans-serif;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  border: none;
  vertical-align: bottom;
}

form.search-form input.search-term {
  font-size: 14px;
  /* height: 24px; */
  line-height: 24px;
  padding: 12px;
  width: 72%;
  color: #858c91;
  margin-right: 10px;
  margin-bottom: 0;
}

form.search-form input.search-term.loading {
  background-image: url("../images/search-loader.gif");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

input.search-btn {
  background-color: #3f4b55;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  padding: 14px 30px 15px;
  color: #fff;
}

form.search-form input.search-btn:hover {
  background-color: #4b5760;
}

#search-error-container label {
  color: #fff;
  padding: 5px;
  font-size: 14px;
}

.lt-ie8 form.search-form input.search-btn {
  padding-top: 12px;
  padding-bottom: 13px;
}


/* Custom Ends */


html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	background-color: #e5e9f5;
  margin: 0;
  font-size: 14px;
  line-height: 1.231;
  padding: 0;
}
body,
input,
select,
textarea {
  font-family: "Helvetica Neue", sans-serif;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
img {
  border: 0;
  vertical-align: middle;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input,
select,
textarea {
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
input {
  line-height: normal;
  *overflow: visible;
}

input#captcha {
    *: ;
    width: auto !important;
    margin: -18px 0px 0px 0px !important;
}

table input {
  *overflow: auto;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: normal;
  min-width: 120px;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Typography */
a,
.link {
  color: #353b65;
  text-decoration: none;
  display: inline;
  margin-bottom: 1px;
}
a:hover,
.link:hover {
  border-bottom: 1px dotted #353b65;
  margin-bottom: 0;
  cursor: pointer;
}
h1 {
  color: #353b65;
  font-weight: normal;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 25px;
  width: 100%;
}
h3 {
  font-size: 16px;
}
h2,
.subject {
  font-size: 5vw;
    color: black;
    font-weight: 800;
}

/*header slider*/

.xm-service-head {
    color: white;
    /* margin-top: 60px; */
}

.search-area.container h2 {
    color: #3a27c6;
	text-align: center;
	font-size: 2.4vw;
    font-weight: 800;
}

h1.titre1 {
    color: #3a27c6;
    text-align: center;
    font-size: 2.4vw;
    font-weight: 800;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

p.text {
    text-align: center;
    font-weight: bold;
    color: #294c67;
    padding: 15px;
    margin-bottom: 35px;
}

form#ticketForm .row .col-md-12.col-sm-12 h3 {
    text-align:center;
    font-size: 24px;
    font-weight: 600 !important;
}

form#ticketForm label span, form#ticketForm label, form#ticketForm label b {
    font-size:20px;
    font-weight: 600;
    color:#294c67;
}

form#ticketForm font.error.w-100.mx-3,form#ticketForm span.error.w-100.mx-3 {
    font-size:18px;
    font-weight: 500;
    color:red;
}

#ticketForm label input ,#ticketForm label select {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #294c67 !important;
}

#ticketForm .redactor-box.redactor-styles-on.redactor-toolbar-on.redactor-blur {
    border-radius: 20px;
    border: 1px solid #aaaaaa4f;
}

#ticketForm .redactor-styles {
    background-color: #F3F6FF;
    border-radius: 20px; 
	font-family: "Helvetica Neue", sans-serif !important;
	font-size: 17px !important;
    font-weight: 500 !important;
}

#ticketForm .redactor-box.redactor-styles-on {
    border-radius: 20px;
}
#ticketForm .redactor-toolbar {
    display: none !important;
}
#ticketForm .redactor-focus.redactor-styles-on, #ticketForm .redactor-focus:focus.redactor-styles-on {
    border-color: #4c5969 !important;
}

#ticketForm .redactor-statusbar {
	background: #f8f8f800;
}

#ticketForm .filedrop .dropzone {
    border: 1px solid #aaaaaa4f;
    background: #f3f6ff;
    display: block;
    height: 60px;
    border-radius: 20px;
    padding: 20px;
    color: #4c5981;
}

.xm-service-head hr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 4px solid #ffb54d;
    border-bottom: 4px solid #ffb54d;
    width: 30%;
    border-radius: 4px;
}

hr.bar-titre {
    display: block;
    height: 0px;
    border: 0;
    border-top: 4px solid #ffb54d;
    border-bottom: 4px solid #ffb54d;
    width: 20%;
    border-radius: 4px;
	margin-left: auto;
    margin-right: auto;
}

.xm-service-head h2 {
    /* color: #ffd000; */
	    color: #ffffff;
    text-align: center;
}
.xm-service-head h4 {
 
    color: #ffffff;
    text-align: center;
	
	font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    /* color: #4359a5; */
	font-weight: bold;
}

.navbar-expand-lg .navbar-collapse {
    /* display: block !important; */
}

ul.nav li a.home.nav-link.link-dark.px-2.mx-3 {
    font-family: "dinarabic";
}

nav ul li {
	margin: 12px;
    font-weight: 500;
    margin-left: 53px;
    margin-right: 53px;
}

.rtl nav ul li {
    margin: 12px;
    font-weight: 500;
    margin-left: 51px;
    margin-right: 51px;
}


.dropdown-menu.show {
    background: #ffffff00;
}

.dropdown-menu.show a.home.nav-link.link-dark.px-2.mx-3 {
    margin: 6px;
    padding: 6px;
    
}

a#logo:hover {
    text-decoration: none;
}

a#logo img {
    width: 200px;
    height: auto;
}

#header:after {
/*     
	content: "";
    width: 100%;
    height: 25px;
    background-image: url(/images/linesyellow.png);
    background-repeat: repeat;
    position: absolute;
    margin-top: 45px;
    left: 0; */
}

@media screen and (max-width: 425px) {
.xm-service-head h4 {
    font-size: 13px;
}
}
 
/* Helpers */
.centered {
  text-align: center;
}
.clear {
  clear: both;
  height: 1px;
  visibility: none;
}
.hidden {
  display: none;
}
.faded {
  color: #666;
  font-size: 10px;
}
/* Pagination */
#pagination {
  border: 0;
  margin: 0 0 40px 0;
  padding: 0;
}
#pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: inline;
}
#pagination li a {
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
#pagination li a:hover {
  color: #ff0084;
}
#pagination .previousOff,
#pagination .nextOff {
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}
#pagination .next a,
#pagination .previous a {
  font-weight: bold;
}
#pagination .active {
  color: #000;
  font-weight: bold;
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
/* Alerts & Notices */
#msg_notice {
  /* margin: 0; */
  /* padding: 5px 10px 5px 36px; */
  /* height: 16px; */
  /* line-height: 16px; */
  /* margin-bottom: 10px; */
  /* border: 1px solid #0a0; */
  /* background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0; */
}
#msg_warning,
.warning-banner {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #f26522;
  background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}
#msg_error {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  border: 1px solid #a00;
  background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
}
#msg_info {
  margin: 0;
  padding: 5px;
  margin-bottom: 10px;
  color: #3a87ad;
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}
.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}
.button,
.button:visited {
  background: #222;
  border: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 16px 4px 16px;
  max-width: 220px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
}
.button:hover {
  background-color: #111;
  color: #fff;
}
.button:active {
  top: 1px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
  background-color: #91bd09;
}
.green.button:hover {
  background-color: #749a02;
}
.blue.button,
.blue.button:visited {
  background-color: #00aeef;
}
.blue.button:hover {
  background-color: #0299d2;
}
body {
  /* background: url('../images/page_bg.png') top left repeat-x #c8c8c8; */
}
#container {
	background: #e5e9f5;
  /* background: #fff; */
  max-width: 1140px;
  /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  /* -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); */
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
#header {
	
	 background: #e5e9f5;
    background-image: url(/images/slide%20vf1.png);
    background-size: 100% 600px;
    height: 600px !important;
	
  position: relative;
  height: 71px;
  padding: 0 20px;
  /* background: #fff; */
  /* background-image: url(/images/support-bg.png); */
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center center;
    /* height: 400px; */
    text-align: center;
    color: #fff;
}
#logo {
  height: 100%;
}
#header #logo img {
  max-height: 65px;
  max-width: 300px;
  padding: 8px 0 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#logo:hover {
	 
	color: #ffe4c400;
	border: 0px;
	}
	
.valign-helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header p {
  width: 400px;
  margin: 0;
  padding: 10px 0 0;
}
#nav {
  margin: 0 20px;
  padding: 2px 10px;
  height: 20px;
  background: url('../images/nav_bg.png') top left repeat-x;
  border-top: 1px solid #aaa;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#nav li a {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px 0 32px;
  margin-left: 10px;
  color: #333;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.rtl #nav li a {
  background-position: right center;
  background-position: calc(100% - 10px) center;
  padding-left: 10px;
  padding-right: 32px;
  margin-right: 10px;
  margin-left: 0;
}
#nav li a.active,
#nav li a:hover {
  background-color: #dbefff;
  color: #000;
}
#nav li a:hover {
  background-color: #ededed;
  color: #0054a6;
}
#nav li a.home {
  background-image: url('../images/icons/home.png');
}
#nav li a.kb {
  background-image: url('../images/icons/kb.png');
}
#nav li a.new {
  background-image: url('../images/icons/new.png');
}
#nav li a.status {
  background-image: url('../images/icons/status.png');
}
#nav li a.tickets {
  background-image: url('../images/icons/tix.png');
}
#content {
  padding: 20px 0;
  margin: 0 20px;
  height: auto !important;
  height: 350px;
  min-height: 350px;
}

img#img-bg {
    position: relative;
    margin-top: -250px;
    z-index: 999;
    height: 450px;
    width: 250px;
}

table#ticketInfo a.action-button.btn.btn-secondary.btn-sm {
    display: none;
}

#footer {

    background: #fed74a;
    text-align: center;
    font-size: 15px;
    color: #294c67;
    padding: 10px;
    font-weight: bold;	
	
	
	
  /* background: #000; */
  /* text-align: center; */
  /* font-size: 14px; */
  /* color: #fff; */
  /* padding: 10px; */
}
#footer a {
  color: #333;
}
#footer p {
  margin: 10px 0 0 0;
}
#footer #poweredBy {
  display: block;
  width: 126px;
  height: 23px;
  outline: none;
  text-indent: -9999px;
  margin: 0 auto;
  background: url('../images/poweredby.png') top left no-repeat;
  background-size: auto 20px;
}
.front-page-button {
}
.main-content {
  width: 565px;
}
#landing_page #new_ticket {
  margin-top: 40px;
  background: url('../images/new_ticket_icon.png') top left no-repeat;
}
#landing_page #new_ticket,
#landing_page #check_status {
  width: 295px;
  padding-left: 75px;
}
#landing_page #check_status {
  margin-top: 40px;
  background: url('../images/check_status_icon.png') top left no-repeat;
}
#landing_page h1,
#landing_page h2,
#landing_page h3 {
  margin-bottom: 10px;
}
/* Landing page FAQ not yet implemented. */
#faq {
  clear: both;
  margin: 0;
  padding: 5px;
}
#faq ol {
  font-size: 15px;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #ddd;
}
#faq ol li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
}
#faq ol li a {
  display: block;
  padding: 5px 0;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 16px;
  padding-left: 24px;
  background: url('../images/icons/page.png') 0 50% no-repeat;
}
#faq ol li a:hover {
  background-color: #e9f5ff;
}
#faq .article-meta {
  padding: 5px;
  background: #fafafa;
}
#kb {
  margin: 2px 0;
  padding: 5px;
  overflow: hidden;
}
#kb > li {
  padding: 10px;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  background: url(../images/kb_category_bg.png) bottom left repeat-x;
  border-bottom: 1px solid #ddd;
  display: block;
}
#kb > li h4 span {
  color: #666;
}
#kb > li h4 a {
  font-size: 14px;
}
#kb > li > i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 6px;
  background: url(../images/kb_large_folder.png) top left no-repeat;
}
.featured-category {
  margin-top: 10px;
  width: 49.7%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
.category-name {
  display: inline-block;
  font-weight: 400;
  font-size: 120%;
}
.featured-category i {
  color: rgba(0,174,239, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
}
.article-headline {
  margin-left: 34px;
}
.rtl .article-headline {
  margin-left: 0;
  margin-right: 34px;
}
.article-teaser {
  font-size: 90%;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.article-title {
  font-weight: 500;
}
.faq-content .article-title {
  font-size: 17pt;
  margin-top: 15px;
}
#kb-search {
  padding: 10px 0;
  overflow: hidden;
}
#kb-search div {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
#kb-search #query {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
}
#kb-search #cid {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#kb-search #topic-id {
  margin: 0;
  display: inline-block;
  float: left;
  width: 410px;
}
#kb-search #searchSubmit {
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
  top: 2px;
}
#kb-search #breadcrumbs {
  color: #333;
  margin-bottom: 15px;
}
#kb-search #breadcrumbs #breadcrumbs a {
  color: #555;
}
#ticketForm div.clear,
#clientLogin div.clear {
  clear: both;
  padding: 3px 0;
  overflow: hidden;
}
#ticketForm div label,
#clientLogin div label {
  display: block;
}
label.required,
span.required {
  font-weight: bold;
}
#ticketForm div label.required,
#clientLogin div label.required {
  text-align: left;
}
input.btn.btn-primary.btn-sm.float-left.m-3 {
    color: #fff !important;
    background-color: #0062cc !important;
    border-color: #005cbf !important;
    box-shadow: 5px 5px 5px #0000003d;
    width: 100% !important;
    font-weight: bold;
	    font-size: 20px;
    height: 83px !important;
}

input.btn.btn-primary.btn-sm.float-left.m-3:hover {
    color:#294c67 !important;
    background-color:#fff !important;
    border-color: #294c67 !important;
}

input.btn.btn-danger.btn-sm.float-left.m-3 {
    color: #294c67 !important;
    background-color: #ffffff !important;
    border-color: #294c67 !important;
    box-shadow: 5px 5px 5px #0000003d;
    width: 100% !important;
    font-weight: bold;
	    font-size: 20px;
    height: 83px !important;
}
input.btn.btn-danger.btn-sm.float-left.m-3:hover {
    color: #fff !important;
    background-color: #ffc107 !important;
    border-color: #005cbf !important;
}
#ticketForm fieldset span.captcha img{
    height: 60px;
    border-radius:25px;
	    margin-top: -1px
}

#ticketForm input#captcha {
    padding-left: 70px;
    width: 68% !important;
}

#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
  width: auto;
  border: 1px solid #aaaaaa4f;
  background: #F3F6FF;
  display: block;
	height: 60px;
	border-radius: 20px;
	    margin-top: 10px;
}
#ticketForm table textarea {
    height: auto;
}
#ticketForm div input[type=file],
#clientLogin div input[type=file] {
  border: 0;
}
#ticketForm div select,
#clientLogin div select {
  display: block;
  float: left;
  height: 60px;
    border-radius: 20px;
	margin-top: 10px;
	background: #F3F6FF;
}

form#ticketForm input, 
form#ticketForm select, 
form#ticketForm textarea{
   border: 1px solid #aaaaaa4f !important;
}

#ticketForm div div.captchaRow,
#clientLogin div div.captchaRow {
  line-height: 31px;
}
#ticketForm div div.captchaRow input,
#clientLogin div div.captchaRow input {
  position: relative;
  top: 6px;
}
#ticketForm > table {
  table-layout: fixed;
}
#ticketForm > table td {
  width: 160px;
}
#ticketForm > table td + td {
  width: auto;
}
#ticketForm td textarea,
#clientLogin td textarea,
#ticketForm div textarea,
#clientLogin div textarea {
  width: 600px;
}
#ticketForm td em,
#clientLogin td em,
#ticketForm div em,
#clientLogin div em {
color: #4c5969;
    font-style: normal;
}
#ticketForm td .captcha,
#clientLogin td .captcha,
#ticketForm div .captcha,
#clientLogin div .captcha {
  width: 88px;
  height: 31px;
  background: #fff;
  display: block;
  float: left;
  margin-right: 20px;
}
#ticketForm td label.inline,
#clientLogin td label.inline,
#ticketForm div label.inline,
#clientLogin div label.inline {
  width: auto;
  padding: 0 10px;
}
#ticketForm div.error input,
#clientLogin div.error input {
  border: 1px solid #a00;
}
#ticketForm div.error label,
#clientLogin div.error label {
  color: #a00;
}
#ticketTable th {
  padding-left: 3px;
  font-weight: normal;
  text-align: left;
}
#ticketTable th.required,
#ticketTable td.required {
  font-weight: bold;
  text-align: left;
}
#clientLogin {
  display: block;
  margin-top: 20px;
  padding: 42px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  /* box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); */
  box-shadow: 10px 5px 5px #BEC8EC, -5px -2px 5px 5px #EFEFEF;
  background: url('../images/lock.png?1319655200') 95% 50% no-repeat #fed000;
  border-radius: 3.25rem;
    background-color: #ffffff;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	    min-height: 367px;
}

form#clientLogin div.row {
    margin-top: 40px;
}

form#clientLogin label {
    font-size: 20px;
    font-weight: 600;
    color: #294c67;
}

form#clientLogin label input {
    border: 1px solid #aaaaaa4f;
    background: #F3F6FF;
    height: 60px;
    border-radius: 20px !important;
	width: 100%;
	margin-top: 10px;
}

#clientLogin input[type=submit] {
    color: #fff !important;
    background-color: #0062cc !important;
    border-color: #005cbf !important;
    box-shadow: 5px 5px 5px #0000003d;
    width: 100% !important;
    font-weight: bold;
    border-radius: 20px !important;
}

#clientLogin input[type=submit]:hover {
    color: #294c67 !important;
    background-color: #fff !important;
    border-color: #294c67 !important;
}

form#clientLogin .login-box {
    box-shadow: 0px 0 0px 0px rgba(0,0,0,0.4);
}

#login label.col-sm-2.col-form-label {
    font-size: 25px;
    font-weight: 500;
    color: #4C5969;
}
#login .form-group.row input {
 
    border: 1px solid #aaa;
    background: #fff;
 
    height: 60px !important;
    border-radius: 20px !important;
    margin-top: 10px !important;
}

form .jumbotron {
    background-color: #fed000;
	border-radius: 3.25rem;
    background-color: #ffffff;
    box-shadow: 10px 5px 5px #0000003d;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.rtl #clientLogin {
  background-position: 5% 50%;
}
#clientLogin .instructions {
  display: table-cell;
  padding-left: 2em;
  padding-right: 90px;
}
.rtl #clientLogin .instructions {
  padding-left: 0;
  padding-right: 0;
  padding-right: 2em;
  padding-left: 90px;
}
#clientLogin p {
    clear: both;
    text-align: center;
    color: #6E7A81;
    font-weight: 600;
}
form#clientLogin a {
    color: #8486CC;
}

#clientLogin strong {
  font-size: 11px;
  color: #d00;
  display: block;
}
#clientLogin #email,
#clientLogin #ticketno {
  margin-right: 0;
}
#clientLogin input[type=text],
#clientLogin input[type=password] {
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 15px;
}
#clientLogin input[type=submit] {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 20px;
    height: 83px !important;
}
#reply {
  margin-top: 5px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}
#reply h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(0,0,0,0.1);
}
form#reply h2 {
    font-size: 30px;
}
/*form#ticketForm {
    display: block;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%);
    background: url(../images/lock.png?1319655200) 95% 50% no-repeat #fed000;
} */

form#ticketForm {
    display: block;
    margin-top: 20px;
	margin-bottom: 100px;
    padding: 20px;
    background: url(../images/lock.png?1319655200) 95% 50% no-repeat #ffffff;
    border-radius: 3.25rem;
    background-color: #ffffff;
    /* box-shadow: 10px 5px 5px #0000003d; */
    box-shadow: 10px 5px 5px #BEC8EC, -5px -2px 5px 5px #EFEFEF;
	width: 75%;
    margin-left: auto;
    margin-right: auto;
}

form#ticketForm .container-fluid {
    margin-top: 20px;
	margin-bottom: 9px;
	padding-right: 35px;
    padding-left: 35px;
}

#reply > table {
  width: auto;
}
#reply table td {
  vertical-align: top;
}
#reply textarea {
    width: 100% !important;
    height: auto;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}
/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}
.Icon.Ticket {
  background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
  background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
  background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
  background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket,
.Icon.apiTicket {
  background-image: url('../images/icons/ticket_source_other.gif');
}

.Icon.attachment {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {
  background-image: url('../images/icons/refresh.gif');
}
.Icon.thread {
  font-weight: bold;
  font-size: 1em;
  background-image: url('../images/icons/thread.gif?1319556657');
}
#ticketTable {
  border: 1px solid #aaa;
  border-left: none;
  border-bottom: none;
}
#ticketTable caption {
  padding: 5px;
  text-align: left;
  color: #000;
  background: #ddd;
  border: 1px solid #aaa;
  border-bottom: none;
  font-weight: bold;
}
#ticketTable th {
  height: 24px;
  line-height: 24px;
  background: #e1f2ff;
  border: 1px solid #aaa;
  border-right: none;
  border-top: none;
  padding: 0 5px;
}
#ticketTable th a {
  color: #000;
}
#ticketTable td {
  padding: 3px 5px;
  border: 1px solid #aaa;
  border-right: none;
  border-top: none;
}
#ticketTable tr.alt td {
  background: #f9f9f9;
}
i.refresh {
  color: #0a0;
  font-size: 80%;
  vertical-align: middle;
}
.states small {
  font-size: 70%;
}
.active.state {
  font-weight: bold;
}
.search.well {
  padding: 10px;
  background-color: rgba(0,0,0,0.05);
  margin-bottom: 10px;
  margin-top: -15px;
}
.infoTable {
  background: #f4faff;
}
.infoTable th {
  text-align: left;
  padding: 3px 8px;
}
.action-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #777 !important;
  display: inline-block;
  border: 1px solid #aaa;
  cursor: pointer;
  font-size: 11px;
  overflow: hidden;
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100% #dddddd));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: linear-gradient(top, #efefef 0%, #dddddd 100%);
  padding: 0 5px;
  text-decoration: none;
  line-height: 18px;
  margin-left: 5px;
}
.action-button span,
.action-button a {
  color: #777 !important;
  display: inline-block;
  float: left;
}
.action-button a {
  color: #777;
  text-decoration: none;
}
table.padded tr > td,
table.padded tr > th {
  height: 20px;
  padding-bottom: 5px;
}

.external-auth + .external-auth {
  margin-top: 4px;
}

a.external-sign-in {
  text-decoration: none;
}
.external-auth-box {
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #777;
}
.external-auth-icon {
  display: inline-block;
  color: #333;
  width: 30px;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
}
.external-auth-name {
  color: #333;
  width: 100px;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 11pt;
}
img.sign-in-image {
  border: none;
  max-height: 40px;
  max-width: 200px;
  width: auto;
  height: auto;
}

#clientLogin .login-box {
  width: 100%;
}
.login-box {
  width: 40%;
  /* display: table-cell; */
  box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);
  /* padding: 15px; */
}
.rtl .login-box {
  box-shadow: -12px 0 15px -15px rgba(0,0,0,0.4);
}
.flush-right {
  text-align: right;
}
.flush-left {
  text-align: left;
}
.sidebar {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 215px;
}
.rtl .sidebar {
  margin-left: 0;
  margin-right: 20px;
}
.sidebar .content {
  padding: 10px;
  border: 1px solid #c8ddfa;
  background: #f7fbfe;
}
.sidebar .content:empty {
  display: none;
}

.sidebar section .header {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.sidebar section + section {
  margin-top: 15px;
}
.search-form {
  padding-top: 12px;
}
.searchbar .search,
.search-form .search {
  display: inline-block;
  width: 400px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.searchbar .search {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.bleed {
  margin: 0 !important;
  padding: 0 !important;
}
.row {
}
.span4 {
  display: inline-block;
  width: 29.5%;
  margin: 0 1%;
  vertical-align: top;
}
.span8 {
  display: inline-block;
  width: 66.0%;
  margin: 0 1%;
  vertical-align: top;
}
.truncate {
  display: inline-block;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.image-hover a.action-button:hover,
.image-hover a.action-button {
  color: initial !important;
  text-decoration: none;
}
table.custom-data {
  margin-top: 10px;
}
table.custom-data th {
  width: 25%;
}
table.custom-data th {
  background-color: #f4faff;
  padding: 3px 8px;
}
table .headline,
table.custom-data .headline {
  border-bottom: 2px solid #ddd;
  border-bottom: 2px solid rgba(0,0,0,0.15);
  font-weight: bold;
  background-color: white;
}
#ticketInfo h1 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
}
#ticketInfo h1 small {
  font-weight: normal;
}
.thread-entry {
  margin-bottom: 15px;
}
.thread-entry.avatar {
  margin-left: 60px;
}
.thread-entry.response.avatar {
  margin-right: 60px;
  margin-left: 0;
}
.thread-entry > .avatar {
  margin-left: -60px;
  display: inline-block;
  width: 48px;
  height: auto;
  border-radius: 5px;
}
.thread-entry.response > .avatar {
  margin-left: initial;
  margin-right: -60px;
}
img.avatar {
  border-radius: inherit;
}
.avatar > img.avatar {
  width: 100%;
  height: auto;
}
.thread-entry .header {
  padding: 8px 0.9em;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,0.2);
  border-radius: 5px 5px 0 0;
}
.thread-entry.avatar .header:before {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #b0b0b0;
  display: inline-block;
}
.thread-entry.avatar .header:after {
  position: absolute;
  top: 7px;
  right: -8px;
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-top: 1px;
}

.thread-entry.avatar .header {
  position: relative;
}

.thread-entry.response .header {
  background: #dddddd;
}
.thread-entry.avatar.response .header:after {
  border-left: 7px solid #dddddd;
  margin-right: 1px;
}

.thread-entry.message .header {
  background: #c3d9ff;
}
.thread-entry.avatar.message .header:before {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 8px solid #ccc;
}
.thread-entry.avatar.message .header:before {
  border-right-color: #9cadcc;
}
.thread-entry.avatar.message .header:after {
  top: 7px;
  left: -8px;
  right: initial;
  border-left: none;
  border-right: 7px solid #c3d9ff;
  margin-left: 1px;
}

.thread-entry .header .title {
  max-width: 500px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 15px;
}

.thread-entry .thread-body {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: 2px solid #aaa;
  border-radius: 0 0 5px 5px;
}
.thread-body .attachments {
  background-color: #f4faff;
  margin: 0 -0.9em;
  position: relative;
  top: 0.9em;
  padding: 0.3em 0.9em;
  border-top: 1px dotted #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-radius: 0 0 6px 6px;
}
.thread-body .attachments .filesize {
  margin-left: 0.5em;
}
.thread-body .attachments a,
.thread-body .attachments a:hover {
  text-decoration: none;
}
.thread-body .attachment-info {
  margin-right: 10px;
  display: inline-block;
  width: 48%;
}
.thread-body .attachment-info .filename {
  max-width: 80%;
  max-width: calc(100% - 70px);
}
.label {
  font-size: 11px;
  padding: 1px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label-bare {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  border: 1px solid #999999;
  color: #999999;
  text-shadow: none;
}
.thread-event {
  padding: 0px 2px 15px;
  margin-left: 60px;
}
.type-icon {
  border-radius: 8px;
  background-color: #f4f4f4;
  padding: 4px 6px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1.1em;
  border: 1px solid #eee;
  vertical-align: top;
}
.type-icon.dark {
  border-color: #666;
  background-color: #949494;
}
.thread-event img.avatar {
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  max-height: 24px;
  margin: -3px 3px 0;
}
.thread-event .description {
  margin-left: -30px;
  padding-top: 6px;
  padding-left: 30px;
  display: inline-block;
  width: 642px;
  width: calc(100% - 95px);
  line-height: 1.4em;
}
.thread-event .type-icon {
  position: relative;
}
.thread-event .type-icon::after {
  content: "";
  border: 16px solid white;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: -3px;
  right: 0;
  z-index: -1;
}
.thread-entry::after {
  content: "";
  border-bottom: 2px solid white;
  display: block;
}
.thread-entry::before {
  content: "";
  display: block;
  border-top: 2px solid white;
}
#ticketThread::before {
  border-left: 2px dotted #ddd;
  border-bottom-color: rgba(0,0,0,0.1);
  position: absolute;
  margin-left: 74px;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#ticketThread {
  z-index: 0;
  position: relative;
  border-bottom: 2px solid #ddd;
  border-bottom-color: rgba(0,0,0,0.1);
}

.freetext-files {
  padding: 10px;
  margin-top: 10px;
  border: 1px dotted #ddd;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.freetext-files .file {
  margin-right: 10px;
  display: inline-block;
  width: 48%;
  padding-top: 0.2em;
}
.freetext-files .title {
  font-weight: bold;
  margin-bottom: 0.3em;
  font-size: 1.1em;
}
/* form */
input#_336b1545d33a81, input#_4a27603d436725, input#_6cb288f883893e, select#_cc187dcbb816bc, input#_dcbccdd40694d4 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 textarea.richtext.draft.draft-delete {
    display: block;
    width: 100%;
    
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table tr td label {
    width: 35%;
}

textarea.richtext.draft.draft-delete {
    height: 150PX;
}

@media only screen and (max-width: 768px) {
 
/* div#navbarSupportedContent { */
    /* display: none !important; */
/* } */

}


@media only screen and (max-width: 1024px) {
	
	#ticketForm input#captcha {
    width: auto !important;
}


div#navbarSupportedContent ul.nav.pull-right {
    min-width: 700px;
}

nav ul li {
    margin-left: 40px;
    margin-right: 40px;
}

} 

@media screen and (max-width: 768px) {
	
	#ticketForm input#captcha {
    padding-left: 70px;
    width: 80% !important;
    margin-top: 50px !important;
}
	
#header {
    background-size: 100% 400px;
    height: 400px !important;
}	
	
#container .card-deck {
    width: auto;
}

img#img-bg {
    height: 268px;
    width: auto;
}

}

@media screen and (max-width: 425px) {
	
div#container-fluid div#container {
    margin-bottom: 100px;
}

img#img-bg {
    display: none;
}	

div#navbarSupportedContent {
    margin-bottom: 25px;
}


form#ticketForm .row .col-md-12.col-sm-12 h3 {
    font-size: 20px;
}

h3 img.img-fluid {
    height:auto;
    width: 25px;
}

.xm-service-head h2 {
    font-size: 7vw !important;
}

form#ticketForm label span, form#ticketForm label, form#ticketForm label b {
    font-size: 15px;
}
	form#ticketForm font.error.w-100.mx-3, form#ticketForm span.error.w-100.mx-3 {
    font-size: 15px;
	}
	#ticketForm label input, #ticketForm label select {
    font-size: 15px !important;
    }
	#ticketForm .redactor-styles {
    font-size: 15px !important;
	}

#ticketForm div input, #clientLogin div input, #ticketForm div textarea, #clientLogin div textarea {
    height: 50px;
}

#ticketForm div select, #clientLogin div select {
    height: 50px;
}

#ticketForm .filedrop .dropzone {
    height: 115px;
	font-size: 15px;
}

#ticketForm fieldset span.captcha img {
	height: 50px;
    width: 188px;
}

#ticketForm input#captcha {
    width: 100% !important;
    height: 50px;
    margin-top: 32px !important;
}

input.btn.btn-primary.btn-sm.float-left.m-3 {
    width: 170px !important;
    font-size: 15px;
    height: 50px !important;
}

input.btn.btn-danger.btn-sm.float-left.m-3 {
    width: 130px !important;
    font-size: 15px;
    height: 50px !important;
}

h1.titre1 {
    font-size: 24px;
}

#footer {
    font-size: 12px;
}

div#container .search-area.container h2 {
    font-size: 19px;
}

}


@media screen and (max-width: 375px)  {
	#ticketForm .filedrop .dropzone {
    height: 130px;
    font-size: 15px;
	}
	#ticketForm fieldset span.captcha img {
    width: 149px;
	}
	input.btn.btn-primary.btn-sm.float-left.m-3 {
    width: 150px !important;
    font-size: 12px;
	}
	input.btn.btn-danger.btn-sm.float-left.m-3 {
    width: 115px !important;
    font-size: 12px;
	}
	#ticketForm input#captcha {
    margin-top: 40px !important;
	}

	
}


@media screen and (max-width: 320px) {
	
	form#ticketForm .row .col-md-12.col-sm-12 h3 {
    font-size: 16px;
	}
	form#ticketForm label span, form#ticketForm label, form#ticketForm label b {
    font-size: 12px;
	}
	em {
    font-size: 12px;
	}
	form#ticketForm font.error.w-100.mx-3, form#ticketForm span.error.w-100.mx-3 {
    font-size: 12px;
	}
	#ticketForm label input, #ticketForm label select {
    font-size: 12px !important;
    }
	#ticketForm .redactor-styles {
    font-size: 12px !important;
	}
	#ticketForm div input, #clientLogin div input, #ticketForm div textarea, #clientLogin div textarea {
    height: 42px;
    margin-top: 2px;
	}
	#ticketForm .filedrop .dropzone {
    height: 140px;
    font-size: 12px;
	}
	#ticketForm fieldset span.captcha img {
    width: 108px;
	}
	#ticketForm input#captcha {
    margin-top: 10px !important;
	}
	input.btn.btn-primary.btn-sm.float-left.m-3 {
    width: 124px !important;
    font-size: 11px;
	}
	input.btn.btn-danger.btn-sm.float-left.m-3 {
    width: 100px !important;
    font-size: 11px;
	}
	
nav.navbar .container ul {
 margin-left: -60px;
}

nav.navbar .container ul {
    margin-left: -25px;
}

}