*{
/* all fonts to a uniform size, including form fields,headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}

body{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 76%; /* relative fonts; 76% ~ 12pt */
	line-height: 1.5em;
	color:#111;
	background:#aaa;
}

.hide{
/* When you want to hide your elements use this. (NOT display:none;) search engine friendlyness ;) */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

.clear{
    height: 50px;
}
/*=========> Login <===========*/
#login div#container{
	background: #fff;
	position: absolute;
	text-align: left;
	width: 600px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -300px;
}
#login #content{
    width: 100%;
    padding: 0;
}
#login #header{
	background: #fff url('../i/lines.gif') 0 20px repeat-x;
    height: 130px;
    margin: 0;
}
#login #header h2{
    background: #fff url('../i/logo.png') 180px 0px no-repeat;
    width:600px;
    height:130px;
    text-indent: -9999px;
}
#login div#footer{
    margin: 0;
    margin: 0 -30px;
}
#login h1{
    margin-top: 30px;
}
/*=========> Main Headings, Paragraphs<===========*/
#content h1, #content h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1{
	font-size:1.7em;
	margin: 10px 0 2px 0;
	padding-bottom:3px;
	border-bottom: 1px solid #666;
    color: #111;
	clear: both;
}
#content h2, #sidebar h2{
	font-size:1.4em;
	margin:0 0 .6em 0;
}
h3{
	font-weight:normal;
	font-size:1.2em;
	margin: 0 0 .6em 0;
}
p{margin:0.6em 0;}

