.logoimg {
   width: auto;
   max-height: 100%;
   max-width: 120px;
}

.imageframe {
	height: auto;
	border-radius: 5px;
	max-width: 100%;
	align:center;
 }

.cloudsize {
   width: auto;
   max-height: 100%;
   max-width: 400px;
}

.iconsize {
   width: auto;
   max-height: 100%;
   max-width: 64px;
}

.noneoption {
	opacity: 0.5;
}

.selectize-dropdown { 
	z-index: 9999; 
}

.modal.modal-wide .modal-dialog {
  width: 1000px;
}

.row-space { 
	margin-top:5px; 
}

.middletable > tbody > tr > td {
     vertical-align: middle;
}

.companyname {
margin-top:5px; 
	font-size: 32px;
}

.centered-text {
    text-align:center
}    

.time-centered {
    float:none;
    margin-top:8px;
	margin-left:-24px;
}

.helper {
     box-shadow: 5px 5px 5px #aaaaaa;
 } 

.rectangle {
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #555555;
	height: 20px;
	width: 20px;
	text-align:center;
 }

.hoffset-2 { margin-left: 10px; margin-right: 10px; }
.hoffset-3 { margin-left: 15px; margin-right: 15px; }
.hoffset-4 { margin-left: 30px; margin-right: 30px; }
 
.voffset-5 { margin-top: -40px; }
.voffset-4 { margin-top: -30px; }
.voffset-3 { margin-top: -15px; }
.voffset-2 { margin-top: -10px; }
.voffset-1 { margin-top: -5px; }
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.white {
    color: white;
}

.redish {
    color: #cc2222;
}

.blackish {
    color: #222222;
}

.mandatory:after {
     content:"*" ;
     color:red ;  
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 0px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.pageheader {
color: #4A4A4A;
background-color: #f8f8f8;
}

.white-bg {
	background-color:#ffffff;
}

.red-bg {
	background-color:#ffcccc;
}

.blue-bg {
	background-color:#55ddff;
}

.lightblue-bg {
	background-color:#ddeeff;
}

.orange-bg{
	background-color:#ffeeaa;
}

.green-bg{
	background-color:#55eeaa;
}

.lightorange-bg{
	background-color:#fffadd;
}

.grey-bg {
	background-color:#efefdf;
}

.turquoise-bg {
	background-color:#cfffef;
}

.purpuple-bg {
	background-color:#cfefff;
}

.lightgrey-bg {
	background-color:#fafafa;
}

.popover,
.tooltip {
    font-size: 80%;
    line-height: 2em;
    font-weight: normal;
    max-width: inherit;
    width: auto;
}

.line{
border-bottom: 1px solid #c0c0c0;
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* Selectize contact setup */

.selectize-control.contacts .selectize-input > div {
	padding: 1px 10px;
	font-size: 13px;
	font-weight: normal;
	-webkit-font-smoothing: auto;
	color: #333333;
	text-shadow: 0 1px 0 rgba(8,32,65,0.2);
	background: #f8f8f8;
	//background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
	//background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
	//background: -webkit-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	//background: -o-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	//background: -ms-linear-gradient(top,  #f8f8f8 0%,#dddddd 100%);
	//background: linear-gradient(to bottom,  #f8f8f8 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dddddd',GradientType=0 );
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	//-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	//-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	//box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.selectize-control.contacts .selectize-input > div.active {
	background: #0059c7;
	background: -moz-linear-gradient(top, #0059c7 0%, #0051c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059c7), color-stop(100%,#0051c1));
	background: -webkit-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
	background: -o-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
	background: -ms-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
	background: linear-gradient(to bottom,  #0059c7 0%,#0051c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059c7', endColorstr='#0051c1',GradientType=0 );
	border-color: #0051c1;
}
.selectize-control.contacts .selectize-input > div .email {
	opacity: 0.5;
}
.selectize-control.contacts .selectize-input > div .name + .email {
	margin-left: 5px;
}
.selectize-control.contacts .selectize-input > div .email:before {
	content: '(';
}
.selectize-control.contacts .selectize-input > div .email:after {
	content: ')';
}
.selectize-control.contacts .selectize-dropdown .caption {
	font-size: 12px;
	display: block;
	color: #a0a0a0;
}

.selectize-control.contacts .selectize-dropdown .label {
	font-size: 12px;
	color: #333333;
}
