@charset "utf-8";
/* CSS Document */

/* Clearfix */


#login_form input:-webkit-autofill,
#login_form input:-webkit-autofill:hover, 
#login_form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #56cff1   inset;
}

#login_form input:-webkit-autofill,
#login_form input:-webkit-autofill:hover, 
#login_form input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #56cff1 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

/* end Clearfix */

.floatright {
    float: right
}

.floatleft {
    float: left
}

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

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

.uppercase {
    text-transform: uppercase
}

.alignright {
    float: right;
    margin: 0 0 24px 24px;
}

.alignleft {
    float: left;
    margin: 0 24px 24px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 24px auto;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

a .img-responsive:hover,
a .img-responsive:active {
    opacity: 0.8;
}

.col-1_2 {
    width: 50%;
}

.col-1_3 {
    width: 33.333%;
}

.col-1_4 {
    width: 25%;
}

.col-1_6 {
    width: 16.666%;
}

.centered-y {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.centered-x {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible
}

.container {
    position: relative;
    width: 100%;
    max-width: 1308px;
    padding-left: 6.75rem;
    padding-right: 12px;
}

body {
    overflow-x: hidden
}

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* ------------> HEADER   */
/* ////////// */
/* ////////// */
/* ////////// */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
       -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 1s ease-out;
       -moz-transition: all 1s ease-out;
         -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
}

#header .container {
    display: table;
    width: 95%;
    max-width: 1824px;
    padding: 0;
    margin: auto;
}

#header .col {
    display: table-cell;
    vertical-align: middle;
}

#header .logo {
    width: 204px;
}

#header .logo a {
    display: block;
}

#header .logo img {
    display: block;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#site-menu {
    display: table;
    float: right;
}

#h_user,
#hambMenu {
    display: table-cell;
    vertical-align: middle;
}

#h_user {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 3rem;
    padding-left: 1.5rem;
    border-left: 1px solid #ededed;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
       -moz-transition: all 1s ease-out;
         -o-transition: all 1s ease-out;
            transition: all 1s ease-out;
}

#h_user img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 9px;
    border-radius: 3px;
}

#h_user .text {
    display: inline-block;
    vertical-align: middle;
}

#h_user .name {
    font: 700 1em/1.5em 'Montserrat', Helvetica, Arial, sans-serif;
    color: #585858;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#h_user .text p {
    padding-bottom: 0;
    font: 300 0.813em/1.385em 'Raleway', Helvetica, Arial, sans-serif;
    color: #585858;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#h_user:hover .name,
#h_user:hover .text p {
    color: #232323;
}

#hambMenu .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 48px;
    cursor: pointer;
}

#hambMenu .btn div:after,
#hambMenu .btn div:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0bc1f3;
    content: '';
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#hambMenu .btn div:after {
    right: -13px;
}

#hambMenu .btn div:before {
    left: -13px;
}

#hambMenu .btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0bc1f3;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#hambMenu .btn:hover div,
#hambMenu .btn:hover div:after,
#hambMenu .btn:hover div:before {
    background-color: #232323;
}

#hambMenu ul {
    display: none;
}

/* Shrink  */
.shrink #header #h_user {
    padding-top: 3px;
    padding-bottom: 3px;
}

.shrink #h_user img {
    width: 60px;
}
/* end Shrink */

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* ------------> end HEADER */
/* ////////// */
/* ////////// */
/* ////////// */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* ------------> MAIN CONTENT */
/* ////////// */
/* ////////// */
/* ////////// */

.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#main
{
    padding-bottom: 5%;
    min-height: 100vh;
    -webkit-box-shadow: 1px 0 0 #f9f9f9;
       -moz-box-shadow: 1px 0 0 #f9f9f9;
            box-shadow: 1px 0 0 #f9f9f9;
}

#intro_row {
    display: table;
    width: 100%;
    padding-bottom: 1.375rem;
    margin-bottom: 2.625rem;
    border-bottom: 1px solid #e1e1e1;
}

#intro_row .col {
    display: table-cell;
    vertical-align: middle;
}

#intro_row .col:first-of-type {
    padding-right: 12px;
}

#intro_row .col:nth-of-type(2) {
    padding-right: 6px;
}

#intro_row h1 {
    padding-bottom: 0;
    font: 700 1.625em/1.385em 'Raleway', Helvetica, Arial, sans-serif;
    color: #515d73;
}

#intro_row .new_request {
    width: 278px; 
}

#intro_row .new_message {
    width: 218px
}

#intro_row button {
    display: block;
    width: 100%;
    padding: 1.313rem 2rem;
    border-radius: 2px;
    font: 700 0.875em/24px 'Montserrat', Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#intro_row button * {
    vertical-align: middle
}

