/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8.7.2014, 16:40:28
    Author     : Peter
*/

/* Core Elements */
html, body {
    height: 100%;
}
body {
    font-family: Tahoma,Verdana,Arial;
    font-size: 12px;
    background-color: #f9f8f9;
    color: #4b4b4b;
    overflow-y: scroll;
    /*overflow: hidden;*/
}
a {
    color: #4b4b4b;
}
a:hover {
    color: #2980b9;
    text-decoration: none;
}
a:focus {
    color: #4b4b4b;
    text-decoration: none;
}
:focus {
    outline: 0 !important;
}
.pause-anim {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}
.play-anim {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}
#responsive {
    display: none;
}
/* Large desktop */
@media (min-width: 1200px) {
    #responsive {
        content: "lg"
    }
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 1199px) {
    #responsive {
        content: "md"
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #responsive {
        content: "sm"
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    #responsive {
        content: "xs"
    }
}
/* Core Elements */ /* Colors */
.danger {
    color: #D90000;
}
.warning {
    color: #FECB00;
}
.success {
    color: #6BB324;
}
.info {
    color: #00A1DE;
}
/* Core Elements */ /* Alerts */
.alert {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
.alert-danger {
    background-color: #D90000;
    color: #FFF;
}
.alert-warning {
    background-color: #FECB00;
    color: #000;
}
.alert-success {
    background-color: #6BB324;
    color: #000;
}
.alert-info {
    background-color: #00A1DE;
    color: #FFF;
}
.main-alert {
    position: fixed;
    width: 500px;
    top: 48px;
    z-index: 10029;
    left: 50%;
    margin-left: -175px;
}
.alert .fa {
    width: 25px;
    font-size: 18px;
    float: left;
    text-align: center;
}
.alert > span {
    display: block;
    margin-left: 25px;
}
#login-wrapper .alert-danger {
    font-size: 14px;
}
.alert.np {
    padding: 0;
}
.alert-inverse.alert-info {
    background-color: transparent;
    color: #00A1DE;
}
.panel .alert .fa {
    width: 30px;
    padding-top: 5px;
    font-size: 28px;
    float: left;
    text-align: center;
}
.panel .alert p {
    padding-left: 45px;
}
.panel .alert {
    margin: 20px 0 0;
}

