/*  */
.container {
    padding: 5px;
}
p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
#container {
    background: #fff;
    /*! width: 850px; */
    width: 100%;
    margin: 0 auto !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
  }

body {
    background: rgb(255,255,255);
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(0, 52, 118) 100%);*/
  background-repeat: no-repeat;
  height: 100vh;
  /*font-family: 'Lato';*/
  }

#content {
  
  max-width: 1320px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


#header-login {
    
    color:white
   }

#header-login a {
    /*border-bottom: 1px white; */
    color:#acd1e9
   }


#header-login a:hover, #header-login .link:hover {
     border-bottom: 1px white; 
     color:white
    }

a:hover, .link:hover {
        /*border-bottom: 1px;*/
        margin-bottom: 1px;
        border-bottom-width: 1px;
		
    }
	
a:hover, .link:hover {
    border-bottom: 0px dotted #0072bc;
    margin-bottom: 1px;
    cursor: pointer;
}

.box-body a:hover {
    border-bottom: 1px dotted #e1bf58;
    margin-bottom: 1px;
    cursor: pointer;
}

.navbar-nav .nav-item .nav-link {
    color: rgba(255,255,255,1.00);
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus {
    color: #fff;
    font-weight: 500;
    text-decoration-line: underline;
}
.navbar-nav .nav-item a:hover, .navbar-nav .nav-item .link:hover{

    border-bottom: 1px #0072bc;
}

#ticketTable{
width:100%;

}



#search-container {
    overflow: hidden;
    /*width: 373px;*/
    height: 41px;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px !important;
    float: left;
}
#search-container button {
    padding: 6px 10px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
.search.well {
        margin: 10px 0 20px 0;
        padding: 14px;
        display: inline-block;
        width: -webkit-fill-available;
        background-color: #e5e8ec;
        border-radius: 5px;
    }

/*#ticketSearchForm input[type="text"] {
        position: relative!important;
        top: 0px;
        background: #FFF !important;
        text-shadow: unset;
        width: 293px;
        height: 27px !important;
        margin: 0px !important;
        float: left;
        ! background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23929ba0' d='M9.5%2C3A6.5%2C6.5 0 0%2C1 16%2C9.5C16%2C11.11 15.41%2C12.59 14.44%2C13.73L14.71%2C14H15.5L20.5%2C19L19%2C20.5L14%2C15.5V14.71L13.73%2C14.44C12.59%2C15.41 11.11%2C16 9.5%2C16A6.5%2C6.5 0 0%2C1 3%2C9.5A6.5%2C6.5 0 0%2C1 9.5%2C3M9.5%2C5C7%2C5 5%2C7 5%2C9.5C5%2C12 7%2C14 9.5%2C14C12%2C14 14%2C12 14%2C9.5C14%2C7 12%2C5 9.5%2C5Z' /%3E%3C/svg%3E") !important; 
        border: initial !important;
        font-size: 20px;
        border-radius: 0 !important;
        padding: 4px 0 4px 11px !important;
        background-repeat: no-repeat !important;
        background-position: 273px 8px !important;
        background-size: 20px !important;	
}*/

#content p {
    /*display:table-cell;*/
    /*padding: 0px;*/
    
}

.login-box p {
    /*display:table-cell;*/
    padding: 0px;
    
}
#clientLogin .instructions {
    /*display:table-cell;*/
    padding-left: 10px;
    padding-right:55px;
}


.login-card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.input-left {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
}

.input-left {
    background: #0473aa;
}

.input-left {
    color: #ffffff;
}

.input-left .form-control,
.input-left,
.input-left-btn {
    display: table-cell;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.control-label {
    font-weight: bold;
}

.form-group {
    /* display:table;
    content:" "; */
}

/* body h-100 {
 height:100%!important;
} 

or div 
min-height:100vh;

.govgr-layout-wrapper {
 display:flex;
 flex-direction:column;
 flex-wrap:wrap
}
.govgr-layout-wrapper__full-height {
 min-height:100vh;
} */


#ticketForm div input[type='email'], #ticketForm div input[type='text'] {
    width: 75%;

}

#ticketForm div input[class='phone'] {
    width: 50%;

}


#ticketForm {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  background: #f6f6f6;
}

#ticketForm {
    margin:30px 0px;

    .login-cover {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 460px;
      width: 100%;
      margin:0px auto;
                }
    .login-box {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
      margin:20px 0px;
      /*@include rounded_border;*/
      
        label {
         font-weight: bold;
         /*color: $title_text;*/
        
             }
        input {
         display: block;
         margin:5px 0px;
              }
                 }
  }

#clientLogin {
   background: #f6f6f6;
} 

#clientLogin {
    margin:10px 0px;

    .login-cover {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 460px;
      width: 100%;
      margin:0px auto;
                }
    .login-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      margin:0px 0px;
      /*@include rounded_border;*/
      
        label {
         font-weight: bold;
         /*color: $title_text;*/
        
             }
        input {
         display: block;
         margin:5px 0px;
              }
                 }
  }

