@CHARSET "UTF-8";
.agent-menu-line{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid var(--second-color);
	margin-bottom: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
	font-size: 16px;
	color: var(--text-color);
	font-family: 'Open Sans', sans-serif;
}
.agent-menu-line a{
	font-size: 16px;
	color: var(--text-color);
	font-family: 'Open Sans', sans-serif;
}
.agent-welcome b{
	color: var(--second-color);
}
.agent-panel-start{    
    display: flex;
    flex-direction: column;
    
    min-height: 500px;
    background-color: white;
    width: 100%;
    padding: 50px 0px 30px 0px;
    justify-content: center;
    align-items: center;
}
.agent-panel-start-buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.agents-menu{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #dbd9d9;
}
.btn-start{
    display: flex;
    width: 250px;
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0px 20px;
    background-color: #63b748;
    color: white;
}
.agent-panel-title{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #722276;
	height: 44px;
	line-height: 44px;
}
#agent-startbooking-btn{
	float: right;
    width: 300px;
}
#agent-startbooking-btn {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #722276), color-stop(1, #752378) );
	background:-moz-linear-gradient(center top, #722276 5%, #752378 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#722276', endColorstr='#752378');
	background-color:#722276;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #90298e;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
}
#agent-startbooking-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #722276), color-stop(1, #9f34a4) );
	background:-moz-linear-gradient( center top, #722276 5%, #9f34a4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#722276', endColorstr='#9f34a4');
	background-color:#9f34a4;
}
#agent-startbooking-btn:active {
	position:relative;
	top:1px;
}
/*=== agents ===*/
.reg-form,
.form-msg-error,
.form-footer{
    max-width: 800px;    
    margin: auto;
}
.form-msg-error{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: red;
    border: 1px solid red;
    border-radius: 3px;
    align-items: center;
    height: 50px;
    margin-top: 30px;
}
.form-msg-success{
    min-height: 500px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    text-align: center;
    font-size: 26px;
    color: #0a860a;
}
.reg-form{
	margin-bottom: 30px;
	margin-top: 20px;
}
.form-footer{
    margin-bottom: 100px;
    font-size: 16px;
}
.reg-form .submit-button{
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
}
.login-form{
	max-width: 500px;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 50px;
    min-height: 500px;
}
.reg-form .section-title,
.login-form .section-title{
    font-size: 24px;
}
.login-form .submit-button{
    margin-top: 40px;
}
.reg-link{
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}
.agent-panel{
    min-height: 600px;
}
.title{
    
}
.agent-panel #btn-new-agent,
.agent-panel #btn-new-order
{
    margin-top: 20px;
}
.action-btns{
    display: inline-flex;
    flex-direction: row;
    gap: 7px;
}
.action-btns a{
    display: block;
    width: 20px;
    height: 20px;
}
.agent-edit-form{
    max-width: 600px;
}
.order-code-print{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;        
    font-size: clamp(18px, 2vw, 22px);
}
.agents-orders-box{
    padding-bottom: 50px;
}
.order-contact-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.order-part{
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.order-part-tour-title-cell{
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}
.order-part-tour-title{
    margin-left: 7px;
    color: black;
    font-weight: bold;
}
.order-part-total-cell{
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    color: black;
    font-weight: bold;
    border-left: 1px solid #cccccc;
    text-align: center;
}
.order-part-tour-info-cell{
    padding: 0px !important;
}
.order-part-tour-info-cell table{
    width: 100%;
}
.order-part-field-title{
    font-size: 12px;
    font-family: var(--font-main);
    text-align: right;
    color: #9a9a9a;width:130px;
    border-left: 0px !important;
}
.order-part-field-value{
    font-size: 14px;
    font-family: var(--font-main);
    text-align: left;
    padding: 0px 2px 0px 7px;  
    font-weight: 600;  
    border-right: 0px !important;
}
.order-th-id{
    min-width: 80px;
}
.order-th-date{
    min-width: 140px;
}
.order-th-tours{
    width: 70%;
    text-align: left;
}
.order-th-contacts{
    min-width: 150px;
    text-align: left;
}
.order-th-total{
    min-width: 70px;
}
.order-th-delim, 
.order-td-delim{
    display: none;
}
.order-td-date{
    text-align: center;
    padding-top: 10px !important;
}
.order-td-contacts{
    padding-top: 10px !important;
}
.order-total-col{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/*** PAGER ****/
.pager-short {
    display: none;
}
.pager-full {
    display: flex;
    justify-content: center;
}
.pager-pageof {
    font-size: 18px;
    font-weight: 700;
}
.pager {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.pager a,
.pager-current-page {
    font-size: 18px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: normal;
}
.pager a:hover,
.pager-current-page {
    background-color: #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.pager-page,
.pager-prev,
.pager-next {
    border: 1px solid #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.pager-disabled {
    background-color: #dedede;
}
@media(max-width:1200px){
    .order-th-date {
        min-width: 90px;
    }
}    

@media(max-width:720px){
    .agent-menu-line,
    .order-th
    {
        display: none;
    }

    .agent-panel #btn-new-agent, 
    .agent-panel #btn-new-order {
        display: flex;    
        margin: auto;        
        margin-top: 20px;
    }

    .order-td-id{
        width: 100% !important;
        min-width: none !important;
        background-color: #f7f7f7;
    }

    .order-table{
        display: flex;
        border: 0px !important;
        flex-direction: column;  
        gap: 20px;        
    }

    .order-tr{
        display: flex;
        flex-direction: column;        
    }

    .order-th-delim, 
    .order-td-delim{
        display: block;
        border: 0px !important;
        height: 30px;
    }

    .order-subtitle{
        font-size: clamp(16px, 2vw, 20px);
        font-weight: 600;
    }

    .order-code-print{
        flex-direction: row;
        justify-content: space-between;
    }

    .order-td-date{
        text-align: left;
        border-bottom: 0px !important;
        font-size: clamp(16px, 2vw, 20px);
    }

    .order-td-tours{
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    .order-td-contacts{
        background-color: #f7f7f7;
    }
    .order-td-total{
        text-align: right;
        background-color: #dbdbdb;
        font-size: clamp(16px, 2vw, 20px);
        font-weight: 600;
    }
}    