﻿@charset "utf-8";
/* CSS Document */
/*	Reset
-------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
html { font: 10px/1.6em tahoma; }
*html { font-size: 63%;}
body { font-size: 120%; }
select { font-size: 1em; min-width: 5em; }
input { font-size: 1em; padding: 0 .1em 0 .2em; }
h5 { font-size: 1.2em; line-height: 1.1em; }
h4 { font-size: 1.3em; line-height: 1.1em; }
h3 { font-size: 1.4em; line-height: 1.1em; }
h2 { font-size: 1.5em; line-height: 1.1em; }
h1 { font-size: 1.6em; line-height: 1.1em; }
/*	Common
-------------------------------------------------------------------------------- */
html,body{
    height: 100%;
}

.column-right{
    float: right;
}
.column-left{
    float: left;
}
.clear{
    clear: both;
}
span.button input,span.buttonDisabled input,.imageSubmitDisabled input,.imageSubmit input{
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    min-height: 23px;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

span.button input:hover,
span.button input:focus,
span.button input:active,
span.button input.active,
span.button input.disabled,
span.button input[disabled],
.imageSubmit input:hover,
.imageSubmit input:focus,
.imageSubmit input:active,
.imageSubmit input.active,
.imageSubmit input.disabled,
.imageSubmit input[disabled],
.buttonDisabled input{
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}
.buttonDisabled input,.imageSubmitDisabled input{
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;}

span.button input:hover,
span.button input:focus,
.imageSubmit input:hover,
.imageSubmit input:focus{
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}


.navbar-inverse .navbar-inner{
    background: none;
    border: none;
    min-height: 0;
    box-shadow: none;
    -moz-box-shadow:none ;
    -webkit-box-shadow:none ;
}
.navbar-inverse{
  /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00b0cc', endColorstr = '#008195');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00b0cc', endColorstr = '#008195')";
    background-image: -moz-linear-gradient(top, #00b0cc, #008195);
    background-image: -ms-linear-gradient(top, #00b0cc,#008195);
    background-image: -o-linear-gradient(top, #00b0cc, #008195);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#00b0cc), to(#008195));
    background-image: -webkit-linear-gradient(top, #00b0cc, #008195);
    background-image: linear-gradient(top, #00b0cc, #008195);   */
    background: #3a87ad;

}

body {
	background-color: White;
	color: Black;
}
body.popupBody {
	padding: 10px;
}
a {
	color: #000;
}
a img {
	border: none;

}

label{
	display: inline;
}
#page{

    min-height: 100%; /* задаем минимальную высоту основного блока */

}
#pageName {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

#pageContent,
#popupPageContent {
	padding: 0 20px;
}

#duration-text
{
	padding-top: 10px;
}
/*	Navigation
-------------------------------------------------------------------------------- */
#navigation {
	
	list-style-type: none;
	line-height: 2em;
	
}

#navigation li {
	display: inline;
}
#navigation li a,
#navigation li span {
	

	font-size: 13px;
}
#navigation li.active a {
	cursor: text;
	color: #FFF;
	border-bottom:3px solid #49AFCD;
	padding-bottom: 7px;
}
/* ListToolBar
-------------------------------------------------------------------------------- */
.listToolBar {
	list-style-type: none;
	line-height: 2em;
	margin-bottom: 0;

}
.listToolBar li {
	display: inline;
	padding: .5em;
}
.listToolBar li.activeTab {
	background-color: #F5F5F5;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;}

.listToolBar li a {
	padding: .2em 0;
	margin: .3em 0;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
.listToolBar li.activeTab a {
}
.showHideBlock {
	padding: 10px;
	background-color: #f5f5f5;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* ServerToolBar
-------------------------------------------------------------------------------- */
.serverToolBar {
	list-style-type: none;
	line-height: 2em;
}
.serverToolBar li {
	display: inline;
	padding:  0 .5em;
}
.serverToolBar li.activeTab {
	/*border-bottom: 2px solid #EFEFEF;*/
}
/*.serverToolBar li a,
.serverToolBar li span {
	padding: .2em 0;
	margin: .3em 0;
}
.serverToolBar li.activeTab a {
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
.serverToolBar li.disabledTab span {
	color: #AAA;
}*/
.toolBarBlock {
	padding: 10px 10px 10px 25px;
}
/* ArrayPropertyEditor
-------------------------------------------------------------------------------- */
.arrayPropertyEditor {
	margin: 10px 0;
	border: 1px solid #E0E0E0;
	background-color: #FFF;
	border-spacing: collapse;
	text-align: left;
}
.arrayPropertyEditor td.editorCaptionCell {
}
.arrayPropertyEditor th {
	font-weight: bold;
	background-color: #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	padding: 5px;

}
.arrayPropertyEditor tr td {
	padding: 2px;
	
	padding: 5px;
}
.arrayPropertyEditor input {
}
.arrayPropertyEditor select {
}

.editorOrderControlsCell img{
	margin-left: 5px;
}

/* List
-------------------------------------------------------------------------------- */
.listTable {
	font-family: tahoma;
}
.listTable caption {
}
.listTable td {
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
}
.listTable td a,
.listTable td a:visited {
}
.listTable th {
	padding: .2em;
	background-color: #E0E0E0;
    border-bottom: 2px solid #E0E0E0;
    font-weight: bold;
    padding: 5px;
}
.tableHeader {
}
.tableHeaderAct {
}
.tableHeaderAct img {
	height: 22px;
	margin-top: -6px;
}
.tableCell1,
.tableCell2 {
}
.tableCell1Act,
.tableCell2Act {
    vertical-align: top;
}
.tableCell1 a,
.tableCell2 a,
.tableCell1Act a,
.tableCell2Act a {
}
.listTable a.tableHeaderLink {
}
.listTable a.tableHeaderLinkAct,
.listTable span.tableHeaderLinkAct {
}
.tableRow1Act {
}
.listTable th.TableHeaderDelimiterLeft,
.listTable th.TableHeaderDelimiterRight,
.listTable th.TableHeaderDelimiter,
.listTable td.TableCellDelimiter {
	width: 0;
	height: 0;
	font-size: 0;
}
.listTable th.TableHeaderDelimiter {
	width: 10px;
}
.pagerMenu {
	font-size: .9em;
}
.pagerMenu a,
.pagerMenu span.active {
	padding: 2px 5px 2px 0;
}
.pagerMenu .active {
}
.pagerMenu .count {
	padding-left: 5px;
}
/*	Default Link Set
-------------------------------------------------------------------------------- */
#defaultLinkSet {
	list-style-type: none;
}
#defaultLinkSet li {
	width: 33%;
	float: left;
}
#defaultLinkSet dt {
	font-weight: bold;
}
#defaultLinkSet dd {
	padding-left: 1em;
	line-height: 1.5em;
}
/*	Tree
-------------------------------------------------------------------------------- */
.treeEditorTree {
	padding-bottom: 10px;
	float: left;
}
.tree {
	float: left;
}
.treeSelectStyle{
}
.treeSelectStyleActive {
	color: #3A87AD;
	font-weight: bold;
}
.treeEditorMenu {
	float: left;
	padding: 9px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.treeEditorMenu ul {
	list-style-type: none;
}
.treeEditorMenu li {
	line-height: 1.5em;
	display: block;
	margin-bottom: 5px;
}
.treeEditorMenu a {
	color: #fff;
}
.treeEditorMenu a:hover {
}
/*	Groups
-------------------------------------------------------------------------------- */
.controlsGroup {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 2px solid #EFEFEF;
}
h3 {
	font-size: 1.1em;
}
/*	Misc
-------------------------------------------------------------------------------- */
.ListAddNewItem {
	padding: 10px 0;
}
.formControlsTable {
	padding: 0 5px 5px 0;
}
.formControlsTable caption {
	text-align: left;
}
.imageSubmit {
	padding-right: 10px;
}
.imageSubmitContent {
	color: #FFF;
	font-weight: bold;
}
.txtInfo {
	padding-bottom: 10px;
	color: green;
	font: bold 11px tahoma;
}
.txtHighlighted {
	padding-bottom: 10px;
	color: #AA0000;
	font: bold 11px tahoma;
}
/* LanguageToolBar
-------------------------------------------------------------------------------- */
/*.languageToolBar {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.languageToolBar li {
	display: table-cell;
	padding: 10px;
	border: 1px solid #E0E0E0;
	border-bottom: none;
}
*html .languageToolBar li {
	display: inline-block;
}
*html .languageToolBar li {
	display: inline;
}
*:first-child+html .languageToolBar li {
	float: left;
}
*:first-child+html .languageToolBar {
	overflow: hidden;
}
*:first-child+html .languageToolBar li:after {
}
.languageToolBar li.activeTab {
	background-color: #E0E0E0;
}
.languageToolBar li a {
	position: relative;
	border-bottom: 1px dashed #AAA;
	text-decoration: none;
	outline: none;
}
.languageToolBar li.activeTab a {
	border-bottom: none;
}*/
tr.languageSelectionItem:first-child{
	border-top:1px solid #3A87AD; 
}
tr.languageSelectionItem:last-child td{
background: #000;
}
tr.languageSelectionItem td {
	padding: 10px;
	background-color: #f5f5f5;
}
tr.languageSelectionItem div {
	padding: 0 0 10px;
}
tr.nextToLanguageSelectionItem td {
	padding-top: 5px;
}
tr.languageSelectionItem.collapsed td:first-child,tr.languageSelectionItem:nth-child(6) td:first-child{
	-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}
tr.languageSelectionItem.collapsed td:first-child,tr.languageSelectionItem:nth-child(6) td:last-child{
	-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}	


.formControlsTable td 
{
	padding: 5px;
}
.formControlsTable caption {
	text-align: left;
	font-weight: bold;
}
.txtBold 
{
	font-weight: bold;
}
.wideControl
{
	width:94.5%;
}
.linkObjectControlContainer img{
	vertical-align: middle;
}

/*-Переопределение бутсрапа-*/
.button{
	background: none;
	margin-right: 10px;
}

.buttonDisabled{
	background: none;
	margin-right: 10px;
}



#add-document{
	display: inline-block;
  padding: 2px 10px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
   background-color: #3a87ad;
}



