﻿.AnswerList.ZimunTorim {
    margin: 1em 0;
}

.AnswerList.ZimunTorim .OP_List li {border:0;margin: 0 0 0.1em;padding: 0!important;display: inline-block;
    width: 100%;}

	
.AnswerList.ZimunTorim .Answer li:before {
    content: "\f104";
    float:right;
    font-family:fontAwesome!important;
    margin: 0.05em .5em 0 0.2em;
    font-size: 1em;
    display:inline-block;
    }
	
	
.AnswerList.ZimunTorim .OP_List li .TitleLink {
    width: 100%!important;
    background: aliceblue;
    /* border: 1px solid #3dc5f5; */
    box-sizing: border-box;
    padding: 0.5em;
    overflow: hidden;
    margin: 0 0 0.8em 0;
    display: block!important;
    color:#212121;
    font-weight:bold;
    line-height: 2em;
    }

.AnswerList.ZimunTorim .OP_List li .TitleLink.closedLink {
    background: #ffefc0;
    border: 1px solid #3091b3;
    border-bottom: 0;
    }


.OP_List .TitleLink.closedLink + .Details {
    margin-top: 0em;
    background: #fffbed;
    padding: .5em;
    box-sizing: border-box;
    border: 1px solid #3091b3;
    border-top:0;
    clear: both;
    animation:openanswer .2s ease;
    overflow:hidden;
}

@keyframes openanswer {
from {height:0;  }
to {height:5em;}

}


.Answer {line-height: 2.2em;}

.AnswerList.ZimunTorim .OP_List li .TitleLink:hover {text-decoration:none!important; color:#212121!important}

.AnswerList.ZimunTorim .OP_List .TitleLink:hover {background:#def0ff}
.AnswerList.ZimunTorim .OP_List li .TitleLink.closedLink:hover {background:#ffe394}



.AnswerList.ZimunTorim .OP_List li .TitleLink:before {float:left;content: "\f107";font-size: 1.2em;color: #97d1f0;margin-top: 0.2em;}


.AnswerList.ZimunTorim .OP_List .TitleLink.closedLink:before {    content: "\f106";color: #bdac7b;}
.AnswerList.ZimunTorim .OP_List .TitleLink:hover:before {color:#212121!important}





.AnswerList.ZimunTorim .OP_List li .TitleLink:after
{
    content: "\f104";
    font-family:fontAwesome!important;
    /* border: 2px solid #77cbff; */
    width: 1.7em;
    line-height: 1em;
    margin: 0px 0 0 5px;
    text-align: center;
    padding: .2em;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal!important;
    color: #7f8e96;
    font-size: 23px!important;
    float: right;
    clear: none;
    display:inline-block;
}
.AnswerList.ZimunTorim .OP_List li.send .TitleLink:after {content: "\e094"!important;font-family: 'Simple-Line-Icons'!important;}
.AnswerList.ZimunTorim .OP_List li.kod .TitleLink:after {content: "\e08e"!important;font-family: 'Simple-Line-Icons'!important;}
.AnswerList.ZimunTorim .OP_List li.form .TitleLink:after{content: "\f0f6"!important;}
.AnswerList.ZimunTorim .OP_List li.ishur .TitleLink:after{content: "\f00c"!important;}
.AnswerList.ZimunTorim .OP_List li.bank .TitleLink:after{content: "\f19c"!important;}
.AnswerList.ZimunTorim .OP_List li.tvia .TitleLink:after{content: "\f129"!important;}
.AnswerList.ZimunTorim .OP_List li.ask .TitleLink:after{content: "\f128";}
.cancelVisit:after,
.myVisit:after{content: "\f073"!important;/* color: #ffffff!important; *//* border-color:#bdac7b!important; */display: none!important;}
.AnswerList.ZimunTorim .OP_List li.dmei .TitleLink:after{content: "\e025"!important;font-family: 'Simple-Line-Icons'!important;}

.AnswerList.ZimunTorim .OP_List li .TitleLink.closedLink:after {
    border-color: #bdac7b;
    color: #978d70;
}

.cancelVisit:focus,
.myVisit:focus {border:1px solid black}

.cancelVisit,
.myVisit {
    background: #3272a0!important;
    display: inline-block;
    padding: 1em;
    color: white!important;
    text-decoration: none!important;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    float:left;
    cursor:pointer;
    border:1px solid transparent
}
.cancelVisit:hover,
.myVisit:hover {background: #104165!important;color: white!important;}

.cancelVisit {background:#ffedb5!important;color: #212121!important;}
.cancelVisit:hover {background:#cff2ff!important;color:initial!important}





@media (min-width:1024px) {

.cancelVisit {float:left;margin-left: 1em;}

.cancelVisit,
.myVisit {width:auto!important;}
.cancelVisit:before,
.myVisit:before {content: "\f104";float:left;font-family:fontAwesome;margin: -0.2em .5em 0 0;font-size: 1.5em;}

.cancelVisit:after,
.myVisit:after {
	float: right;
    content: "\f073"!important;
    margin: 0 .05em 0 .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    clear: none!important;
    display: inline-block!important;    }

    .cancelVisit:after {content: "\f273"!important;}


.myVisit input
    {    float: left;
    margin: -3em 0px 0px 0.5em;
    width: 9em;}


.AnswerList.ZimunTorim > ul {
    column-count: 1;
    -moz-column-count: 1;
    width:70%
}

.AnswerList.ZimunTorim > ul li {page-break-inside: avoid!important;page-break-after: avoid;page-break-before: avoid;}
    
}