/* Core Elements */ /* Labels */
.label {
    font-size: 80%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
}
.label-danger {
    background-color: #D90000;
}
.label-warning {
    background-color: #FECB00;
}
.label-success {
    background-color: #6BB324;
}
.label-info {
    background-color: #00A1DE;
}
/* Core Elements */ /* Buttons */
.btn {
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 15px;
}
.btn-link {
    color: #2980b9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-link:hover, .btn-link:focus {
    color: #000;
    text-decoration: none;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-lg {
    padding: 10px 20px 11px 20px;
}
.btn-link.btn-lg {
    padding: 0;
    font-size: 16px;
}
.btn:active, .btn.active {

}
.btn-default, .btn-default:focus, .btn-default:active, .btn-default.active, .bootstrap-datetimepicker-widget .timepicker .btn {
    color: #2980b9;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 3px #cfcfcf;
    border-color: transparent;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.btn-default:hover, .bootstrap-datetimepicker-widget .timepicker .btn:hover {
    color: #2980b9;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 3px #cfcfcf;
    border-color: transparent;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .bootstrap-datetimepicker-widget .timepicker .btn:active {
    color: #2980b9;
    text-shadow: 0 1px 1px #fff;
    box-shadow: 0 0 1px #cfcfcf;
    border-color: transparent;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #3498db;
    background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
    background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#2980b9',GradientType=0 );
    border-color: #2980b9;
    -webkit-box-shadow: 0 1px 2px #cdcdcd;
    -moz-box-shadow: 0 1px 2px #cdcdcd;
    box-shadow: 0 1px 2px #cdcdcd;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.btn-primary:hover {
    background: #49a3df;
    background: -moz-linear-gradient(top, #49a3df 0%, #2e8fd0 100%);
    background: -webkit-linear-gradient(top, #49a3df 0%,#2e8fd0 100%);
    background: linear-gradient(to bottom, #49a3df 0%,#2e8fd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a3df', endColorstr='#2e8fd0',GradientType=0 );
    border-color: #2e8fd0;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #49a3df;
    background: -moz-linear-gradient(top, #49a3df 0%, #2e8fd0 100%);
    background: -webkit-linear-gradient(top, #49a3df 0%,#2e8fd0 100%);
    background: linear-gradient(to bottom, #49a3df 0%,#2e8fd0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a3df', endColorstr='#2e8fd0',GradientType=0 );
    border-color: #2e8fd0;
    -webkit-box-shadow: 0 1px 0 0 #FFF, 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 0 0 #FFF, 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 0 0 #FFF, 0 1px 2px 0 rgba(0, 0, 0, 0.3) inset;
}
/* Core Elements */ /* Forms */
.form-group.mr {
    margin-bottom: 15px;
    margin-right: 15px;
}
.form-group.heading {
    margin: 5px 0;
}
.form-group.heading label {
    font-size: 18px;
    white-space: normal;
    cursor: pointer;
}
.tab-heading label {
    margin: 5px 0;
    font-weight: 300;
    font-size: 22px;
    color: #2980b9;
    cursor: pointer;
}
.control-group {
    white-space: nowrap;
}
.col-group {
    -webkit-box-shadow: inset 0 0 0 0 #2980b9;
    box-shadow: inset 0 0 0 0 #2980b9;
    margin-bottom: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.col-group.active {
    -webkit-box-shadow: inset 3px 0 0 0 #2980b9;
    box-shadow: inset 3px 0 0 0 #2980b9;
    margin-bottom: 15px;
}
.fields-group {
    margin-top: 10px;
}

.form-control, .form-control:hover, .form-control:focus {
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #d8d8d8;
    box-shadow: 0 1px 5px #dadada inset,0 1px 0 #f7f7f7;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.form-control-sec:hover, .form-control-sec:focus {
    background-color: #FFF;
}
.form-inline .form-group label {
    margin-bottom: 0;
}
.has-error .label-req, .has-error label {
    color: #D90000;
}
.has-error .form-control, .has-error .form-control:focus {
    border-color: #D90000;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.15), 0 0 8px rgba(0,0,0,0);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.15), 0 0 8px rgba(0,0,0,0);
}
.has-error .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(217,0,0,.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(217,0,0,.3);
}
label {
    vertical-align: middle;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}
.label-lg {
    font-size: 14px;
}
.label-req {
    font-weight: bold;
}
.input-group.wl {
    margin-top: 20px;
}
.input-group-addon {
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #d8d8d8;
    background-color: #eeecec;
    padding: 5px 10px;
}
.input-group-addon.wi {
    padding: 3px 10px 0 10px;
}
.input-group-addon-lg {
    padding: 5px 15px;
}
.input-sm {
    height: 32px;
}
.head-input {
    padding: 0 15px;
    font-size: 28px;
    font-weight: 300;
}
.head-input:hover, .head-input:focus  {

}
.head-input:focus  {

}
@media (max-width:767px){
    .head-input {
        margin-bottom: 10px;
    }
}
select.input-sm {
    height: 32px;
    line-height: 32px;
}
.radio-inline, .checkbox-inline {
    padding-left: 0;
}
.radio label, .checkbox label {
    padding-left: 0;
}
legend {
    font-size: 16px;
    border: none;
    color: #2980b9;
    margin-bottom: 10px;
}
.multiselect {
    text-align: left;
}
.multiselect b.caret {
    position: absolute;
    top: 14px;
    right: 8px;
}
/* Core Elements */ /* Tooltips */
.tooltip {
    z-index: 1010;
}
.tooltip-inner {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* Core Elements */ /* Popovers */
.popover {
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 1030;
    width: auto;
    max-width: none !important;
}
.popover-content {
    padding: 15px;
}
.popover-title {
    padding: 7px 15px;
    font-weight: bold;
    background-color: #eeecec;
    color: #4b4b4b;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.popover-input {
    display: inline-block;
    vertical-align: top;
    width: auto;
    white-space: normal;
}
.popover-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
/* Core Elements */ /* iChecks */
.icheckbox, .iradio {
    position: relative;
    top: -2px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: 0 0;
    background: url(../../images/lib/sb-hover.png) no-repeat;
}
.icheckbox.hover {
    background-position: -21px 0;
}
.icheckbox.checked {
    background: url(../../images/lib/sb-check.png) no-repeat;
    background-position: 0 0;
}
.icheckbox.disabled {
    background: url(../../images/lib/sb-dis.png) no-repeat;
    background-position: 0 0;
    cursor: default;
}
.icheckbox.checked.disabled {
    background-position: -21px 0;
}

.iradio {
    background-position: 0 0;
    background: url(../../images/lib/cb-hover.png) no-repeat;
}
.iradio.hover {
    background-position: -21px 0;
}
.iradio.checked {
    background: url(../../images/lib/cb-check.png) no-repeat;
    background-position: -21px 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.iradio.disabled {
    background: url(../../images/lib/cb-dis.png) no-repeat;
    background-position: 0 0;
    cursor: default;
}
.iradio.checked.disabled {
    background-position: -21px 0;
}
/* Core Elements */ /* Pagination */
.pagination {
    margin: 0;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
    margin: 0 1px;
    border-color: #D0D0D0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    border-color: #D0D0D0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: rgb(0,163,209);
    background: -moz-linear-gradient(top,  rgba(0,163,209,1) 0%, rgba(0,143,199,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,163,209,1)), color-stop(100%,rgba(0,143,199,1)));
    background: -webkit-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,143,199,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,143,199,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,143,199,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,163,209,1) 0%,rgba(0,143,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3d1', endColorstr='#008fc7',GradientType=0 );
    border-color: #0186b5;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    background: #fff;
}
/* Core Elements */ /* Breadcrumbs */

/* Core Elements */ /* Navs */
.nav-tabs {
    border-bottom: 3px solid #0082b4;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li > a {
    border: none;
    font-size: 14px;
}
.tab-content {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px #ededed;
    border-radius: 0;
}
.nav-pills>li>a {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-pills>li>a:hover, .nav-pills>li>a:focus {
    background: #fafafa;
    color: #0082b4;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background: rgb(0,163,209);
    background: -moz-linear-gradient(top,  rgba(0,163,209,1) 0%, rgba(0,130,180,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,163,209,1)), color-stop(100%,rgba(0,130,180,1)));
    background: -webkit-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,130,180,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,130,180,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,163,209,1) 0%,rgba(0,130,180,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,163,209,1) 0%,rgba(0,130,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3d1', endColorstr='#0082b4',GradientType=0 );
    color: #FFF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: none;
}
.nav-stacked>li+li {
    margin-top: 0;
}
.nav-stacked>li>a {
    border-bottom: 1px solid #dadada;
}
.nav > li > a {
    padding: 12px 15px;
}
.nav-sm > li > a {
    padding: 6px 10px;
    margin-right: 0;
    font-size: 11px;
}
.nav-md > li > a {
    padding: 6px 12px;
    line-height: 22px;
    margin-right: 0;
}

/* Core Elements */ /* Badges */
.badge {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    color: #2980b9;
    padding: 3px 4px;
}
.badge.b-danger {
    background-color: #D90000;
    color: #FFF;
    padding-top: 5px;
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #2980b9;
    padding: 3px 7px;
}

/* Core Elements */ /* Progress */
.progress {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
}
.progress-bar-danger {
    background-color: #D90000;
}
.progress-bar-warning {
    background-color: #FECB00;
}
.progress-bar-success {
    background-color: #6BB324;
}
.progress-bar-info {
    background-color: #00A1DE;
}
.progress-dynamic .progress-bar {
    -webkit-transition: width .6s ease, background-color .6s ease;
    -o-transition: width .6s ease, background-color .6s ease;
    transition: width .6s ease, background-color .6s ease;
}
/* Core Elements */ /* Datetime picker */
.input-append .add-on {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget {
    webkit-border-radius: 0;
    border-radius: 0;
}
.bootstrap-datetimepicker-widget td span.active, .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background: #2980b9;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff339c), color-stop(50%, #2980b9), color-stop(100%, #cc0069));
    background: -webkit-linear-gradient(#ff339c, #2980b9 50%, #cc0069);
    background: -moz-linear-gradient(#ff339c, #2980b9 50%, #cc0069);
    background: -o-linear-gradient(#ff339c, #2980b9 50%, #cc0069);
    background: linear-gradient(#ff339c, #2980b9 50%, #cc0069);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF339C', endColorstr='#FFCC0069');
    border-color: #cc0069;
}
.bootstrap-datetimepicker-widget .timepicker .btn .icon-chevron-up:before {
    content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
}
.bootstrap-datetimepicker-widget .timepicker .btn .icon-chevron-down:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
}


/* Core Elements */ /* Panels */
.panel {
    background-color: #FFF;
    margin-bottom: 30px;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px #ededed;
}
.panel-heading {
    background-color: #FFF;
    border-bottom: 1px dotted #d3d3d3;
}
.tab-heading {
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}
.panel.oh .panel-heading{
    border-bottom: none;
}
.panel-heading h2, .tab-heading h2 {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 300;
    color: #2980b9;
}
.tab-body {
    padding: 15px 0;
}
.panel-tool {
    margin-top: 4px;
}
.panel-tool.mr {
    margin-right: 10px;
}
.panel-footer {
    background-color: #daecf99c;
}
.panel-sec-footer {
    padding: 10px 15px;
}

.panel .with-tools:before, .panel .with-tools:after {
    display: table;
    content: " ";
}
.panel .with-tools:after {
    clear: both;
}
.panel .with-tools .panel-title {
    display: inline-block;
    margin-top: 4px;
}
.panel .panel-tools {
    float: right;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.panel .panel-tools > li {
    float: left;
}
.panel .panel-tools > li > a {
    display: block;
    font-size: 16px;
    padding: 0 7px;
}
/* Core Elements */ /* Tables */
.table>thead>tr>th {
    font-size: 12px;
    font-weight: 600;
    background-color: #3498db2e;
    color: #2980b9;
    border-bottom: 1px solid #3498db;
    cursor: pointer;
    padding: 0;
}
.table>thead>tr>th>.sw {
    position: relative;
    overflow: hidden;
    padding: 8px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fbfbfb;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #e7e7e7;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #e7e7e7;
}
.table-bordered>thead>tr>th {
    border: 1px solid #3498db;
}
.table-bordered {
    border: 1px solid #3498db;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: rgba(64, 143, 154, 0.08);
}
.table .linked {
    cursor: pointer;
}
.table>tbody>tr.active>td, .table>tbody>tr.active:hover>td {
    background-color: #feeab9;
    border: 1px solid #fdd167;
}
.table>tbody>tr.anim>td {
    -webkit-box-shadow:inset 0 0 0 0 #fdd167;
    box-shadow:inset 0 0 0 0 #fdd167;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.table>tbody>tr.anim.active>td:first-child {
    -webkit-box-shadow:inset 4px 0 0 0 #fdd167;
    box-shadow:inset 4px 0 0 0 #fdd167;
}
.table .right {
    text-align: right;
}
.table .center {
    text-align: center;
}
.table .actions {
    white-space: nowrap;
}
.table .actions a {
    display: inline-block;
    text-align: center;
    width: 25px;
    margin-right: 5px;
    font-size: 18px;
    color: #bababa;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.table .progress {
    margin: 0;
}
.table>tbody>tr:hover>td.actions>a {
    color: #333;
}
.table.no-border>thead>tr>th, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>tbody>tr>td, .table.no-border>tfoot>tr>td {
    border: none;
}
.table>thead>tr>th .sorting {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: #FFF;
    border-left: 1px solid #2980b9;
    top: 0;
    bottom: 0;
    right: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.table>thead>tr>th .sorting .si {
    position: absolute;
    width: 100%;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -7px;
    font-size: 12px;
    color: #2980b9;
    text-align: center;
}
.table>thead>tr>th:hover .sorting {
    opacity: 0.8;
    right: 0;
}
.table>thead>tr>th .sorting.active {
    opacity: 1;
    right: 0;
}
/* Core Elements */ /* Modals */
.modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.modal-header {
    background: rgb(148,58,158);
    background: -moz-linear-gradient(top,  rgba(148,58,158,1) 0%, rgba(117,42,116,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,58,158,1)), color-stop(100%,rgba(117,42,116,1)));
    background: -webkit-linear-gradient(top,  rgba(148,58,158,1) 0%,rgba(117,42,116,1) 100%);
    background: -o-linear-gradient(top,  rgba(148,58,158,1) 0%,rgba(117,42,116,1) 100%);
    background: -ms-linear-gradient(top,  rgba(148,58,158,1) 0%,rgba(117,42,116,1) 100%);
    background: linear-gradient(to bottom,  rgba(148,58,158,1) 0%,rgba(117,42,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#943a9e', endColorstr='#752a74',GradientType=0 );
    border-color: #cc0069;
}
.modal-header .close {
    font-size: 35px;
}
.modal-title {
    font-weight: 300;
    color: #FFF;
}
.modal-body {
    background-color: #f9f8f9;
}
.modal-open .modal {
    /*overflow: hidden; @modify */
}
/* LOGIN PAGE */
#login-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
}
.panel-outer {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.login-logo {
    width: 100%;
    height: 74px;
    background: url('../../images/lib/sms-gate_main.png') no-repeat center;
    margin-bottom: 20px;
}
.login-panel {
    position: relative;
    z-index: 1000;
    width: 350px;
    margin: 0 auto;
}
.login-panel .input-group-addon .fa {
    width: 20px;
    font-size: 18px;
}
.login-btn {
    width: 100%;
    margin-bottom: 20px;
}
/* Header */
#header .navbar-brand {
/*    padding-left: 55px;*/
    width: 220px;
    background: url('../../images/lib/sms-gate_invert.png') no-repeat 20px 8px;
    font-weight: 300;
    color: #ffffffe0;
    text-indent: -9999px;
}
.navbar-toggle {
    float: left;
}
.minified #header .navbar-brand {
    width: 70px;
}
.minified #header .navbar-brand > span {
    display: none
}
@media (max-width: 767px) {
    #header .navbar-brand {
        width: 70px;
    }
    #header .navbar-brand > span {
        display: none;
    }
}
#header .navbar-text {
    float: right;
    margin: 7px 10px 0 0;
    text-align: right;
    display: none;
    color: #FFF;
}
#header .navbar-text > .status > span {
    color: #FFF;
}
.minified #header .navbar-text, .minified #header .sign-out {
    display: block;
}
@media (min-width: 768px) {
    .minified #header .navbar-text, .minified #header .sign-out {
        display: block;
        float: none;
        position: absolute;
        right: 120px;
    }
    .minified #header .sign-out {
        right: 70px;
    }
}
#header .sign-out {
    float: right;
    color: #D90000;
    border: none;
    font-size: 18px;
    padding: 4px 7px;
    margin: 7px 10px;
    display: none;
    box-shadow: none;
}
#header .navbar-text p {
    margin-bottom: 2px;
}
#header .branding {
    margin-top: 12px;
    position: absolute;
    right: 15px;
}
@media (max-width: 767px) {
    #header .branding {
        float: right;
        position: relative;
        right: 0;
    }
}
.navbar {
    min-height: 50px;
    padding: 0 15px;
    background: #3498db;
    background: -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
    background: -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#2980b9',GradientType=0 );
    border: 0;
}
@media (min-width: 768px) {
    .navbar-nav {
        position: absolute;
        left: 235px;
    }
    .minified .navbar-nav {
        left: 75px;
    }
}
.navbar-nav>li>.dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0;
    right: 0;
    left: inherit;
    border-top: 0;
}
.navbar-default .navbar-nav>li>a {
    position: relative;
    padding: 15px 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: #3498db;
    color: #FFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: #3498db;
    color: #FFF;
}
.dropdown-menu {
    border-color: #D0D0D0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.dropdown-menu>li>a {
    margin-top: 3px;
    font-weight: 300;
    color: #2980b9;
    font-size: 12px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #2980b9;
    background-color: #FAFAFA;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #2980b9;
    background-color: transparent;
    font-weight: 600;
}
.dropdown-header {
    color: #4b4b4b;
    font-weight: 600;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #d2a4d2;
    }
    .dropdown-header {
        color: #FFF;
    }
}

/* Wrapper */
#wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    /*overflow: hidden;*/
}