.imageSubmit,.imageSubmitDisabled{
	margin-left: 0;
}

.navbar-inner{
	border-radius: 0;
	border-bottom: 0;
}
.navbar .nav{
	float: none;
	margin:0;
}
.nav{
	margin: 0;
}
.nav-pills{
	margin-left: 5px;
	border-bottom: 1px solid #3A87AD ;
	
}
.nav-pills li{
	padding: 0;
}
.nav-pills li a{
	text-decoration: underline;
	 border-radius: 5px 5px 0px 0px;
	 margin-bottom: 0;
}
.nav-pills li span{
	
	 margin-bottom: 0;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus,.nav-pills > .activeTab > span, .nav-pills > .activeTab > span:hover, .nav-pills > .activeTab > span:focus {
   background-color: #3A87AD;
    color: #FFFFFF;
     border-radius: 5px 5px 0px 0px;
     margin-bottom: 0;
}

.nav-pills a,.nav-pills span{
	font-size: 13px;
	display: block;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: -3px 5px 0 0;
}

#ContactEditor .checkbox input[type="checkbox"]{
	margin: 4px 0 0 -20px;
}

.disableSafeFormSubmitspan{
	margin-left: 0px;
}
.dateTimeControlCalendarImg {
    border: medium none;
    margin: 0 7px;
    vertical-align: middle;
}

