﻿body {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    height: auto;
    padding: 5px;
}

p {
    font-size: 18px;
    font: #545454;
}

h5 {
    font-size: 15px;
    color: #949494;
    font-family: Roboto;
    font-weight: 400;
}


h4 {
    font-size: 22px;
    font-weight: 500;
    color: #ff006e;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    color: #6B4493;
    margin: 10px 0px 10px;
}

h1 {
    font-weight: 700;
    margin: 10px 0px 10px;
    color: #FFFFFF;
    font-size: 25px;
}

a:hover {
    color: blue;
}

a {
    color: #6B4493;
}


td {
    font-size: 15px;
    font: #545454;
    width: auto;
    height: 20px;
    vertical-align: middle;
}

#hospTktView {
    margin-left: 10px;
}

#tktInfo {
    height: 50px; 
    vertical-align: middle;
}

#searchDropdown {
    height: 50px; 
    vertical-align: middle;
    padding-top: 15px;
}

textarea {
    width: 100%;
    font-size: 18px;
    font: #545454;
}

.appLogo {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.home_top {
    padding-top: 2%;
    padding-bottom: 3%;
}

.logoutBtn {
    float: right;
    display: flex;
    flex-direction: column;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    color: #3D3D3D;
    background: #fff;
    border: none;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    grid-area: logoutBtn;
}

.logoutBtn:focus {
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
  }

.home_logo {
    padding-top: 4%;
    padding-bottom: 3%;
}

.home_menu {
    height: 300px;
    padding-top: 75px;
    margin-left: auto;
    margin-right: auto;
	width: 70%;
}


.open_btn {
	float:right;
    margin-right: 30px;
    font-size: 20px;
    border-radius: 20px;
}

.report_btn {
   
    font-size: 20px;
    border-radius: 20px;
}

.tkt_id_search {
    width: 80px;
}


#toggle_lbl {
    font-family: Roboto;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    background: transparent;
}

    #toggle_lbl > button {
        border: none;
        outline: none;
        background: transparent;
        box-shadow: none;
    }

    #toggle_lbl > button:focus {
        border: none;
        outline: none;
        background: transparent;
        box-shadow: none;
    }

    #toggle_lbl > button:active {
        border: none;
        outline: none;
        background: transparent;
        box-shadow: none;
    }

.orderByButton {
        border: none;
        outline: none;
        background: transparent;
        box-shadow: none;}

.toggle_img {
     width: 75%;
 }

#section1, #section2, #section3, #section4 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#section1{
    grid-area: section1;
}

#section1 > button {
    display: flex;
    align-items: center;
}

#section2 {
   grid-area: section2;
   justify-content: flex-end;
}

#section3 {
    grid-area: section3;
}

#section4 {
    grid-area: section4;
    font-size: 22px;
}


.ticket_loader_container {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket_loading {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#header_contents {
    width: 100%;
    display: grid;
    grid-template-areas: "section1 . section2"
        "section4 . ."
        " section3 . .";
    grid-template-rows: auto;
    grid-template-columns: 40% 45% 15%;
    align-content: center;
}

.file_error_msg{
    color:red;
}


#infoBtn {
    border: none;
    color: #ffffff;
    float: right;
    background-color: #6B4493;
    cursor: pointer;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    padding: 0px 0px 2px 2px;
}

.header_pg {
    border-radius: 1px 1px 20px 20px;
    border: none;
    padding: 40px 10px 0 10px;
    background-color: #6B4493;
   /* height: 120px;*/
    height: auto;
    min-height: 120px;
    width: auto;
    color: #ffffff;
    vertical-align: middle;
}

    .header_pg label {
        font-size: 25px;
    }


    .header_pg p {
        font-family: Roboto;
        font-size: 32px;
        font: bold;
    }


.redirectBtn {
    float: right;
    color: #6B4493;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
	padding-left: 4px;
    grid-area: redirectBtn;
}


    .redirectBtn img {
        height: inherit;
        padding: 1px 1px 5px 1px;
    }
.redirectBtn:hover {
    color: #6B4493;
}

.hospAddNoteBtn {
    float: right;
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 5px 18px 5px 18px;
    margin: 3px;
    grid-area: hospAddNoteBtn;
}

.hospExportBtn {
    float: right;
    color: #6B4493;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    padding: 4px 18px 4px 18px;
    margin: 8px;
    grid-area: hospExportBtn;
}


