
#page-content {
    overflow: auto;
}


/* navigation */
aside ul.menu > li > ul > li a.expanded {
    background: url('../img/backgrounds/current.png') repeat;
}

/* fixed form */

#fixed-form {
	
}

#fixed-form a.button-icon span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background: url(../img/widget/widget-icon.png) no-repeat 0 -209px;
}

#fixed-form a.button-icon {
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #C2C2C2;
	width: 18px;
        height: 18px;
        /*float: left;*/
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        margin: 0 5px 5px 0;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
}

div.component .nav-header {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -5px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div.component.is-hidden .nav-header {
    background: #e8e8e8;
    color: #888;
}
div.component.is-featured .nav-header {
    background: #FEE6D6;
}

div.component.is-featured {
    background-color: #FEE6D6;
}

div.component.is-hidden {
    background-color: #e8e8e8;
    color: #888;
}

div.component.is-disabled .nav-header,
div.component.is-disabled {
    background: #e8e8e8;
    color: #888;
    opacity: 0.5;
}

i.translation {
    display: none;
}
a.translation {
        display: inline-block;
        padding: 2px 4px;
        font-size: 10.844px;
        font-weight: bold;
        line-height: 14px;
        color: white;
        vertical-align: baseline;
        white-space: nowrap;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

        background: url(../img/csshack/red-gradient.png) repeat-x #d42622 ;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#fd8383), to(#d42622), color-stop(0.5, #c30909), color-stop(0.5, #a70606));
        background: -webkit-linear-gradient(top, #fd8383, #c30909 50%, #a70606 50%, #d42622);
        background: -moz-linear-gradient(top, #fd8383, #c30909 50%, #a70606 50%, #d42622);
        background: -ms-linear-gradient(top, #fd8383, #c30909 50%, #a70606 50%, #d42622);
        background: -o-linear-gradient(top, #fd8383, #c30909 50%, #a70606 50%, #d42622);
        background: linear-gradient(top, #fd8383, #c30909 50%, #a70606 50%, #d42622);

        -webkit-background-clip: padding-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;	
        border-width: 1px;
        border-style: solid;
        -webkit-background-clip: padding-box;	
        -webkit-appearance: none;
        background-position: center center !important;
        -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
        -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);

/*        position:absolute;
        z-index: 99;
        top:1px;*/
        margin-left: 5px;
/*        right:auto;
        left:55%;*/

        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
}

.filters {
    margin-right: 5px;
    line-height: 31px;
}
.filters .btn {
    /*margin-bottom: 8px;*/

}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.vertical-middle {
    vertical-align: middle!important;
}

.buttons-vertical a.btn {
    margin-bottom: 5px;
}
.buttons-vertical a.btn:last-child {
    margin-bottom: 0px;
}
td.vertical-middle a[rel=lb] img {
    margin-bottom: 5px;
}
td.vertical-middle a[rel=lb]:last-child img {
    margin-bottom: 0px;
}


.select2-container-multi .select2-choices .select2-search-choice {
    background: #8B3131;
    color: #FFF;
    border: 1px solid #5F1F1F;
}

.submissions-photos-container .submission-photo,
.submissions-photos-container .submission-photo .photo-thumb{
    width: 200px;
    height: 200px;
}
.submissions-photos-container .submission-photo {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #DDD;
    float: left;
}
.submissions-photos-container .submission-photo img {
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
/*    min-height: 200px;
    max-width: 150px;*/
}
.submissions-photos-container .submission-photo .helper {
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
}
.submissions-photos-container .submission-photo .photo-label {
    width: 200px;
    height: 40px;
    position: absolute;
    margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    
}
.submissions-photos-container .submission-photo:hover .photo-label {
    opacity: 1;
    filter: alpha(opacity=100);
}
.submissions-photos-container .submission-photo .photo-label .location {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-l-10 {
  margin-left: 10px;  
}
.m-t-10 {
  margin-top: 10px;  
}
.m-r-10 {
  margin-right: 10px;  
}
.m-b-10 {
  margin-bottom: 10px;  
}

.select2 {
    width: 100%;
}

.select2 .select2-choices {
    border-radius: 5px;
}

.hidden-important {
    display: none !important;
}

.container-templates,
.global-container-templates
{
    display: none;
}


.jarviswidget-editbox .datepickr input {
    width: 140px;
    height: 20px;
    padding: 4px 6px;
    float: none;
    border: 1px solid #cccccc;
}
.jarviswidget-editbox .datepickr span{
    float  : none;
    margin: 0;
}

.text-center {
    text-align: center !important;
}


.table-file-list .tr-folder .icn-open,
.table-file-list .tr-folder.opened .icn-closed
{
    display: none;
}
.table-file-list .tr-folder.opened .icn-open {
    display: inline-block;
}