/*=========> Linkadelics <===========*/
a{color:#24acf1;}
a:hover, th a:hover{
	color:#fff;
	background:#24acf1;
}
#nav a{text-decoration:none;}
td a:hover{background:none;}

/*=========> Special stuff <===========*/

span.error {color: red;}
#content .error ul{margin:0px;padding-left:22px;}
.error li{background: url('../i/err-arrow.gif') 0 50% no-repeat;}
div.error{
	background:#ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	padding: 5px 10px;
	margin:0 0 20px 0;
	color:#e00000;
}
.error li{
	background: url('../i/err-arrow.gif') 0 50% no-repeat;
}
.error h3 {
	background: url('../i/error.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}

.attention{
	border-top: 1px solid #ffbc2c;
	border-bottom: 1px solid #ffbc2c;
	background: #fff4b6;
	padding: 5px 10px;
}
.attention h3 {
	background: url('../i/attention.gif') 0 50% no-repeat;
	padding-left:22px;
	font-weight: bold;
	font-size:1em;
}
.attention p {margin: 5px 5px 2px 0px;}

p.success {
	margin: 5px 0px 30px 0px;
	padding: 5px 10px 5px 32px;
	background: #CFFFB6 url("../i/thanks.gif") 10px 50% no-repeat;
	color:#267a21;
	border-top: 1px solid #267a21;
	border-bottom: 1px solid #267a21;
}
p.error {
	margin: 5px 0px 2px 0px;
	padding: 5px 10px 5px 32px;
	background: #ffddd8;
	border-top:1px solid #e00000;
	border-bottom:1px solid #e00000;
	color:#e00000;
}

.extra-buttons {
	margin: 0 0 10px 0;
}
.extra-buttons a {
	text-decoration: underline;
}

p a.senditem {
	font-size: 0.9em;
	height: 23px;
	line-height: 25px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 20px 0 5px 5px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}

p a.senditem:hover{
	color:#0066CC;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}


#crumb{
	font-size:0.9em;
	margin:4px 0 1em 0;
}

/*=========> Tables<===========*/
table.mdata{
    font-size: 11px;
	clear:both;
	margin:0.8em 0;
	border:1px solid #D9D9D9;
	border-right:none;
	width:100%;
	text-align:left;
}
table.mdata td.front{ background: #00A3E0;}
table.mdata td.front a{ color: #fff;}
table.mdata td.date{width:100px;}
table.mdata td.money{text-align:right;}
table.mdata td.center{text-align:center;}

table.mdata td span{
    color: #666;
}

table.mdata th{
	height:24px;
	line-height:24px;
	font-weight:bold;
	background:#EBEBEB;
}
table.mdata th.icon{width:20px;}
table.mdata th.date{width:100px;}
table.mdata th.money{width:100px; text-align:right;}
table.mdata th.center{text-align:center;}


table.mdata th.move{width:60px;}
table.mdata th a{
	color:#000;
	text-decoration:underline;
}
table.mdata th, table.mdata td{
	padding:2px 6px;
	border-right:1px solid #D9D9D9;
}
table.mdata tr.odd{background:#edf3fe;}
table.mdata tr.total{background:#eee;}
table.mdata td.pos{color: green;}
table.mdata td.neg{color: red;}

table.mdata tr.error{background:#feeded;}
table.mdata tr.odderror{background:#fbc5c6;}
/*table.mdata tr.sendeven{background:#d6ffd1;}
table.mdata tr.sendodd{background:#a7cca2;}
table.mdata tr.busyeven{background:#fbfccb;}
table.mdata tr.busyodd{background:#fff4b6;}*/


table.mdata tr:hover{
	background:#9cf;
}
table.mdata td img, table.mdata th img{vertical-align:middle;}

/*=========> Lists : ol ul dl <===========*/
ol,#content ul, sidebar ul{	margin:1em 0 1.3em 30px;}
ul{list-style-type:none;}
#content li, #sidebar li{margin:0.3em 0;padding:0 0 0 16px;}

#sidebar li{background:transparent url('../i/bullet.gif') 0 .2em no-repeat;}

/*=========> Images <===========*/
a img{border:none;}

/*=========> Acronym & Abbreviations <===========*/
acronym, abbr{cursor:help;}
acronym:hover, abbr:hover{
	border:0;
	border-top:1px dotted #666;
}
a acronym, a abbr{border:0 !important;}

/*=========> Container <===========*/
#container{
	background:#FFF;
	margin:0 20px;
	padding:0 30px;
}

/*=========> Header <===========*/
#hdr{
	position:relative;
	margin: 0 -30px;
    padding: 5px;
	background:#333;
	height: 100px;

	color:#efefef;
}
#hdr h2{
	margin: 0;
}

#hdr h2 a{
    background:transparent url('../i/logo.png') 0 0 no-repeat;
    display:block;
    width:219px;
    height:90px;
    margin: 0 0 0 15px;
    float:left; /* fix IE5 */
    overflow:hidden;
    text-indent:-9999px;
    text-decoration:none;
}
#hdr p{
	position:absolute;
	top:30px;
	right:10px;
}


/*=========> Navigation <===========*/
#nav{
   position:absolute;
   top:98px;
   left:0px;
   height:35px;
   background: #ddd;
   width: 100%;
   font-size: 90%;
   font-weight: bold;
}
#nav li{
   float:left;
   display:inline;
   margin-top: 3px;
   padding:0px;
   height:32px;
   line-height:32px;
   text-align:center;
   border-right: 1px solid #ddd;
}
#nav li a{
   display:block;
   padding: 0 10px;
   float:left;
   height:32px;
   line-height:32px;
   color:#000;
}
#nav li a:hover, #nav a.active{
   background: #00A3E0;
   color:#fff;
   text-shadow: 1px 1px 1px #666;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*=========> Content <===========*/
#content{
   width:70%;
   float:left;
   margin:20px 0;
   padding-top: 10px;
}

/*=========> Sidebar <===========*/
#sidebar {
   float:left;
   width:30%;
   background:#fff;
   margin:30px 0;
}
#sidebar .box {
   margin: 10px 0 10px 30px;
   background: transparent url(../i/dotted.gif) top left repeat-x;
   padding: 7px 0 0 0;
   clear:both;
}
#sidebar form fieldset {
  background: none;
}
#sidebar form label {
  display: block;
}

#sidebar a.newitem {
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	color: #000;
	margin: 10px 0 10px 30px;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
}
#sidebar a.newitem:hover{
	color:#0066CC;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}
/*=========> Forms <===========*/
form small, legend, form h3{
    color: #999;
    font-size: 10px;
}
form h3{
    font-size: 12px;
}

input.focus, textarea.focus, select.focus { 
    background: #ffc; 
}