.nav-tabs {
    border-bottom:none;
    margin-bottom: 1px;
}

.nav-tabs > .activeTab > a, .nav-tabs > .activeTab > a:hover, .nav-tabs > .activeTab > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
  
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-color:#3A87AD;
    color: #fff;
    cursor: default;
    font-weight: bold;

   background-color: #3A87AD;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.listAddNewItem a#create-list-item{
	margin: 0;
	padding: 0 5px;
	float: none;
	/*color: #fff;*/
     color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #236899;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b91c7), to(#236899));
    background-image: -webkit-linear-gradient(top, #4b91c7, #236899);
    background-image: -o-linear-gradient(top, #4b91c7, #236899);
    background-image: linear-gradient(to bottom, #4b91c7, #236899);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
#user-edit-container{
	width: 550px;
}
#user-edit-container .item {
	overflow: hidden;
	margin:5px 0;
	float: left;
	padding: 0 5px;
	width: 265px;
}
#user-edit-container .item div{

}
#user-edit-container .item label{
display: inline-block;
}

#user-edit-container .delimiter{
	clear: both;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
}
#user-edit-container .check label {
float: left;
width: 80%;
}
#user-edit-container .check input{
	margin-left: 5px;
}
#user-edit-container .buttons{
	clear: both;
	padding-top: 10px;
}

