
#dropzone {
	display: block;
    background: #cccccc;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.short-field {
    width: 39% !important;
}

.inline {
	display: inline;
}

.loading-spinner {

    display:    block;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('images/spinner.gif')
                50% 50%
                no-repeat;

}

.allclear {
	clear: both;
}

.attachment-upload {
    border: 1px solid #dfdfdf;
    /*border-radius: 8px;*/
    padding: 5px;
    margin: 0 0 10px;
}

.attachment-upload .userNumber {
	float: left;
    margin-right: 10px;
    /*width: 10%;*/
}

.fileupload-remove {
	float: right;
}

.fileupload-move {
	cursor: move;
}

.plaintiff-form {
	background-color: #fafafa;
}

.plaintiffSide-form {
	background-color: #fafaea;
}

.defendant-form {
	background-color: #fafafa;
}

.defendantSide-form {
	background-color: #fafaea;
}

.thirdParty-form {
	background-color: #fafafa;
}

.thirdPartySide-form {
	background-color: #fafaea;
}

.arbis-form-half, .arbis-form-full, .arbis-form-third  {
	min-height: 4em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.arbis-form-third  .control-label {

}

.arbis-upload-item {
	width: 100%;
	margin-right: -15px;
	margin-left: -15px;
}

.arbis-form-third .form-inline .form-control {
   width: 100%;
}

.arbis-form-half .control-label {
    max-width: 40%;
}

.arbis-form-half .field {
    float: right;
    width: 60%;
}

.arbis-form-third .field {
    float: right;
    width: 30%;
}

.arbis-form-full .field {
	width: 100%;
	float: none;
	display: inline;
}

.arbis-form-half .field input {
    width: 100%;
    margin-bottom: 5px;
}

.arbis-form-half .field select {
    width: 100%;
    margin-bottom: 5px;
}

.arbis-form-half .field table input {
    width: 30px;
}

 .arbis-form-full .field input {
 	margin-bottom: 5px;
 }

 .remove-address-button {
    /*position: absolute;*/
    /*margin-top: -36px;*/
    /*margin-left: -80px;*/
    /*left: 100%;*/
    /*font-size: 23px;*/
 }

 span[class*='add-one-'] {
     font-size: 23px;
 }

.field.form-field-error {
	display: block !important;
}

 #arbiterList .modal-dialog {
 	width: 900px;
 }


 .case-header-table {
     width: 100%;
     background: #eaeaea;
 }

 .case-header-table td {
 	padding: 10px;
 }

 .case-header-table .table-head {
 	background-color: #cccccc;
     padding: 10px;
     font-size: 12pt;
 }


 .case-header-table .header-value {
 	font-weight: bold;
 }

  .case-header-menu {
  		margin-bottom: 50px;
  }

 .case-header-menu-user div {
    display: inline-block;
    width: 16.1%;
    background-color: #cccccc;
    margin: 2px;
    padding: 5px;
    margin-left: 0;
    height: 60px;
    text-align: center;
    vertical-align: middle;
 }

  .case-header-menu div {
    display: inline-block;
    width: 16.1%;
    background-color: #cccccc;
    margin: 2px;
    padding: 5px;
    margin-left: 0;
    height: 60px;
    text-align: center;
    vertical-align: middle;
 }

 fieldset.named-fieldset-no-border {
    clear: both;
    border: 0px !important;
    border-radius: 8px;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.named-fieldset-no-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    color: #bbb;
}

.add-vertical-space {
	margin-top: 25px;
}

.arbis-radio-table {
	width: 15%;
}

select {
	max-width: 100%;
}
@media (min-width: 768px) {
    .form-control .fill-width {
	   width: 100%;
    }
}

.main-popup-message {
      display: block;
      position: fixed;
      top: 5px;
      left: 18%;
      width: 81%;
      height: 50px;
     color: #3c763d;
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    padding: 14px;
      z-index:1002;
      overflow: auto;
}


.main-popup-message.ok {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.WYSIWYG-preview {
	display: block;
	max-height: 300px;
	overflow-y: hidden;
}

.form-field-error {
    outline: 1px solid red;
 }

 fieldset.form-field-error {
    outline: 1px solid red !important;
 }

.agreeAndProceed .control-label {
    max-width: 40%;
}

.agreeAndProceed .field {
    float: right;
    width: 60%;
}

.agreeAndProceed .field input {
    margin-bottom: 5px;
}

.modal-lg {
	width: 80% !important;
}

div.popover {
	color: black;
}

.form-group label {
	text-align: left !important;
}

.remove-task-button {
	 margin-top: -10%;
    font-size: 18px;
    /*margin-left: 98%;*/
}

.form-group .attachment-upload{
	border: 0px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file]{
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.modal-body .named-fieldset {
	padding: 0.5em 1.4em 0 1.4em !important;
}

.nav-case {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.nav-case li a{
	background: #DDD;
	margin-left: 2px;
	border-radius: 0 !important;
	min-height: 65px;
}

.nav-case li a.active{
    background: #CCC;
}

.display-block {
	display: block;
}

.popover {
    min-width: 25em;
}

.fileupload {
    display: block;
}

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

.ui-autocomplete-loading {
    background: white right center no-repeat;
}

#case-select {
    width: 25em;
}

input.date-picker:not(.date-picker-time) {
    width: 8em!important;
}

.done-true {
    color: #5cb85c;
}

.done-false-expired {
    color: #d9534f;
}

.done-false {
    color: #127483;
}

.done-false-expiring {
    color: #ebb22a;
}

.color-white {
    color: #FFFFFF!important;
}

.mouse-pointer {
    cursor: pointer;
}

.unhideOnCheckbox {
    margin-bottom: 15px;
}

.document-spacing {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.action-group-style {
    font: 400 14px / 1.5 ClearSansR;
    text-transform: uppercase;
    text-decoration: none!important;
    text-align: left;
}

.vertical-spacing {
    margin: 30px 0;
}

.percent-5 {
    width: 5%;
}

.percent-10 {
    width: 10%;
}

.percent-15 {
    width: 15%;
}

.percent-25 {
    width: 25%;
}

.percent-35 {
    width: 35%;
}

td hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hard-wrap {
    word-break: break-all;
}

.pwd-hint {
    font-size: 85%;
    font-style: italic;
    font-weight: normal;
    color: #AAA;
}

.no-padding {
    padding: 0!important;
}

.col-width-32 {
     width: 32%;
 }

.col-width-49 {
    width: 49%;
}

.width-50 {
    width: 50%;
}

label small {
    font-family: ClearSansR;
}

.manual {
    font-family: ClearSansL;
    font-size: 1.25em;
    font-weight: lighter;
    color: #049372;
}

.no-wrap {
    white-space: nowrap;
}

.mobile-header-links {
	display: none;
}

@media screen and (max-width: 768px) {
	.mobile-header-links {
		display: unset;
		margin-top: 10px;
	}
	
	.mobile-header-links > .langs > a {
	    text-transform: lowercase;
	    color: #049372;
	    padding: 5px;
	}
	
	.mobile-header-links > .langs > a.active {
	    color: #fff;
	    padding: 5px;
	}
}

