/* app css stylesheet */

.ng-view-wrapper
{
    height: 100%;
}

/* DESKTOPS */
.notestextarea
{
    width: 95%;
    height: 150px;
    vertical-align: middle;
}

.call-up-notes
{
    height: 350px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: grey;
}

.call-up-notes-header
{
    /*background-color: #F05B5C ! mportant;*/
    background-color: #F05C5C;
}

.notes
{
    width: 80%;
    vertical-align: middle !important;
    padding-top: 9px;
    background-color: grey;
    border-radius: 16px;
    border-style: solid;
    border-color: #FF0000 #0000FF;
    align-items: center;

}

.middle
{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.call-up-wrapper
{
    position: relative;
    width: 900px;
    height: 90%;
    max-height: 700px;
    border-radius: 16px;
    background-color: #3A3A3A;
}

.call-up-header
{
    padding: 0% 10%;
    width: 80%;
}

.call-up-content, .call-up-buttons
{
    width: 100%;
}

.call-up-header
{
    height: 12%;
    /*background-color: #1197A3;*/
    background-image: url('img/headerImage.png') !important;
    background-size: 100% 80% !important;
    background-repeat: no-repeat !important;
    border-radius: 16px 16px 0 0;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: #FFFFFF;
    font-size: 25px;
}

.call-up-header span
{
    font-size: 0.9em;
    position: relative;
    width: inherit;
    white-space: nowrap;
}

.call-up-header div
{
    /*width: 100%;
    justify-content: flex-end;
    text-align: right;*/
    text-align: right;
}

.call-up-header img
{
    width: 230px;
}

/*
.call-up-buttons
{
	height: 12%;
	border-radius: 0 0 16px 16px;
}*/

.call-up-content
{
    height: 76%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.call-up-content-column.commentBox
{
    display: flex;
    width: 72%;
    height: 80%;
    align-items: center;
    background: white;
}

.comment
{
    height: initial;
    max-height: 58.8px;
    display: block;
    overflow-y: scroll;
    word-wrap: normal;
}

.boldText
{
    font-weight: bold;
}

.call-up-content-row
{
    width: 80%;
    margin-left: 10%;
    height: 14%;
    display: flex;
    align-items: center;
}

.call-up-content-column-name
{
    width: 26%;
    padding-left: 2%;
    background: #DBDBDB;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

.call-up-content-column
{
    width: 72%;
    background: #FFFFFF;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 5px 5px 0;
    padding: 0 0 0 20px;

}

.call-up-buttons
{
    display: flex;
    width: 80%;
    flex-direction: row;
    margin-left: 10%;
    height: 10%;
    justify-content: space-between;
}

.call-up-buttons-accept i, .call-up-buttons-reject i
{
    font-size: 36px;
    border: 1px white solid;
    border-radius: 50%;
    margin: 0 5px;
}

.call-up-buttons-accept
{
    background-color: #6DAD25;
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 0 0 0 50px;
    border-right: 2px #3A3A3A solid;
    font-size: 2em;
}

.call-up-buttons-accept img
{
    padding: 10px;
}

.call-up-buttons-accept-disabled
{
    background-color: #E5EDDD;
}

.call-up-buttons-reject
{
    background-color: #F05C5C;
    width: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 0 0 50px 0;
    border-left: 2px #3A3A3A solid;
    font-size: 2em;

}

.call-up-buttons-reject-disabled
{
    background-color: #F0C5C5;
}

.reject-popup
{
    width: 100%;
}

.reject-header
{
    background-color: #F05C5C;
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: 500;
}

.reject
{
    background: #D8D8D8;
}

.rejection-notes
{
    width: 85%;
    margin: 20px auto 5px;
    border: solid 1px;
    border-radius: 16px;
}

.rejection-notes header
{
    text-align: right;
    border-bottom: solid 1px;
    color: #F05C5C;
}

.rejection-notes header i
{
    vertical-align: middle;
    padding: 5px;
}

.reject-page-close i
{
    font-size: 24px;
    border: 1px white solid;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: bottom;
}

.rejection-notes textarea
{
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 16px 16px;
    border: none;
}

.rejection-notes button
{
    background: none;
}

.reject-wrapper
{
    width: 500px;
    height: 400px;
    background: #D8D8D8;
}

.reject-wrapper-page
{
    width: 100%;
    height: 100%;
    background: #D8D8D8;
}

.need-help
{
    width: 100%;
    height: 100%;
    background: #D8D8D8;
}

.need-help-header
{
    font-size: larger;
    /* font-weight: bold; */
    padding-left: 20px;
}

.need-help-text
{
    font-size: medium;
    padding-left: 35px;
}

.need-help-text-bold
{
    font-weight: bold;
}

.need-help-underline
{
    text-decoration: underline;
}

.need-help-background
{
    background-color: yellow;
}
.need-help-button
{
    font:10px; 
    color:white;
    float: right;
    padding-right: 10%;
}
.modal-close {
    float: right;
    padding-right: 10px;
}
.modal-size {
    width: 400px;
    height: 140px;
    margin: 10px auto;
    padding-left: 10px;
    padding-top: 10px;
}
#notesCount
{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

#notesError
{
    width: 80%;
    /*color: #F05C5C;*/
    margin: 0 auto;
    /*text-align: center;*/
}

.success-message, .rejection-message
{
    padding: 100px;
    text-align: center;

    font-weight: 500;
}

.success-message i, .rejection-message i
{
    font-size: 1.5em;
    vertical-align: bottom;
}

.success
{
    color: #82B748;
    font-size: 2em;
}

.rejection
{
    font-size: 2em;
    color: #F05C5C;
}

.thank-you
{
    color: #838383;
    font-size: 2.5em;
}

/* TABLET */
@media (max-width: 768px)
{
    .call-up-wrapper
    {
        width: 700px;
        height: 900px;
        border-radius: 16px;
    }

    .call-up-content-column-name
    {
        font-size: 16px;
    }
}

/* IPHONE 6 / NEXUS 6P / IPHONE 6+ [375 - 414]*/
@media (max-width: 414px)
{
    .call-up-wrapper
    {
        /*width: 375px;
        height: 550px;*/
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        border-radius: 8px;
    }

    .call-up-header
    {
        height: 12%;
        border-radius: 8px 8px 0 0;
        padding: 0% 5% 0% 10%;
        width: 85%;
    }

    .call-up-header img
    {
        width: 80%;
    }

    .call-up-buttons
    {
        height: 10%;
        border-radius: 0;
        width: 100%;
        margin: 4% 0;
    }

    .call-up-buttons-reject
    {

        border-radius: 0 0 8px 0;
        font-size: 1.5em;
    }

    .call-up-buttons-accept
    {

        border-radius: 0 0 0 8px;
        font-size: 1.5em;
    }

    .call-up-content-row
    {
        width: 98%;
        margin-left: 1%;
    }

    .call-up-content-column-name, .call-up-content-column
    {
        font-size: 13px;
    }

    .success-message, .rejection-message
    {
        padding: 20px;
        text-align: center;

        font-weight: 500;
    }

    .success-message i, .rejection-message i
    {
        font-size: 1.5em;
        vertical-align: bottom;
    }

    .success
    {
        color: #82B748;
        font-size: 1em;
    }

    .rejection
    {
        font-size: 1em;
        color: #F05C5C;
    }

    .thank-you
    {
        color: #838383;
        font-size: 1.5em;
    }

    .call-up-buttons-accept i, .call-up-buttons-reject i
    {
        font-size: 24px;
    }
}

/* GALAXY S5
@media (max-width: 360px)
{
	.call-up-wrapper
	{
		width: 360px;
		height: 580px;
		border-radius: 8px;
	}

	.call-up-header
	{
		height: 12%;
		background-color: #1197A3;
		border-radius: 8px 8px 0 0;
	}

	.call-up-buttons
	{
		height: 12%;
		border-radius: 0 0 8px 8px;
	}

	.call-up-content-row
	{
		width: 98%;
		margin-left: 1%;
	}

	.call-up-content-column-name
	{
		font-size: 13px;
	}
}

/* IPHONE 5 */
@media (max-width: 320px)
{
    /*.call-up-wrapper
    {
        width: 320px;
        height: 460px;
        border-radius: 8px;
    }

    .call-up-header
    {
        height: 12%;
        background-color: #1197A3;
        border-radius: 8px 8px 0 0;
    }

    .call-up-buttons
    {
        height: 12%;
        border-radius: 0 0 8px 8px;
    }

    .call-up-content-row
    {
        width: 98%;
        margin-left: 1%;
    }

    .call-up-content-column-name
    {
        font-size: 12px;
    }*/
    .call-up-buttons-reject
    {

        border-radius: 0 0 8px 0;
        font-size: 1.25em;
    }

    .call-up-buttons-accept
    {

        border-radius: 0 0 0 8px;
        font-size: 1.25em;
    }

}

.offline-mode-popup
{
    width: 250px;
    height: 250px;
}

.offline-mode-popup .offline-mode-header
{
    background: #D0011B;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.offline-mode-popup .offline-mode-body
{
    padding: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1.7em;
}