#intro_row button i {
    padding-right: 6px;
    font-size: 1.714em;
}

#intro_row .new_request button {
    background-color: #0bc1f3;
}

#intro_row .new_message button {
    background-color: #515d73;
}

#intro_row button:hover {
    background-color: #232323;
}

.defaultForm label
{
    display: block;
    padding-bottom: 9px;
    font: 300 1em/1.875em 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;
    color: #77828c;
}

.defaultForm .textarea
{
    position: relative;
}

.defaultForm textarea,
.defaultForm input
{
    -webkit-appearance: none;
    position: relative;
    display: block;
    width: 100%; 
    padding: 1.375rem 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    font-size: 1.125em;
    line-height: 24px;
    color: #1c2b47;
    resize: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.defaultForm select
{
    position: relative;
    display: block;
    width: 100%; 
    padding: 1.375rem 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    font-size: 1.125em;
    line-height: 24px;
    color: #1c2b47;
    resize: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    padding-left: 12px;
}

.defaultForm textarea,
.defaultForm input#subject
{
    padding: 2rem 2.375rem 3.75rem 2.375rem;
    line-height: 1.667em;
}

.defaultForm input#subject {
    padding-bottom: 2.375rem;
}

.defaultForm textarea:focus
{
    border-color: #e1e1e1;
}

.defaultForm ::-webkit-input-placeholder 
{
    opacity: 1;
    color: #1c2b47;
    letter-spacing: -0.02em;
}

.defaultForm :-moz-placeholder
{
    opacity: 1;
    color: #1c2b47;
    letter-spacing: -0.02em;
}

.defaultForm ::-moz-placeholder
{
    opacity: 1;
    color: #1c2b47;
    letter-spacing: -0.02em;
}

.defaultForm :-ms-input-placeholder
{
    opacity: 1;
    color: #1c2b47;
    letter-spacing: -0.02em;
}

.defaultForm .counter
{
    position: absolute;
    bottom: 1rem;
    right: 2.375rem;
    font: 300 0.875em/1em 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;
    color: #77828c;
}

.defaultForm .bottom_row
{
    display: table;
    width: 100%;
}

.defaultForm .bottom_row .col
{
    display: table-cell;
    vertical-align: bottom;
}

.defaultForm .bottom_row .col .sub_col {
    display: inline-block;
}

.defaultForm .bottom_row .col:first-of-type
{
    padding-right: 12px;
}

.defaultForm .bottom_row .col:nth-of-type(2),
.defaultForm .bottom_row .col:nth-of-type(3)
{
    padding-right: 6px;
}

.defaultForm .bottom_row .col.attach_file
{
    width: 220px;
}

.defaultForm .bottom_row .col.submit
{
    width: 212px;
}

#due_date {
    position: relative;
    max-width: 417px;
}

#due_date i {
    position: absolute;
    top: 1.375rem;
    left: 2.25rem;
    font-size: 1.375em;
    color: #d0d0d0;
}

#due_date input {
    max-width: 417px;
    padding-left: 82px;
}

button.defaultBtn {
    display: block;
    width: 100%;
    padding: 1.313rem 2rem;
    margin-bottom: 1.5rem;
    border-radius: 2px;
    border: 1px solid #0bc1f3;
    background-color: #0bc1f3;
    font: 700 0.875em/24px 'Montserrat', Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

button.defaultBtn.close-ticket,
#intro_row button.defaultBtn.close-ticket,
button.defaultBtn.open-ticket,
#intro_row button.defaultBtn.open-ticket  {
    display: inline-block;
    width: auto;
    float: right;
    background-color: #0bc1f3;
    border: 1px solid #0bc1f3;
    margin-bottom: 0;
}

button.defaultBtn * {
    vertical-align: middle
}

button.defaultBtn i {
    padding-right: 12px;
    font-size: 1.438em;
}

.defaultForm .attach_file button
{
    background-color: transparent;
    border-color: #515d73;
    color: #515d73;
}

button.defaultBtn:hover,
#intro_row button.defaultBtn.close-ticket:hover,
#intro_row button.defaultBtn.open-ticket:hover {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}

