﻿
/*-----------------SPLIT_CONTAINER----------------*/

.sc {
    display: flex;
    position: absolute;
    top:0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 100vw;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-content: flex-start;
    padding: 100px 10px 10px 10px;
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,rgb(240,240,240) 100px,rgb(240,240,240) 100%);
}
.sc_full {
    width:100vw;
    height:var(--screenheight);
}
.sc_600 {
    width: 600px;
    min-height:500px;
}
.sc_500 {
    width: 500px;
    height: var(--screenheight);
}
.sc_notes {
    width: 700px;
    height: 90vh;
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,white 100px,white 100%);
}
.sc_support {
    width: 700px;
    height: 100vh;
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,white 100px,white 100%);
    overflow: auto;
}
.sc_documents {
    width: 75vw;
    height: 90vh;
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,white 100px,white 100%);
}
.sc_signoff {
    top: 0px;
    height: var(--screenheight);
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,var(--vizula-window) 100px,var(--vizula-window) 100%);
}
.sc_ticket {
    width: 700px;
    height: 100vh;
    background: linear-gradient(to bottom, var(--vizula-header) 0%,var(--vizula-header) 100px,#000000 100px,white 100px,white 100%);
}
.sc_ticketarea {
    width:100%;
    height:100%;
    overflow:auto;
    padding-top:10px;
}

.sc_cancelbox {
    width: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.4;
}
.sc_cancelbox:hover {
    opacity: 1;
}

/*-----------------Title----------------*/

.sc_title {
    height: 40px;
    position: absolute;
    top: 5px;
    left:10%;
    cursor: pointer;
    width: 80%;
    text-align:center;
    font-size:35px;
}

/*-------------ToolBar Icons-------------*/

.sc_add {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 20px;
    cursor: pointer;
    width:72px;
}
.sc_trash {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 100px;
    cursor: pointer;
    width: 40px;
}
.sc_plogfilter {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 40px;
    cursor: pointer;
    width: 48px;
}
.sc_search {
    height: 48px;
    position: absolute;
    top: 46px;
    left: 165px;
    cursor: pointer;
    width: 48px;
}
.sc_dload {
    height: 48px;
    position: absolute;
    top: 46px;
    right: 60px;
    cursor: pointer;
    width: 52px;
}
.sc_r2 {
    height: 48px;
    position: absolute;
    top: 46px;
    right: 130px;
    cursor: pointer;
    width: 48px
}
.sc_lock {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 70px;
    cursor: pointer;
}

.sc_back1 {
    position: absolute;
    top: 0px;
    left: 40px;
    cursor: pointer;
    width: 60px
}

.sc_back2 {
    position: absolute;
    top: 0px;
    left: 105px;
    cursor: pointer;
    width: 60px
}

.sc_back3 {
    position: absolute;
    top: 0px;
    left: 170px;
    cursor: pointer;
    width: 60px
}

/*--------------FILTER BOXES-----------------------*/

.sc_filter {
    position: absolute;
    background: white;
    border-radius: 6px;
    outline: solid 3px var(--vizula-blue);
}
.sc_plogselector {
    position: absolute;
    top:60px;
    left:90px;
    font-size:20px;
    border-radius:5px;
}
/*--------FilterBox Sizes-------*/
.sc_w4 {
    width: 160px;
    height: 40px;
    top: 50px;
    left: 240px;
}
.sc_w5 {
    width: 200px;
    height: 40px;
    top: 50px;
    left: 240px;
}
.sc_w6 {
    width: 240px;
    height: 40px;
    top: 50px;
    left: 240px;
}
.sc_plog_button {
    position:relative;
    top:-3px;
    background:rgba(12,60,96,1);
    font-weight:bold;
    color:white;
    font-size:19px;
    border-radius:3px;
    padding:0 10px 0 10px;
    cursor:pointer;
}
.sc_plog_button:hover {
    color:red;
}
.sc_plog_allbutton {
    position: absolute;
    top: 65px;
    left:20px;
    background: rgba(12,60,96,1);
    font-weight: bold;
    color: white;
    font-size: 19px;
    border-radius: 3px;
    padding: 0 10px 0 10px;
    cursor: pointer;
}
.sc_plog_allbutton:hover {
    color: red;
}

/*-------Inner Box-------*/
.sc_fbox {
    position: absolute;
    top: 6%;
    height: 92%;
    cursor: pointer;
}

/*------Inner Box X Positions-------*/
.sc_1of4 {
    left: 2%;
    width: 23%;
}

.sc_2of4 {
    left: 26.5%;
    width: 23%;
}

.sc_3of4 {
    left: 51%;
    width: 23%;
}

.sc_4of4 {
    left: 75.5%;
    width: 23%;
}

.sc_1of5 {
    left: 2%;
    width: 18%;
}

.sc_2of5 {
    left: 21.6%;
    width: 18%;
}

.sc_3of5 {
    left: 41.2%;
    width: 18%;
}

.sc_4of5 {
    left: 60.8%;
    width: 18%;
}

.sc_5of5 {
    left: 80.4%;
    width: 18%;
}

.sc_1of6 {
    left: 2%;
    width: 15%;
}

.sc_2of6 {
    left: 18.3%;
    width: 15%;
}

.sc_3of6 {
    left: 34.6%;
    width: 15%;
}

.sc_4of6 {
    left: 51%;
    width: 15%;
}

.sc_5of6 {
    left: 67.3%;
    width: 15%;
}

.sc_6of6 {
    left: 83.6%;
}

/*--------------------LISTS--------------------*/

.sc_list {
    position: relative;
    width: 100%;
    overflow: auto;
    height: calc(100% - 75px);
}
.cs_overdue {
    color: red;
}
.sc_list_signoff {
    position: relative;
    width: 100%;
    height: calc(var(--screenheight) - 110px);
    overflow: auto;
    margin: 0 0 30px 0;
}
.sc_list100 {
    position: relative;
    width: 100%;
    overflow: auto;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: bold;
    align-content: flex-start;
}
.sc_list_dashboard {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    height: calc(100% - 80px);
}

/*---------------------ROWS--------------------*/

.sc_titlerow {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    font-weight: bold;
    color: blue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
}
.sc_sub_titlerow {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(10px + .4vw);
    font-weight: bold;
    color: blue;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 0 5px 0 5px;
}
.sc_titlecenterrow {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    font-weight: bold;
    color: blue;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid black;
}
.sc_row {
    display: flex;
    cursor: pointer;
    width: 100%;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--vizula-window);
    padding: 2px;
    min-height:40px;
}
.sc_plogrow {
    display: flex;
    cursor: pointer;
    width: 100%;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 2px 5px 2px 5px;
    min-height: 20px;
}
.sc_sub_row {
    display: flex;
    cursor: pointer;
    width: 100%;
    font-size: calc(10px + .4vw);
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--vizula-window);
    padding: 2px;
    min-height: 40px;
}
.sc_border_top {
    border-top: 1px dashed var(--vizula-window);
}
.sc_row:hover {
    border: 2px solid red;
}
.sc_row img {
    height: calc(30px + 0.6vw);
    padding-top: 3px;
}
.sc_data_row {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 25px;
    font-size: calc(12px + .4vw);
    font-weight: normal;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--vizula-window);
}
.sc_edit {
    padding: 5px;
    box-shadow: 0 8px 16px 8px rgba(0, 0, 0, 0.3), 0 6px 8px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid black;
    outline: 0px solid black;
    background: white;
    font-weight: bold;
}
.sc_totalrow {
    display: flex;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    font-size: calc(12px + .4vw);
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    border-top: 2px solid black;
    color: black;
    font-weight: bold;
}
.sc_resetrow {
    background:rgba(255,0,0,0.2);
}
.sc_phaserow {
    background: rgba(255,128,0,0.2);
}
.sc_gaterow {
    background: rgba(0,255,0,0.2);
}
.sc_sub_deleted {
    color: rgba(255,255,255,1);
    background: rgba(255,0,0,0.2);
}