/* Sidebar */
.sidebar-bg {
    position: fixed;
    width: 236px;
    top: 0;
    left: 0;
    height: 100%;
    background: #eeecec;
    -webkit-box-shadow:inset -2px 0 5px 0 rgba(0,0,0,.12);
    box-shadow:inset -2px 0 5px 0 rgba(0,0,0,.12);
}
#sidebar {
    position: absolute;
    float: left;
    width: 236px;
    padding-bottom: 20px;
}
#sidebar.static {
    position: fixed;
    z-index: 1;
}
#sidebar .menu-minify {
    position: absolute;
    right: 0;
    top: -3px;
    width: 20px;
    height: 24px;
    background: #F6F6F6;
    border: 1px solid #D0D0D0;
    border-right: 0;
    border-top: 0;
    text-align: center;
    font-size: 18px;
}
#sidebar .user-side {
    padding: 20px 15px 5px 15px;
}
.minified #sidebar .user-side {
    display: none;
}
@media (max-width: 767px) {
    #sidebar .user-side {
        display: none;
    }
}
#sidebar .user-side p {
    margin-bottom: 5px;
}
#sidebar .user-side .status {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}
#sidebar .user-side .logout {
    font-size: 14px;
}
#sidebar .user-side .loggedin {
    font-size: 18px;
    font-weight: 300;
    color: #2980b9;
}
#sidebar .sidemenu .head {
    padding: 12px 15px 12px 8px;
    background: #4B4B4B;
    border-left: 7px solid #A4A4A4;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}
