/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
h2 {
    margin: 15px 0;
}
strong {
    font-weight: 700;
}
/*Grid*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-xs-11, .col-xs-12, .col-md-6, .col-md-4, .col-md-3, .col-md-8 {
  float: left;  
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
    width: 91.6666%;
}
.col-xs-1 {
    width: 8.3333%;
}
@media (min-width: 768px) {
    .col-md-8 {
        width: 66.6666%;
    }
    .col-md-6 {   
        float: left;
        width: 50%;
  }  
  .col-md-4 {
      width: 33.3333%;
  }
  .col-md-3 {
      width: 25%;
  }
}
/*Floats & Clearfix*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/*Typography*/
html {
    font-family: lato, helvetica, sans-serif;
    font-size: 17px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star{
    top: 5px;
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-star-empty {
    color: #F9D604;
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-open {
    display: inline-block;
    margin-right: 20px;
    color: #4d387f;
}
.glyphicon-eye-open:hover {
   color: #4d387f;
}
/*Header and Nav*/
header{
    background: #fff;
    height: 66px;
    border-bottom: 1px solid #31313F;;
}
.logo{
    margin-left: 10px;
    margin-top: 20px;
    max-width: 240px;
}
.menu {
    display: none;
    margin-top:20px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.open {
    display: block;
}
.menu li {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #31313F;;
}
.category{
    background: #3A6EEC;
    color: #fff;
    padding-top: 12px;
}
.menu li a {
    color: #000;
    display: block;
    height: 40px;
    padding-top: 12px;
}
.menu-button{
    float: right;
    width: 55px;
    height: 46px;
    background: #fff;
    color: #31313F;
    border: 2px solid #31313F;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
}
.desktop-nav{
    display: none;
}
/*Dropdown*/
/* Dropdown Button */
.dropbtn {
    color: #000;
    margin-top: -1px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;  
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;   
    min-width: 250px;
}
.dropdown-content-small{
    min-width: 170px;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {    
    background-color: #F9D604;
    color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropbtn:hover {
    background-color: #3A6EEC;
    color: #fff;
}
/*Lead*/
.lead{
    margin-left: -15px;
    margin-right: -15px;
    height:200px;
    background-image: url(../images/about-lead.jpg);
    background-position: 100% 90%;
    background-size :cover;
}
.lead h1 {  
    padding-top: 80px; 
    color: #fff;
    text-align: center;
    font-size: 35px;
}
.main {
    padding: 100px 0;
    max-width: 900px;
    margin: 0 auto;
}
/*Section 1*/
.first-section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;    
}
.first-section-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    margin: 0 auto;
}
.first-section h2 {
    color: #8BC1E8;
    font-size: 25px;
    text-decoration: underline;
}
.first-section h2:last-of-type {
    margin-top: 50px;
}
.description {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
.contact-link {
    display: inline-block;
    width: 60px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}
.contact-link:hover{
    background: #fff;
    color: #000;
}
.ul-wrapper {
    width: 250px;
    position: relative;
    margin: 20px auto;
}
.ul2 {
    margin-bottom: 50px;
}
/*
Sticky footer
*/
* {
    margin: 0;
}
html, body {
    height: 100%;    
}
.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -580px;
}
.push {
    height: 580px;
    position: relative;
    z-index: -1;
}
/*Template*/
.pagination {
    display: block;
    text-align: center;
}
.pagination a {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    background: #3a6eec;
    padding: 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.pagination a:hover {
   background-color: #F9D604;
}
/*Form Styles*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bifa {
    display: block;
    margin-top: 15px;
}
.bifa label {
    font-weight: normal;
}
select[multiple],
select[size] {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.pseudo-form-control {
   height: 71px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #e1e1e1;
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 4px rgba(255,255,255,1);
}
.form-control:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control:-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-control{
    margin-bottom: 15px;
}
.form-horizontal {
    max-width: 900px;
    margin: 0 auto;
}
.form-button, .response-btn, .cancel {
    display:block;
    margin: 0 auto;
    margin-top: 30px;
    width: 180px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #063d00;    
    border-radius: 3px;
    background-color: #119f00;
    background-image: -moz-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#12aa00),to(#0f8e00));
    background-image: -webkit-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -o-linear-gradient(top,#12aa00,#0f8e00);
    background-image: linear-gradient(to bottom,#12aa00,#0f8e00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #0f8e00 #0f8e00 #074200;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #063d00;
    -webkit-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.form-button:hover, .response-btn:hover { 
    background-color: #19a808;
    background-image: -moz-linear-gradient(top,#1baf09,#179d07);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1baf09),to(#179d07));
    background-image: -webkit-linear-gradient(top,#1baf09,#179d07);
    background-image: -o-linear-gradient(top,#1baf09,#179d07);
    background-image: linear-gradient(to bottom,#1baf09,#179d07);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1baf09',endColorstr='#ff179d07',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.form-reassign, .form-reassign input {
    display: inline;
}
.reassign .inno_photo {
    vertical-align: middle;
}
.reassign-container {
    padding-left: 0;
}
.actions-contaner{
    padding-right: 0;
}
.form-reassign input[type="submit"] {
    background-image: url(../images/reassign-img.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 42px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    vertical-align: middle;
}
.form-reassign label {
    font-weight: normal;
}
/*Ticket*/
.actions {
    float: right;
}
.actions a {
    display: inline-block;
    max-width: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.me-img {
    position: absolute;
    margin-top: 25px;
}
.response-btn, .cancel {
    display: block;
    margin: 20px auto;
}
.red {
        color: #ff0000;
    }
.cancel {
    padding-top: 17px;   
    background-color: #9f0018;  
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#c10b26),to(#9f0018));          
    background-image: -moz-linear-gradient(top,#c10b26,#9f0018);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#c10b26),to(#9f0018));
    background-image: -webkit-linear-gradient(top,#c10b26,#9f0018);
    background-image: -o-linear-gradient(top,#c10b26,#9f0018);
    background-image: linear-gradient(to bottom,#c10b26,#9f0018);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #8e0032 #8e0027 #420015;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #4a011e;
    -webkit-box-shadow: inset 0 1px 0 rgb(221, 0, 82),inset -1px 0 0 rgb(241, 12, 97),inset 0 -1px 0 rgb(195, 0, 73),inset 1px 0 0 rgb(226, 4, 57),0 1px 2px -1px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: inset 0 1px 0 rgb(221, 0, 82),inset -1px 0 0 rgb(241, 12, 97),inset 0 -1px 0 rgb(195, 0, 73),inset 1px 0 0 rgb(226, 4, 57),0 1px 2px -1px rgba(0, 0, 0, 0.85);
    box-shadow: inset 0 1px 0 rgb(221, 0, 82),inset -1px 0 0 rgb(241, 12, 97),inset 0 -1px 0 rgb(195, 0, 73),inset 1px 0 0 rgb(226, 4, 57),0 1px 2px -1px rgba(0, 0, 0, 0.85);
}
.cancel:hover {
    background-color: #ca001e;  
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#c7112c),to(#9c0e23));          
    background-image: -moz-linear-gradient(top,#c7112c,#9c0e23);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#c7112c),to(#9c0e23));
    background-image: -webkit-linear-gradient(top,#c7112c,#9c0e23);
    background-image: -o-linear-gradient(top,#c7112c,#9c0e23);
    background-image: linear-gradient(to bottom,#c7112c,#9c0e23);
}
.obs  {
    padding: 20px;
    border-radius: 5px;     
    color: #fff;
    background: #625980;
    padding: 20px;
    border: 1px solid #3d3d9c;
    white-space: pre-wrap;
   
}
/*Table*/
table {
  background-color: transparent;
  padding-bottom: 100px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  border: 1px solid #909090;
  vertical-align: middle;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #909090;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  margin: 30px auto;  
  overflow-x: auto;
  min-height: 0.01%;  
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
}
/*Ticket Table*/
.ticket-closed .registration-pro {
    color: #5d5d5d;
    background: #ccc;
    border-top: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
}
.table .details, .table .td-answered,
.table .user-container, .table .resp-container {
    background: rgb(226, 226, 243);
    border: 1px solid #8b89ab;
    color: #4d385f;
}
.table.ticket-closed .details, .table.ticket-closed .td-answered,
.table.ticket-closed .user-container, .table.ticket-closed .resp-container, .ticket-closed .obs{
    background: #ababab;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    border-radius: 0;
}
.table .details {
    min-width: 120px;
    padding: 0;
}
.user-container {
    min-width: 300px;
}
.td-answered { 
    position: relative;
    text-align: center;
    min-width: 120px;
}
.typing, .status-typing {
    display: inline-block;
}
.seen, 
.who-answered,
.who-inno-answered,
.inno_photo {
    max-width:40px;
    margin: 5px;
    border-radius: 50%;
}
.who-inno-answered{
    position: absolute;
    left: 60px;
    top: 30px;
    max-width: 30px;
}
.ticketno, .progname,
.registration-pro {
    line-height: 25px;
    text-align: center;
}
.registration-pro {
    color: #3a8c00;
    height: 30px;
    background: #cbf3b0;
    border-top: 1px solid #3a8c00;
    border-bottom: 1px solid #3a8c00;
}
.registration {
    display: none;
}
.resp-container {
    text-align: center;
    min-width: 240px;
}
a.resp-btn {
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    border: 1px solid #4d385f;
    color: #4d385f;
    background: #e2e2f3;
}
a.resp-btn:hover {
    border: 2px solid #4d385f;
    font-weight: 700;  
    padding-top: 7px;
}
.ticket-closed a.resp-btn {
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
    background: #ababab;
}
.ticket-closed a.resp-btn:hover {
    border: 2px solid #5d5d5d;
}
/*Chat*/
.head_part {
    padding-top: 10px;
}
.msg_user, .msg_inno {
    margin: 30px auto;
} 
.username, .data, .p, .uemail {
    display: inline-block;
    margin-right: 5px;
}
.username {
    font-weight: 700;
}
.head_msg, .content_msg {
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 15px;      
}
.head_msg {
    font-style: italic;
    display: block;   
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.content_msg {
    padding:20px;   
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.msg_user .head_msg {
    background: #B3D8E6;
}
.msg_inno .head_msg {
    background:#fff1a9;
}
.msg_user .content_msg {
    background: #DBF3F3;
}
.msg_inno .content_msg {
    background: #fffbdc;
}
.inno_photo {
    margin: 0;
}
.attachment {
    height: 25px;
    padding-left: 3px;
    display: block;
    margin: 5px 0;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    min-width: 200px;
    max-width: 600px;
    text-overflow: ellipsis;
}
.head_msg .attachment {
    float: right;
    margin: 0;
    cursor: pointer;
    width: 10px;
    overflow: visible;
}
/*Add files input*/
.filebutton {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.filebutton + label {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 20px;
}
.filebutton:focus + label,
.filebutton.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.filebutton + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: 4px;
    margin-right: 4px;
}
.filebutton + label {
    border: 1px solid #5864af;
    background-color: #dde1fb;
    padding: 0;   
    color: #5864af;
}
.filebutton:focus + label,
.filebutton.has-focus + label,
.filebutton + label:hover {
    border-color: #8d99e0;
}
.filebutton + label span,
.filebutton + label strong {
    padding: 1px 20px;
}
.filebutton + label span {
    width: 129px;
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.filebutton + label strong {
    height: 25px;
    color: #ffffff;
    background-color: #5864af;
    display: inline-block;
    font-weight: 500;
}
.filebutton:focus + label strong,
.filebutton.has-focus + label strong,
.filebutton + label:hover strong {
    background-color: #8d99e0;
}
.error, .success {
    padding: 25px;
    border: 1px solid #ff1b1b;
    width: 300px;
    border-radius: 3px;
    color: #ff0000;
    text-align: center;   
    background: rgb(255, 217, 217);
    display: block;
    margin: 20px auto;
}
.success {
    background: rgb(232, 241, 229);
    border: 1px solid #109200;
    color: #119e00;
}
h1.closed {
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    background: #eaeaea;
    clear: both;
    border-radius: 5px;
}
.open_new {
    color: #000;
}
.open_new:hover {
    text-decoration: underline;
}
.mesaj {
    white-space: pre-wrap;
    line-height: 26px;
}
.txt-assigned {
    display: block;
    margin-bottom: 2px;
}
.img-assigned {
    vertical-align: middle;
    max-width: 35px;
}
.advsearch-btn, .resp-btn {
    font-size: 16px;
    display: block;
    border: 1px solid #ccc;
    width: 120px;
    height: 40px;
    cursor: pointer;
    color: #5d5d5d;
    border-radius: 3px;
    background: #ddd;
}
.advsearch-btn:hover {
    background: #87929e;
    color: #fff;
    border-color: #666d79;
}
.advsearch {
    display: none;
}
/*Popover*/
.myPopoverContent {display: none;}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  min-width: 230px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.max-width-small {
width: 150px;
border-radius: 10px;
margin: 10px
}

.thumbnail-wrapper {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: flex-end;

}

/*Media Queries*/
@media screen and (min-width: 544px){
    .logo { 
        max-width: 300px;
    }
    .menu {   
        margin-top:14px;
    }   
    .lead{
        background-position: 100% 30%;   
    }
    .filebutton + label span {
        width: 200px;
    }
}
@media screen and (min-width: 768px){
    h1 {
        font-size: 30px;
    }
    .response-btn, .cancel {
        display: inline-block;
        margin-left: 35px;
    }
    .response-btn {
        margin-left: 65px;
    }
    textarea.form-control {
        height: auto;
    }
    .container {
        margin: 0 auto -365px;
    }
    .first-section-container {
        max-width: 750px;
    }
    .description {
        font-size: 20px;
    }
    .push {
        height: 365px;
    }
}
@media screen and (min-width: 992px){
    header{
        height: 50px;
    }
    .logo{
        margin-top: 13px;
        max-width: 235px;

    }
    .menu-button, .menu {
        display: none;
    }
    .desktop-nav {
        display: block;
        float: right;
    }
    .lead{
        height: 300px;
    }   
    .lead h1 {
        padding-top: 110px;
        font-size: 40px;
    }
    .first-section-container {
        max-width: 900px;
    }
}
@media screen and (min-width: 1200px)  {
    .logo {
        margin-top: 10px;
        max-width: 300px;
    }
}
    @media screen and (max-width: 992px) {
        .debug {
            display: none;
        }
    }    