﻿@charset "UTF-8";



/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/


body, th, td, table,  h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {

font-family:tahoma;
  margin-bottom: 0px ;
   padding: 0px ;
}

.selected *
{
display:none !important;
}
body {

  overflow-x: hidden; /* Hide horizontal scrollbar */
}

.mainWrapper
{
z-index:99999999999 !important;
}



.edsgg_title,.edsgg_mainTitle
{
direction:rtl;
font-family:tahoma !important;
text-align:center !important;
padding-top: 15px !important;
padding-bottom: 15px !important;
font-size: 18px !important;
color : #ffc200 !important;
}


.edsgg_mainTitle
{
font-size: 24px !important;
}
.edsgg_breadcrumbs , .edsgg_breadcrumbs a
{
direction:rtl;
font-family:tahoma !important;
text-align:right !important;

}




.smbLightOverlayWrapper 
{
z-index:9999999999999;
}



/*-----------------------masonry alignment-------------------------*/
.m_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m_col {
    width: 100%;
    padding: 1%;
    margin: 1%;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .m_col i {
        font-size: 50px;
        color: #a49263;
    }
    .m_col:first-child {
        margin-left:0;
    }
    .m_col:last-child {
        margin-right: 0;
    }
    .m_col:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }
@media all and (max-width: 1250px) {
    .m_container {
        flex-direction: column;
    }

    .m_col {
        margin-left: 0;
        margin-right: 0;
        width: 98%;
    }
}




#progress{
  position:fixed;
  z-index:999999999;
  top:0;
  left:0;
  height:3px;
  background:#ff0000;
  width:0;

}


body {
overflow-x: off;
overflow-y: visible;
height:100%;
}




/*--------------------- tag h1,h2---------------------*/
h1,h2
{
    
   margin: 0cm 0cm 0cm 0cm;

}


/*--------------------- tag p ---------------------*/
p{
    margin: 0cm 0cm 0cm 0cm;
line-height: 300% !important;
font-family: tahoma;
}
p
{

font-size: 14px;
}


.f-nav{  /* To fix main menu container */
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;

    width: 100%;
    background-color: #f8941d;
    border-top: 3px solid #ff2d10;
    box-shadow: 0 5px 5px -5px #333;

}


/*--------------------- tag a ---------------------*/
a, a:visited
{
color: #da7b0a;
text-decoration: none;
font-family:tahoma;
font-size:10pt;
}

a:hover
{
color: #76300f;
text-decoration: none
}




/*--------------------- #top ---------------------*/
.scrollup{
    width:66px;
    height:67px;
    opacity:0.6;
    position:fixed;
    bottom:20px;
    right:10px;
    display:none;
    text-indent:-9999px;
z-index:100;
    background: url('/portals/_default/skins/Confectionery/img/uparrow.png') no-repeat;
}
.scrollup:hover{

    opacity:1;

}





/*--------------------- Loading Page ---------------------*/



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 0px; top: 0; }
.se-pre-con {
	position: fixed;
        opacity:.9;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: url(/portals/_default/skins/confectionery/img/loading.gif) center no-repeat #ffffff;
}


/* ============================================================
  SECTIONS
============================================================ */

section.module.parallax {
  height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
font-family:tahoma;
padding-top:50px;
  line-height: 140px;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
direction:rtl;
}
section.module.parallax h2 {
font-family: tahoma;
  color: rgba(255, 255, 255, 1);
font-weight: 100;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("/portals/_default/skins/confectionery/img/1.jpg");
}


@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (max-width: 960px) {
  section.module.parallax h1 {
    font-size: 60px !important;
  }
}




figure1 {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;

}
    figure1:hover + span {
        bottom: -36px;
        opacity: 1;
    }

.myimgdiv figure1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
width: 100% !important;


}
.myimgdiv figure1:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.myimgdiv
{
width:587px !important;
display:inline-block;

}
@media all and (max-width: 600px) {
.myimgdiv
{
width:auto !important;
display:block;

}
}



/*--------------------- groupbox ---------------------*/
.borderlinegroup {
    position: relative;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding-bottom: 30px;
margin-top:50px;
    background-color: #f6f5f5;
}

.headertitle {
    box-shadow: 0 5px 5px -5px #333;
    font-weight: 400;
    color: #616161;
    font-size: 20px;
    text-align: center;
    margin-left: 15px;
}


.borderlinegroup i {
    font-style: normal;
    background: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 15px;
    position: relative;
    padding: 8px;
    top: -20px;
   margin-right:15px;
}



/*--------------------- textbox|drp|checkbox ---------------------*/

.required::after {
	color: red;
	font-size: 14pt;
	font-weight: bold;
	content: ' *';
}



input[type='text'],input[type='number'],input[type='date'], input[type='password'], textarea,.tagator_element {
	border: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 13px;
	font-size: 12pt;
	color: #000000;
	background-color: white;
	-webkit-transition: all .55s ease-in;
	-moz-transition: all .55s ease-in;
	-o-transition: all .55s ease-in;
	transition: all .55s ease-in;
	width: 100%;
	outline: none;
	line-height: 100%;
}

