.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

#langSelection {
    white-space: nowrap;
}

.error {
    border: 2px solid rgba(236, 93, 93,1);
}

select.form-control {   
    height: 32px;
}

#state {
    width: 100%;
}

.un_no_verflow {
    overflow:hidden;
}

.highlight {
	outline-color: #0FA056;
    border: 2px solid #0FA056;
    border-radius: 4px;
}

.form-control:focus {
    border: 2px solid #0FA056;
    border-radius: 4px;
}

span:focus,
input:focus {
    outline-color: #0FA056;
    border: 2px solid #0FA056;
    border-radius: 4px;
}

body.container-fluid {
    background-color: #F6F6F6;
}

body, body div.container {
    background-color: #F6F6F6;
}

@media (min-width: 1200px) {
    body div.container {
        width: 940px;
    }
}

@media (min-width: 992px) {
    body div.container {
        width: 940px;
    }
}

@media (min-width: 768px) {
    body div.container {
        width: 750px;
    }

    .fullwidth {
        width: 100% !important;
    }
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.imgur.com/DfUE6gy.gif') 
                50% 50% 
                no-repeat;
}


body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}


.ui-dialog-titlebar{
	background: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
}

.ui-button-text-only{
	background: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.ui-button, .ui-dialog-titlebar-close{
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
}

.ui-corner-left{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right:none;
}

.ui-corner-right{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ui-dialog{
	background: white;
	border-style: solid;
	border-width: 1px;
}

.ui-dialog-title{
	font-weight: bold;
}

.ui-state-active{
	background: #ffffff;
}

.ui-dialog-buttonpane{
	border-top: 1px solid #AAA;
}

.ui-dialog .ui-dialog-titlebar-close {
	background:url(/cs/cspre92_pub/cache/UN_EL_CLOSE_WINDOW_UKE_1.png);
	border:none;
}

.select2-selection--single {
  height: 100% !important;
}