/*--------------------COLUMNS------------------*/

.sc_c_icon {
    width:35px;
    padding:0 5px 0 0;
    cursor:pointer;
}
.sc_c_icon img {
    width:100%;
}

.sc_c_icon2 {
    width: 30px;
    cursor: pointer;
}
.sc_c_icon3 {
    min-height: 80px;
    cursor: pointer;
}
.sc_c_icon5 {
    width:5%;
    min-width:38px;
    max-width:45px;
    text-align:center;
    cursor:pointer;
}
    .sc_c_icon5 img {
        width:75%;
    }

.sc_c_date {
    width: 10%;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

.sc_c_dateedit {
    border-radius: 5px;
    border: 1px solid black;
    font-size: calc(12px + .4vw);
}


.sc_c_optionaldate {
    width: 8%;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}
.sc_c_sub_date {
    width: 6%;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}

.sc_c_sub_optionaldate {
    width: 6%;
    min-width: 60px;
    text-align: center;
    cursor: pointer;
}

.sc_c_todo {
    width: calc(80% - 65px);
    cursor: pointer;
}
.sc_c_textarea {
    cursor: text;
    border: none;
    resize: none;
    overflow: auto;
    background: white;
    padding: 2px 5px 2px 5px;
    outline: 1px solid var(--vizula-header);
    border-radius: 5px;
    font-size: calc(12px + .4vw);
}
.sc_c_1of1 {
    width: calc(100% - 60px);
}

.sc_c_1of2 {
    width: 50%;
}

.sc_c_2of2 {
    width: calc(50% - 60px);
}

.sc_c_1of3 {
    width: 40%;
}

.sc_c_2of3 {
    width: 30%;
}

.sc_c_3of3 {
    width: calc(30% - 60px);
}

.sc_c_issue {
    width: calc(84% - 245px);
    cursor: pointer;
}

.sc_c_owner {
    width: 20%;
    max-width:180px;
    cursor: pointer;
    padding: 0 10px 0 10px;
}
.sc_c_risk {
    width: calc(32% - 32px);
    cursor: pointer;
}
.sc_c_mitigation {
    width: calc(32% - 33px);
    cursor: pointer;
}
.sc_c_link {
    width: 30px;
    cursor: pointer;
}
.sc_c_link img {
    width:100%;
}
.sc_c_group {
    width: 10%;
    cursor: pointer;
}
.sc_c_type {
    width: 10%;
    cursor: pointer;
}
.sc_c_qty {
    width: 10%;
    max-width: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    cursor: pointer;
}
.sc_c_qtyinput {
    width: 10%;
    max-width: 50px;
    height: 25px;
    padding: 0 10px 0 10px;
    text-align: center;
    outline: 1px solid var(--vizula-header);
}
.sc_c_notes {
    width: calc(50% - 95px);
    border-radius: 5px;
}
.sc_c_product {
    width:15%;
    min-width:150px;
    cursor:pointer;
}
.sc_c_lib {
    width: 20%;
    font-weight: bold;
    cursor: pointer;
}
.sc_c_cost {
    width: 10%;
    text-align: center;
    cursor: pointer;
}
.sc_c_name {
    width: 40%;
    cursor: pointer;
}
.sc_c_email {
    width: 50%;
    cursor: pointer;
}
.sc_c_proc_space {
    width: 10%;
    cursor: pointer;
}
.sc_c_proc_name {
    width: 70%;
    cursor: pointer;
}
.sc_c_proc_usage {
    width: 20%;
    cursor: pointer;
}
.sc_c_proc_filter {
    width: 35%;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: bold;
    color: blue;
    border: 1px solid var(--vizula-lightwindow);
    border-radius: 5px;
}
.sc_c_sh_name {
    width: 60%;
    cursor: pointer;
    text-align: left;
}
.sc_c_sh_shares {
    width: 20%;
    cursor: pointer;
}
.sc_c_sh_percent {
    width: 20%;
    cursor: pointer;
}
.sc_c_note_date {
    width:15%;
    cursor:pointer;
}
.sc_c_note_note {
    width: 75%;
    cursor: pointer;
}
.sc_c_5p {
    width:5%;
    min-width:65px;
    text-align:center;
    cursor:pointer;
}
.sc_c_8p {
    width: 8%;
    cursor: pointer;
    text-align: center;
}

.sc_c_12p {
    width: 12%;
    cursor: pointer;
    text-align: center;
}

.sc_c_18p {
    width: 18%;
    cursor: pointer;
    text-align: center;
}

.sc_c_number {
    width: 6%;
    cursor: pointer;
    min-width:60px;
}
.sc_c_client {
    width: 20%;
    cursor: pointer;
}
.sc_c_title {
    width: 27%;
    cursor: pointer;
}
.sc_c_priority {
    width: 6%;
    cursor: pointer;
    min-width:60px;
}
.sc_c_status {
    width: 17%;
    cursor: pointer;
}
.sc_c_day {
    width: 10%;
    cursor: pointer;
}
.sc_c_country {
    width: 10%;
    cursor: pointer;
}
.sc_c_region {
    width: 20%;
    cursor: pointer;
}
.sc_c_rights {
    min-width: 90px;
    cursor: pointer;
    align-items: center;
    text-align: center;
}
.sc_c_rightsname {
    min-width: 200px;
    cursor: pointer;
    font-size: 18px;
}
.sc_c_rightsemail {
    min-width: 350px;
    cursor: pointer;
}
.sc_c_rightsname_input {
    min-width: 200px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    outline: 1px solid var(--vizula-header);
    border: none;
}
.sc_c_rightsemail_input {
    min-width: 350px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    font-size: 18px;
    border-radius: 5px;
    height: 30px;
    outline: 1px solid var(--vizula-header);
    border: none;
}
.sc_c_rights_select {
    min-width: 90px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    height: 30px;
    outline: 1px solid var(--vizula-header);
    background: var(--vizula-window);
    border: none;
    font-weight: bold;
    font-size: 15px;
}
.sc_finaldeleteicon {
    height: 80px;
    position: absolute;
    top: 10px;
    left: 160px;
    cursor: pointer;
}

.sc_finaldeletetext {
    height: 55px;
    position: absolute;
    top: 38px;
    left: 170px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.sc_c_partno {
    width: 15%;
    cursor: pointer;
}
.sc_c_component {
    width: 20%;
    cursor: pointer;
}
.sc_c_detail {
    width: 40%;
    cursor: pointer;
}
.sc_c_xname {
    width: 6%;
    cursor: pointer;
    font-size: calc(12px + .4vw);
}
.sc_c_symbol {
    width: 6%;
    cursor: pointer;
    font-size: calc(12px + .4vw);
}
.sc_c_description {
    width: 14%;
    cursor: pointer;
    font-size: calc(12px + .4vw);
}
.sc_c_month {
    width: 6%;
    cursor: pointer;
    font-size: calc(12px + .4vw);
}
.sc_c_plogdate {
    width: 12%;
    min-width:60px;
    cursor: pointer;
    font-size: calc(12px + .4vw);
}
.sc_c_plogtype {
    width: 20%;
    min-width:100px;
    font-size: calc(12px + .4vw);
}
.sc_c_plogvalue {
    display: flex;
    width: 65%;
    font-size: calc(12px + .4vw);
    margin-right: 5px;
}
.sc_c_plogvalue img {
    position:relative;
    height:20px;
    margin-right:3px;
}
.sc_c_ploggate {
    position: relative;
    display: flex;
    margin-right: 5px;
    width: 65%;
    align-items: center;
}
.sc_c_ploggate img {
    position: relative;
    height: 40px;
    margin-right: 5px;
}
.sc_c_ploggate:hover {
    border:2px solid red;
}
.sc_c_ploggate_value {
    width: 67%;
    height: 30px;
}
.sc_c_ploggate_value img {
    position: relative;
    height: 20px;
    top: 3px;
}
.sc_c_plogbit {
    display:flex;
    flex-direction:column;
    text-align:center;
    justify-content:center;
    margin: 2px 10px 2px 0;
    line-height:0.8;
}
.sc_c_sub_name {
    width: 16%;
    cursor: pointer;
}
.sc_c_sub_email {
    width: 25%;
    cursor: pointer;
    min-width:250px;
}


/*----------------------------TIMELINE-----------------------*/
.sc_timeline {
    position: relative;
    width: 42%;
    height: 43px;
    min-width: 520px;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
}

.sc_t_start {
    position: absolute;
    top: 33%;
    height: 33%;
    width: 2px;
    background: black;
}

.sc_t_greybar {
    position: absolute;
    top: 46%;
    height: 8%;
    background: rgba(16,60,96,.5);
    border: 0px solid black;
}

.sc_t_stage1 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(0,0,255,0.1);
    border: 1px solid black;
}

.sc_t_stage2 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(0,0,255,0.2);
    border: 1px solid black;
}