#footer {
    background: #f2f2f2;
    /*background: #EBEBEB;*/
    font-size: 15px;
    /* height: 0px; */
}

/* mth */
html {
    min-height: 100%;
    position: relative;
}

.welcome-user {
    padding-top: 8px;
    display: block;
    color: #ffffff !important;
    font-size: 14px;
}

#logo img {
    width: 300px;
    margin-top: -5px;
}

.navbar-header a:hover {
    border-bottom: 1px #0072bc;
}

.navbar-header img {

  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.navbar-inverse {
    background-color: #0473aa;
    border-color: #0473aa;
}

.navbar {
    margin-bottom: 1px;
    border-radius: 0px;
    min-height: 40px;
    color: #ffffff;
}

.head-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff !important;
    font-size: 14px;
}

.search input {
    width: 80%;
    float: left;
    border-radius: 2px;
    height: 40px;
}

.search button {
    width: 20%;
    border-radius: 0px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.search {
    /* margin-top: 4px; 
    margin-bottom: 4px; */
}

.outer_box {
    border-radius: 15px;
}

.outer_box_green {
    border: 2px solid #4CAF50;
}

.outer_box_orange {
    border: 2px solid #ec971f;
}

.outer_box_blue {
    border: 2px solid #0473aa;
}

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

.box-body h1 {
    font-size: 25px;
}

.box-body p {
    padding: 5px 20px;
    line-height: 22px;
}

.support-image {
    position: relative;
    text-align: center;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-35%, -50%);
    color: #2d3742;
}

.support-image h1 {
    display: none;
}

.support-image h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.fp-cards {
    margin-top: 22px;
    margin-bottom: 22px;
}

.fp-cards-icon {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 50px;
    height: 50px;
}

.support-image h4 {
    margin-top: -5px;
    color: #76c0e5;
    font-weight: bold;
}

/* .footer {
    bottom: 0;
    position: absolute;
    width: 100%;
} */
#footer {
    /* background: #0473aa;
    height: 32px; */
}

.copy-right {
    font-size: 11px;
    padding-top: 8px;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    /*color:$title_text;*/
    line-height: 1.2;
  }

h1 {
    padding: 5px 0px 5px 0px;
    font-size: 28px;
    color: #0473aa;
}

.login-page {
    margin-top: 20px;
}

.login-page .form-control {
    height: 45px;
}

.input-group-addon {
    background: #0473aa;
}

.input-group-addon {
    color: #ffffff;
}

.login-page .btn-lg {
    padding: 8px 16px;
}

.login-only #clientLogin {
    margin-bottom: -28px;
}

hr {
    margin-top: 10px;
}

.registration h3 {
    font-size: 22px;
}

.select2-container .select2-selection--single {
    height: 35px;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.action-button {
    height: 35px;
}

.external-auth-box {
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #777;
}
.external-auth-icon {
    display: inline-block;
     color: #fff;
    width: 30px;
    padding: 0px 0px; 
    border-right: 1px solid #ddd;
}
.external-auth-name {
     color: #fff; 
    width: 100px;
    padding: 5px 10px;
    line-height:30px;
    font-size: 11pt;
}

.-redactor-container{

    padding-right:9%;
}


.btn {
    /*color: #fff !important;*/
}

.btn.btn-primary {
    color: #fff !important;
}

#kb .fa-folder-open {
    font-size: 84px;
    color: #0473aa;
    padding-left: 12px;
}

/* FaQ list */
/* list */
.rectangle-list ol {
    counter-reset: li;

    /* Initiate a counter */
    margin-left: 0;

    /* Remove the default left margin */
    padding-left: 0;

    /* Remove the default left padding */
}

/* item */
.rectangle-list ol > li {
    position: relative;
    list-style: none;

    /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list a {
    display: block;
    padding: .4em .4em .4em .8em;
    padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: left;
}

/* item hover */
.rectangle-list a:hover {
    background: #C8C8C8;
}

/* number */
.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.0em;
    top: 50%;
    margin-top: -1em;
    background: #ddd;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

/* number hover */
.rectangle-list a:after {
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    content: '';
    border: .5em solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after {
    left: 1em;
    border-left-color: #ddd;
}

/* FaQ list */
#faq {
    margin-top: 20px !important;
    margin-bottom: 50px;
}

.faded {
    color: #A8A8A8;
}

#kb .list-group-item {
    margin-top: 20px;
}

#kb {
    margin-top: -18px;
    margin-bottom: 52px;
}

.error {
    color: red;
}

/* ticket search */
.search-tickets input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
    width: 75%;
}

.search-tickets .search-container button {
    padding: 6px 10px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-tickets .search-container button:hover {
    background: #ccc;
}

@media screen and (max-width: 600px) {
    .search-tickets .search-container {
        float: none;
    }

    .search-tickets a,
    .search-tickets input[type=text],
    .search-tickets .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .search-tickets input[type=text] {
        border: 1px solid #ccc;
    }
}

.search-tickets .well {
    min-height: 20px;
    padding: 10px 19px;
}

.search-tickets .topics {
    height: 37px;
}

/* ticket search */
.refersh-icon {
    margin-right: 10px;
    margin-top: 3px;
    color: #5bc0de;
    font-size: 24px;
}

.table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}

