html, body{
    height:100%;
}

body {
background: #ffffff;
margin:0;
padding: 0;
font-size: 13px;
}

 td.noPadding{
    padding:0;
}

 .container, #content{
    position: relative;
}
ul{
    margin: 0;
    padding: 0;
}

a{
    cursor: pointer;
}

a.linkReset{
    text-decoration: none;
    color:#666;
}

#admin_link{
    color:#ffffff;
    font-weight: bold;
    padding: 5px 8px;
    cursor: pointer;
}

table.items .important{
    color:red;
}

tr.locked td, table.striped tr.odd.locked td{
    background:#ED3237;
    color:#ffffff;
}

tr.locked td a, table.items tr.locked .important{
    color:#ffffff;
}

#header{
    position: relative;
}

#topMenu, #mainNavigation{
    width:700px;
    float:right;
    text-align: right;
    margin-top: 15px;
    margin-right:15px;
}

#topMenu ul li, #mainNavigation ul li{
    display: inline;

}

#topMenu ul li a, #mainNavigation ul li a {
    color:#666;
    text-decoration: none;
    margin-left:7px;
    font-size: 16px;
}

#topMenu ul li a.last, #mainNavigation ul li a.last{
    border-right: none;
}
#topMenu ul li a.activeLink {
    color: #ffffff;
}

#mainNavigation{
width:90%;
    position: absolute;
    bottom:20px;
    right:0;
}

#mainNavigation ul li a{
    font-size: 15px;
    color:#ffffff;
    padding-bottom: 15px;
    border-bottom:5px solid #000;
}
#mainNavigation ul li a.activeLink{
    color:#4EC8F4;
    border-bottom:7px solid #4EC8F4;
}
#mainNavigation.smaller ul li a{
    font-size:15px;
    padding-bottom: 15px;
}
span.menuSeparator{
    margin-left:  10px;
}
#topMenu .menuSeparator{
    font-size: 16px;
    color:#666;
}

#mainNavigation .menuSeparator{
    font-size: 18px;
    color:#ffffff;
}
#footer{
    background: #E6E7E8;
    height: 40px;
    width:100%;
    margin: 0;
    padding: 0;
    bottom: 0;
    border-top:none;
}

#footer .centered{
    padding-top:15px;
    font-size: 12px;
    color: #ccc;
}
a.arrow{
    font-weight: bold;
    text-decoration: none;
    padding: 0 7px;
    color:#000000;
}
.box200{
    width:200px;
}

.box400{
    width:400px;
}
.floatRight{
    float:right !important;
}
.rightAligned{
    text-align: right;
}

.centered{
    text-align: center;
}

.red{
    color: red;
}

.green{
    color:green;
}

.bigText{
    font-size: 24px;
}

.coloured{
    color:#4EC8F4;
}

body.turkiz .coloured, body.turkiz #mainNavigation ul li a.activeLink {
    color: #71A8B0;
}

body.turkiz #mainmenu{
    background: #71A8B0 !important;
}

body.turkiz #mainNavigation ul li a.activeLink{
    border-bottom:7px solid #71A8B0;
}

body.grey .coloured{
    color: #ABA995;
}

body.purple .coloured{
    color: #9C99C9;
}

body.green .coloured, body.green #mainNavigation ul li a.activeLink {
    color: #B3CE4D;
}

body.green #mainmenu, body.green a.newButton, body.green th, body.green .grid-view table.items th, body.green ul.yiiPager .selected a{
    background: #B3CE4D !important;
}

body.green ul.yiiPager .selected a{
    color:#ffffff !important;
}

body.green #mainNavigation ul li a.activeLink{
    border-bottom:7px solid #B3CE4D;
}

body.green div.view, body.green ul.yiiPager a:link, ul.yiiPager a:visited {
    border:1px solid #B3CE4D;
}

body.green div.view a{
    color:#666666;
    font-weight: bold;
    text-decoration: none;
}

body.green ul.yiiPager a:link, ul.yiiPager a:visited{
    color:#666 !important;
}


body.orange .coloured, body.orange #mainNavigation ul li a.activeLink{
    color: #DE873D;
}

body.orange #mainmenu, body.orange .grid-view table.items th, body.orange th{
    background: #DE873D !important;
}

body.orange #mainNavigation ul li a.activeLink{
    border-bottom:7px solid #DE873D;
}

body.pink .coloured, body.pink #mainNavigation ul li a.activeLink{
    color: #EC268F;
}

body.pink #mainmenu, body.pink .grid-view table.items th{
    background: #EC268F !important;
}

body.pink #mainNavigation ul li a.activeLink{
    border-bottom:7px solid #EC268F;
}
tr.oddRow td{
    background-color: #ECEDEE;
}
a.newButton, a.searchButton{
    text-decoration: none;
    background:#4EC8F4;
    padding:3px 10px;
    border-radius: 5px;
    color:#ffffff;
}