input, textarea, select {
    font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
    font-size: 1.1em;
    background: #eee;
    border: 1px solid #bbb;
    padding: 2px 5px;
}
fieldset{
    border:none;
    border-top: 1px dashed #ddd;
    width:100%;
    float:left;
    margin:0px;
    padding:10px 0 0px 0;
}
fieldset.multi-lng{
    border: none;
}
.buttons{
    border-top: 1px dashed #ddd;
	/*background: transparent url('../i/dotted.gif') top left repeat-x;*/
	clear:both;
	width:100%;
	padding-top:20px;
}
.buttons input{margin-left:168px;}
input#submit, .submit{
    text-align: center;
    padding:2px;
    color: #fff;
    font-weight: bold;
    background: #333;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
a.cancel{
	text-align: center;
	padding:2px;
    color: #fff;
    font-weight: bold;
    background: #aaa;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 90px;
    text-decoration: none;
}


form div{
    float:left;
    width:400px;
    position:relative;
    z-index:20;
    margin: 0 0 10px 0;
}
fieldset.multi-lng{height:auto;margin-top:20px;}
form br{display:none;}
form div input, form div select{
	width:220px;
}
fieldset.multi-lng div{
    width: 100%;
}
fieldset.multi-lng div input{
    width: 80%;
}
form div textarea{
    height:100px;width:80%;overflow:auto;
}
form div.area, fieldset.multi-lng div.area{min-height:110px;float:none;width:auto;clear:both;z-index:10;}
* html fieldset.multi-lng div.area{float:left;}
form fieldset.multi-lng p{
	position:absolute;
	left:168px;
	top:-27px;
}
form div.area, 
form div.widgetarea, 
fieldset.multi-lng div.area,
fieldset.multi-lng div.widgetarea{
    min-height:110px;
    float:left;
    width:100%;
    margin-top: 30px;
    clear:both;
    z-index:10;
}
* html fieldset.multi-lng div.area{float:left;}
* html fieldset.multi-lng div.widgetarea{float:left;}
form fieldset.multi-lng p{
	position:absolute;
	left:168px;
	top:-27px;
}
form div label{
	float:left;
	width:160px;
	text-align:right;
	margin-right:8px;
}
form div.cr, form div.cr_model, form div.cr_type {
	clear:both;
	width:100%;
	display:inline;
}

form div.cr p{margin-left:208px;}
form div.cr label {
	float:none;
	width:210px;
	text-align:left;
	margin-left:168px;
	display:block;
}

form div.cr_model label {
	float:none;
	width:140px;
	text-align:left;
	margin-left:150px;
	display:block;
}
form div.cr_type label{
	float:none;
	width:140px;
	text-align:left;
	margin-left:182px;
	display:block;
}

form div.cr label .opt, form .cr_model input, form .cr_type input {
	margin-right:2px;
	background:transparent;
}


input.opt{width:20px;}
small{clear:both;margin-left:167px;}
fieldset.multi-lng{
	background:none;
}
fieldset.multi-lng h3{
	display:none;
}
fieldset.multi-lng p a {
	margin:0;
	display: block;
	width:30px;
	text-align:center;
	float: left;
	background: #ccc url(../i/bg_nav.gif) top left repeat-x;
	border: 1px solid #D9D9D9;
	border-bottom-color:#999;
	border-right-color:#999;
	font-size:x-small;
	text-decoration:none;
	color:#000;
}
fieldset.multi-lng p a:hover, fieldset.multi-lng p a.active {
	color:#24acf1;
	background-color:transparent;
	border: 1px solid #999;
	border-bottom-color:#D9D9D9;
	border-right-color:#D9D9D9;
}

form .area label{clear:both;}
form .date select{width:auto;margin:0 5px;}
.date a{background:transparent;}
/*=========> Upload <===========*/
form div.upload{
	clear:both;
	height:auto;
	width:100%;
}
iframe{
	margin-top:30px;
	width:100%;}

/*=========> Albums <===========*/
#content #album {
	width: 100%;
	margin: 0px;
	clear: both;
}
#content #album li {
	float: left;
	display: inline;
	padding: 0px;
	background: transparent;
	margin: 0 14px 12px 0;
}
#album img {
	display: block;
	padding: 3px;
	background: #fff;
	width: 180px;
	height: 135px;
	border: 1px solid #ddd;
}
#album p {text-align: center;}
#album p img {
	padding: 0px;
	display: inline;
	border: 0px;
	width: 12px;
	height: 11px;
}