.table-inbox tr td {
    padding: 12px !important;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-inbox tr td .fa-star {
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}

.ticket-view-top {
    margin-right: 5px;
    margin-top: -3px;
}

.ticket-view-top i {
    font-size: 18px;
}

.ticket-number {
    font-size: 14px !important;
    font-weight: bold;
}

.ticket-view .panel-title {
    font-weight: bold;
}

.ticket-view table {
    margin-bottom: 1px;
}

/* ticket comments */
.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: #F5F5F5;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid #F5F5F5;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before {
    top: -4px;
}

.timeline .line::after {
    bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #F5F5F5;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 92px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
    font-size: 20px;
    vertical-align: middle;
    line-height: 40px;
}

.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -90px;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

.image-user img {
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

.panel-footer img {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 2px;
}

/* ticket comments */
.ticket-view h3 {
    margin-top: 0px;
}

.front-boxes h1 {
    background: transparent;
}

#ticketTable thead tr td {
    background-color: #0473aa;
}

#ticketTable thead tr td a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .support-image img {
        object-fit: cover;
        height: 250px !important;
    }

    .support-image .centered {
        right: 3%;
        left: 3%;
        transform: translate(0%, -50%);
    }

    #logo img {
        width: 300px;
        margin-left: 5px;
    }

    .search {
        padding-bottom: 12px;
    }

    .support-image h2 {
        font-size: 17px;
    }

    .support-image h4 {
        font-size: 13px;
    }

    .outer_box_orange {
        margin-bottom: 17px;
    }

    .outer_box_green {
        margin-bottom: 17px;
    }

    .outer_box_blue {
        margin-bottom: 28px;
    }

    .welcome-user {
        padding-bottom: 15px;

        /* padding-left: 13px; */
        /* padding-top: 15px;
        padding-left: 13px; */
    }

    .search button {
        padding-left: 5px;
    }

    .front-boxes {
        margin-top: 18px;
    }

    h1 {
        margin-top: 10px;
    }

    .front-boxes h1 {
        margin-top: 35px;
    }

    .login-page {
        margin-bottom: 32px;
    }

    #kb .fa-folder-open {
        font-size: 61px;
        padding-left: 0px;
    }

    .sidebar {
        margin-bottom: 27px;
    }

    #ticketSearchForm .search-container input {
        width: 75%;
        float: left;
        height: 45px;
    }

    #ticketSearchForm .search-container button {
        width: 50px;
        height: 45px;
    }

    #ticketSearchForm .search-container {
        margin-bottom: 16px;
    }

    #ticketSearchForm .states {
        margin-top: 16px;
    }

    .search-tickets .pagination {
        margin-bottom: 40px;
    }

    .ticket-view-top {
        margin-top: 8px;
    }

    .ticket-view {
        margin-top: 43px;
    }

    .flag {
        margin-left: 10px;
    }
}

.captchaRow label {
    padding-top: 5px;
}

.flag {
    display: inline-block !important;
    padding: 0px !important;
    margin-right: 7px;
    margin-top: 10px;
}

.filedrop .file {
    height: 35px !important;
}

.filedrop .file .cancel {
    display: block !important;
}

.filedrop .file .cancel:before {
    font-family: FontAwesome;
    content: "\f014";
}

.rtl #logo img {
    float: left;
}

.rtl .form-group .control-label {
    float: right;
    text-align: left;
}

/* #ticketThread .panel-footer {
  margin-left: 92px;  
} */
.footer-event {
    padding-left: 90px;
    margin-top: -13px;
    margin-bottom: 25px;
}

.footer-event .panel-footer {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ticket-view .response .panel-heading {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.ticket-view .response {
    border-color: #4CAF50;
}

#ticketSearchForm .nav-pills > li a {
    background: #C0C0C0;
    color: #fff;
}

#ticketSearchForm .nav-pills > li.active > a {
    background-color: #337ab7;
}

.ticket-view .panel-body tr td:first-child {
    width: 25%;
}

#ticketTable tr td:first-child {
    width: 10%;
}

#msg_error {
    margin: 0;
    padding: 5px 10px 5px 36px;
    height: auto;
    line-height: 16px;
    margin-bottom: 10px;
    border: 1px solid #a00;
    background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
  }


@media (max-width: 600px) {
  table, tbody, tr, td {
    display: block;
    width: 100% !important;
  }
  td {
    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  label {
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  textarea,
  select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  select {
    white-space: normal;
  }
  tr {
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
  }
}

#msg_notice {
    margin: 0;
    padding: 5px 10px 5px 36px;
    height: 28px;
    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: 28px;
    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: 28px;
    line-height: 16px;
    margin-bottom: 10px;
    border: 1px solid #a00;
    background: url('../images/icons/error.png') 10px 50% no-repeat #fff0f0;
}

#clientLogin > div.login-cover {
    display:none !important;
}