#user-edit-container .buttons .button{
	display: inline-block;
	margin-right: 15px;

}

/*-----------------*/

div.fakeFileInput{
	height: 45px;
	margin-bottom: 10px;
}
.fakeFileInput .fileContainer{
	height: 30px;
	top: 33px;
	right: 45px;
	width: 83px;
}
.fakeFileInput .button, .fakeFileInput .hover {
	top:33px;
	right: 35px;
}

.label-info{
	padding-right: 10px;
	padding-left: 10px;
    margin-right: 10px;
}

#header{
    position: relative;
}
#header #user-area{
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
}

#header #user-area #bill{
    display: inline-block;
    background: #244d67;
    padding: 10px 5px;
    border-radius: 10px;
    margin-right: 10px;
}
#header #user-area #bill div{

}
#header #user-area #bill a{
    margin-right: 10px;
    display: inline-block;
}
#header #user-area a{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: underline;
    font-weight: bold;
}
#header #navigation{
    padding-right: 100px;
}

#header .navbar .logo{
    padding:15px  0 0 18px;
    height: 40px;
    font-size: 35px;
    color: #fff;
}
#header .navbar-inner li a{
   padding: 5px 10px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    margin-right: 10px;
    background: #306386;
}
#header .navbar-inner li.active a{
    background: #fff;
    border-bottom: none;
    background: #4796cb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#comment_container{
    margin-bottom: 10px;
    padding-left: 5px;
}
#comment_container td{
padding: 5px 10px;    }
#comment_container td.comment_user,
#comment_container td.delete_link,
#comment_container td.edit_link{
    background: #5BAADE;
    color:#fff;
    font-weight: bold;
}
#comment_container td.comment_user{
    border-radius: 5px 0 0 0;
}
#comment_container td.edit_link{
    border-radius: 0 5px 0 0;
}
#comment_container td.delete_link a,
#comment_container td.edit_link a{
    color: #fff;
}
#comment_container td.com{

    background: #f1f1f1;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    padding: 0;
}
#comment_container td.com div.comment_text{
    border: 1px solid #2685AA;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}

#footer{
    height: 30px;
    margin-top: -50px;
    background: #3a87ad;
    padding: 10px;
    color: #fff;
}
.login-page #footer{
    background: none;
    display: none;
}
#footer .copy{
   font-weight: bold;
	


}
#prefooter{
    clear: both;
    height: 50px;
}

/*------------*/

/*.AddrTextControl
{
	width:250px;
}*/

.ZIPTextControl
{
	width:70px;
}

.DescriptionTextControl
{
	width:264px;
}

.AutoSelectControl
{
	width: auto;
}

select[id$="sd"]
{
	width: auto;
}

select[id$="sm"]
{
	width: auto;
}

select[id$="sy"]
{
	width: auto;
}

[id$="FirstnameRelative"]
{
	width: 150px;
}

[id$="LastnameRelative"]
{
	width: 150px;
}

[id$="AdditionalBodyType"]
{
	width: auto;
}

[id$="SmokerRelative"]
{
	width: auto;
}

[id$="GenderRelative"]
{
	width: auto;
}