.system_item a {
    display: table;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.system_item.pending_ticket a {
    background-color: #d9edf6;
}

.system_item.dueby_ticket a {
    background-color: #fdfdf4;
}

.system_item.open_ticket a {
    background-color: #0bc1f3;
}

.system_item.urgent_ticket a {
    background-color: #f2dedf;
}

.system_item.resolved_ticket a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.system_item a:hover {
    border-color: rgba(0,0,0,0.2);
    background-color: rgba(0,0,0,0.0005);
    
}


.system_item .col {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 1.188rem 1.75rem;
    
}

.system_item .messages_num {
    width: 102px;
    border-right: 1px solid #eaecef;
    
}

.system_item .messages_num .bubble {
    position: relative;
    width: 43px;
    height: 35px;
    margin-top: 9px;
    background-image: url(../images/bubble-border.svg);
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: -.02em;
    color: rgba(28,43,71,0.7);
    
}

.system_item.alt .messages_num .bubble {
    background-image: url(../images/bubble.svg);
    color: #fff;
    
}

.system_item .title h1 {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #1c2b47;
    letter-spacing: -.02em;
}

.system_item .title p {
    padding-bottom: 0;
    font-size: 0.875em;
    line-height: 1.714em;
    color: #85929e;
    letter-spacing: .02em;
}
.system_item.open_ticket .title p {
    color: #fff;
}

.system_item .date:before,
.system_item .status:before,
.system_item .logged_time:before {
    position: absolute;
    top: 24px;
    left: 0;
    width: 1px;
    height: 44px;
    background-color: #eaecef;
    content: '';
}

.system_item .date,
.system_item .status,
.system_item .logged_time {
    width: 240px;
    font-size: 1.125em;
    line-height: 1.667em;
    color: #1c2b47;
    letter-spacing: -.02em;
}

.system_item .logged_time {
    width: 148px;
}

.system_item .col .label {
    font-size: 0.778em;
    line-height: 1.714em;
    color: #85929e;
    letter-spacing: -.02em;
}
.system_item.open_ticket .col .label {
    color: #fff;
}
.system_item.open_ticket:hover .col .label,
.system_item.urgent_ticket:hover .col .label,
.system_item.open_ticket:hover .title p,
.system_item.urgent_ticket:hover .title p {
    color: #85929e;
}

#ticket_page #intro_row {
    padding-bottom: 1.575rem;
}

#ticket_page #intro_row h1 {
    color: #0bc1f3;
    font-size: 1.813em;
}

#ticket_page #intro_row .col {
    position: relative;
    padding-right: 1.75rem;
}

#ticket_page #intro_row .col.status1 {
    padding-right: 0;
}


#ticket_page #intro_row .date:before,
#ticket_page #intro_row .status:before,
#ticket_page #intro_row .logged_time:before {
    position: absolute;
    top: 4px;
    left: -1.75rem;
    width: 1px;
    height: 62px;
    background-color: #eaecef;
    content: '';
}

#ticket_page #intro_row .date,
#ticket_page #intro_row .status,
#ticket_page #intro_row .logged_time {
    width: 240px;
    font-size: 1.125em;
    line-height: 1.667em;
    color: #1c2b47;
    letter-spacing: -.02em;
}

#ticket_page #intro_row .status {
    width: 188px;
    padding-right: 0;
}

#ticket_page #intro_row .requester {
    width: 200px;
}
#ticket_page #intro_row .date {
    width: 240px;
}
#ticket_page #intro_row .logged_time {
    width: 120px;
}

#ticket_page #intro_row .col .label {
    font-size: 0.778em;
    line-height: 1.714em;
    color: #85929e;
    letter-spacing: -.02em;
}

.ticket_descr {
    padding-bottom: 1.875rem;
    font-size: 16px;
}

.ticket_descr h2 {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    font: 500 1em/1.5em 'Montserrat', Helvetica, Arial, sans-serif;
    color: #1c2b47;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.ticket_descr p {
    color: #1c2b47;
    letter-spacing: -.02em;
}

#ticket_messages {
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
}

#ticket_messages {
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
}

#ticket_messages .title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eaecef;
}

#ticket_messages .title .col {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
}

#ticket_messages .title h2 {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 24px;
    font: 700 1em/1.5em 'Raleway', Helvetica, Arial, sans-serif;
    color: #7f8695;
    text-transform: uppercase
}

#ticket_messages .title .btn {
    width: 84px;
    padding-right: 3rem;
    text-align: right;
}

#ticket_messages .title button {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
    color: #7f8695;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-appearance: push-button;
}

#ticket_messages .title button:hover {
    color: #232323;
}

#ticket_messages .title button i {
    display: block;
    width: 48px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
}

#ticket_messages .wrapper {
    padding: 4.125rem 5.625em 3rem 3rem;
}

#ticket_messages .item {
    position: relative;
    padding-left: 4.125rem;
}

#ticket_messages .avatar {
    position: absolute;
    top: 0;
    left: 0;
}

#ticket_messages .avatar img {
    border-radius: 50%;
}

