.roundborder {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gocenter {
    width: 960px;
    margin: 0 auto;
    display: table;
}

fieldset {
    text-align:center;
}

legend {
    text-align: left;
    padding:10px;
}

/***************
 * TABLESORTER *
 ***************/

table.p10 td {
    padding:10px;
}

table.p10 td.thead {
    font-weight:bold;
    padding:0;
    border-bottom: 1px solid silver;
}

.pagedisplay {
    border:0;
    width: 40px;
    text-align:center;
}

table.tablesorter {
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 15px;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #ddd;
    border: 1px solid #FFF;
    font-size: 16px;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}
table.tablesorter2 {
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 15px;
    width: 100%;
    text-align: left;
}
table.tablesorter2 thead tr th, table.tablesorter2 tfoot tr th {
    background-color: #ddd;
    border: 1px solid #FFF;
    font-size: 16px;
    padding: 4px;
}
table.tablesorter2 thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter2 tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
table.tablesorter2 tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter2 thead tr .headerSortUp {
    background-image: url(../img/tablesorter/asc.gif);
}
table.tablesorter2 thead tr .headerSortDown {
    background-image: url(../img/tablesorter/desc.gif);
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

/***************
 * MODALDIALOG *
 ***************/

.jqi-errfade, .jqi-inffade, .jqi-sucfade, .jqi-subfade { position: absolute; background-color: #333333; }
div.jqi-inf .jqi-infmessage, div.jqi-err .jqi-errmessage, div.jqi-suc .jqi-sucmessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqi-inf .jqi-infbuttons, div.jqi-err .jqi-errbuttons, div.jqi-suc .jqi-sucbuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #e2e8e6; background-color: #f2f8f6; }
div.jqi-inf button:hover, div.jqi-err button:hover, div.jqi-suc button:hover{ background-color: #728A8C; }
div.jqi-inf, div.jqi-err, div.jqi-suc { width: 350px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; position: absolute; background-color: #ffffff; font-size: 11px; text-align: left;  -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqi-inf button, div.jqi-err button, div.jqi-suc button{ padding: 3px 10px; margin: 0 10px; color: #fff; font-weight: bold; font-size: 12px; }
div.jqi-inf .jqi-infclose, div.jqi-err .jqi-errclose, div.jqi-suc .jqi-succlose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: white; font-weight: bold; -moz-border-radius-bottomLeft: 5px; -webkit-border-bottom-left-radius: 5px; }

div.jqi-err {border: solid 3px #CC7070;}
div.jqi-err button{background-color: #CC7070;border: solid 1px #CC7070;}
div.jqi-err .jqi-errclose{background-color: #CC7070;border-left: solid 1px #CC7070; border-bottom: solid 1px #CC7070; }

div.jqi-suc {border: solid 3px #71CE8F;}
div.jqi-suc button{background-color: #71CE8F;border: solid 1px #71CE8F;}
div.jqi-suc .jqi-succlose{background-color: #71CE8F;border-left: solid 1px #71CE8F; border-bottom: solid 1px #71CE8F; }

div.jqi-inf {border: solid 3px gray;}
div.jqi-inf button{background-color: gray;border: solid 1px gray;}
div.jqi-inf .jqi-infclose{background-color: gray;border-left: solid 1px gray; border-bottom: solid 1px gray; }

.inputerr_field {
    float: left;
    margin-right: 10px;
}

.inputerr_msg {
    color: red;
    margin-top: 8px;
    display: none;
    padding-left: 10px;
}

/* hbcrm LOGO */

.hbcrm-logo, .hbcrm-short{
    display: inline;
    font-size: 20px;
}
.hbcrm-logo{
    color:white;
    font-weight: bold;
    display: block;
    width: 530px;
    margin-top: 9px;
    cursor: pointer;
}
.hbcrm-short {
    color:red;
    font-weight: normal;
    width: 0px;
    line-height: 14px;
    overflow: hidden;
    display: inline-block;
}

.ui-helper-hidden-accessible {
    display: none!important;
}

.ui-widget-content{
    width: 250px!important;
    list-style: none;
    padding-left: 0px;
    background: #ECECEC;
    -webkit-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
    z-index: 11122;
}

li.ui-menu-item {
    padding-left: 20px;
    cursor: pointer;
}
li.ui-menu-item:hover {
    background: #FFF;
}
.ui-state-focus {
    text-decoration: none;
    border: 0!important;
    background: rgba(0, 0, 0, 0)!important;
    color: inherit!important;
}

.bootstrap-switch {
    height: 29px!important;
}

.editable {
    cursor: pointer;
    color:#08C;
    border-bottom: dashed 1px #08C!important;
    display: block;
    margin-bottom: -1px;
}

.editable:hover {
    font-style: italic;
}

.editable-empty:after {
    content: "Üres";
}
.editable-empty {
    color:red!important;
    border:0;
    font-style: italic;
}

.child-align-right *:not(br){
    float:right;
}


.search-form-default {
    background: #A3C4E1;
    margin: 0px;
    padding: 18px 0px 6px 0px;
    margin-bottom: 20px;
}

.search-form-default.parts {
    background: #89DFBB;
}

.search-form-default.asddsa {
    background: #E08283;
}

.dashboard-stat:hover .fa {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    font-size: 300px;
    opacity: 0!important;
}

.tabletree ol {
    list-style-type: none;
    padding-left: 17px;
    display:none;
    margin-bottom: 10px;
}

.tabletree li {
    padding-top: 4px;
    height: 44px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.tabletree li:hover {
    background: #aaa;
}

.tabletree li:hover a.delfile {
    opacity: 1;
    color:red;
}

.tabletree li a.delfile {
    opacity: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
}

.tabletree li:hover a {
    color: white;
}

.tabletree .fa-folder-open-o{
    font-size: 21px;
}

.tabletree li .fa {
    float: left;
    line-height: 33px;
    font-size: 21px;
}

.tabletree li div {
    float: left;
    margin-left: 10px;
}

.tabletree .head {
  display: block;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}




.portlet.blue1,
.portlet.box.blue1 > .portlet-title {
    background-color: #4152D4;
}


/* Portlet */
.portlet > .portlet-body.blue-madison,
.portlet.blue-madison,
.portlet.box.blue-madison > .portlet-title {
  background-color: #578ebe;
}

.portlet.solid.blue-madison > .portlet-title,
.portlet.solid.blue-madison > .portlet-body {
  border: 0;
  color: white;
}

.portlet.box.blue-madison {
  border: 1px solid #7ca7cc;
  border-top: 0;
}
.portlet.solid.blue-madison > .portlet-title > .caption > i,
.portlet.box.blue-madison > .portlet-title > .caption,
.portlet.box.blue-madison > .portlet-title > .caption > i {
  color: white;
}
.portlet.box.blue-madison > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #a8c4dd;
  color: #bad1e4;
}
.portlet.box.blue-madison > .portlet-title > .actions .btn-default > i {
  color: #c5d8e9;
}
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default.active {
  border: 1px solid #cdddec;
  color: #dfeaf3;
}

.popovercucc blockquote {
    font-size: 12px;
  padding: 5px 10px;
  margin: 0 0 0px;
  border-left: 3px solid #eee;
}