/*=========> Footer <===========*/
#footer{
	clear:both;
	margin:0 -30px;
	height:30px;
	line-height:30px;
	background:#333;
	color:#fff;

}
#logo{
   margin:0 25px 0 20px;
   text-decoration:none;
   display:block;
   float:right;
}

/* Calendar */

#basis {
	display: inline;
	position: relative;
}
#calender {
	border:3px solid #ddd;
	padding: 10px;
	z-index: 20;
	width: 200px;
	background: #fff;
	margin:auto;
	margin-left:208px;
}
* html #calender{margin-left:59px;}
#control {
	margin: 0px 0px 5px;
	text-align: center;
}

#calender .controlPlus {
	padding:0 5px;
	color: #333;
	text-decoration: none;
}
#calender table {
	table-layout: fixed;
	font-size: 11px;
	width: 100%;
	empty-cells: show;
}
#calender .weekdays td {
	padding: 1px 5px 1px 1px;
	color: #333;
	text-align: center;
}
#calender .week td {
	border:1px solid #fff;
	padding:1px 4px 1px 0;
	cursor: pointer;
	text-align: center;
}
#calender .week .today {background-color: #9CF;}
#calender .week .holiday {font-weight: bold;}
#calender .week .hoverEle {
	border:1px solid #666;
	color: #000;
	background-color: #9CF;
}
.cat label, .cat input {
	background: none;
	width: auto;
	display: inline;
	float: left;
	clear: none;
	margin: 0px;
}
.cat input {
	width: auto;
	padding: 0px;
	margin-right: 5px;
}
.cat label{font-weight: bold;color:#24acf1;}
.cat li label {font-weight: normal;color:#333;}
.cat div {margin: 0px;}

#content form div ul {
	float: left;
	width: auto;
	position: relative;
	z-index: 20;
	margin: 0px;
}
#content form div li {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}
.processed{
    background: green;
    color: gold;
    text-transform: uppercase;
}
h2.processed{
    padding: 10px;
    text-align: center;
}
#page_nav{
    text-align: center;
}
#dossier_detail{
    float: left;
    border: 3px solid #ddd;
    font-size: 11px;
    width: 618px;
}
#dossier_detail span.detail_title, span.detail_title2 {
    height:22px;
	line-height:20px;
	font-weight:bold;
    width: 170px;
    float: left;
    padding: 2px 5px;
}
#dossier_detail span.detail_title2 {
    width: 100px;
}
#dossier_detail span{
	height:22px;
	line-height:20px;
    float: left;
    padding: 2px 5px;
    border-bottom: 1px dashed #ddd;
    width: 142px;
}
dt.odd, dd.odd, span.odd{background:#edf3fe;}







/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  position: relative;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  padding: 1em;
}
.dropzone.clickable {
  cursor: pointer;
}
.dropzone.clickable .message {
  cursor: pointer;
}
.dropzone.clickable * {
  cursor: default;
}
.dropzone .message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.drag-hover {
  border-color: rgba(0,0,0,0.15);
  background: rgba(0,0,0,0.04);
}
.dropzone.started .message {
  display: none;
}
.dropzone .preview,
.dropzone-previews .preview {
  background: rgba(255,255,255,0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.dropzone .preview .details,
.dropzone-previews .preview .details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .preview .details .filename,
.dropzone-previews .preview .details .filename {
  overflow: hidden;
  height: 100%;
  float: none;
  position: inherit;
  width: auto;
}
.dropzone .preview .details img,
.dropzone-previews .preview .details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .preview .details .size,
.dropzone-previews .preview .details .size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.dropzone .preview.error .error-mark,
.dropzone-previews .preview.error .error-mark {
  display: block;
}
.dropzone .preview.success .success-mark,
.dropzone-previews .preview.success .success-mark {
  display: block;
}
.dropzone .preview:hover .details img,
.dropzone-previews .preview:hover .details img {
  display: none;
}
.dropzone .preview:hover .success-mark,
.dropzone-previews .preview:hover .success-mark,
.dropzone .preview:hover .error-mark,
.dropzone-previews .preview:hover .error-mark {
  display: none;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark,
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  color: #8cc657;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  color: #ee162d;
}
.dropzone .preview .progress,
.dropzone-previews .preview .progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
  width: auto;
}
.dropzone .preview .progress .upload,
.dropzone-previews .preview .progress .upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .preview.processing .progress,
.dropzone-previews .preview.processing .progress {
  display: block;
}
.dropzone .preview .error-message,
.dropzone-previews .preview .error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245,245,245,0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .preview:hover.error .error-message,
.dropzone-previews .preview:hover.error .error-message {
  display: block;
}
.dropzone {
  border: 1px solid rgba(0,0,0,0.03);
  min-height: 360px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,0.03);
  padding: 23px;
}
.dropzone .default.message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../i/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .default.message {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .default.message span {
  display: none;
}
.dropzone.square .default.message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.drag-hover .message {
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
.dropzone.started .message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.dropzone .preview,
.dropzone-previews .preview {
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
  font-size: 14px;
  width: auto;
}
.dropzone .preview .details img,
.dropzone-previews .preview .details img {
  width: 100px;
  height: 100px;
}
.dropzone .preview.image-preview:hover .details img,
.dropzone-previews .preview.image-preview:hover .details img {
  display: block;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.dropzone .preview.success .success-mark,
.dropzone-previews .preview.success .success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .preview.error .error-mark,
.dropzone-previews .preview.error .error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .preview.error .progress .upload,
.dropzone-previews .preview.error .progress .upload {
  background: #ee1e2d;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark,
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../i/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .preview .error-mark,
  .dropzone-previews .preview .error-mark,
  .dropzone .preview .success-mark,
  .dropzone-previews .preview .success-mark {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .preview .error-mark span,
.dropzone-previews .preview .error-mark span,
.dropzone .preview .success-mark span,
.dropzone-previews .preview .success-mark span {
  display: none;
}
.dropzone .preview .error-mark,
.dropzone-previews .preview .error-mark {
  background-position: -268px -123px;
}
.dropzone .preview .success-mark,
.dropzone-previews .preview .success-mark {
  background-position: -268px -163px;
}
.dropzone .preview .progress .upload,
.dropzone-previews .preview .progress .upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../i/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .dropzone .preview .progress .upload,
  .dropzone-previews .preview .progress .upload {
    background-image: url("../i/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .preview.success .progress,
.dropzone-previews .preview.success .progress {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .preview .error-message,
.dropzone-previews .preview .error-message {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .preview:hover.error .error-message,
.dropzone-previews .preview:hover.error .error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@-moz-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@-ms-keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  0% {
    background-position: 0 -400px;
  }

  100% {
    background-position: -7px -400px;
  }
}
.dropzone input{
    display: none;
}





ul#tabs{
    float: left;
    border-bottom: 1px solid #666;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}
ul#tabs li{
    width: auto;
    float: left;
    padding: 5px 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-radius: 5px 5px 0 0;
    margin: 0 2px;
    background: #EBEBEB;
}
ul#tabs li a{
    text-decoration: none;
    color: #666;
}
ul#tabs li.active{
    background: #fff;
}
ul#tabs li.active a{
    color: #24acf1;
    font-weight: bold;
}
.mce-tinymce{
    margin: 0 0 0 165px !important;
}

.flag{
    padding: 0px 10px;
}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42807143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.text-center {
  text-align: center;
}
.bootstrap-tagsinput .tag {
    color: white;
    margin-right: 2px;
}
.label-info {
    background-color: #24acf1;
}
.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.fullwidth{
    width: 100%;
}
.bootstrap-tagsinput{
    width: 80%;
    padding: 2px 5px;
    background: #eee;
    border-radius: 0;
    border: 1px solid #bbb;    
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 400px;
    height: 24px;
    padding: 0px 6px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    border: 2px solid #ccc;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 400px;
    margin-top: 12px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    width: 360px;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.twitter-typeahead input{
    vertical-align: middle !important;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover{ /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #24acf1;

}
.tt-suggestion p {
    margin: 0;
}

.pull-right{
    float: right;
}