.FinanceTControl
{
	width: 100px;
}

[id$="Abbreviation"]
{
	width: 30px;
}

#AddLeads
{
	width: 70px;
}

.LeadCountCommentArea
{
	height: 30px;
	width: 195px;
}

#ButtonWithText
{
	font-weight: bold;
	display: block;
	border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B08C3E;
    *background-color: #4B189E;
    background-image: -moz-linear-gradient(top, #F0AB16, #BD850D);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0AB16), to(#BD850D));
    background-image: -webkit-linear-gradient(top, #F0AB16, #BD850D);
    background-image: -o-linear-gradient(top, #F0AB16, #BD850D);
    background-image: linear-gradient(to bottom, #F0AB16, #BD850D);
    background-repeat: repeat-x;
    border-color: #856D3A #856D3A #856D3A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E30D1', endColorstr='#5623A8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#Campaign_ZIP
{
	width:90px;	
}

.FinishButtonText
{
	font-weight: bold;
	width:450px;
	table-layout: fixed;
	padding-left:20px;
}

#DeleteCustomers
{
	margin-top:10px;
}
input[id^="GeoType"][type="radio"]
{
	visibility:hidden;
}
.tableRow2
{   color: #fff;
    /*background-color:rgb(182, 215, 236);*/
    /*background: #3a87ad;*/
    background: #7CB1CA;
}
.tableRow2 a{
    color: #fff;
}
#ed_photo_tumbnail
{
    height:70px;
    
}
.tableCell1
{
   
}
.tableCell2
{
 
}
.popupLink
{
    padding-bottom:20;
}
.editorControlsContainer
{
    padding-bottom: 18px;
}
.td
{
     padding-right: 60pt;
}
.fileContainer 
{
    padding-bottom:10pt;
}
.arrayPropertyEditor
{
    margin-bottom:10pt;
}
#href
{
    text-decoration: none;
}

/*body.login-page{
    background: url("../Img/bg-login.png");
}*/
body.login-page #pageContent{
    padding:70px 0 0  0;
}
body.login-page #headline{
    display: none;
}
body.login-page #login-content{
    width: 890px;
    margin: 0 auto;
    background: #ffffff;
   /* border-top: 5px solid #00b0cc;*/
    padding: 0;
    color: #6c7487;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.75);
}
#login-content .login-header{
    background:#00b0cc ;
    padding: 10px;
    font-size: 35px;
    color: #fff;
    text-shadow: 1px 1px 5px #007388;
    margin-bottom: 15px;
}
#login-content .column-left,
#login-content .column-right{
    width: 409px;
}
#login-content .column-left{
    border-right: 1px solid #eaeaf2;
    padding: 10px 10px 0 25px;
    margin-bottom: 20px;
}
#login-content .column-right{
    border-left: 1px solid #f4f4f8;
    padding: 10px 25px 0 10px;
    margin-bottom: 20px;
}
#login-content .text img{
    float: left;
    margin:10px 10px 30px 0px;
}

#login-content input[type='text'],
#login-content input[type='password']{
    width: 400px;
}
#login-content .login-footer{
    padding: 10px;
}
.listAddNewItem
{
    text-align: right;
}
.listAddNewItem
{
    text-align: right;
}
/*tr[id^="HidePhotos"] div.fakeFileInput, tr[id^="HidePhotos"] img.removebtn
{
    display: none;
}*/
#login-content .column-right
{
    padding-right: 24px;     
}
.count
{
    visibility:hidden;    
}
.copy
{
	display: block;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
.arrayPropertyEditor {
	border: 1px solid #FFFFFF;
	background-color: #FFF;
	line-height: 10px;
}
/*.txt
{
	display: none;	
}*/
#ShowCancelled {
    margin-left: 10px;   
}
.code-help {
    margin-left: 6px;

}
.code-help img{
    max-width: none;
}
.approving-bottom {
    width: 650px;
}
/*text[y='6'][transform='translate(7,9)'] tspan[y='6'][x='0'] {
    display: none;
}*/
.textBold #Lastname {
	width: 375px;
}
 /*.arrayPropertyEditor tbody tr:first-child th {
	 display: none;
 }*/