#ticket_messages .body {
    padding-bottom: 0.75rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #d2d5da;
    color: rgba(28,43,71,0.8);
    font-size: 15px
}

#ticket_messages .item:last-of-type .body {
    border-width: 4px;
}

#ticket_messages .body p {
    max-width: 926px;
}

#ticket_messages .user {
    padding-top: 0.563rem;
    padding-bottom: 1.25rem;
    font: 500 1.313em/1.5em 'Montserrat', Helvetica, Arial, sans-serif;
    color: #1c2b47;
    letter-spacing: -.02em;
}

#ticket_messages .meta {
    font-size: 0.938em;
    letter-spacing: 0.02em;
    color: #85929e;
}

#ticket_messages a.attachment,
.ticket_descr a.attachment {
    position: relative;
    display: block;
    max-width: 926px;
    margin-top: 0.75rem;
    margin-bottom: 1.875rem;
    padding: 9px 96px 9px 1.5rem;
    border-radius: 4px;
    background-color: #f5f5f5;
}

#ticket_messages a.attachment h4,
.ticket_descr a.attachment h4 {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.889em;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#ticket_messages a.attachment .descr,
.ticket_descr a.attachment .descr {
    display: block;
    color: #85929e;
    font-size: 0.875em;
    line-height: 1.5em;
}

#ticket_messages a.attachment .btn,
.ticket_descr a.attachment .btn {
    position: absolute;
    top: 9px;
    right: 24px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    line-height: 48px;
    color: #868686;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
       -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.07);
}

#ticket_messages a.attachment:hover h4,
#ticket_messages a.attachment:hover .btn,
.ticket_descr a.attachment:hover h4,
.ticket_descr a.attachment:hover .btn {
    color: #232323;
}

#ticket_messages form {
    padding-left: 4.125rem;
}

#ticket_messages textarea
{
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5rem 1.875rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    border: 1px solid #eaecef;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.667em;
    color: rgba(28,43,31,0.8);
    resize: none;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    -webkit-appearance: none;
}

#ticket_messages textarea:focus
{
    border-color: #e1e1e1;
}

#ticket_messages ::-webkit-input-placeholder 
{
    opacity: 1;
    color: rgba(28,43,31,0.8);
    letter-spacing: -0.02em;
}

#ticket_messages :-moz-placeholder
{
    opacity: 1;
    color: rgba(28,43,31,0.8);
    letter-spacing: -0.02em;
}

#ticket_messages ::-moz-placeholder
{
    opacity: 1;
    color: rgba(28,43,31,0.8);
    letter-spacing: -0.02em;
}

#ticket_messages :-ms-input-placeholder
{
    opacity: 1;
    color: rgba(28,43,31,0.8);
    letter-spacing: -0.02em;
}

#ticket_messages .bottom_row
{
    display: block;
    text-align: right;
}

#ticket_messages .bottom_row .col
{
    display: inline-block;
    padding-left: 3px;
    padding-right: 0;
}

#ticket_messages .bottom_row .col.attach_file,
#ticket_messages .bottom_row .col.submit
{
    width: auto;
}

#ticket_messages .defaultForm button {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

/*
#login_page #header .logo {
    width: 100%;
    height: 66px;
}

#login_page #header .logo img {
    margin: auto
}

#login_page #main .container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
} */

#login_page {
    background-color: #00BBF0;
}

#login_page #main {
    position: relative;
    padding-bottom: 0;
}

#login_page form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 360px;
    padding: 12px;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#login_form input#lg_email:before
{
    background-image: url(../images/user.svg);
}

#login_form .inputBox
{
    position: relative;
}

#login_form .inputBox .icon
{
    position: absolute;
    top: 50%;
    left: 12px;
    margin-bottom: 0;
    opacity: 0.7;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#login_form .inputBox.active .icon
{
    opacity: 1
}

#login_form input 
{
    -webkit-appearance: none;
    position: relative;
    display: block;
    width: 100%; 
    padding: 18px 24px 18px 48px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 1px solid #b3ecfc;
    border-radius: 4px;
    font-size: 1.125em;
    line-height: 24px;
    color: rgba(255,255,255,0.5);
    resize: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.025);
}

#login_form input:nth-child(2)
{
    margin-top: -1px;
}

#login_form ::-webkit-input-placeholder 
{
    opacity: 1;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.01em;
}

#login_form :-moz-placeholder
{
    opacity: 1;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.01em;
}

#login_form ::-moz-placeholder
{
    opacity: 1;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.01em;
}

#login_form :-ms-input-placeholder
{
    opacity: 1;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.01em;
}

