*, :after, :before {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
border-spacing: 0px;
line-height: 31px;
text-decoration: none;
color: #555;
}


* {
-webkit-appearance: none !important;
-webkit-user-select: text !important;
}


html, body {
margin: 0px;
padding: 0px;
direction: rtl;
}


body 
{
width: 100%;
background: #f8f9fd;
box-sizing: border-box;
font-family: IRANSans,Tahoma;
font-size: 15px;
font-weight: 400;
}


.container 
{
width: 100%;
margin: 0px auto 0px;
position: relative;
background-color: #f8f9fd;
padding: 0px 10px;
margin: 0px auto 0px;
box-sizing: border-box;
}

.row 
{
width: 100%;
}

.col 
{
}

.align-items-center 
{
-ms-flex-align: center !important;
align-items: center !important;
}

hr.hr-divider 
{
width: 96%;
height: 0px;
border: none;
border: 1px dashed #ddd;
margin: 7px auto 7px;
}

/* ===================================================================
inputs , Lists , ...
====================================================================== */
input, select 
{
font-family: IRANSans,Tahoma;
font-size: 15px;
font-weight: 400;
text-align: right;
color: #555;
border: 1px solid #c5c5c5;
border-radius: 3px;
margin: 5px;
padding: 5px;
}

input:focus, select:focus 
{
outline: none;
/*border: none;*/
}


input[type="checkbox"], input[type="radio"] 
{
position: relative;
top: 2px;
-webkit-appearance: auto !important;
cursor: pointer;
}


::placeholder 
{
color: #a5a5a5;
opacity: 1; /* Firefox */
}

::-ms-input-placeholder 
{ /* Edge 12 -18 */
color: #a5a5a5;
}


ul 
{
list-style: none;
}



.input-box 
{
display: block;
width: 100%;
margin: 0px auto 0px !important;
position: relative;
display: flex;
}

.input-box.with-title 
{
width: 98%;
}

.input-box label.box-title 
{
display: none;
width: 100px;
position: relative;
padding: 5px;
text-align: right;
line-height: 40px;
font-size: 14px;
color: #777;
}

.input-box.with-title label.box-title 
{
display: inline-block;
width: 100px;
}


.input-box div.box-content 
{
/*display:flex;*/
display: inline-block;
position: relative;
width: 100%;
text-align: left;
}

.input-box.with-title div.box-content 
{
width: calc(100% - 100px);
}


/* ===================================================================
Header
====================================================================== */

.header 
{
width: 100%;
height: auto;
display: block;
background-color: #f8f9fd;
border: 0px solid red;
position: fixed;
z-index: 2 !important;
top: 0px;
}


.header-search-row 
{
width: 100%;
height: 40px;
margin-top: 10px;
padding-right: 300px;
text-align: left;
/*background-color:#eee;*/
}

.user-btn-panel .btn 
{
height: 30px;
line-height: 30px;
padding: 0px 20px;
}

.user-btn-panel .btn a 
{
color: #fff;
}

.user-btn-panel .btn i 
{
color: #fff;
position: relative;
top: 2px;
}

.header-menu-row 
{
width: 100%;
height: 50px;
margin-bottom: 8px;
background-color: #cfdff1;
text-align: left;
}


.header-bottom-row 
{
width: 100%;
height: 12px;
margin-bottom: 10px;
background-color: #23a6cc;
}


.logo_panel 
{
display: block;
width: 300px;
height: 100%;
background-color: #f8f9fd;
position: absolute;
right: 0px;
bottom: 0px;
}

.logo_panel img 
{
width: 280px;
height: auto;
position: relative;
position: absolute;
left: 10px;
bottom: 0px;
}

.logo_panel .btn_menu 
{
position: absolute !important;
display: inline-block;
color: #f04152;
font-size: 26px;
top: inherit;
right: 10px;
bottom: 30px;
cursor: pointer;
display: none;
}


@media (max-width:1200px) 
{

.logo_panel 
{
width: 280px;
bottom: -1px;
}

.logo_panel img 
{
width: 230px;
}

.logo_panel .btn_menu 
{
display: block;
}

.header-search-row 
{
height: 30px;
margin: 0px;
}

.header-search-row .user-btn-panel 
{
position: absolute;
top: 40px;
left: 20px;
}
}


@media (max-width:600px) 
{
/*
.logo_panel

{
	width:220;
}

.logo_panel .btn_menu

{
	bottom:30px;
}

.logo_panel img

{
	width:170; 
	bottom:11px;
}


.header-search-row

{
	height:25px; 
	margin:0px;
}

.header-menu-row

{
	height:35px; 
}

.header-bottom-row

{
	height:11px; 
}
*/
.user-btn-panel 
{
z-index: 1 !important;
}

.user-btn-panel .btn 
{
padding: 0px 10px;
border: 1px solid #fff;
}

.user-btn-panel .btn a 
{
display: none;
}

.user-btn-panel .btn i 
{
top: 0px;
}

.user-btn-panel .mobile-hidden 
{
display: none;
}
}



/* ===================================================================
Main Menu
====================================================================== */
.main-menu-panel 
{
width: 100%;
height: 50px;
padding: 0px !important;
margin: 0px !important;
}

ul.main-menu 
{
height: 50px;
line-height: 0px;
list-style: none;
list-style-type: none;
padding: 0px !important;
margin: 0px !important;
}


ul.main-menu li 
{
display: inline-block;
text-align: right;
padding: 0px 15px;
margin: 0px -2px;
line-height: 50px;
position: relative;
cursor: pointer;
font-family: dana,IRANSans,Tahoma,sans;
}

ul.main-menu li a 
{
line-height: 50px;
}


ul.main-menu li a i 
{
color: #0076a3;
margin-left: 3px;
}

ul.main-menu li a i.angle-more 
{
color: #888;
font-size: 11px;
font-weight: bold;
margin-left: 0px;
margin-right: 3px;
position: relative;
top: 2px;
}

ul.inner-menu li a i.angle-more 
{
float: left;
top: 5px;
margin-left: 0px;
}


ul.main-menu li.has-children ul 
{
display: none;
background-color: #fff;
position: absolute;
right: 0px;
width: 280px;
padding: 0px;
border-radius: 5px;
box-shadow: 0 15px 50px rgba(173,188,200,.22);
}

ul.inner-menu li.has-children ul.inner-menu 
{
display: none !important;
top: 0px;
right: 282px;
width: 280px;
border-radius: 5px;
}


ul.main-menu li.has-children ul li 
{
width: 100%;
line-height: 45px;
margin-right: 0px !important;
padding: 0px 15px 0px 10px;
}

ul.inner-menu li.has-children ul.inner-menu li 
{
border-right: 3px solid #2c80a8;
}


ul.main-menu li.has-children ul li:hover 
{
background-color: #eee;
}

ul.main-menu li.has-children ul li:last-child:hover 
{
border-radius: 0px 0px 5px 5px;
}

ul.main-menu li.has-children ul li a 
{
font-size: 14px;
line-height: 45px;
}


ul.main-menu li.has-children:hover ul.inner-menu 
{
display: block;
}


ul.inner-menu li.has-children:hover ul.inner-menu 
{
display: block !important;
}


.main-menu-logo 
{
display: none;
width: 100%;
text-align: center;
margin: 20px 0px;
}

.main-menu-logo img 

{
width: 70%;
height: auto;
}


.rPanel-close-btn 
{
display: none;
position: absolute;
top: 10px;
left: 10px;
font-size: 19px;
color: red;
font-weight: 600;
cursor: pointer;
}