#commercial-editor .autocomplete-input-first {
    width: 250px!important;
}
#commercial-editor .autocomplete-list{
    margin-left: 0!important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);

}
#commercial-editor .autocomplete-list div{
    padding: 7px 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
#commercial-editor .autocomplete-list div span{
margin-right: 5px;
line-height: 15px;
}
#commercial-editor .autocomplete-list div:hover{
    background: #58cbe6;
}

.fc-event-container .fc-event-inner {
    font-size: 12px;
}
.eventtooltip {
    color: black;
}

#comment_container{
    margin-bottom: 10px;
    padding-left: 5px;
}
#comment_container td
{
	padding: 5px 10px;    
}
#comment_container td.comment_user,
#comment_container td.delete_link,
#comment_container td.edit_link{
    background: #5BAADE;
    color:#fff;
    font-weight: bold;
}
#comment_container td.comment_user{
    border-radius: 5px 0 0 0;
}
#comment_container td.edit_link{
    border-radius: 0 5px 0 0;
    width:30px;
}
#comment_container td.delete_link
{
	width:30px;
}
#comment_container td.delete_link a,
#comment_container td.edit_link a{
    color: #fff;
}
#comment_container td.com{

    background: #f1f1f1;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
    padding: 0;
}
#comment_container td.com div.comment_text{
    border: 1px solid #2685AA;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}

#login-form .login-controls #login {
    text-align: center
}

#login-form .login-controls #password{
    text-align: center
}

#StatusForm .arrayPropertyEditor tr td {
    text-align: center
}

#News #NewsText {
    width: 500;
    height: 132;
} 

#EventList td .tableCell1 {
    vertical-align: top;
}

#EventList td .tableCell2 {
    vertical-align: top;
}

#EventList #Sybmit {
    margin-top: 20px;
}
.switcher {
  position: absolute;
	bottom: 0;
	right: 0;
	background: #EF4836;
	cursor: pointer;
	height: 21px!important;
}
.switcher.on{
	background: #26A65B;
}
.switcher.on i:before{
	content: '\e801';
}
.fc-day.rel{
	position: relative;
}

.switcher i{
	font-size: 15px;
	color: #fff;
}

.switcher label{
    margin-right: 5px;
}

.inner .navbar-inner nav li a{
    background-color: white;
    color: black;
}

#title #changestatus {
    margin-left: 234px;
}

  /*#eventstatus-ul {
    border: 1px solid #eee;
    
    
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
  }
  #eventstatus-ul li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    
  }*/

  #eventstatus-ul { list-style-type: none; margin: 0; padding: 0; }
  #eventstatus-ul li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
  #eventstatus-ul li span { position: absolute; margin-left: -1.3em; }

.ui-icon-white {
	background-image: url("ui/images/ui-icons_ffffff_256x240.png");
}

#EventList #SendSubmit, #CopySubmit {
	margin-top: 20px;
}

#header-top .inner #searchtext #user-area {
	color: black;
}
input#remember{
    float:none;
}

.tab-content{
	background: #fff;
}
.calendar-date div {
    display: inline;
    margin-right: 5px;
}

#comment_container #delete {
    display: none;
}

body.stop-scrolling {
  height: 100%;
  overflow: auto;
}

.sweet-alert button {
    background-image: linear-gradient(to bottom, #4b91c7, #236899);
    border: 1px solid #397EB2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.sweet-alert button:hover {
    color: #ffffff;
    background: #236899;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.sweet-alert button:active {
      background: #236899;
}

#EventList input[type="checkbox"] {
    line-height: normal;
    margin: 5px 5px 0 0;
}

.switcher {
    z-index: 100;
}

#EmailSelector_chosen{
	padding-bottom: 10px;
}

.MobileEmailSelector {
	width: 400px;
    font-size: 24px;
    height: 45px;
}

.MobileEmailSelector option {
	width: 400px;
    font-size: 10px;
    height: 45px;
}