#login_form input:focus
{
    background-color: rgba(255,255,255,0.1);
    border-color: #e0f7fe;;
    color: rgba(255,255,255,1);
}

#login_page form button {
    display: block;
    width: 90%;
    margin: 12px auto auto auto;
    padding: 18px 24px;
    border-radius: 2px;
    background-color: #fff;
    font: 700 0.875em/24px 'Montserrat', Helvetica, Arial, sans-serif;
    color: #0bc1f3;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#login_page form button:hover {
    color: #232323;
}

#login_page p {
    padding-bottom: 0;
    padding-top: 18px;
    text-align: center;
}

#login_page p a {
    color: #fff;
    font-size: 12px;
}

#login_page p a:hover,
#login_page p a:active {
    text-decoration: underline
}

                 
                
                    
 

                      
                        
                              
 
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* ------------> FOOTER   */
/* ////////// */
/* ////////// */
/* ////////// */

/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* \\\\\\\\\\ */
/* ------------> end FOOTER */
/* ////////// */
/* ////////// */
/* ////////// */
.progress_report {
    position: relative;
    width: 100%;
    padding-bottom: 24px;
}
.progress_report .progress_report_bar_container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #d2d5da;
    height: 12px;
    margin-bottom: 24px;
}
.progress_report .progress_report_bar {
    width: 0%;
    height: 12px;
    background-color: #0bc1f3;
}
a.logout {
    font-weight: bold;
    color: #0bc1f3;
    font-size: 13px;
}
a.logout:hover {
    color: #232323;
}

#intro_row h1 img {
    margin-bottom: 0;
    vertical-align: middle;
}

#intro_row h1 .col-left {
    float: left;
}

#intro_row h1 .col-right {
    float: right;
    margin-right: 24px;
    font-size: 35px;
    font-family: helvetica;
    line-height: 35px;
    vertical-align: middle;
}

#intro_row h1 .col-right span {
    font-weight: normal;    
    font-size: 15px;
    vertical-align: middle;
}

#main_intro_row h1 {
    color: #0bc1f3;
    font-size: 1.813em;
}

#main_intro_row h1 .col-left {
    float: left;
}

#main_intro_row h1 .col-right {
    float: right;
    margin-right: 0;
    font-size: 15px;
    font-family: helvetica;
    color: #232323;
}

#main_intro_row {
    border-bottom: 1px solid #eaecef;
    padding-bottom: 12px;
    margin-bottom: 24px;
}


.custom_check {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

/* Hide the browser's default checkbox */
.custom_check {
    margin-bottom: 12px;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom_check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom_check input:checked ~ .checkmark {
    background-color: #0bc1f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_content 
{
                    position: relative;
                    max-width: 800px;
                    background-color: #fff;
                    padding: 48px;
                    border-radius: 5px;
                    text-align: center !important;
                    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
                       -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5);
                            box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.popup_content .login-register
{
                    display: inline-block;
                    padding: 10px 36px;
                    background-color: #0bc1f3;
                    border-radius: 5px;
                    font-size: 17px;
                    line-height: 48px;
                    font-weight: bold;
                    text-align: center;
                    text-transform: uppercase;
                    letter-spacing: 0.04em;
                    -webkit-transition: all 0.3s ease-out;
                       -moz-transition: all 0.3s ease-out;
                         -o-transition: all 0.3s ease-out;
                            transition: all 0.3s ease-out;
}

.popup_content .login-register:hover {
                    background-color: #000;  
}

.popup_content .login-register a 
{
                    position: relative;
                    display: inline-block;
                    padding: 0 14px;
                    border-radius: 5px;
                    font-size: 17px;
                    font-weight: bold;
                    color: #fff;
}

.popup_content .login-register a:before
{
                    position: absolute;
                    right: -8px;
                    display: block;
                    color: #fff;
                    content: '/';
}

.popup_content .login-register a:last-child:before
{
                    display: none
}

.popup_content .login-register a:hover,
.popup_content .login-register a:active
{
                    color: #fff;
}

.popup_close
{
                    position: absolute;
                    top: 6px;
                    right: 6px;
                    width: 30px;
                    height: 30px;
                    padding: 0;
                    background: #0bc1f3 url(../images/icon-popup-close.png) no-repeat center center;
                    border: none;
                    border-radius: 50%;
                    cursor: pointer;
                    -webkit-transition: all 0.3s ease-out;
                       -moz-transition: all 0.3s ease-out;
                         -o-transition: all 0.3s ease-out;
                            transition: all 0.3s ease-out;
}

.popup_close:hover,
.popup_close:active
{
                    background-color: #000;
}