/*
GIS Team
Update for this task https://gaeasys.plan.io/issues/11558
Last Modified 2017-06-14
*/
.list-group-item{
    background-color: #ffffff !important;
    border: 1px solid #F0EFED !important;
    border-bottom: 1px solid #F0EFED !important;
}
.article-feedback input {
    padding: 5px 0px;
    margin: 0 5px;
}
#feedback-form input {
    width: 100px;
    padding: 10px;
/*              float: right; */
}
#feedback-form .mp-btn-secondary:focus {
    padding-top:10px !important;
}
.btnSend:hover
{
    background-color: #0082F6 !important;
    box-shadow:inset 0 -2px 0 0 #116DB4 !important;
    color: #fff !important;
}
.btnSend:focus {
    background-color: #116DB4 !important; 
    color: #fff !important;
}
.btnSend
{
    background-color: #116DB4 !important; 
    color: #fff !important;
    box-shadow: inset 0 -2px 0 0 #0F61A1 !important;
    font-family: BreeSerif, Arial !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    border:1px solid #D4D1CD !important
}
.feedback-input {
    width: 100%;
    height: 150px;
}
.thankyou {
/*              color: #000; */
}
.article-hr {
    
}
.feedback-radio-group label {
    border: 1px solid #cbcbcb;
}
.feedback-radio-group {
    padding-left: 10px;
}
.radio-btn:hover {
    background-color: #e7f0f6 !important;
    color: #51606f;
}
.radio-btn {
    color: #51606f;
}
.rate-article {
    padding-top: 10px;
}

/*Style for chat*/
.chatWrapper * {
    font-family: 'Roboto', Arial !important;
}
.chatWrapper {
    width: 100%;
    position: fixed;
    height: 100% !important;
    bottom: 0;
    right: 0;
    /*max-width: 350px;*/
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
    font-family: 'Roboto', Arial !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.chatTitle {
    float: left;
    width: 100%;
    background-color: #eda566;
    color: #fff;
    height: 46px;
    padding: 15px 12px;
    /*box-shadow: 0 1px 7px #ccc;*/
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.btnStartChat{
	background-color: #116DB4;
    box-shadow: inset 0 -2px 0 0 #0F61A1 !important;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 15px;
    height: 46px;
    float: left;
    width: 100%;
    cursor: pointer;
    display: none;
}
div#iChatConversation {
    margin: 0;
    padding: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}
#iChatExtraInfo {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 20%;
    overflow-y: auto;
    padding: 0;
}
#iChatExtraInfo > * {
    background-color: #eda566;
    padding: 10px;
}
div#iChatInput {
    margin: 0;
    padding: 0;
    height: 48px;
    position: absolute;
    box-shadow: 0 -1px 7px #ccc;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
}

div#iChatLinesAndTyping {
    padding: 15px 0px 10px 0px;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #f0efed;
    border-width: 0;
}

