/* CSS Document */
body {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/bg-light.jpg);
}

/************** General Start **************/

p {
	margin:0px 0px 0px 0px;
	font-size:13px;
	/*line-height:24px;*/
	color:#656565;
    font-family: 'calibriregular';
}

/* RESET ELEMENTS */
h1,h2,h3,h4,h5,h6{
	margin:0; padding:0; font-weight:500;
}

ul, li {
margin:0; padding:0;

}

.clear{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.boxScene {
	background:url(../Images/boxScene.png) repeat-x bottom;
    font-size: 14px;
    height: 70px;
    margin: 5px;
    text-align: left;
    width: 130px;
    z-index: 21; border: 1px solid #D3D3D3;
	display: inline-block;
}

.bs-heading {
	background:#FC0;
	height:22px;
	padding:2px 5px;
	-moz-box-shadow: 0 0 3px #838383; -webkit-box-shadow: 0 0 3px #838383; box-shadow: 0 0 3px #838383;	
}

.bs-heading .txt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
}

.bs-heading .icon-delete {
	float:right;
	margin-left:5px;
	margin-top: 2px;
}

.bs-heading .icon-edit {
	float:right;
	margin-top: 2px;
}

.boxScene .body-txt {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-----*/

.boxPlaylists {
	background:url(../Images/boxPlaylists.png) repeat-x bottom;
    font-size: 14px;
    height: 70px;
    margin: 5px;
    text-align: left;
    width: 130px;
    z-index: 21; border: 1px solid #D3D3D3;
	display: inline-block;
}

.bp-heading {
	background:#FC0;
	height:22px;
	padding:2px 5px;
	-moz-box-shadow: 0 0 3px #838383; -webkit-box-shadow: 0 0 3px #838383; box-shadow: 0 0 3px #838383;		
}

.bp-heading .txt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
}

.bp-heading .icon-delete {
	float:right;
	margin-left:5px;
	margin-top: 2px;
}

.bp-heading .icon-edit {
	float:right;
	margin-top: 2px;
}

.boxPlaylists .body-txt {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-----*/

.boxScreens {
	background:url(../Images/boxScreens.png) repeat-x bottom;
    font-size: 14px;
    height: 70px;
    margin: 5px;
    text-align: left;
    width: 130px;
    z-index: 21; border: 1px solid #D3D3D3;
	display: inline-block;
}

.bsc-heading {
	background:#FC0;
	height:22px;
	padding:2px 5px;
	-moz-box-shadow: 0 0 3px #838383; -webkit-box-shadow: 0 0 3px #838383; box-shadow: 0 0 3px #838383;		
}

.bsc-heading .txt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
}

.bsc-heading .icon-delete {
	float:right;
	margin-left:5px;
	margin-top: 2px;
}

.bsc-heading .icon-edit {
	float:right;
	margin-top: 2px;
}