@media (max-width:1200px) 
{

.main-menu-panel 
{
display: block;
position: fixed;
right: -290px;
top: 0px;
width: 290px;
height: 100vh;
overflow-y: scroll;
overflow-x: hidden;
z-index: 999;
background-color: #f8f9fd;
box-shadow: 5px 0 15px 5px rgba(0,0,0,.1);
-webkit-box-shadow: 5px 0 15px 5px rgba(0,0,0,.1);
transition: all .3s linear;
}

ul.main-menu 
{
}

ul.main-menu li 
{
display: block;
}

ul.main-menu li.has-children ul 
{
background: #ebecf0;
position: relative;
width: 290px;
margin-right: -13px;
border-radius: 0px;
display: block;
visibility: hidden;
height: 0px;
overflow: hidden;
transition: all 0.3s linear;
}


ul.inner-menu li.has-children ul.inner-menu 
{
right: 0px;
margin-right: 0px;
border-radius: 0px;
display: block !important;
visibility: hidden !important;
border-top: 1px dashed #aaa;
border-bottom: 1px dashed #aaa;
}

ul.inner-menu li.has-children ul.inner-menu li 
{
border-right: 0px solid #2c80a8;
}

ul.main-menu li.has-children:hover ul 
{
display: block;
visibility: hidden;
}

ul.inner-menu li.has-children:hover ul.inner-menu 
{
display: block !important;
visibility: hidden !important;
}


ul.main-menu li.has-children ul.show 
{
visibility: visible;
}

ul.inner-menu li.has-children ul.inner-menu.show 
{
visibility: visible !important;
}

ul.main-menu li a i.angle-more 
{
float: left;
top: 10px;
margin-left: 0px;
}

ul.inner-menu li a i.angle-more 
{
margin-left: 20px;
transform: rotateY(0deg) rotate(-90deg);
}


.main-menu-logo 
{
display: block;
}

.open_header_rMenu .main-menu-panel 
{
right: 0px;
}

.rPanel-close-btn 
{
display: block;
}
}



/* ===================================================================
Main
====================================================================== */
.main 
{
display: table;
width: 100%;
height: auto;
border: 0px solid red;
margin-top: 120px;
min-height: 300px;
}

.main .container 
{
padding-top: 5px;
}

.main div 
{
margin: 0px;
}

.left-side 
{
width: calc(100% - 290px);
min-height: 500px;
display: inline-table;
float: left;
/*background-color:red;*/
}


.right-side 
{
width: 290px;
min-height: 500px;
display: inline-block;
float: right;
padding: 0px 10px;
/*background-color:#eee;*/
border: 0px solid #c5c5c5;
transition: all .3s linear;
}


.full-side 
{
width: 100%;
min-height: 200px;
display: block;
/*background-color:blue;*/
}


@media (max-width:1200px) 
{

.main 
{
margin-top: 105px;
}

.main .container 
{
padding-top: 0px;
margin-top: 0px;
border: 0px solid red;
}

.left-side 
{
width: 100%;
}

.right-side 
{
display: block;
position: fixed;
background: #f8f9fd;
background-image: url('../img/form/right_back.png');
background-position: left top;
background-repeat: repeat-x;
padding-top: 20px;
overflow-y: scroll;
right: -290px;
top: 0px;
width: 290px;
height: 100vh;
z-index: 999;
}

.open_rMenu .right-side 
{
right: 0px;
}
}


/* ===================================================================
	Data Box
====================================================================== */
div.data-box 
{
margin: 0px auto 0px;
padding: 0px;
text-align: right;
vertical-align: top;
}

.data-box .data-box-item 
{
display: table;
width: 100%;
height: auto;
margin: 0px;
padding: 3px 3px 10px 3px;
border-radius: 10px;
border: 0px solid transparent;
text-align: right;
background-color: #fff;
/*cursor:pointer;*/
}


.data-box .title-bar,
.data-box .input-bar,
.data-box .button-bar 
{
display: table;
width: 100%;
position: relative;
text-align: right;
padding-top: 15px;
}


.data-box .title-bar 
{
/*background:#f5f5f5;*/
border-radius: 7px 7px 0px 0px;
padding-right: 5px;
}

.data-box .input-bar 
{
padding-top: 5px;
}

.data-box .button-bar 
{
text-align: center;
}


.data-box .title-bar h4 
{
display: inline-block;
position: relative;
width: auto !important;
margin: 0px;
padding: 0px;
line-height: 25px;
color: #007cba;
}


.data-box .title-bar h4 img._tik 
{
display: table;
width: 34px;
height: auto;
float: right;
top: -7px;
right: -3px;
position: relative;
transform: rotateY(0deg) rotate(45deg);
}


.data-box .input-bar input 
{
width: 96%;
margin: 5px 2%;
}


.data-box .button-bar input[type="button"],
.data-box .button-bar button 
{
border-radius: 5px;
/*width:50%;*/
min-width: 150px;
margin: 0px auto 0px !important;
padding: 5px 15px !important;
text-align: center;
}

.data-box .button-bar button i 
{
color: #fff;
position: relative;
top: 1px;
margin: 0px 3px;
font-weight: 500;
}


.data-box .comment-bar 
{
width: 96%;
margin: 0px auto 0px;
}

.data-box .comment-bar a,
.data-box .button-bar a 
{
display: inline-block;
color: blue;
margin: 0px 3px;
margin-top: 10px;
cursor: pointer;
font-size: 10px;
line-height: 10px;
}


.data-box .comment-bar a 
{
margin: 0px;
line-height: 15px;
}


@media (max-width:600px) 
{
.data-box .button-bar button 
{
width: 96%;
margin: 5px 2% !important;
}
}





/* ===================================================================
	Sign Up & Login
====================================================================== */
.login-form 
{
margin-top: 40px !important;
text-align: center;
background-color: #fff;
border-radius: 3px;
padding: 10px 10px 20px 10px !important;
}


.login-form .title-bar,
.login-form .input-bar,
.login-form .button-bar 
{
text-align: center;
padding-top: 15px;
}

.login-form .title-bar 
{
background: none;
}

.login-form .button-bar input[type="button"],
.login-form .button-bar button 
{
width: 50%;
}


.password-box 
{
position: relative;
}

.password-box i.eye 
{
cursor: pointer;
color: #23a6cc;
}

.password-box i.eye 
{
position: absolute;
left: 15px;
top: 10px;
}



/* ===================================================================
	Dashboard Panel
====================================================================== */
div.dash-box 
{
display: inline-block;
text-align: center;
vertical-align: top;
padding: 5px;
}

.dash-box .dash-box-item 
{
width: 100%;
text-align: center;
display: table;
padding: 2px;
vertical-align: middle !important;
border-radius: 10px;
border: 0px solid transparent;
background-color: #fff;
cursor: pointer;
}


.dash-box-item .dash-box-right 
{
width: 30%;
height: 70px;
display: table-cell;
/*border-left:1px dashed #fff;*/
line-height: 70px;
vertical-align: middle;
border-radius: 0px 8px 8px 0px;
border: 1px dashed #fff;
border-left: none;
background: rgba(255, 255, 255, 0.2);
/*background-image:url('../img/form/dash_box_head.png');
	background-position:left center;
	background-repeat:no-repeat;*/
}


.dash-box-item:hover .dash-box-right 
{
background: rgba(255, 255, 255, 0.12);
}


.dash-box-item .dash-box-left 
{
width: 70%;
height: 70px;
display: table-cell;
line-height: 70px;
text-align: right;
padding-right: 10px;
vertical-align: middle;
border-radius: 8px 0px 0px 8px;
border: 1px dashed #fff;
border-right: none;
background-image: url('../img/form/dash_box_head.png');
background-position: left center;
background-repeat: no-repeat;
}


.dash-box-item:hover 
{
/*border:1px solid #555;*/
}



.dash-box .dash-box-item:hover 
{
background-color: #eee;
}


.dash-box-item h4.title 
{
margin: 0px 0px;
}


.dash-box-item h4.title i 
{
display: block;
font-size: 35px;
color: #fff;
}


.dash-box-item h4.title * 
{
color: #fff;
}


@media (max-width:600px) 
{
.dash-box-item .dash-box-left,
.dash-box-item .dash-box-right 
{
height: 55px;
line-height: 55px;
}

.dash-box-item h4.title 
{
font-size: 12px;
line-height: 10px;
text-wrap: wrap;
}

.dash-box-item h4.title i 
{
font-size: 21px;
}
}


@media (max-width:400px) 
{
.dash-box-item h4.title 
{
font-size: 10px;
}

.dash-box-item h4.title i 
{
font-size: 19px;
}
}