#iChatInputPrefix{
	display: none;
}
input#iChatInputField {
    float: left;
    margin: 0;
    border: 0;
    width: 100%;
    height: 46px;
    font-family: system-ui !important;
    background-color: #fff;
    color:#333;
    padding-left: 5px;
}
textarea#iChatInputField {
    float: left;
    margin: 0;
    border: 0;
    width: 100%;
    height: 46px;
    font-family: system-ui !important;
    background-color: #fff;
    color:#333;
    padding-left: 5px;
    padding-right: 46px;
    overflow-y: -webkit-paged-x;
    resize: none;
}
div#iChatInput button.sender{
	position: absolute;
    right: 4px;
    top: 4px;
    height: 41px;
    width: 41px;
    background-color: #116db4;
    box-shadow: inset 0 -2px 0 0 #0F61A1 !important;
    overflow: hidden;
    background-image: url("icons/icon.svg");
    text-indent: -1000px;
    border-radius: 2px;
    border: none;
}
div#iChatLines {
    float: left;
    width: 100%;
}
.cUserLine {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333 !important;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400 !important;
    text-shadow: none !important;
    width: 80%;
    margin-left: 15px;
    padding: 15px !important;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 1px 1px #ccc;
    float: left;
    overflow-wrap: break-word;
}
.cUserLine:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #b6bbc1;
    border-radius: 50%;
    right: -50px;
    bottom: 0px;
    background-image: url("icons/avatar-marktplaats.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.cAgentLine > span,
.cUserLine > span {
	display: none;
}
.cAgentLine {
    float: right;
    margin-left: 0 !important;
    padding: 15px !important;
    background-color: #fff;
    margin-right: 15px;
    width: 80% !important;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 1px 1px #ccc;
	margin-bottom: 15px;
}
.cAgentLine:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #eda566;;
    border-radius: 50%;
    left: -50px;
    bottom: 0px;
    background-image: url("icons/icon-system-avatar1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
button.closeChat {
    position: absolute;
    height: 19px;
    width: 19px;
    right: 11px;
    top: 9px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    text-indent: -1000px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
button.closeChat:before {
    content: '';
    width: 19px;
    height: 1px;
    background-color: #fff;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top: 12px;
    left: 0;
}
button.closeChat:after {
    content: '';
    width: 19px;
    height: 1px;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 0;
}

/*End style for chat*/
/*Style for custom layout*/
.listWrapper {
    float: left;
    width: 100%;
}
ul.listUl {
    margin-top: 0;
    margin-bottom: 15px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}
ul.listUl li.listItem {
    float: left;
    width: 100%;
    padding: 22px 15px 22px 35px;
    cursor: pointer;
    color: #116DB4;
    border-bottom: 1px solid #f0efed;
}
ul.listUl li.listItem:last-child{
	border-bottom-width: 0;
}
ul.listUl li.listItem.isChat{
	background-image: url("icons/messages.svg");
    background-repeat: no-repeat;
    background-position: left center;
}
.spacing-container{
	margin-bottom: 24px;
}
body {
	height: 100%;
}
body > div {
	height: 100%;
}
.content-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100% - 46px);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    background-color: #f0efed;
}

iframe {
    position: inherit !important;
    height: 100% important;
    width: 100% !important;
    left: inherit !important;
    top: inherit !important;
}

body {
    overflow-y: hidden;
}
div#iChatConversation {
    width: 100%;
}
.cAgentLine:after {
    left: -40px !important;
}
.cUserLine:after {
    right: -40px;
}
body {
    min-width: inherit !important;
}

@media (min-width: 768px) {
    .search-pnl {
        margin-bottom: 0;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
        background-color: #fff;
        padding: 15px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .search-pnl + .listWrapper {
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
        border-top: 1px solid #F0EFED ;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .search-pnl + .listWrapper .listUl {
        margin-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
}
@media (max-width: 767px) {
	.visible-in-mobile{
		display: block !important;
	}
	.invisible-in-mobile{
		display: none !important;
	}
	.mp-category {
	    float: left;
	    width: 100%;
	}
	.nav-categories{
		margin-bottom: 0;
	}
	.mp-category-title-container {
	    padding-bottom: 5px;
	    padding-top: 5px;
	    height: auto;
	    padding-left: 40px;
	}
	.navbar-default .mp-category-title-container .navbar-toggle{
		top: 5px;
		left: 30px;
	}
	.mp-category-article-list ul{
		margin-top: 0;
	}
	ul.listUl{
		margin-bottom: 0;
	}
	.mp-pnl-top5{
		float: left;
	    width: 100%;
	    margin-top: 30px;
	}
	.mp-category .navbar-header {
	    border-left: 0;
	    border-right: 0;
	}
	.pnl-msg .content .content-msg{
		margin-left: 55px;
	}
	.search-pnl {
	    margin-bottom: 15px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.spacing-container{
		margin-bottom: 15px;
	}
	.mp-category-title-collapse{
		color: #116DB4;
	}
	/*.icon-plus-circled{
		background-image: url('icons/plus-circled-blue.svg') !important;
		background-size: 22px;
	    background-position: center;
	    background-repeat: no-repeat;
	}*/
}
/*End style for custom layout fme*/