.sc_t_stage3 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(0,0,255,0.3);
    border: 1px solid black;
}

.sc_t_stage4 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(0,0,255,0.4);
    border: 1px solid black;
}

.sc_t_stage5 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(0,0,255,0.6);
    border: 1px solid black;
}

.sc_t_stage6 {
    position: absolute;
    top: 37%;
    height: 26%;
    background: rgba(255,128,0,0.7);
    border: 1px solid black;
}

.sc_t_stage7 {
    position: absolute;
    top: 95%;
    height: 5%;
    background: rgba(255,0,0,1);
}

.sc_t_fydivider {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.5);
}

.sc_t_todaydivider {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 1px;
    background: rgba(179,143,107,.7);
}

.sc_t_diamond {
    position: absolute;
    top: calc(37% - 2px);
    height: 15px;
    width: 15px;
    background: rgba(0,0,255,1);
    border: 1px solid black;
    transform: rotate(-45deg);
}

.sc_t_vertical_fy0 {
    position: absolute;
    top: 19px;
    left: calc(0% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_fy1 {
    position: absolute;
    top: 19px;
    left: calc(16.67% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_fy2 {
    position: absolute;
    top: 19px;
    left: calc(33.33% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_fy3 {
    position: absolute;
    top: 19px;
    left: calc(50% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_fy4 {
    position: absolute;
    top: 19px;
    left: calc(66.67% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_fy5 {
    position: absolute;
    top: 19px;
    left: calc(83.33% - 15px);
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 15px;
}

.sc_t_vertical_today {
    position: absolute;
    top: 9px;
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 15px;
    color: var(--vizula-header);
}
.sc_t_summary {
    width: 100%;
    margin: 20px 0 40px 0;
    font-size: calc(15px + .5vw);
    text-align: center;
    font-weight: bold;
    color: red;
}


/*====================================IPAD RESIZING========================================*/
@media (max-width: 900px) {

    /*-------------ToolBar Icons-------------*/

    .sc_add {
        height: 40px;
        top: 52px;
        left: 0px;
        width: 60px;
    }

    .sc_trash {
        height: 40px;
        top: 52px;
        left: 60px;
        width: 33px;
    }
    .sc_plogfilter {
        height: 40px;
        top: 52px;
        left: 30px;
        width: 40px;
    }

    .sc_search {
        height: 40px;
        top: 52px;
        left: 105px;
        width: 40px;
    }

    .sc_dload {
        height: 40px;
        top: 52px;
        right: 10px;
        width: 43px;
    }

    .sc_r2 {
        height: 40px;
        top: 52px;
        right: 60px;
        width: 40px;
    }
       
    .sc_lock {
        width: 22px;

    }
    .sc_back1 {
        width: 50px;
        left:10px;
    }
    .sc_back2 {
        width: 50px;
        left:60px;
    }
    .sc_back3 {
        width: 50px;
        left:110px;
    }
    .sc_plogselector {
        top: 65px;
        left: 80px;
        font-size: 18px;
    }

    /*--------FilterBox Sizes-------*/
    .sc_w4 {
        width: 132px;
        height: 33px;
        top: 55px;
        left: 160px;
    }

    .sc_w5 {
        width: 165px;
        height: 33px;
        top: 55px;
        left: 160px;
    }

    .sc_w6 {
        width: 200px;
        height: 33px;
        top: 55px;
        left: 160px;
    }

    /*-----------Columns-----------*/

    .sc_c_group {
        display: none;
    }
    .sc_c_optionaldate {
        display: none;
    }
    .sc_c_type {
        display: none;
    }
    .sc_finaldeleteicon {
        height: 60px;
        top: 30px;
        left: 105px;
    }
    .sc_finaldeletetext {
        height: 55px;
        top: 47px;
        left: 109px;
        font-size: 18px;
    }
}

/*===================================IPHONE RESIZING========================================*/
@media (max-width: 600px) {

    /*-----------------Title----------------*/

    .sc_title {
        font-size:28px;
    }

    /*-------------ToolBar Icons-------------*/

    .sc_add {
        height: 40px;
        top: 52px;
        left: 0px;
        width: 60px;
    }

    .sc_trash {
        height: 40px;
        top: 5px;
        left: 37px;
        width: 33px;
    }

    .sc_search {
        height: 40px;
        top: 52px;
        left: 60px;
        width: 40px;
    }

    .sc_dload {
        height: 40px;
        top: 52px;
        right: 5px;
        width: 10vw;
        max-width: 43px;
    }

    .sc_r2 {
        height: 40px;
        top: 52px;
        right: 55px;
        width: 40px;
    }

    /*--------FilterBox Sizes-------*/
    .sc_w4 {
        width: 132px;
        height: 33px;
        top: 55px;
        left: 115px;
    }

    .sc_w5 {
        width: 165px;
        height: 33px;
        top: 55px;
        left: 115px;
    }

    .sc_w6 {
        width: 200px;
        height: 33px;
        top: 55px;
        left: 115px;
    }

    /*-----------Columns-----------*/

    .sc_c_icon {
        width:30px;
    }
    .sc_c_date {
        min-width: 60px;
    }
    .sc_c_issue {
        width: calc(94% - 245px);
    }
    .sc_c_cost {
        display:none;
    }
    .sc_finaldeleteicon {
        height: 50px;
        top: 40px;
        left: 75px;
    }
    .sc_finaldeletetext {
        height: 55px;
        top: 53px;
        left: 78px;
        font-size: 15px;
    }
}