input[type='text']:focus, input[type='number']:focus, input[type='date']:focus, input[type='password']:focus, textarea:focus {
		outline: none;
		border: 1px solid #cfb53b;
	}

textarea {
	border: 1px solid #cccccc;
}

.ddl {
	line-height: 100% !important;
	outline: none;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 13px;
	width: 100%;
	background-color: #ffffff;
	font-size: 12pt !important;
}



	.ddl * {
		
	}

input[type=radio], input[type=checkbox] {
	display: none;
}


input[type=radio] + label:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 8px;
		margin-left: 8px;
		background-color: #fff;
		box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
		border: 1px solid #ccc;
		border-radius: 50%;
		cursor: pointer;
		font-size: 120%;
}

input[type=checkbox] + label:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		vertical-align: middle;
		margin-right: 8px;
		margin-left: 8px;
		background-color: #fff;
		box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
		border:1px solid #ccc;
		border-radius: 4px;
		cursor: pointer;
	}

	input[type=checkbox] + label, input[type=radio] + label {
		
	}

	input[type=radio]:checked + label:before {
		background-color: #cfb53b;
		text-shadow: 0px 0px 3px #000000;
	}

	input[type=checkbox]:checked + label:before {
		content: " \2714"; /* Tick */
		color: #cfb53b;
		background-color: #000;
		text-align: center;
		font-size: 22pt !important;
		line-height: 20px;
		text-indent:-3px;
		text-shadow: 0px 0px 2px #000000;
	}










/*--------------------- alignment ---------------------*/
.left {
    text-align: left;
    font-weight: bold;
}

.right {
    text-align: right;
}

.leftLTR {
    text-align: left;
    direction: ltr;
}

.rightRTL {
    text-align: right;
    direction: rtl;
}



.fieldContainer {
    display: flex;
    flex-wrap: wrap;
}
@media all and (max-width: 500px) 
{
        .fieldContainer {
            display: block;            
        }
        .fieldContainer .field{
            width:auto !important;
        }
}
/*-----------------------Buttons-------------------------*/
.button {
	background: #3D4C53;
	margin: 20px auto;
	width: 200px;
	height: 50px;
	line-height: 50px !important;
	overflow: hidden;
	text-align: center;
	transition: .2s;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

	.button p, .button span {
		line-height: 50px !important;
		margin-bottom: 0 !important;
	        margin-top: 0px !important;
	}

.btn_master, .btn_slave, .btn_delete {
	position: relative;
	float:right;
	background: #cfb53b;
	top: 0;
	left: -100%;
	margin-top: -50px;
	transition: .3s;
	width: 30%;
}

.btn_slave {
	background: #636363;
}
.btn_delete {
	background: #ff0000;
}


.btnText {
	color: white;
	transition: .3s;
}

.btnText2 .fa {
	font-size: 26px !important;
	line-height: 50px;
}

.btnText2 {
	margin-right: 0px;
	color: #FFF;
}

.button:hover .btn_slave, .button:hover .btn_master, .button:hover .btn_delete { /*When hovering over .button change .btnTwo*/
	left: -70%;
}

.button:hover .btnText { /*When hovering over .button change .btnText*/
	margin-left: 27%;

}

.button:active { /*Clicked and held*/
	box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

@media all and (max-width: 500px) {
	.button {
		width: 100%;
	}
	.btn_master, .btn_slave,.btn_delete {
	}
	.lnkbutton{
		width:100%;
	}
}

.field {
    padding-bottom: 10px; /* space between textbox*/
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column-reverse;
    direction: ltr; /*------------------------- Language */
}

    .field span {
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.2s ease-in;
        pointer-events: none;
        font-weight: bold;
    }

.textover span {
    transform: translate(5px,35px); /* label over textbox position*/
    text-align: left; /*------------------------- Language */
}

.textupper span {
    transform: translate(-5px,0px); /* label over dropdown position*/
    text-align: left; /*------------------------- Language */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width:0\0),\0screen\,screen\9, screen\9 {
    .textover span {
        transform: translate(-5px,4px); /* label position in IE always in top*/
        padding-top: 15px;
    }
}

.field input:focus + span, .field textarea:focus + span {
    color: #00b9ff; /* label color when focus */
}
/* Move up label when typing or when textbox has value*/
.field input:not(:placeholder-shown) + span,
.field input:focus + span {
    transform: translate(-5px, 0px) scale(1);
    cursor: pointer;
}
/* Placeholder color */
::-webkit-input-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

::-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-ms-input-placeholder {
    color: #cccccc !important;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    color: #cccccc !important;
}

input:focus:-moz-placeholder {
    color: #cccccc !important;
}

input:focus::-moz-placeholder {
    color: #cccccc !important;
}

textarea::-webkit-input-placeholder {
    color: #cccccc !important;
}

textarea:-moz-placeholder {
    color: #cccccc !important;
}

textarea::-moz-placeholder {
    color: #cccccc !important;
}

textarea:-ms-input-placeholder {
    color: #cccccc !important;
}







/*--------------------- End Style ---------------------*/