/* ===================================================================
	Home Full Side
====================================================================== */
.TimeLine_Panel 
{
min-height: 601px;
margin: 0px auto 0px !important;
background-image: url('../img/Home/Time_Line.png');
background-repeat: repeat-y;
background-position: top center;
}

.TimeLine_Panel .TimeLine_Box 
{
display: table;
position: relative;
margin-top: 50px;
overflow: hidden;
/*visibility:hidden;*/
}


.TimeLine_Panel .xbox 
{
display: table-cell;
text-align: center;
vertical-align: middle;
height: 100%;
min-height: 200px;
direction: rtl;
position: relative;
visibility: hidden;
opacity: 0;
top: 100px;
transition: all 800ms linear;
}


.TimeLine_Panel .xbox.show 
{
visibility: visible !important;
opacity: 1 !important;
top: 0px;
}


.TimeLine_Panel .xbox img.vector 
{
width: 90%;
height: auto;
margin: 0px auto 0px;
position: relative;
/*animation: effect 3s infinite; */
}


@keyframes effect 
{
0% 
{
transform: translate(0px, 0px);
}

10% 
{
transform: translate(0px, 1px);
}

20% 
{
transform: translate(1px, 2px);
}

30% 
{
transform: translate(2px, 3px);
}

40% 
{
transform: translate(3px, 2px);
}

50% 
{
transform: translate(4px, 1px);
}

60% 
{
transform: translate(3px, 0px);
}

70% 
{
transform: translate(2px, -1px);
}

80% 
{
transform: translate(1px, -2px);
}

90% 
{
transform: translate(0px, -3px);
}

100% 
{
transform: translate(0px, 0px);
}
}


.TimeLine_Panel .xbox .xbox-title 
{
display: block;
font-family: dana,IRANSans,Tahoma,sans;
font-size: 25px;
font-weight: 700;
padding-bottom: 20px;
color: #262626;
}

.TimeLine_Panel .xbox .xbox-title span.En 
{
color: #1b7d9a;
direction: ltr !important;
}


.TimeLine_Panel .xbox .btn 
{
border-radius: 20px;
height: 45px;
padding-top: 0px;
line-height: 45px;
color: #fff;
}

.TimeLine_Panel .xbox .btn i 
{
color: #fff;
top: 0px;
}