#backhome_Btn {
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 8px 20px 10px 20px;
}

.modal_back_btn {
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 7px 10px 9px 10px;
}

.mini_modal_header {
    background-color: #6B4493;
    border: 1px solid #cccccc;
    height: 60px;
    padding: 10px;
}

.modal_footer {
    border: 1px solid #cccccc;
    height: 60px;
    padding: 10px;
}

.centerform{
    max-width:550px ;
    margin: 0 auto;
}

    form input[type=text], [type=email], select {
        width: 100%;
        height: auto;
        padding: 5px 5px 5px 3px;
        margin-bottom: 8px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 18px;
        font: #545454;
    }

    form input[type=radio]{
    margin-left: -15px;
    }



.tkt_age, .tkt_status, .tkt_hospital, .issuetyp, .sub_typ, .issuediv {
    padding-left: 1px;
    width: 25%;
}

.tkt_org_desc{
    padding-left: 1px;
    width: 80%;
}


#reportNewIssueBtn, #closeTicketBtn, #submit_closeTicket, #submit_escalateTicket, #submit_addTktNote {
    float: right;
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 5px;
    
}

#reportNewIssueBtn:focus {
    outline: none;
}


#closeTicketBtn {
    float: right;
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 5px 18px 5px 18px;
    margin: 3px;
}


#reportNewIssueBtn img {
    padding: 1px 2px 5px 7px;
}


#escalateTicketBtn, #addnoteBtn, #equipReqBtn {
    float: left;
    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 5px 18px 5px 18px;
    margin: 3px;

}

#closeModalBtn {

    background-color: #6B4493;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding: 5px 20px 5px 20px;
    margin-right: 5px;
}

#cancel_escalateTicket, #cancel_closeTicket,#cancel_addNote {
    background-color: #ffffff;
    color: #6B4493;
    border-radius: 20px;
    border: 1px solid #6B4493;
    height: 40px;
    width: auto;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
}

    #cancel_escalateTicket img, #cancel_closeTicket img ,#cancel_addNote img{
        padding: 1px 2px 5px 7px;
    }

.ticketOverview h1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}



.tkt_summary, .tkt_details {
    border-radius: 10px 10px 10px 10px;
    display: inline-table;
    grid-template-columns: auto auto auto auto;
    padding: 30px;
    box-shadow: 0px 0px 10px #cccccc;
    width: 100%;
}

.assign_Updates_tb, .currentlyAsgndLst {
    border-radius: 10px 10px 10px 10px;
    display: inline-table;
    grid-template-columns: auto auto auto auto;
    padding: 30px;
    box-shadow: 0px 0px 10px #cccccc;
}

.assign_Updates_tb {
    float: right;
}


.tkt_creation_outer {
    padding: 0px 15px 30px 16px;
}

.tkt_creation {
    border-radius: 10px 10px 10px 10px;
    grid-template-columns: auto auto auto auto;
    padding: 10px 30px 10px 30px;
    border: 1px solid #cccccc;
    width: 100%;
    height:480px;
}


.issue_details_div {
    border-radius: 10px 10px 10px 10px;
    display: inline-table;
    grid-template-columns: auto auto auto auto;
    padding: 10px 30px 10px 30px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 480px;
}

.tkt_description {
    padding-top: 30px;
}

.tktnotes {
    border-radius: 10px 10px 10px 10px;
    grid-template-columns: auto auto auto auto;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
}

.assign_info, .details_info, .ticketsummary_info, .description_info, .reportNewissue {
    padding: 30px;
}

.issue_details-outer {
    padding: 0px 16px 30px 15px;
}

.notes_outer {
    padding-left: 16px;
    padding-right: 16px;
}

.custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.footer_pg {
    padding: 30px 15px 20px 15px;
    display:compact;
}

.equipaddnote {
    display: inline;
    width: 17%;
    height: auto;
    padding: 5px 5px 5px 3px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    font: #545454;
}

.hosp_ticket_lbl {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
}

.hosp_ticket_sec_head {
    font-size: 28px;
    font-weight: 700;
    color: #6B4493;
    margin: 10px 0px 10px;
}

input, select {
    color: #545454
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #545454;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #545454;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #545454;
}

iframe {
    border: none;
    padding: 0;
    margin: 0;
}

label {
    color: #48266A;
}

.ticket_title {
    display: inline;
}

.req_field {
    color: red;
}

.modalHeader {
    color: #48266A;
}