/*kritsot*/
.flags-box button{
    border: 0 !important;
    background-color: transparent;
}

.flags-box button >img{
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
.flags-box button:hover > img,.flags-box button.active > img{
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.tab-content {
overflow: inherit;
}

.ui-timepicker-select,.ui_tpicker_timezone select{
	width: inherit;
}

.ui-state-default {
    border: 1px solid #D3D3D3;
    background: #E6E6E6;
    font-weight: normal;
    color: #555;
}

.ui-sortable-handle {
    cursor:pointer;
}

.ui-dialog { z-index: 101; }

#portlet
.operations{
    padding:4px 8px 8px 8px;
}
.portlet{
    width:190px;
    -webkit-border-radius: 6px;
    -moz-border-radius:  6px;
    border-radius:  6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}
.portlet-title, .portlet-title h3{
    margin:0;padding:0;
    display:block;
}
.portlet-title h3{
    /*border-bottom: solid 1px #CFCFCF;*/
}
.portlet ul{
    list-style: none;
    margin:0;padding:0;
}
.portlet li{
    /*border-bottom: dashed 1px #CFCFCF;*/
    font-size:13px;
    padding:6px;
    margin:6px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius:  6px;
    border-radius:  6px;
    background-color: #EFEFEF;
    cursor: pointer;
}
.portlet li:hover{
    background-color: #CFCFCF;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}
.portlet li:hover a{
    color:#666;
    text-shadow: 2px 2px #EFEFEF;
}
.portlet li a{
    color:#3a8aff;
}
.portlet li a:hover {
    text-decoration: none;
}

#header {
    background:transparent url("../images/mitos-guide-header-bg-04b.jpg") no-repeat center center;
    background-size: contain;
    /*width:1140px;*/
    height:200px;
    text-indent: 1em;
}

#header h1{
    vertical-align: center;
    /*color: white;*/
    line-height: 200px;
    margin-top: 0px!important;
}

.jumbotron-sm p, .jumbotron-sm * {
    font-size: 1.05em;
}
.jumbotron-sm h1 {
    font-size: 2.2em;
}

.ui-dialog .ui-dialog-titlebar-close span {
     display: block;
     margin-left: -8px;
     margin-top: -8px;
}