.boxScreens .body-txt {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/************** @Font Face **************/

@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri_1-webfont.eot');
    src: url('../fonts/calibri_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri_1-webfont.woff') format('woff'),
         url('../fonts/calibri_1-webfont.ttf') format('truetype'),
         url('../fonts/calibri_1-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_condensedbold';
    src: url('../fonts/helvetica_neue_condensed_bold-webfont-webfont.eot');
    src: url('../fonts/helvetica_neue_condensed_bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_condensed_bold-webfont-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_condensed_bold-webfont-webfont.svg#helvetica_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sanchez_regularregular';
    src: url('../fonts/sanchezregular-webfont.eot');
    src: url('../fonts/sanchezregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sanchezregular-webfont.woff') format('woff'),
         url('../fonts/sanchezregular-webfont.ttf') format('truetype'),
         url('../fonts/sanchezregular-webfont.svg#sanchez_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "Source Sans Pro",arial,sans-serif;
    src: url('../fonts/bariol_regular.eot');
    src: url('../fonts/bariol_regular.eot') format('embedded-opentype'),
         url('../fonts/bariol_regular.woff') format('woff'),
         url('../fonts/bariol_regular.ttf') format('truetype'),
         url('../fonts/bariol_regular.svg#BariolRegular') format('svg');
}

/************** LOGIN **************/

.loign-logo 
{
    margin: 120px auto 80px; 
    width: 435px;
}

.txt-newuser 
{
    margin: 25px auto 50px;
    width: 435px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    font-family: "sanchez_regularregular";
}

.login-container
{
    width:588px;
    margin:0px auto;
    height:79px
}

.login-left 
{
    width: 530px;
    height: 55px;
    float: left;
    background: url(../Images/login-box-bg.png);
    padding: 12px 0px 12px 12px;
}

.login-right-btn
{
  width: 45px;
  height: 52px;
  float: left;
  padding-top: 13px;
}

.login-txtfield {
	border:1px solid #b1b3b8;
	border-radius:5px;
	padding:8px 8px;
	text-align:left;
    font-family: "Source Sans Pro",arial,sans-serif;
	box-shadow:1px 1px 0 #FFFFFF;
	width:236px;
	font-size:26px;
	outline: none;
	height:35px;
}

.login-btn
{
    background: url(../Images/login-btn.png);
    border: none;
    height: 52px;
    width: 45px;
    outline:none;
}


/************** HEADER **************/

.header-wrapper {
	background:url(../images/bg-dark.jpg);
	width:auto;
	height:50px;
	margin:0px auto 15px auto;
	padding:0px 0px 0px 0px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	border-bottom:#fff 1px solid;
}

.header-container {
	width:1000px;
	height:50px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.logo {
	float:left;
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

.main-container {
	width:1000px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;

}

.sidebartopleft
{
     width: 235px;
    position: absolute;
    left: 200px;
    }
#ddlsidebartopleft , #ddlversidebartopleft
{
     color: #333333;
    font-size: 0.95em;
    padding: 8px 20px 8px 6px;
    }


/************** ADMIN **************/

.admin-body-container {
	width:1024px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.admin-body-container h1{
    font-family: "Source Sans Pro",arial,sans-serif;
    font-size:26px;
	text-transform:uppercase;
	color:#3e3e3e;
	border-bottom:1px #a5a5a5 solid;
	padding:0px 2px 5px 2px;
	margin-bottom:15px;
}

.admin-form {
	width:500px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#fff;
	margin:25px auto 0px auto;
	padding:25px;
	border: 8px solid #787878;
}

.change-pass {
	width:550px;
}

.admin-form label{
    font-family: "Source Sans Pro",arial,sans-serif;
    font-size:20px;
}

.admin-txtfield {
	border:1px solid #b1b3b8;
	border-radius:5px;
	padding:8px 8px;
	text-align:left;
    font-family: "Source Sans Pro",arial,sans-serif;
	box-shadow:1px 1px 0 #FFFFFF;
	width:330px;
	font-size:18px;
	outline: none;
	height:25px;
}

.admin-form td
{
    padding-bottom:10px;
}

.admin-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #666666;
	-webkit-box-shadow:inset 0px 1px 0px 0px #666666;
	box-shadow:inset 0px 1px 0px 0px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #424242 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#424242');
	background-color:#424242;
    border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-style:normal;
	height:35px;
	padding:5px 15px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
}
.admin-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #424242 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#424242');
	background-color:#424242;
}
.admin-btn:active {
	position:relative;
	top:1px;
}

.admin-btn-red {
	background: #e74c3c;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-style: normal;
	height: 20px;
	padding: 5px 8px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.admin-btn-save {
	background: #7f8c8d;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-style: normal;
	height: 20px;
	padding: 5px 8px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.btn-topMargin
{
    margin-top:5px;
    }

.sout-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #666666;
	-webkit-box-shadow:inset 0px 1px 0px 0px #666666;
	box-shadow:inset 0px 1px 0px 0px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c5c5c), color-stop(1, #5c5c5c) );
	background:-moz-linear-gradient( center top, #5c5c5c 5%, #5c5c5c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#5c5c5c');
	background-color:#424242;
    border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-style:normal;
	height:35px;

	padding:5px 15px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
	float:right;
	margin:7px 10px 0px 0px;
}
.sout-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #424242 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#424242');
	background-color:#424242;
}
.sout-btn:active {
	position:relative;
	top:1px;
}

.sout-btn1 {
    border: 1px solid #CCCCCC;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    font-family: "Source Sans Pro",arial,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
    outline: medium none;
    padding: 0.4em 1.6em 0.5em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	float:right;
	margin:10px 0px 0px 0px;
	    background: -moz-linear-gradient(center top , #FCFCFC, #BCBCBC) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #B5B5B5;
    color: #666666;
}


.grid-bg-1
{
    background-color:#f3f3f3;
        height:35px;
}

.grid-bg-2
{
    background-color:#ffffff;
    height:35px;
}

#objScreensData
{
    width:62%;
    margin: 0 auto;
    }
    
    #fsScreensData
    {
        border-radius: 8px;
        }

/************** SCREEN DESIGN **************/

.screen-sidebar {
    background: -moz-linear-gradient(center top , #FCFCFC, #e1e1e1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:5px solid #414141;
    border-radius: 5px;
    margin:0px 16px 0px 0px;
    width: 312px;
	float:left;
	height:312px;
}



.screen-sidebar1 {
    background: -moz-linear-gradient(center top , #FCFCFC, #e1e1e1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:5px solid #414141;
    border-radius: 5px;
    margin:0px 0px 0px 0px;
    width: 312px;
	float:left;
	height:312px;
}


.screen-sidebar .screen-sidebar1 .title{
	width:312px;
	height:50px;
	padding:5px;
	background-color:#EAB000;
	background: -moz-linear-gradient(center top , #FCFCFC, #e1e1e1) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


/************** FOOTER **************/

.footer-wrapper {
	background:#424242;
	width:auto;
	height:50px;
	margin:50px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.footer-container {
	width:1000px;
	height:35px;
	color:#FFFFFF;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
}

.txt-box
{
   float:left; color:White; margin-top:15px; margin-right:15px;
    font-family: "Source Sans Pro",arial,sans-serif; font-size:20px; 
}

.sidebartop 
{
   background-color:#414141;
   width:520px;
   float:right;
   margin-right:9px; 
   height:68px; 
   border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	padding:0px 0px 0px 13px;
	position:absolute;
	right:-1050px;
    top:-13px;
}

.Zipsidebartop 
{
   background-color:#414141;
   width:300px;
   float:right;
   margin-right:9px; 
   height:58px; 
   border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	padding:0px 0px 0px 13px;
	position:absolute;
	right:-1050px;
}

.Zipsidebartop span
{
color:#fff;
display:block;
text-align:center;
padding-top:17px;
font-size:16px;
}

.sidebartop .tool {
    background-repeat: no-repeat;
    float: left;
    margin: 7px 18px 0px 0px;
    width: 30px;
    padding:35px 0px 0px 0px;
}



.sidebartop .tool p {
    display: block;
    font-size: 0.7em;
    text-align: center;
    color:White;
    line-height:0px;
}

.BoxPicNew {
    background-image: url("../Images/box-icon.png");
}

.LinePicNew {
    background-image: url("../Images/line-icon.png");
}

.TextPicNew {
    background-image: url("../Images/text-icon.png");
}

.ImagePicNew {
    background-image: url("../Images/camera-icon.png");
}

.VideoPicNew {
    background-image: url("../Images/video-icon.png");
}

.ZipPicNew,.CarousalPicNew {
    background-image: url("../Images/video-icon.png");
    text-align:center;
}




/************** ERROR PAGE **************/
#divNoDataToDisplay{
    margin-top: 0px;
    font-size: 30px;
    text-align: center;
    background-color: #eeeeee;
    color: #0c4659;
    padding: 140px 0px 140px 0px;
    display: none;
}

table#RadioButtonList2 {
    margin-left: 15px;
}

span.Days2 input[type='checkbox']{
    opacity: .5;
    pointer-events: none;
    }



/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* JCarousal*/
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    /*width: 20000em;*/
    position: relative;
    height: 100%;
    width: 500%;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    /*float: left;*/
    width: 20%;
    float: none !important;
    display: inline;
}

.jcarousel li img.main{
    width: 100%;
    height: 100%;
    
    }

/* JCarousal Ends*/


#cke_editor1 {
    display:none;
}
.CK_Dispaly {
    display:block !important;
    position: absolute !important;
    left: -178px !important;
    top: 50px !important;
    width: 180px !important;
}

#divSceneToggle {
/*	height: 275px;
	overflow-y: scroll;*/
}

#divPlayListToggle {
/*	height: 275px;
	overflow-y: scroll;*/
}

#divScreenToggle {
/*	height: 275px;
	overflow-y: scroll;*/
}