#sidebar .sidemenu .side-content {
    padding: 20px 15px 0;
}
#sidebar .counter li {
    margin-bottom: 10px;
}
#sidebar .counter li span {
    font-size: 11px;
    margin-bottom: 2px;
}
#sidebar .counter li .title {
    float: left;
}
#sidebar .counter li .count {
    float: right;
}
#sidebar .counter .progress {
    clear: both;
    background-color: #F6F6F6;
    height: 10px;
    margin: 0;
}
#sidebar .message-box, #sidebar .counter {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar .counter {
    margin-bottom: 20px;
}
#sidebar .message-box li {
    display: block;
    position: relative;
    border-bottom: 1px solid #dadada;
}
#sidebar .message-box .new-msg {
    border-bottom: none;
    margin: 10px 0 20px 0;
}
#sidebar .message-box .new-msg > a {
    font-size: 16px;
    font-weight: bold;
}
#sidebar .message-box .new-msg > a > .fa {
    width: inherit;
    margin: inherit;
}
#sidebar .message-box .inbox {
    margin-bottom: 10px;
}
#sidebar .message-box .inbox > a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#sidebar li .tooltip {
    visibility: hidden;
}
#sidebar .message-box li > a {
    display: block;
    padding: 10px 0px;
}
#sidebar .message-box li > a > .fa {
    width: 20px;
    text-align: center;
    margin: 0 5px;
}
#sidebar .message-box .inbox > a > .fa {
    margin: 0 3px 0 5px;
}
#sidebar .message-box li > a .badge {
    float: right;
    background-color: #2980b9;
    color: #FFF;
    padding: 2px 5px;
}
#sidebar .message-box .inbox > a .badge {
    padding: 4px 6px;
}
/* Sidebar */ /* Minified */
.minified .sidebar-bg {

}
.minified .sidebar-bg, .minified #sidebar {
    width: 75px;
}
.minified #sidebar li .tooltip {
    visibility: visible;
}
.minified #sidebar li > a {
    text-align: center;
}
.minified #sidebar .message-box .new-msg > a {
    color: inherit;
}
.minified #sidebar li.inbox > a .badge, .minified #sidebar li > a .badge {
    position: absolute;
    padding: 2px 4px;
    right: 0;
    top: 3px;
    color: #2980b9;
    background-color: #FFF;
}
.minified #sidebar li > a span {
    display: none;
}
.minified #sidebar .head {
    display: none;
}
/* Main */
#main {
    position: relative;
    margin-left: 236px;
    height: 100%;
    /*overflow: hidden;*/
}
.minified #main {
    margin-left: 76px;
}
.content {
    padding: 25px 30px 50px 30px;
}
.navigation {
    padding: 20px 30px 0 30px;
}
.navigation h2 {
    margin:5px 0;
    color: #2980b9;
    text-shadow: 0 1px 0 #fff;
}
.navigation .breadcrumb {
    padding:5px 0;
    margin: 0;
    background: transparent;
}
.navigation .nav-head.static {
    position: fixed;
    z-index: 1040;
    top: 50px;
    right: 29px;
    background: #FFF;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,.25);
    padding: 5px 10px 10px 10px;
    border: 1px solid #D0D0D0;
    border-top: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.navigation .nav-head.animated {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.navigation .nav-head>li {
    float: left;
    margin-top: 7px;
    margin-right: 10px
}
.navigation .nav-head>li>a {
    padding: 6px 12px;
}
.navigation .nav-head>li:last-child {
    margin-right: 0;
}
.navigation .nav-tool .label {
    display: inline-block;
    padding: 9px 15px;
    font-size: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.navigation .nav-tool .label span {
    display: inline-block;
    font-weight: 300;
    vertical-align: 1px;
    font-size: 12px;
}
/* PAGE */ /* Nova sms */
.sms-progress {
    margin-bottom: 12px;
}
.sms-progress .label-lg {
    display: block;
}
.sms-progress .status {
    padding: 0 0 0 5px;
}
.sms-progress .progress {
    padding: 0;
    border: 1px solid #A4A4A4;
    margin: 0;
}
.ar-btn {
    width: 45px;
    margin-bottom: 5px;
}
@media (max-width:991px){
    .ar-btn {
        width: inherit;
        margin-bottom: 0;
        margin-left: 5px;
    }
}
/* PAGE */ /* Messages */
.conv-container {
    position: relative;
    margin-bottom: 20px;
}
.conv-box {
    margin-bottom: 20px;
}
.conv-box .identify {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    vertical-align: middle;
    background-color: #79b0b8;
    border: 1px solid #408F9A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.conv-box.out .identify {
    float: right;
    background-color: #cfd18b;
    border-color: #BABD5A;
}
.conv-box .identify .fa {
    display: block;
    font-size: 25px;
    text-align: center;
    padding-top: 12px;
    color: #FFF;
}
.conv-box.out .identify .fa {
    color: #333;
}
.conv-box .message {
    display: block;
    position: relative;
    margin-left: 70px;
    padding: 8px 20px;
    background-color: #d9e9eb;
    border: 1px solid #408F9A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.conv-box .message:before {
    position: absolute;
    width: 0;
    height: 0;
    color: #408F9A;
    top: 11px;
    left: -12px;
    content: "";
    border-right: 12px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.conv-box.out .message {
    margin-left: 0;
    margin-right: 70px;
    background-color: #f1f2de;
    border-color: #BABD5A;
}
.conv-box.out .message:before {
    color: #BABD5A;
    left: inherit;
    right: -12px;
    content: "";
    border-right: 0;
    border-left: 12px solid;
}
.conv-box .message-from {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #408F9A;
}
.conv-box.out .message-from {
    color: #BABD5A;
}
.conv-box .message-from .number {
    padding-left: 5px;
    font-weight: normal;
    color: #333;
    font-size: 12px;
}
.conv-box .message-time {
    display: block;
    font-size: 10px;
}
.conv-box .message-txt {
    display: block;
    margin-top: 10px;
}
.conv-container .separator {
    display: block;
    text-align: center;
    border-bottom: 2px dotted #bababa;
    margin-top: -20px;
    margin-bottom: 50px;
}
.conv-container .show-conv {
    position: relative;
    top: 15px;
}
.conv-container .show-conv > span {
    color: #2980b9;
    font-weight: bold;
}

.message-table>tbody>tr>td>.name {
    display: block;
    white-space: pre-wrap;
    font-size: 14px;
}
.message-table>tbody>tr>td>.number {
    display: block;
    white-space: nowrap;
    font-weight: bold;
    color: #2980b9;
}

/* PAGE */ /* Kontakty */
.nav-groups>li+li {
    margin: 0;
}
.nav-groups > li > a {
    padding: 10px;
    border-left: 7px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-groups>li>a:before {
    opacity: 0;
    position: absolute;
    right: -12px;
    color: #2980b9;
    top: 50%;
    margin-top: -14px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-groups>li:hover>a, .nav-groups>li>a:focus {
    padding-left: 14px;
    background: #FAFAFA;
    color: #2980b9;
}
.nav-groups>li.active>a, .nav-groups>li.active:hover>a, .nav-groups>li.active>a:focus {
    border-left-color: #57b5da;
    margin-right: -16px;
    padding-left: 14px;
    border-bottom-color: transparent;
    background: #2980b9 !important;
    color: #FFF !important;
}
.nav-groups>li.active>a:before {
    opacity: 1;
}
@media (max-width:767px){
    .nav-groups>li.active>a, .nav-groups>li.active:hover>a, .nav-groups>li.active>a:focus {
        margin-right: 0;
    }
    .nav-groups>li.active>a:before {
        display: none;
    }
}
.nav-groups > li > a > p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.nav-groups .edit-group {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 10px;
    font-size: 25px;
    color: #2980b9;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.nav-groups>li.active .edit-group {
    color: #FFF;
}
.nav-groups .edit-group:hover {
    color: #000;
}
.nav-groups>li:hover .edit-group {
    display: block;
}
.nav-groups>li.active>a .edit-group {
    right: 27px;
}
.group-tools {
    margin-bottom: 15px;
}
.group-tools.active  .all-groups{
    color: #2980b9;
}
.all-groups > p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px;
}
.new-group {
    padding-top: 2px;
    font-size: 25px;
}
.contacts-table {
    margin-bottom: 0;
}
/* PAGE */ /* Kontakty - detail */
.details {
    font-size: 14px;
}
/* PAGE */ /* PrĂ­stupovĂ© prĂˇva */
.nav-ur {
    margin-bottom: 15px;
}
.nav-ur>li+li {
    margin-left: 5px;
}
.nav-ur > li {
    margin: 0 0 15px 0;
}
.nav-ur > li > a {
    color: #666;
}
.nav-ur > li > a > span {
    font-size: 16px;
}
.nav-ur>li>a:before {
    opacity: 0;
    position: absolute;
    bottom: -8px;
    color: #2980b9;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    content: "";
    border-top: 8px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.nav-ur>li.active>a:before {
    opacity: 1;
}
.nav-ur>li.active>a>span {
    font-weight: bold;
}
@media (max-width: 767px) {
    .nav-ur {
        margin-bottom: 30px;
    }
    .nav-ur>li+li {
        margin-left: 0;
    }
    .nav-ur > li {
        float: none;
        margin-bottom: 0;
    }
    .nav-ur>li.active>a:before {
        display: none;
    }
    .nav-ur > li > a {
        border-bottom: 1px solid #dadada;
    }
}
.table-ur thead > tr > th, .table-ur tbody tr td {
    width: 14%;
    text-align: center;
}
.table-ur thead > tr > th:first-child, .table-ur tbody tr td:first-child {
    width: 30%;
    text-align: left;
}
.table-ur tr th, .table-ur tbody > tr > td {
    padding: 10px;
}
.table-ur tr td .badge {
    margin-left: 5px;
}
.table-ur tr td .fa {
    width: 15px;
    text-align: center;
    margin-right: 5px;
}
.table-ur tr td a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-ur tr .main-item a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}
.table-ur .second-level > td > .sl, .table-ur .third-level > td > .tl {
    display: none;
}

/* First Level */
.table-ur tr .main-item {
    padding: 0;
}
.table-ur .first-level > td {
    font-size: 14px;
}
.table-ur .first-level.exp > td {
    background-color: #feeab9;
    border-bottom: 1px solid #fdd167;
}
/* Second Level */
.table-ur .second-level > td:first-child, .table-ur .third-level > td:first-child {
    padding: 0;
    border-top: none;
}
.table-ur .second-level .table {
    margin: 0;
}
.table-ur .second-level .table tr .main-item a {
    padding: 0 10px 0 20px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
}


/* Class Helpers */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.m-5 {
    margin: 5px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-20 {
    margin-left: 20px !important;
}

.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-medium {
    font-size: 34px;
}
.fs-large {
    font-size: 44px;
}
.fs-75p {
    font-size: 75%;
}
.fw-normal {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}

.blc {
    display: block;
}

.text-left {
    text-align: left;
}

.va-middle {
    display: inline-block;
    vertical-align: middle;
}

.br-all {
    border: 1px solid #dee2e9;
}
.br-all-light {
    border: 1px solid #e8ebf0;
}
.brt-0 {
    border-top: 0;
}
.brr-0 {
    border-right: 0;
}
.brb-0 {
    border-bottom: 0;
}
.brl-0 {
    border-left: 0;
}
.br-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.br-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.width-100 {
    width: 100px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}
.minw-100 {
    min-width: 100px;
}
.minw-200 {
    min-width: 200px;
}
.minw-250 {
    min-width: 250px;
}
.minw-300 {
    min-width: 300px;
}

.maxh-100 {
    max-height: 100px;
}
.maxh-200 {
    max-height: 200px;
}
.maxh-250 {
    max-height: 250px;
}
.maxh-300 {
    max-height: 300px;
}


/* LOADER */
#loader {
    display: inline-block;
    width: 0;
    height: 15px;
    position: relative;
    top: 3px;
}
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 30px;
    margin-top: -15px;
    margin-left: -45px;
}
.fadingBarsG {
    position:absolute;
    top:0;
    background-color:#FFFFFF;
    width:15px;
    height:15px;
    -moz-animation-name:bounce_fadingBarsG;
    -moz-animation-duration:.7s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(.2);
    -webkit-animation-name:bounce_fadingBarsG;
    -webkit-animation-duration:.7s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(.2);
    -ms-animation-name:bounce_fadingBarsG;
    -ms-animation-duration:.7s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(.2);
    -o-animation-name:bounce_fadingBarsG;
    -o-animation-duration:.7s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(.2);
    animation-name:bounce_fadingBarsG;
    animation-duration:.7s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(.2);
}
.btn-default .fadingBarsG {
    background-color: #2980b9;
}
.preloader .fadingBarsG {
    width:30px;
    height:30px;
    background-color:#2980b9;
}

.fadingBarsG_1{
    left:0;
    -moz-animation-delay:0.20s;
    -webkit-animation-delay:0.20s;
    -ms-animation-delay:0.20s;
    -o-animation-delay:0.20s;
    animation-delay:0.20s;
}

.fadingBarsG_2{
    left:10px;
    -moz-animation-delay:0.32s;
    -webkit-animation-delay:0.32s;
    -ms-animation-delay:0.32s;
    -o-animation-delay:0.32s;
    animation-delay:0.32s;
}
.preloader .fadingBarsG_2 {
    left: 20px;
}

.fadingBarsG_3{
    left:20px;
    -moz-animation-delay:0.44s;
    -webkit-animation-delay:0.44s;
    -ms-animation-delay:0.44s;
    -o-animation-delay:0.44s;
    animation-delay:0.44s;
}
.preloader .fadingBarsG_3 {
    left: 40px;
}

.fadingBarsG_4{
    left:30px;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    animation-delay:0.56s;
}
.preloader .fadingBarsG_4 {
    left: 60px;
}

@-moz-keyframes bounce_fadingBarsG{
    0%{
        -moz-transform:scale(.2);
    }

    50% {
        -moz-transform:scale(.4);
    }

    100%{
        -moz-transform:scale(.2);
    }

}

@-webkit-keyframes bounce_fadingBarsG{
    0%{
        -webkit-transform:scale(.2);
    }

    50% {
        -webkit-transform:scale(.4);
    }

    100%{
        -webkit-transform:scale(.2);
    }

}

@-ms-keyframes bounce_fadingBarsG{
    0%{
        -ms-transform:scale(.2);
    }

    50% {
        -ms-transform:scale(.4);
    }

    100%{
        -ms-transform:scale(.2);
    }

}

@-o-keyframes bounce_fadingBarsG{
    0%{
        -o-transform:scale(.2);
    }

    50% {
        -o-transform:scale(.4);
    }

    100%{
        -o-transform:scale(.2);
    }

}

@keyframes bounce_fadingBarsG{
    0%{
        transform:scale(.2);
    }

    50% {
        transform:scale(.4);
    }

    100%{
        transform:scale(.2);
    }

}

/* API */
pre, textarea.code {
    background: #feeab9;
    color: #000;
    border: 1px solid #fccc5a;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-group.helper>.panel + .panel {
    margin-top: 15px;
}
.panel-group.helper .panel-title {
    font-size: 18px;
}
.panel-group.helper .panel-title a {
    display: block;
}
.panel-group.helper .panel-body {
    font-size: 14px;
    line-height: 22px;
}
.panel-group.helper .panel-body a {
    color: #2980b9;
    text-decoration: underline;
}
.panel-group.helper .panel-inner, .panel-group.changelog .panel {
    background-color: transparent;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-group.helper .panel-inner .panel-heading {
    background-color: transparent;
}

/* Changelog */
.panel-group.changelog {
    margin: 0;
}
.panel-group.changelog .panel {
    border: 1px solid #86bdec;
}
.panel-group.changelog .panel-heading {
    background-color: #eaf6ff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.panel-group.changelog .panel-heading .date {
    float: right;
    font-size: 10px;
    color: #333;
    margin-top: 3px;
}
.panel-group.changelog .panel-title a {
    display: block;
    color: #427BAB;
}
.panel-group.changelog .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #86bdec;
}
.panel-group.changelog .panel-body h4 {
    margin: 0 0 10px 0;
}
.panel-group.changelog .label {
    display: inline-block;
    float: left;
    width: 55px;
    padding: 4px 0;
}
.panel-group.changelog .desc {
    display: block;
    margin-left: 60px;
}

table.fixed-layout{
    table-layout: fixed;
}



.datepicker {
    padding: 0;
}

.slider.slider-horizontal .slider-track {
    margin-left: 10px;
}

.slider {
    width: 100% !important;
}

.ip-address-info {
    background-color: #f8fcff;
    border: 1px solid #c5e8ff;
    color: #464646
}