﻿/*---------------------------------*/
.modal, .dlgmodal
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 3000000;
	text-align: center;
}
.dlgmodal
{
	z-index: 4000000;
}
@media screen and (max-width: 900px) 
{
	.modal
	{
	}
}
.modal:before, .dlgmodal:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal.tbg:after, .dlgmodal.tbg.after
{
	content: 'x';
    color: White;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 12px;
    line-height: 12px;
    font-size: 19px;
    border: solid 1px #fff;
    padding: 1px 5px 5px 5px;
    cursor: pointer;
    box-shadow: 0px 0px 8px white;
}
.modal .fullimage, .dlgmodal .fullimage 
{
	display: inline-block;
    vertical-align: middle;
}
.modal .fullimage img, .dlgmodal .fullimge img
{
	display: block;
	border: 0;
	margin: 0;
}
.modal .circle, .dlgmodal .circle
{
	border-radius: 50%;
}
.modal .shadow, .dlgmodal .shadow
{
	box-shadow: 
		5px 5px 50px rgba(255, 255, 255, 0.1), 
		-5px 5px 50px rgba(255, 255, 255, 0.1), 
		5px -5px 50px rgba(255, 255, 255, 0.1), 
		-5px 5px 50px rgba(255, 255, 255, 0.1);
}
/*---------------------------------*/
.dialogbox
{
	position: relative;
	display: inline-block;
    vertical-align: middle;
	margin: 10% auto;
	box-sizing: border-box;
	background-color: White;
	border: solid 1px #bcbcbc;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #222;
	padding: 5px;
}
@media screen and (max-width: 1000px) 
{
	.dialogbox
	{
		margin: 20% auto;
		max-width: 90%;
		max-height: 80%;
	}
}
.dialogbox .title
{
	position: relative;
    box-sizing: border-box;
    background: linear-gradient(to bottom, White, #dfe1e4);
    color: Black;
    border: solid 1px #bcbcbc;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px 0 10px;
    text-align: right;
    font-family: Samim, Tahoma;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    line-height: 32px;
    cursor: move;
}
.dialogbox .title i 
{
	display: block;
	position: absolute;
	left: 10px;
	top: -1px;
	font: normal normal normal 15pt/36px FontAwesome;
}
.dialogbox .title i:hover
{
	cursor: pointer;
}
.dialogbox .icon
{
	box-sizing: border-box;
}
.dialogbox .icon img
{
	display: block;
	margin: 5px auto;
}
.dialogbox .body
{
	box-sizing: border-box;
	padding: 10px;
	color: Black;
	background-color: White;
	width: 100%;
	font-family: Samim, Tahoma;
	font-size: 11pt;
	font-weight: normal;
	direction: rtl;
	text-align: justify;
}
.dialogbox .body.err
{
	color: Red;
}
.dialogbox .body.ok
{
	color: Green;
}
/*---------------------------------*/
.dialogform
{
	position: relative;
	display: inline-block;
    vertical-align: middle;
	margin: auto auto;
	box-sizing: border-box;
	background-color: #333333;
	border: solid 1px #bcbcbc;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #222;
	padding: 5px;
}
@media screen and (max-width: 1000px) 
{
	.dialogform
	{
		margin: 20% auto;
		max-width: 90%;
		max-height: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
	}
}
.dialogform .title
{
	position: relative;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ccc737, #c7982e);
    color: Black;
    border: solid 1px #bcbcbc;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px 0 10px;
    text-align: right;
    font-family: Samim, Tahoma;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    line-height: 32px;
}
.dialogform .title i 
{
	display: block;
	position: absolute;
	left: 10px;
	top: -1px;
	font: normal normal normal 15pt/36px FontAwesome;
}
.dialogform .title i:hover
{
	cursor: pointer;
}
.dialogform .icon
{
	box-sizing: border-box;
}
.dialogform .icon img
{
	display: block;
	margin: 5px auto;
}
.dialogform .body
{
	box-sizing: border-box;
	padding: 10px;
	color: Black;
	background-color: White;
	width: 100%;
	font-family: Samim, Tahoma;
	font-size: 11pt;
	font-weight: normal;
	direction: rtl;
	text-align: justify;
}
.dialogform .body.err
{
	color: Red;
}
.dialogform .body.ok
{
	color: Green;
}
/*---------------------------------*/
.ultabs
{
	box-sizing: border-box;
    border: solid 1px white;
    border-radius: 5px;
    min-height: 500px;
    position: relative;
}
.ultabs > ul
{
	box-sizing: border-box;
    border-bottom: solid 1px white;
    margin: 0;
    color: white;
    font-size: 10pt;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 10px;
}
.ultabs > ul li
{
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border: solid 1px #cac9c9;
    border-radius: 7px;
    margin-right: 5px;
    min-width: 150px;
    height: 35px;
    text-align: center;
    box-shadow: 0px 1px 5px #ffcc20, 0px -1px 5px #ffcc00;
    text-decoration: none;
    color: white;
}
.ultabs > ul li:hover
{
	cursor: pointer;
	box-shadow: 1px 1px 5px 1px #ffffff, -1px 1px 5px 1px #53e00b, -1px -1px 5px 1px #ffffff, 1px -1px 5px 1px #53e00b;
}
.ultabs > ul li.selected
{
	position: relative;
	background: radial-gradient(#ddffdd 5%, #2dbd008f 100%);
    /*box-shadow: 1px 1px 5px 1px #ffffff, -1px 1px 5px 1px #53e00b, -1px -1px 5px 1px #ffffff, 1px -1px 5px 1px #53e00b;*/
	color: Black;
}
.ultabs > ul li.selected:After {
    content: " ";
    position: absolute;
    top: 11px;
    left: 0px;
    margin-top: 20px;
    border-width: 12px;
    border-style: solid;
    border-color: #378021d4 transparent transparent transparent;
}
.ultabs .tabpage
{
	color: white;
    font-size: 10pt;
    box-sizing: border-box;
    padding: 5px;
}
.ultabs .tabpage .caption
{
    box-sizing: border-box;
    font-size: 11pt;
    font-weight: bold;
    background-color: #806103;
    border-radius: 3px;
    line-height: 23px;
    height: 25px;
    margin-bottom: 5px;
}
/*---------------------------------*/
.flatform
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 20px;
    box-sizing: border-box;
    background-color: #333333;
    border: solid 1px #bcbcbc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #222;
    padding: 5px;
}
@media screen and (max-width: 900px) 
{
	.flatform
	{
        margin: 0;
        max-width: 100%;
	}
}
.flatform .title
{
	position: relative;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #ccc737, #c7982e);
    color: Black;
    border: solid 1px #bcbcbc;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px 0 10px;
    text-align: right;
    font-family: Samim, Tahoma;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    line-height: 32px;
}
.flatform .title i 
{
	display: block;
	position: absolute;
	left: 10px;
	top: -1px;
	font: normal normal normal 15pt/36px FontAwesome;
}
.flatform .title i:hover
{
	cursor: pointer;
}
.flatform .icon
{
	box-sizing: border-box;
}
.flatform .icon img
{
	display: block;
	margin: 5px auto;
}
.flatform .body
{
	box-sizing: border-box;
	padding: 10px;
	color: Black;
	background-color: White;
	width: 100%;
	font-family: Samim, Tahoma;
	font-size: 11pt;
	font-weight: normal;
	direction: rtl;
	text-align: justify;
}
.flatform .body.err
{
	color: Red;
}
.flatform .body.ok
{
	color: Green;
}
.flatform .cartlist
{
	margin: 10px 0;
	text-align: center;
}
.flatform .cartlist .cartinfo
{
    box-sizing: border-box;
    display: inline-block;
    border: solid 1px #797575;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 0 5px 5px 0;
}
.flatform .cartlist .cartinfo .cartitem
{
    display: block;
    text-align: right;
}
.flatform .cartlist .cartinfo .cartitem .cartcaption
{
	color: #9fa217;
	font-weight: 700;
}
.flatform .cartlist .cartinfo .cartitem .cartvalue
{
	color: #d0cdcd;
	font-weight: normal;
}
.flatform a {
	text-decoration: none;
	color: #4cbfe2;
}
/*---------------------------------*/
.tabpanel
{
    display: block;
    box-sizing: border-box;
    /*border: solid 3px #dcd0d0;
    box-shadow: 1px 1px 10px 0px #98a8a8;*/
    /*padding: 10px;*/
    border-radius: 15px 15px 0 0;
}
.tabpanel .tabs
{
    display: flex;
    border-bottom: solid 2px #d2cdcd;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.tabpanel.radio .tabs
{
	border-bottom: none 0px !important;
	flex-wrap: wrap !important;
}
.tabpanel .tabs .tab
{
	position: relative;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #dedbdb;
    border-bottom: none 0px;
    border-top-right-radius: 10px;
    padding: 10px;
    cursor: pointer;
}
.tabpanel.radio .tabs .tab
{
	border: none 0px !important;
	/*border-top-right-radius: 0px !important;*/
	width: auto !important;
}
.tabpanel .tabs .tab.active
{
	background: radial-gradient(#ddffdd 5%, #2dbd008f 100%);
    color: black;
    border-radius: 5px;
}
.tabpanel.radio .tabs .tab.active
{
	background-color: wheat !important;
}
.tabpanel .tabs .tab .icon
{
	display: inline-block;
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}
.tabpanel .tabpage
{
	display: none !important;
	padding-top: 10px !important;
}
.tabpanel .tabpage.active
{
	display: block !important;
}
/*---------------------------------*/
.servertabpanel
{
    display: block;
    box-sizing: border-box;
    /*border: solid 3px #dcd0d0;
    box-shadow: 1px 1px 10px 0px #98a8a8;*/
    /*padding: 10px;*/
    border-radius: 15px 15px 0 0;
}
.servertabs
{
    display: flex;
    border-bottom: solid 2px #d2cdcd;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 900px) 
{
	.servertabs 
	{
		flex-wrap: wrap !important;
	}
}
.servertabpanel.radio .servertabs
{
	border-bottom: none 0px !important;
	flex-wrap: wrap !important;
}
.servertabs .servertab
{
	position: relative;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #dedbdb;
    border-bottom: none 0px;
    border-top-right-radius: 10px;
    /*padding: 10px 25px;*/
    cursor: pointer;
	text-align: center;
}
.servertabpanel.radio .servertabs .servertab
{
	border: none 0px !important;
	border-top-right-radius: 0px !important;
	width: auto !important;
}
.servertabs .servertab.active
{
	background-color: #e2e4ef;
	border-style: outset;
}
.servertabpanel.radio .servertabs .servertab.active
{
	background-color: wheat !important;
}
.servertabs .servertab:hover
{
	background-color: #e2e4ef;
	border-style: outset;
}
.servertabs .servertab .icon
{
	display: inline-block;
    width: 24px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px;
}
.servertabs .servertab a
{
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 10px 25px;
    width: 100%;
    height: 100%;
}
/*---------------------------------*/