a.searchButton{
    background: #666666;
}
.closeLink{
    padding: 5px 7px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    background: red;
    border-radius: 5px;
    position:absolute;
    top:10px;
    right:10px;
    font-weight: bold;
}
.showHiddenForm{
    cursor: pointer;
}
.hiddenForm{
    padding: 10px;
    display: none;
    position: absolute;
    z-index:1000;
    background: #fff;
    border:1px solid #E6E7E8;
    width:300px;
    height:200px;
    box-shadow: 1px 1px 1px #ccc;
    top:30%;
    left:50%;
    margin-left:-150px;

}

.hiddenForm.wide{
    width:900px;
    height:450px;
    margin-left: -450px;
    top:10%;
}
.hiddenForm.wide.middle{
    height: 200px;
}

.hiddenForm.active{
    display: block;
}

table.bordered td{
    border: 1px solid grey;
}

#mainmenu{
    background: #4EC8F4;
    text-align: right;
    height: 40px;
}
#mainmenu ul{
    padding-top:13px;
}
#mainmenu ul li{
    position: relative;
}

#mainmenu ul li a, #mainmenu span{
    font-size: 14px;
    color:#000000;
    text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.activeLink{
    color:#ffffff;
    background:none;
}

.span-19{
    width:100%;
    margin:0;
}

.form, .tabbedContent{
    position: relative;
}

.tab{
    position: relative;
    top:0;
    left:0;
    display:none;
}
.tab.active{
    display: block;
}

#costume-form input[type=text], #costume-form select{
    width:295px;
}

#costume-form input.short{
    width:120px;
}

#costume-form input[type=checkbox]{
    width:auto;
}
.halfPage{
    width: 49%;
    float:left;
}

.halfPage.first{
    border-right: 1px dashed #666;
    margin-right: 15px;
}

.compactRadioButtons label, .compactRadioButtons input{
    display: inline !important;
    width:auto !important;
    margin-right: 15px;
}
.compactRadioButtons br{
    display:none;
}

.paddingTop15{
    padding-top: 15px;
}

.floatLeft{
    float:left;
}
.lightGrey, tr.lightGrey td, tr.lightGrey td a, tr.lightGrey td span.coloured{
    color:#B3B5B6 !important;
}

.scroll{
    height:400px;
    overflow: auto;
}

.bordered{
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

table.noPadding td{
    padding: 0 !important;
}

.grid-view table.items tr.odd{
    background:#ECEDEE;
}

.grid-view table.items tr.even{
    background: #ffffff;
}

.grid-view table.items th{
   background-image: none !important;
   background-color: #4EC8F4 !important;
}
.grid-view table.items a{
    text-decoration: none;
}

table.items td.closed{
    color:#999999;
}

table.items td.open{
    font-weight: bold;
}

/* release slip */
#releaseSlipHeader,#releaseSlipData{
    display: none;
}
/* release slip end */

#photos{
    display: block;
    margin-bottom: 15px;
}

.thumbnail{
    width:120px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.warning{
    display:block;
    color:#ffffff;
    font-weight: bold;
    background: #ED3237;
    padding:5px;
    margin: 5px 0;
}

.red{
    color:#ED3237;
}

.marginTop50{
    margin-top: 50px;
}

.box20p{
    width:20%;
    display: inline-block;

}
.view.attention, .view.alert{
    padding-left:30px;
    background-image: url('../images/warning.png');
    background-repeat: no-repeat;
    background-position: 2px 5px;
}
 .view.alert{
     background-image: url('../images/alert.png');
 }
#Client_is_corporate label{
   display: inline-block;
}

table.striped tr.odd td{
    background-color: #ECEDEE;
}
table.striped tr.odd.force-even td {
  background-color: #fff;
}
table.striped tr.even.force-odd td {
  background-color: #ECEDEE;
}

td.vertical-align-top {
  vertical-align: top;
  padding-top: 8px;
}

span.ean-taken {
  font-size: 11px;
  color: #F67280;
  display: none;
}

.image-rotate-0 {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.image-rotate-90 {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.image-rotate-180 {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.image-rotate-270 {
    transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.image-rotation-container {
    display: table-cell;
    width: 100%;
    height: 0;
    vertical-align: middle;
    padding-left: 60px;
}

.image-rotation-container img {
    margin-top: 5px;
}

.related-costume-found > div:nth-child(even) {
    background: #f3f3f3;
}

.related-costume-found-item img {
    width: 65px;
    height: 65px;
}

.related-costume-found-item > span {
    position: relative;
    top: -27px;
    margin-left: 15px;
}

.related-costume-actions {
    float: right;
    margin-top: 27px;
}

.related-costume-actions a {
    text-decoration: none;
    padding: 25px 20px;
}

.table-related-costumes .tcol-1 {
    width: 5%;
}

.table-related-costumes .tcol-2 {
    width: 15%;
}

.table-related-costumes .tcol-3 {
    width: 75%;
}

.table-related-costumes .tcol-4 {
    width: 5%;
}

.table-related-costumes tr > td:last-child {
    text-align: right;
}

.table-related-costumes tr > td:last-child a {
    text-decoration: none;
}

.table-related-costumes tr:nth-child(even) > td {
    background: #f3f3f3;
}