.TimeLine_Panel .City_Cover 
{
min-height: 100vh;
margin-top: 30px;
padding-top: 0px !important;
border-radius: 0px 0px 45px 45px;
background-image: url(../img/home/city.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


.TimeLine_Panel .City_Cover_Image 
{
background-color: transparent;
background-image: none;
min-height: 100vh;
padding-top: 0px !important;
}


@media (max-width:1200px) 
{
.TimeLine_Panel 
{
background-position: top right;
}

.TimeLine_Panel .xbox 
{
display: block !important;
}
}

@media (max-width:600px) 
{
.TimeLine_Panel .City_Cover 
{
margin-top: 0px;
background-image: url(../img/home/city_mobile.jpg);
}

.TimeLine_Panel .xbox .xbox-title 
{
font-size: 17px;
}

.TimeLine_Panel .xbox .xbox-content,
.TimeLine_Panel .xbox .xbox-content * 
{
font-size: 12px;
text-align: justify !important;
}
}

/* ===================================================================
	Right-Side Category Panel
====================================================================== */

.right-side .input_Box 
{
display: table;
margin: 9px 0px;
position: relative;
}

.right-side .input_Box .i_Label, .right-side .input_Box .i_Box 
{
display: inline-block;
}

.right-side .input_Box .i_Label 
{
	float: right;
	margin-top: 4px;
	width: 40%;
}

.right-side .input_Box .i_Button 
{
	position: absolute;
	left: 3px;
	top: 3px;
	width: 48px;
	height: 38px;
	border: 0px solid #fff;
	font-size: 18px;
	border-radius: 13px;
	padding: 0px 16px;
	line-height: 35px;
	cursor: pointer;
}

.right-side .input_Box .i_Box 
{
	float: left;
	width: 60%;
}

.right-side .input_Box label 
{
font-size: 13px;
}

.right-side .input_Box input,
.right-side .input_Box select 
{
	width: 100%;
	border: none;
	height: 44px;
	line-height: 44px;
	background-color: #cfdff1;
	margin: 0px;
	padding: 0px 15px;
	border-radius: 15px;
}


.wg-title 
{
display: table;
width: 100%;
margin: 15px 0px 7px 0px;
font-family: dana,IRANSans,Tahoma,sans;
font-size: 16px;
font-weight: 600;
color: #6e7177;
}

.wg-title img 
{
display: block;
width: 34px;
height: auto;
float: right;
top: -5px;
right: -3px;
position: relative;
transform: rotateY(0deg) rotate(45deg);
}

.category-header-box
{
display:block; 
position:relative; 
width:100%; 
margin:0px; 
margin-top:10px !important; 
padding:10px !important; 
border-radius:10px; 
background-color:#eee; 
border-bottom:0px solid #23a6cc;
}

.category-header-box .wg-title
{
margin:0px !important;
}

.category-box
{
display:block; 
position:relative; 
width:100%; 
margin:0px; 
margin-top:16px !important; 
padding:8px 10px 5px 8px !important; 
border-radius:10px 10px 5px 5px; 
background-color:#eee; 
border-bottom:5px solid #23a6cc;

overflow-x:scroll;
min-height:385px; 
}

.category-box .wg-title
{
margin:0px !important; 
padding:0px 0px 5px 5px; 
border-bottom:3px double #c5c5c5;
}

.category-footer-box
{

}


ul.category-menu 
{
display: block;
padding-right: 0px;
}

ul.category-menu * 
{
line-height: 35px !important;
}

ul.category-menu.dashboard-menu * 
{
	line-height: 32px !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	color: #737ac9 !important;
}


ul.category-menu li, ul.category-sub-menu li 
{
	cursor: pointer;
	padding-right: 0px;
}

ul.category-menu li.category-type-child 
{
padding-right: 10px;
}

ul.category-menu li.category-type-child a, ul.category-sub-menu li.category-type-child a 
{
color: #999;
cursor: pointer;
}

ul.category-menu.dashboard-menu li a i 
{
font-weight: 500 !important;
font-size: 16px !important;
color: #4e56b1 !important;
margin-left: 5px;
}


ul.category-menu li.category-type-child:hover > a, ul.category-sub-menu li.category-type-child:hover a,
ul.category-menu.dashboard-menu li:hover > a, ul.category-sub-menu.dashboard-menu li:hover a,
ul.category-menu.dashboard-menu li:hover > a i, ul.category-sub-menu.dashboard-menu li:hover a i 
{
color: #f24557 !important;
}


ul.category-menu li.category-type-current a 
{
font-weight: 700;
}


ul.category-menu li span.more 
{
float: left;
margin-left: 5px;
font-size: 10px !important;
font-weight: 500;
color: #aaa;
top: 2px;
}

ul.back-button 
{
display: none;
}


ul.back-button.show 
{
display: block !important;
}


ul.back-button li.category-type-current a 
{
width: 100px !important;
background-color: #f24557;
font-size: 12px;
color: #fff !important;
padding: 2px 10px;
border-radius: 15px;
font-family: IRANSans,FontAwesome;
}

/* ------------------------------------- */

ul.category-menu li.category-type-child 
{
opacity: 0;
visibility: hidden;
height: 0px !important;
position: absolute;
transition: opacity 500ms,visibility 500ms,height 500ms;
}


ul.category-menu.open li.category-type-child 
{
display: block;
opacity: 1;
visibility: visible;
height: auto !important;
position: relative;
}


ul.category-menu.close 
{
display: none;
}


/* ------------------------------------- */
ul.category-sub-menu 
{
margin: 0px !important;
padding: 0px !important;
padding-right: 0px !important;
position: absolute;
border-radius: 5px;
background-color: #efefef;
border-right: 0px dashed #c5c5c5;
opacity: 0;
visibility: hidden;
height: 0px !important;
transition: opacity 500ms,visibility 500ms,height 500ms;
}


ul.category-sub-menu.open 
{
opacity: 1;
visibility: visible;
height: auto !important;
margin-top: 0px !important;
margin-bottom: 7px !important;
padding: 10px 0px 5px 0px !important;
margin-right: 0px !important;
position: relative;
}
/* ------------------------------------- */

ul.category-sub-menu.open 
{
display: block;
}


ul.category-menu li.has-children.active > a 
{
color: #f24557 !important;
}


ul.category-sub-menu li.active 
{
border-right: 3px solid #f24557 !important;
color: #f24557 !important;
}

ul.category-sub-menu li.active * 
{
color: #f24557 !important;
}


.Filter-Menu-btn 
{
display: none !important;
position: fixed;
width: 50px;
height: 50px;
bottom: 50px;
right: 20px;
text-align: center;
line-height: 20px;
font-size: 10px !important;
z-index: 9999;
}

.Filter-Menu-btn i 
{
display: table;
width: 100%;
margin-top: 5px;
font-size: 14px !important;
text-align: center;
color: #fff;
}

@media (max-width:1200px) 
{
.Filter-Menu-btn 
{
display: block !important;
width: 50px;
}

.Filter-Menu-btn.open 
{
display: block !important;
width: 230px;
font-size: 14px !important;
}

.Filter-Menu-btn.open i 
{
display: inline-block;
position: absolute;
width: auto;
position: relative;
top: 0px;
margin-left: 5px;
margin-top: 0px;
}
}


/* ===================================================================
Left Site Content
====================================================================== */
.left-side .path-bar 
{
display: block;
width: 100%;
margin: 10px 0px;
padding: 0px 10px;
border-radius: 5px;
overflow: hidden;
background-color: #fff;
}

.left-side .path-bar a,
.left-side .path-bar i 
{
color: #aaa;
font-size: 13px;
font-weight: 500;
cursor: pointer;
}

.left-side .path-bar i 
{
margin: 0px 5px;
font-weight: 600;
position: relative;
top: 2px;
}

.left-side .path-bar a:hover 
{
color: #f24557;
}

/* ------------------------------------ */

.left-side .archive-priority 
{
display: table;
margin: 15px 10px 10px 10px;
text-align: left;
}

.left-side .archive-priority select.priority-select 
{
border: none;
border-radius: 10px;
padding: 7px 25px;
background-color: rgba(165,220,235,.3);
color: #23a6cc;
margin: -5px 10px -7px 10px;
cursor: pointer;
}


.left-side .archive-priority a.show-mode 
{
border: none;
border-radius: 10px;
padding: 15px 15px;
background-color: rgba(165,220,235,.3);
color: #23a6cc;
margin: 0px;
margin-left: 20px;
cursor: pointer;
}


.left-side .priority-tabs 
{
float: right;
position: relative;
text-align: right;
margin: -5px 0px -7px 0px;
}


.left-side .priority-tabs ul.archive-tabs 
{
padding: 0px;
margin: 0px;
z-index: 1;
margin-right: -5px;
}

.left-side .priority-tabs ul.archive-tabs li 
{
display: block;
float: right;
margin-right: 5px;
padding: 5px 20px;
border-radius: 5px;
border: 1px solid #2f88b4;
background-color: #f7f8fa;
cursor: pointer;
}

.left-side .priority-tabs ul.archive-tabs li:hover 
{
background-color: #e2e5ec;
}

.left-side .priority-tabs ul.archive-tabs li.active 
{
background-color: #dff1f8;
}

.left-side .priority-tabs ul.archive-tabs li a 
{
color: #8e939b;
}


.left-side .priority-tabs ul.archive-tabs li.active a 
{
color: #23a6cc;
}

.left-side .priority-tabs ul.archive-tabs li.tab-header 
{
display: none;
}


.left-side .more_button 
{
border: 1px solid #23a6cc;
color: #23a6cc;
border-radius: 20px;
padding: 10px 35px;
cursor: pointer;
}


.left-side .more_button:hover 
{
background-color: #23a6cc;
color: #fff;
}


img.faraghak_rotate 
{
width: 32px;
height: 32px;
margin: 0px auto 0px;
background: transparent;
animation: rotate 2s infinite;
animation-timing-function: cubic-bezier(1,0,.5,1);
}

@-webkit-keyframes rotate 
{
from 
{
-webkit-transform: rotate(0deg)
}

to 
{
-webkit-transform: rotate(360deg)
}
}


@media (max-width:991px) 
{

.left-side .priority-tabs 
{
float: right;
width: 70%;
}


.left-side .priority-tabs ul.archive-tabs 
{
width: 100%;
position: absolute;
margin-right: 0px;
}

.left-side .priority-tabs ul.archive-tabs li 
{
display: block;
float: none;
margin-right: 0px;
padding: 7px 10px;
overflow: hidden;
border-radius: 0px;
border: none;
border-top: 1px dashed #c5c5c5;
background-color: #f7f8fa;
cursor: pointer;
}

.left-side .priority-tabs ul.archive-tabs li 
{
display: none;
}

.left-side .priority-tabs ul.archive-tabs li.tab-header * 
{
color: #23a6cc;
}

.left-side .priority-tabs ul.archive-tabs li.tab-header 
{
display: block;
padding: 2px 10px 0px 10px;
border: none;
background-color: #dff1f8;
border-radius: 10px;
}

.left-side .priority-tabs ul.archive-tabs li.tab-header span 
{
display: block;
padding-top: 5px;
line-height: 7px;
font-size: 10px;
}

.left-side .priority-tabs ul.archive-tabs li.tab-header a 
{
font-weight: 600;
}

.left-side .priority-tabs i.archive-tabs-down 
{
float: left;
margin-top: 2px;
margin-left: 3px;
font-weight: 700;
}
}




/* ===================================================================
Content vertical Holder
====================================================================== */
.content-holder 
{
display: table;
width: 100%;
margin: 0px;
padding: 0px;
}


.x-horizontal > * 
{
vertical-align: top;
}


.y-vertical > * 
{
vertical-align: top;
}


.content-box 
{
border: 0px solid red;
min-height: 100px;
display: inline-block;
padding: 10px 5px;
}


.y-vertical .card 
{
width: 100%;
min-height: 50px;
background-color: #fff;
display: inline-block;
overflow: hidden;
border-radius: 4px;
border-bottom: 7px solid #0f8db1 !important;
}

.y-vertical .card:hover .card-body 
{
height: 80px;
overflow: hidden;
}

.y-vertical .card:hover .card-hover 
{
height: 70px;
visibility: visible;
}

.y-vertical .card:hover .card-actions button 
{
display: inline-block;
}

.y-vertical .card .card-header 
{
padding-top: 50%;
position: relative;
transform: translateY(0);
background-image: url(../Img/subject/back.jpg);
background-size: 150%;
background-repeat: no-repeat;
background-position: 50%;
background-color: #f5f5f5;
/*transition: .3s;
-webkit-transition: .3s;
transition-delay: .1s;
-webkit-transition-delay: .1s;*/
overflow: hidden;
}


.y-vertical .card .card-header .inner 
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
max-width: 100%;
max-height: 100%;
}


.y-vertical .card .card-header .inner .thumbnail 
{
max-width: inherit;
margin-bottom: 0;
}


.y-vertical figure 
{
margin: 0 0 1rem;
}


.y-vertical .card .card-header .inner .thumbnail img 
{
width: 100%;
text-align: center;
display: block;
color: #888;
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none;
}


.y-vertical .card .card-Content 
{
width: 100%;
height: 260px;
margin: 0px;
padding: 0px;
}


.y-vertical .card .card-body 
{
height: 150px;
padding: 1px 23px 27px 22px;
transition: .3s;
}

.y-vertical .card .card-body .title 
{
font-size: 18px;
font-weight: 400;
margin-bottom: 18px;
max-height: 56px;
/*transition: .3s;*/
overflow: hidden;
line-height: 28px;
font-family: dana,IRANSans,Tahoma,sans;
}


.y-vertical .card .card-body .title a 
{
color: #3c4354;
/*transition: .3s;
-webkit-transition: .3s;*/
}


.y-vertical .card .card-body .category 
{
font-size: 14px;
color: #959595;
height: 21px;
/*transition: .3s;*/
}


.y-vertical .card .card-footer 
{
height: 104px;
display: flex;
align-items: center;
padding: 25px 0;
margin: 0 25px;
border-top: 1px dashed #e0e0e0;
}


.y-vertical .card .card-footer .card-details 
{
display: flex;
flex: 1;
border-left: 1px solid #efefef;
margin-left: 20px;
align-items: center;
}

.y-vertical .card .card-footer .card-details .detail-item 
{
flex: 1;
text-align: center;
}

.y-vertical .card .card-footer .rtl-price 
{
text-align: left;
}

.y-vertical .card .card-actions 
{
display: flex;
padding: 0 25px 25px;
height: 70px;
/*transition: .3s;*/
}

.y-vertical .card .card-hover 
{
height: 0px;
visibility: hidden;
overflow: hidden;
bottom: 0px;
transition: .3s;
}

.y-vertical .card .card-actions Button 
{
display: none;
width: 48%;
margin: 0px 1%;
}




/* ===================================================================
Content horizontal Holder
====================================================================== */
.x-horizontal .card-horizontal 
{
padding: 10px 0px 25px 10px;
display: flex;
border-bottom: 0px solid #ddd;
border-right: 7px solid #0f8db1;
border-radius: 5px;
}

.x-horizontal .card 
{
background: #fff;
border-radius: 4px 4px 7px 7px;
border-bottom: 0px solid #cfdff1;
overflow: hidden;
}



.x-horizontal .card-horizontal .card-header 
{
min-width: 50%;
max-width: 50%;
position: relative;
overflow: hidden;
padding: 0px;
}


.x-horizontal .card-horizontal .card-header .inner figure 
{
padding-top: 50.87%;
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 4px;
overflow: hidden;
/*box-shadow: 0 10px 22px rgba(173,188,200,.22);
-webkit-box-shadow: rgba(173,188,200,.22) 0 10px 22px;*/
background-color: #f5f5f5;
background-image: url(../Img/subject/back.jpg);
background-size: 100%;
background-repeat: no-repeat;
width: 90%;
margin: 0px auto 0px;
top: 10px;
}

.x-horizontal .card-horizontal .card-header .inner figure img 
{
position: absolute;
top: 50%;
left: 50%;
height: auto;
width: 100%;
transform: translate(-50%,-50%);
vertical-align: middle;
border-style: none !important;
max-width: 100%;
border-radius: 4px;
overflow: hidden;
max-height: 250px;
}

.x-horizontal .card-horizontal .card-header .inner figure img[src=""] 
{
content: url(../Img/subject/back_2.jpg);
border-radius: 4px;
}



.x-horizontal .card-horizontal .card-contents 
{
width: 50%;
margin-right: 0px;
display: flex;
flex: 1;
}


.x-horizontal .card-horizontal .card-body 
{
flex: 1;
display: flex;
flex-direction: column;
padding-left: 0px !important;
}


.x-horizontal .card-horizontal .product-title 
{
font-family: dana,IRANSans,Tahoma,sans;
margin-top: 30px;
margin-bottom: 10px;
}

.x-horizontal .card-horizontal .product-title a 
{
font-size: 18px;
color: #3c4354;
font-weight: 500;
transition: .3s;
-webkit-transition: .3s;
}


.x-horizontal .card-horizontal .card-body .category 
{
font-size: 14px;
color: #959595;
height: 21px;
/*transition: .3s;*/
flex: 0.7;
}

.x-horizontal .card-horizontal .card-body .product-price 
{
margin-bottom: 15px;
}


.x-horizontal .card-horizontal .card-body .product-price .rtl-price ins 
{
display: block;
text-decoration: none;
color: #3c4354;
font-size: 28px;
font-weight: 500;
}


.x-horizontal .card-horizontal .card-body .product-actions 
{
display: block;
}


.x-horizontal .card-horizontal .card-body .product-actions Button 
{
width: 45%;
padding: 8px 0px !important;
margin: 0px !important;
}


.x-horizontal .card-horizontal .card-footer 
{
align-items: center;
display: flex;
}

.x-horizontal .card-horizontal .card-footer .product-details 
{
padding: 0 15px;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item 
{
cursor: context-menu;
text-align: center;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .count 
{
display: block;
font-size: 30px;
font-weight: 700;
color: #8ed557;
/*transition: .2s;
-webkit-transition: .2s;*/
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .title 
{
display: block;
color: hsla(0,0%,42.7%,.8);
font-size: 20px;
font-weight: 300;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item 
{
cursor: context-menu;
text-align: center;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item.sale .count 
{
color: #ffc64b;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .count 
{
display: block;
font-size: 30px;
font-weight: 700;
color: #8ed557;
/*transition: .2s;
-webkit-transition: .2s;*/
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .title 
{
display: block;
color: hsla(0,0%,42.7%,.8);
font-size: 20px;
font-weight: 300;
}

.x-horizontal .card-horizontal .card-footer hr 
{
border-color: hsla(0,0%,100%,.2);
}


@media (max-width:1200px) 
{
.organ_logo 
{
display: inline-block;
width: 45%;
}
}


@media (max-width:900px) 
{
.x-horizontal .card-horizontal .product-title 
{
margin-top: 10px;
}

.x-horizontal .card-horizontal .card-body .product-actions Button 
{
width: 40%;
padding: 0px 0px !important;
font-size: 12px;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .count 
{
font-size: 20px;
}

.x-horizontal .card-horizontal .card-footer .product-details .detail-item .title 
{
font-size: 10px;
}
}

@media (max-width:768px) 
{
.x-horizontal .card-horizontal .card-footer 
{
display: none;
}
}


@media (max-width:600px) 
{

.x-horizontal .card-horizontal 
{
display: inline-block;
border-right: none;
border-bottom: 7px solid #2f88b4 !important;
padding-bottom: 15px;
}

.x-horizontal .card-horizontal .card-header,
.x-horizontal .card-horizontal .card-contents 
{
width: 100%;
display: table;
min-width: 100%;
max-width: 100%;
padding-right: 10px;
}

.x-horizontal .card-horizontal .card-header .inner figure 
{
width: 100%;
margin: 0px auto 0px;
margin-right: 0px;
top: 0px;
}

.x-horizontal .card-horizontal .card-contents .product-actions 
{
margin-top: 20px;
text-align: center;
}

.x-horizontal .card-horizontal .card-body .product-actions Button 
{
width: 47%;
padding: 4px 0px !important;
}
}



.xbox-shadow 
{
box-shadow: 0 0 10px hsla(0,0%,74.9%,.35);
-webkit-box-shadow: hsla(0,0%,74.9%,.35) 0 0 10px;
}


/* ===================================================================
footer
====================================================================== */
.footer 
{
display: table;
width: 100%;
border-bottom: 8px solid #f04152;
}

.footer ._Background 
{
display: table;
width: 100%;
border-bottom: 18px solid #23a6cc;
background-image: url(../img/Form/patern-base.png);
background-size: 250px 156px;
background-repeat: no-repeat;
background-position: left bottom;
}

.footer .container 
{
display: table;
margin-top: 40px;
padding-bottom: 80px;
}


.login-footer 
{
display: block;
height: 25px;
background-color: #23a6cc;
width: 100%;
position: fixed;
left: 0px;
bottom: 0px;
border-bottom: 8px solid #f04152;
}


.login-footer img 
{
position: absolute;
left: 0px;
bottom: 10px;
}



.about_panel 
{
margin: 10px auto 35px;
text-align: right;
}

.organ_panel 
{
margin: 15px auto 15px;
padding: 25px 40px;
padding-left: 5px;
padding-right: 0px;
background: #23a6cc;
border-radius: 25px;
text-align: center;
}

.organ_logo 
{
display: inline-block;
}

.organ_logo img 
{
width: 115px;
height: auto;
}

@media (max-width:1200px) 
{
.footer .container 
{
padding-bottom: 170px !important;
}

.organ_logo 
{
display: inline-block;
width: 45%;
}
}


@media (max-width:600px) 
{
/*
	.footer .container
	
{
	padding-bottom:140px !important; 
	background-size:200px 126px;
	}
	*/
.login-footer img 
{
width: 150px;
height: auto;
bottom: 15px;
}
}


/* ===================================================================
Message Box
====================================================================== */

.message_box 
{
width: 100%;
margin: 0px auto 0px;
margin-top: 20px;
direction: rtl;
text-align: center;
direction: rtl;
}

.message_content 
{
font-size: 14px;
font-weight: bold;
border-radius: 5px !important;
padding: 10px;
display: block;
margin: 0px 0px 10px 0px;
border: 1px dashed;
}


.message_content.msg_big 
{
font-size: 17px;
padding: 15px 10px;
margin: 0px 0px 20px 0px;
}


.message_content i 
{
font-size: 17px;
position: relative;
top: 2px;
}

.message_content.msg_big i 
{
font-size: 21px;
position: relative;
top: 3px;
}

.error, .error * 
{
font-weight: bold;
border-color: #ff9090;
color: #ff4242 !important;
background-color: #fbe3e3;
}


.confirm, .confirm * 
{
font-weight: bold;
border-color: #42a950;
color: #42a950 !important;
background-color: #d2f4d6;
}


.title_box
{
width:100%; 
margin:0px auto 0px !important; 
text-align:right; 
background-color:#ffedae; 
border-radius:10px; 
padding:5px 10px 5px 5px;
}

.title_box .wg-title
{
margin:0px !important; 
line-height:20px; 
font-weight:500;
}

.title_box .wg-comment
{
font-size:12px;
}


/* ===================================================================
 Data Tables
====================================================================== */
.plan_sheet 
{
width: 100%;
margin-top: 5px;
padding-top: 0px;
border-radius: 15px;
border: 0px dashed #c5c5c5;
border-bottom: 0px solid #23a6cc;
background: transparent;
border: 0px solid #c5c5c5;
/*box-shadow: 0 0px 10px #aaa;  
	background-image:url('../SVG/tazhib_2.png'); 
	background-repeat:no-repeat; 
	background-position:20px top;*/
}

.My_Pager 
{
text-align: center;
background-color: none;
}

.My_Pager table 
{
margin: 0px auto 0px;
margin-top: 10px;
}

.My_Pager table tr td 
{
border-width: 0px;
width: 0px;
margin: 0px;
padding: 0px;
float: right;
margin-right: 40px;
}

.My_Pager table tr td:first-child 
{
margin-right: 0px;
}

.My_Pager span, .My_Pager a, .My_Pager input 
{
display: table;
border: none;
margin: 0px 2px !important;
padding: 0px;
width: 35px;
max-width: 35px;
height: 35px;
max-height: 35px;
text-align: center !important;
border-radius: 5px;
line-height: 35px;
background: #f6f8fa;
color: #8e939b !important;
font-weight: 600;
}

.My_Pager span 
{
background-color: rgba(142,213,87,.14);
color: rgba(142,213,87,1) !important;
font-weight: 700;
}

.My_Pager a 
{
color: #287975;
cursor:pointer;
}

.My_Pager a:hover
{
background-color: #e7e7e7 !important;
}


.My_Pager input 
{
border: 0px solid #c0c0c0;
}


.My_Pager table tr:hover td 
{
background-color: #f7f7f7 !important;
}


.My_Pager input[type=image] 
{
display: block !important;
width: 30px !important;
border: none !important;
}

.Grid_Row_Hide, .Grid_Column_Hide 
{
display: none;
}

/* ------------------------------- */
.Grid_Menu
{
/*position:absolute;
top: 10px; 
left: 30px; */
}

.Grid_Menu .Grid_dropdown
{
background-color:#eee;
position: absolute; 
top: 40px; 
left: 0px; 
width:100px;
}




/* ------------------------------- */

.Detail_Grid 
{
box-shadow: 0 0px 7px #aaa;
width: 100%;
margin-top: 15px;
background: #fff;
overflow: hidden;
border-radius: 10px;
z-index: 0 !important;
}

.Calendar_Grid,
.Notepad_Grid,
.Shopping_Grid 
{
width: 100%;
box-shadow: none;
background-color: transparent;
margin: 0px auto 0px;
padding: 0px;
border-radius: 0px;
}

/* ------------------------------- */

.Detail_Grid tr td, .Detail_Grid tr th 
{
height: 50px;
padding-right: 10px;
border-left: 2px solid #fff;
vertical-align: middle !important;
}

.Calendar_Grid tr td, .Calendar_Grid tr th 
{
height: 50px;
padding-right: 10px;
	padding-left: 5px;
border-left: 1px dashed #bbb !important;
vertical-align: middle !important;
}

.Notepad_Grid tr td, .Notepad_Grid tr th 
{
height: 30px;
border-bottom: 1px solid #599ab0;
border-left: 0px solid #fff;
background-color: transparent;
font-size: 14px;
}

.Shopping_Grid tr td, .Shopping_Grid tr th 
{
height: 50px;
padding-right: 10px;
border-left: 2px solid #fff;
vertical-align: middle !important;
}

/* ------------------------------- */

.Detail_Grid tr th 
{
color: #fff !important;
}

.Notepad_Grid tr 
{
border-bottom: 1px solid #599ab0;
}

.Calendar_Grid tr td 
{
	display:table-cell;
	height:auto;
min-height:200px;
	vertical-align:top !important;
	padding-top:5px !important;
	padding:0px;
	text-align:center !important;
}

.Shopping_Grid tr td 
{
text-align: center;
border-bottom: 1px dotted #ddd;
}

.Shopping_Grid tr:last-child td 
{
border-bottom: none;
}

/* ------------------------------- */

.Detail_Grid tr th, .Detail_Grid tr th * 
{
height: 60px;
border: none;
font-weight: 400;
color: #fff;
}

.Calendar_Grid tr th 
{
background-color: #d6fae6;
font-size: 12px;
	height: 60px;
font-weight: 600;
color: #077d47 !important;
	position:relative;
}

.Notepad_Grid tr th 
{
background-color: #d6fae6;
font-size: 12px;
	height: 40px;
font-weight: 600;
color: #077d47 !important;
}

.Shopping_Grid tr th 
{
background-color: #ecf4f8;
font-size: 12px;
height: 50px;
font-weight: 600;
color: #555 !important;
}

/* ------------------------------- */

.Calendar_Grid tr th * 
{
background-color: #d6fae6;
font-size: 13px;
font-weight: 600;
color: #168cae !important;
}

.Calendar_Grid tr th a 
{
float:right;
font-size: 13px;
}

.Calendar_Grid tr th span 
{
	
font-size: 10px;
	height:auto;
	line-height:0px;
	
	position:absolute;
	left:10px;
	bottom:10px;
}


/* ------------------------------- */

.Detail_Grid tr td:first-child, .Detail_Grid tr th:first-child 
{
width: 140px;
font-weight: normal;
color: #077d47;
}

.Calendar_Grid tr td, .Calendar_Grid tr th
{
width: 14% !important;
	max-width: 14% !important;
	min-width: 14% !important;
font-size: inherit !important;
}


.Notepad_Grid tr td:first-child, .Notepad_Grid tr th:first-child 
{
width: 55px;
text-align: center;
padding-right: 0px;
border-left: 1px solid #c4104d;
}

.Shopping_Grid tr td:first-child, .Shopping_Grid tr th:first-child 
{
width: auto !important;
text-align: center;
padding-right: 0px;
color: #555;
}

.Notepad_Grid tr:last-child td 
{
border-bottom: none;
}

.Detail_Grid tr.gHeader 
{
background-color: #23a6cc !important;
color: #fff !important;
}

.Detail_Grid tr.gWhite 
{
background-color: #fff;
}

.Detail_Grid tr.gBlack 
{
background-color: #ecf4f8;
}

/* ------------------------------- */

.Detail_Grid tr:hover 
{
background-color: rgba(224,224,224, 0.6);
}

.Calendar_Grid tr:hover 
{
background-color: transparent;
}

.Notepad_Grid tr:hover 
{
background-color: rgba(224,224,224, 0.6);
}

.Shopping_Grid tr:hover 
{
background-color: transparent;
}

/* ------------------------------- */
.Plan_Grid
{
display:table; 
width:100%; 
padding:5px 10px !important;

background-color:#eee;
border-radius:10px 5px 5px 10px;
border-right:5px solid #23a6cc;
vertical-align:middle !important;
cursor:pointer;
}

.Plan_Grid:hover
{
background-color:#e0e0e0;
}

.Plan_Grid div
{
display:inline-block; 
vertical-align:middle !important;
}

.Plan_Grid div.event-btn
{
text-align:left;
border
}

.Plan_Grid div span
{
display:block;
width:100%;
font-size:11px;
color:#ca5d45;
}

.Plan_Grid div a
{
display:block;
width:96%;
overflow:hidden;
white-space: nowrap;
font-size:14px;
font-weight:400;
}

.Plan_Grid div button i
{
color:#fff; 
line-height:30px;
}


.Ticket_Grid
{
display:table; 
min-height:300px;
border-radius:20px;
margin-right:-2px; 
border:2px dashed #c5c5c5 !important;  
vertical-align:middle !important;
}


@media (max-width:600px) 
{

.Plan_Grid
{
border-radius:10px;
border-right:0px solid #23a6cc;
}

.Plan_Grid div a
{
font-weight:600;
}

.Plan_Grid div button
{
width:100%;
margin:5px 0px;
}

.Ticket_Grid
{
margin-right:2px !important; 
}

.Tkt_rpos
{
margin-right:-2px !important; 
}

.Tkt_bpos
{
padding-bottom:70px !important;
background-position: center bottom !important;
}

}

/* ------------------------------- */


.Detail_Grid tr td img, .Detail_Grid tr td img 
{
margin: 0px;
position: relative;
top: 2px;
}


ul.plan_tab 
{
width: 100%;
list-style: none;
list-style-type: none;
padding: 0px;
margin: 0px;
position: relative;
border-radius: 0px;
overflow: hidden;
}


ul.plan_tab li 
{
display: inline-block;
background: #e0e0e0;
/*border-bottom:1px dashed #c5c5c5;*/

float: right;
width: 140px;
height: 60px;
line-height: 60px;
padding: 0px;
margin: 3px 2px;
color: #888;
text-align: center;
vertical-align: middle;
border-radius: 15px;
cursor: pointer;
}

ul.plan_tab li:hover 
{
background: #d0d0d0;
}

ul.plan_tab li.active 
{
background-color: #f04152;
color: #fff;
}


		
.Xcalendar

{
	display:block; 
	width:100%; 
	margin:0px auto 0px !important; 
	padding:0px !important;
	position:relative;
}
		
.calendar-header 
{
width: 100%;
height: 60px;
position: relative;
text-align: center;
margin: 0px auto 0px !important;
margin-top: 15px !important;
background-color: #f73c50 !important;
border-radius: 10px 10px 0px 0px;
background-image: url('../img/form/dash_box_head.png');
background-position: left center;
background-repeat: no-repeat;
}


.calendar-body 
{
display:block;
width: 100%;
height: 210px;
position: relative;
text-align: center;
margin: 0px auto 0px !important;
padding: 5px;
overflow-y: scroll;
direction: ltr;
border-bottom: 5px solid #23a6cc;
border-radius: 0px 0px 3px 3px;
background-color: #fff;
background-image: url('../img/form/item-box-top.png');
background-position: left bottom;
background-repeat: no-repeat;
}


/* ---------------------------------- */
a.bulp 
{
padding: 2px 10px 3px 10px;
display: inline-block;
border-radius: 15px !important;
background-color: #23a6cc;
color: #fff;
margin: 3px;
text-align: center;
min-width: 120px;
}

div.bulp 

{
padding: 2px;
display: inline-block;
border-radius: 5px;
/*background-color: #23a6cc;*/
color: #fff;
	
text-align: center;
	
width: 96%;
	max-width:130px;
	margin: 3px auto 3px !important;
	cursor:pointer;
}


div.bulp a

{
display: block;
	width:100%; 
	overflow:hidden;
	white-space: nowrap;
	
	position:relative;
	margin:0px;
	padding:0px;
	line-height:20px;
	
border-radius: 4px;

	text-align: center;
	font-size:10px;
	color: #fff;
}

div.bulp a.name

{
	background-color:rgba(0,0,0,0.1);
	border-radius:4px;
	/*border-bottom:3px double #ddd;*/
}

div.bulp a.name i

{
	float:right;
	
	position:absolute;
	right:4px; 
	
	line-height:16px;
	color:#fff;
}


.bulp-red 
{background-color: #dd4b39 !important;}
.bulp-yellow 
{background-color: #f39c12 !important;}
.bulp-aqua 
{background-color: #00c0ef !important;}
.bulp-blue 
{background-color: #0073b7 !important;}
.bulp-black 
{background-color: #111111 !important;}
.bulp-light-blue 
{background-color: #3c8dbc !important;}
.bulp-green 
{background-color: #00a65a !important;}
.bulp-gray 
{background-color: #d2d6de !important;}
.bulp-navy 
{background-color: #001f3f !important;}
.bulp-teal 
{background-color: #39cccc !important;}
.bulp-olive 
{background-color: #3d9970 !important;}
.bulp-lime 
{background-color: #01ff70 !important;}
.bulp-orange 
{background-color: #ff851b !important;}
.bulp-fuchsia 
{background-color: #f012be !important;}
.bulp-purple 
{background-color: #605ca8 !important;}
.bulp-maroon 
{background-color: #d81b60 !important;}

/* ---------------------------------- */

.reg-rules 
{
width: 100%;
margin-top: 20px !important;
padding: 25px 10px 20px 10px;
font-size: 16px;
color: #ff4242;
text-align: center;
font-weight: bold;
border-radius: 10px;
border: 1px dashed #ff9090;
background-color: #fbe3e3;
border-bottom: 5px solid #ff9090;
box-shadow: 0 14px 16px #fbfbfb;
}


.reg-btn 
{
-webkit-animation: reg-btn 2s infinite; /* Safari 4+ */
-moz-animation: reg-btn 2s infinite; /* Fx 5+ */
-o-animation: reg-btn 2s infinite; /* Opera 12+ */
animation: reg-btn 2s infinite; /* IE 10+, Fx 29+ */
color: #fff !important;
}

@-webkit-keyframes reg-btn 
{
0%, 49% 
{
background-color: #7fc945;
border-color: #7fc945;
}

50%, 100% 
{
background-color: #f04152;
border-color: #f04152;
}
}


@media (max-width:1200px) 
{
.Xcalendar	
{
width:96vw !important;
margin:0px auto 0px !important;
}
}


@media (max-width:600px) 
{

.Xcalendar
{
width:92vw !important;
margin:0px auto 0px !important;
}
	
.Detail_Grid tr td 
{
font-size: 14px !important;
}

.Notepad_Grid tr td, .Notepad_Grid tr th 
{
font-size: 10px !important;
}

.Detail_Grid tr td:first-child 
{
width: 120px !important;
}

.Notepad_Grid tr td:first-child, .Notepad_Grid tr th:first-child 
{
width: 40px !important;
font-size: 12px !important;
}

	.Calendar_Grid tr td, .Calendar_Grid tr th 
{
		width: 14% !important;
		max-width: 14% !important;
		min-width: 14% !important;
		font-size: inherit !important;
	}
	

ul.plan_tab 
{
width: 98%;
margin: 1% auto 1%;
}

ul.plan_tab li 
{
width: 100%;
}
}


/* ===================================================================
 Button Style
====================================================================== */

.btn 
{
display: inline-block;
padding: 8px 20px;
font-size: 13px;
font-family: IRANSans,Tahoma;
font-weight: 400;
border: none;
border-radius: 4px;
transition: .3s;
-webkit-transition: .3s;
cursor: pointer;
}

.btn.disabled 
{
opacity: .5;
pointer-events: none;
}

.btn:focus, .btn:hover 
{
background-color: #eeeff2;
color: #2f88b4;
}

.btn .prepend-icon 
{
display: inline-block;
margin-left: 10px;
font-size: 12px;
}

.btn .append-icon 
{
display: inline-block;
margin-right: 10px;
font-size: 12px;
}

.btn-md 
{
padding: 10px 25px;
font-size: 15px;
}

.btn-lg 
{
padding: 10px 30px;
font-size: 16px;
}

.btn-primary 
{
background-color: #8ed557;
color: #fff;
}

.btn-primary:focus, .btn-primary:hover 
{
background-color: #7fc945;
color: #fff;
}

.btn-secondary 
{
background-color: #ea5f6d;
color: #fff;
}

.btn-secondary:focus, .btn-secondary:hover 
{
background-color: #d14856;
color: #fff;
}


.btn-blue 
{
background-color: #729ef2;
color: #fff;
}


.btn-blue:focus, .btn-blue:hover 
{
background-color: #7094e7;
color: #fff;
}

.btn-myblue 
{
background-color: #23a6cc;
color: #fff;
}

.btn-myblue:focus, .btn-myblue:hover 
{
background-color: #0386ac;
color: #fff;
}


.btn-myblue-light 
{
background-color: #cfdff1;
color: #2f88b4;
overflow: hidden;
}

.btn-myblue-light:focus, .btn-myblue-light:hover 
{
background-color: #cbddee;
color: #2f88b4;
}


.btn-red 
{
background-color: #fb6453;
color: #fff;
}

.btn-red:focus, .btn-red:hover 
{
background-color: #f95f4e;
color: #fff;
}


.btn-gray 
{
background-color: #8e939b;
color: #fff;
}

.btn-gray:focus, .btn-gray:hover 
{
background-color: #7d848f;
color: #fff;
}

.btn-yellow 
{
background-color: #fbcb65;
color: #fff;
}

.btn-yellow:focus, .btn-yellow:hover 
{
background-color: #f6c04d;
color: #fff;
}

.btn-orange 
{
background-color: #ffc64b;
color: #fff;
}

.btn-orange:focus, .btn-orange:hover 
{
background-color: #ecaf2b;
color: #fff;
}

.btn-outline 
{
background-color: #fff !important;
color: #a2a6ab;
border: 1px solid #a2a6ab;
}

.btn-outline-no-border 
{
border: none !important;
}

.btn-outline.btn-primary, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover 
{
border-color: #8ed557;
color: #8ed557;
}

.btn-outline.btn-blue, .btn-outline.btn-blue:focus, .btn-outline.btn-blue:hover 
{
border-color: #729ef2;
color: #729ef2;
}

.btn-outline.btn-red, .btn-outline.btn-red:focus, .btn-outline.btn-red:hover 
{
border-color: #fb6453;
color: #fb6453;
}

.btn-outline.btn-gray, .btn-outline.btn-gray:focus, .btn-outline.btn-gray:hover 
{
border-color: #8e939b;
color: #8e939b;
}

.btn-outline.btn-yellow, .btn-outline.btn-yellow:focus, .btn-outline.btn-yellow:hover 
{
border-color: #fbcb65;
color: #fbcb65;
}

.btn-shadow 
{
background-color: #fff;
box-shadow: 0 5px 15px rgba(173,188,200,.22);
-webkit-box-shadow: rgba(173,188,200,.22) 0 5px 15px;
color: #8ed557;
}

.btn-shadow:focus, .btn-shadow:hover 
{
background-color: #fff;
color: #7fc945;
box-shadow: 0 5px 15px rgba(173,188,200,.31);
-webkit-box-shadow: rgba(173,188,200,.31) 0 5px 15px;
}

.btn-dotted 
{
color: #8e939b;
background-color: transparent !important;
border-bottom: 2px dotted #c7cace;
border-radius: 0;
padding-right: 0;
padding-left: 0;
}

.btn-dotted .prepend-icon 
{
margin-left: 10px;
}

.btn-dotted .append-icon 
{
margin-right: 10px;
}

.btn-dotted:focus, .btn-dotted:hover 
{
color: #7d848f;
background-color: transparent;
}

.btn-dotted.btn-primary 
{
color: #8ed557;
border-color: #8ed557;
}

.btn-dotted.btn-primary:focus, .btn-dotted.btn-primary:hover 
{
color: #7fc945;
border-color: #7fc945;
}

.btn-dotted.btn-blue 
{
border-color: #729ef2;
color: #729ef2;
}

.btn-dotted.btn-blue, .btn-dotted.btn-blue:focus, .btn-dotted.btn-blue:hover 
{
border-color: #7094e7;
color: #7094e7;
}

.btn-dotted.btn-red 
{
border-color: #fb6453;
color: #fb6453;
}

.btn-dotted.btn-red, .btn-dotted.btn-red:focus, .btn-dotted.btn-red:hover 
{
border-color: #f95f4e;
color: #f95f4e;
}

.btn-dotted.btn-gray 
{
border-color: #8e939b;
color: #8e939b;
}

.btn-dotted.btn-gray, .btn-dotted.btn-gray:focus, .btn-dotted.btn-gray:hover 
{
border-color: #7d848f;
color: #7d848f;
}

.btn-dotted.btn-yellow 
{
border-color: #fbcb65;
color: #fbcb65;
}

.btn-dotted.btn-yellow, .btn-dotted.btn-yellow:focus, .btn-dotted.btn-yellow:hover 
{
border-color: #f6c04d;
color: #f6c04d;
}



/* ===================================================================
Columns
====================================================================== */

.col-lg-1 
{
width: 8.333333%;
max-width: 8.333333%;
}

.col-lg-2 
{
width: 16.666667%;
max-width: 16.666667%;
}

.col-lg-3 
{
width: 25%;
max-width: 25%;
}

.col-lg-4 
{
width: 33.333333%;
max-width: 33.333333%;
}

.col-lg-5 
{
width: 41.666667%;
max-width: 41.666667%;
}

.col-lg-6 
{
width: 50%;
max-width: 50%;
}

.col-lg-7 
{
width: 58.333333%;
max-width: 58.333333%;
}

.col-lg-8 
{
width: 66.666667%;
max-width: 66.666667%;
}

.col-lg-9 
{
width: 75%;
max-width: 75%;
}

.col-lg-10 
{
width: 83.333333%;
max-width: 83.333333%;
}

.col-lg-11 
{
width: 91.666667%;
max-width: 91.666667%;
}

.col-lg-12 
{
width: 100%;
max-width: 100%;
}




@media (max-width:1200px) 
{
.col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 
{
width: 100%;
max-width: 100%;
}

.col-lg-5, .col-lg-6, .col-lg-7 
{
width: 50%;
max-width: 50%;
}

.col-lg-2
{
width: 33.33%;
max-width: 33.33%;
}
}


@media (max-width:991px) 
{
.col-lg-4,
.col-lg-3 
{
width: 50%;
max-width: 50%;
}

}


@media (max-width:768px) 
{

.col-lg-5, .col-lg-6, .col-lg-7 
{
width: 100%;
max-width: 100%;
}

.col-lg-4,
.col-lg-3 
{
width: 100%;
max-width: 100%;
}

.col-lg-2
{
width: 50%;
max-width: 50%;
}

.dash-box.col-lg-4,
.dash-box.col-lg-3 
{
width: 50%;
max-width: 50%;
}

div.input-bar .mobile-margin 
{
margin-top: 10px !important;
padding-top: 10px !important;
border-top: 1px dashed #c5c5c5;
}

}


@media (max-width:600px) 
{

.col-max
{
width: 100% !important;
max-width: 100% !important;
}

.col-wrap
{
white-space:wrap !important;
}



}

/*
@media (min-width:1200px)

{
.container,.container-lg,.container-md,.container-sm,.container-xl

{
max-width:1300px !important;
}
}

@media (min-width:1470px)

{
.container,.container-lg,.container-md,.container-sm,.container-xl

{
max-width:100vw !important;
}
}
*/


/* 
================================================
				Max Width 2400px;
================================================
*/












