/************************************************** SB ADMIN *************************************************/
/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
    background-color: white;
}
#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: white;
}
@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0.5em 4em 2em;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 18px;
    min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
    background-color: #eeeeee;
}
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: white;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.login-panel {
    margin-top: 25%;
}
.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}
.panel-red > a {
    color: #d9534f;
}
.panel-red > a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
.timeline > li {
    position: relative;
    margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%);
    }
    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }
    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
}


/*-------------------------------------------------------------------------*/

.navbar-top-links li a {
    color: #006293;
}

.navbar-top-links li a:hover {
    color: #337ab7;
    background: #337ab7;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover{
    background-color: #006293;
    color: whitesmoke;
}

.navbar-top-links .dropdown-menu li a div {
    color: dimgray;
}

.nav-pills>li.active>a {
    background-color: #006293;
    color: whitesmoke;
}



.submenu {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
}



.contact {
    width: 70px;
}

.contactname {
    width: 220px;
}

.h2-margin {
    margin-left: 2.1%;
    margin-bottom: -30px;
    margin-top: 50px;
}

.h2sf {
    margin-left: 2.1%;
    margin-top: 50px;
}


.nav > li > a {
    color:#006293;
}


.nav > li > a:hover {
    background-color: #006293;
    color:#F5F9FA ;
}

.sidebar .nav-second-level li a {
    color: dimgray;
}

.sidebar .nav-second-level li a:hover {
    background-color: #337ab7;
    color: whitesmoke;
}



.table-style {
    margin-top: 50px;
}



.subheading {
    margin-bottom: 15px;
    margin-left: 2%;
    margin-top: 60px;
}

.subheading1 {
    margin-bottom: 15px;
    margin-left: 2%;
    margin-top:10px;
}

.form-group {
    float: left;
    margin: 20px;

}


select.input-lg {
    height: 35px;
}

.input-lg {
    font-size: 12px;
}

.refresh-senders {
    margin-top: 65px;
}

.fa-refresh {
    color: #00b33c;
}


.btn-style {
    margin-left:4%;
    width: 100px;
}




.btn-style1 {
    width: 100px;
    margin: 3em 1em;
}


.btn-success:hover,
.btn-success.active {
    background-color: #4eb14e !important;
    border-color: #4eb14e !important;
}


.magenta:hover {
    background-color: #e60073 !important;
}


.fa-info-circle {
    margin-right: 1%;
    color:grey;
}


.catchall {
    color: dimgray;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.switch-margin {
    margin-top: 14px;
}


.dropdown-messages >li >a:hover,
.dropdown-menu >li >a:hover {
    background-color: whitesmoke;
}


.hf {
    width: 250px;
}



.nav-space{
    margin-top: 10px;
}


.hrlog {
    margin: 5px;
}


.dash-a {
    background-color: #006293 !important;
    color: whitesmoke !important;

}


.logged {
    margin-left: 7%;
    margin-top: 16px;
}

.log-user {
    color: dimgray;
    font-size: small;
    font-weight: bold;
    margin-left: 4%;
    padding-right: 8px;
}



.btn-settings {
    background-color: #202cbd;
    color: whitesmoke;
    background: linear-gradient(#0d73d9, rgba(32, 44, 189, 0.81) 50%, rgba(8, 5, 166, 0.82));
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    height: 35px;
    width: 100px;
}

.btn-settings:hover,
.btn-settings:focus {
    background-color: #202cbd;
    color: whitesmoke;
    background: linear-gradient(#0d73d9, rgba(32, 44, 189, 0.81) 50%, rgba(8, 5, 166, 0.82));
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


.editbuttons {
    margin-top: -40px;
}


.butt{
    margin-right: 5px;
}



.btn.active {
    color: whitesmoke;
}




/*----rounded switch----*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00b33c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00b33c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*-------/-------*/




.buttgroup {
    margin-left: 1.2em;
}


.form-background {
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}


.label2 {
    background-color: #f8f8f8;
    color: #202cbd;

}

.label1 {
    margin-left: 0.8em;
}





/*************************************************** STYLE ***************************************************/
    /*GENERAL*/
body {
    height: 100%;
    width: 100%;
    background-color: whitesmoke;
}

/*SIGNIN FORM*/

.wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

.form-signin {
    max-width: 29em;
    padding-top: 1em;
    padding-right: 2.5em;
    padding-left: 2.5em;
    padding-bottom: 2.5em;
    margin-top: 5em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 8em;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 10px 5px 20px -2px rgba(0, 0, 0, 0.28);
    background-color: rgba(247, 247, 247, 0.98);
}

.form-signin-heading,
.checkbox-style {
    margin-bottom: 1em;
}

.form-signin-heading{
    color:#734a9d;;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}

.checkbox-style {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}


.focus {
    z-index: 2;
}


.input1-style {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input2-style {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.input1-style{
    margin-bottom: 20px;
    margin-top: 40px;
}

.checkbox-style {
    margin-left: 20px;
    visibility: hidden;
}

.btn-login-style {
    color: whitesmoke;
    background: #734a9d linear-gradient(#006293, rgba(0, 98, 147, 1) 50%, rgba(0, 98, 147, 0.82));
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


.btn-login-style:hover{
    color: whitesmoke;
    background: #734a9d;

}

.loginlogo {
    margin-top: 2em;
}


.fasignin {
    margin-right: 0.5em;
}


.hr_style{
    margin-top: 1em;
    margin-bottom: -1.5em;
    border-top: 1px solid #ddd !important;
}



/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;

}


#img_telekom {
    margin: 1.5em 2em;
    position: relative;

}

#img_telekom_zts {
    margin: 0.7em 2em;
    position: relative;
}


@media (max-width: 980px) {
    #img_telekom {
        margin: 1.5em;
        position: relative;

    }

    #img_telekom_zts {
        margin-top: -5.7em;
        position: relative;
    }

    .wrapper {
        margin-bottom: 4em;
    }
}





@media (max-width : 450px) {
    #img_telekom {
        margin: 1em;
        position: relative;
    }

    #img_telekom_zts {
        display: none;
    }

    .big_wrapper {
        position: relative;
        margin: -1.5em auto;
    }

    .wrapper {
        margin-bottom: 2em;
    }
}



/*--/SIGNIN FORM--*/








/*--NAVIGATION Lvl1--*/

.hrlog {
    margin-top: 0.35em;
}




.navbar {
    margin: 0;
}


.navbar>li>a {
    padding: 1.3em 3em;
}

.label_style {
    background-color: #f8f8f8;
    color: #006293;
    margin-left: -0.5em;
}

.dropdown-menu >li >a {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


.dropdown-menu >li >a:hover {
    background-color: #006293;
    color: whitesmoke;

}

.navbar-top-links .dropdown-menu li a {
    padding: 0.8em 1.3em;

}

.dropdown-menu {
    padding: 0;
    margin: 0;
}


.dropdown-menu .divider {
    margin: 0;
}


#side-menu {
    height: 100%;
}


.nav_style{
    list-style: none;
}




.sidebar .nav_style li a {
    padding: 1em auto;
    margin-left: -2.8em;
    line-height: 2.2em;
    display: block;
    position: relative;
}



@media (max-width: 992px) {
    .dropdown {
        float: right;
        position: relative;
    }

    .sidebar {
        margin: 0;
    }

}






/*--main content lvl1--*/


.note{
    font-size: 16px;
    color: #00b4ff;
    text-align: left;
}




/*table.dataTable  {*/
    /*position: relative;*/
    /*float: left;*/
    /*margin-left: 1.5em !important;*/
    /*width: 80% !important;*/
/*}*/

/*#float-datatable{*/
    /*float: left !important;*/
    /*position: relative !important;*/
    /*width: 100%;*/
/*}*/






/*.dataTables_length {*/
    /*margin-left: 1.6em;*/
    /*margin-top: 2em;*/
/*}*/

/*.dataTables_info {*/
    /*margin-left: 1.7em;*/
/*}*/



/*.dataTables_wrapper .dataTables_filter {*/
    /*margin-right: 15.1em;*/
    /*margin-top: 2em;*/
/*}*/

/*.dataTables_wrapper .dataTables_paginate {*/
    /*margin-right: 14.1em;*/
/*}*/


/*@media (max-width: 1350px) {*/
    /*#outgoing-faxes,*/
    /*#user {*/
        /*width: 80% !important;*/
        /*float: left !important;*/
        /*position: relative !important;*/
        /*margin-left: 1em;*/
    /*}*/

    /*.dataTables_length {*/
        /*margin-left: 1em !important;*/
        /*margin-top: 1em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_filter,*/
    /*.dataTables_wrapper .dataTables_paginate {*/
        /*margin-right: 15.5em;*/
    /*}*/

    /*.dataTables_info {*/
        /*margin-left: 1em;*/
    /*}*/

/*}*/




/*@media (max-width: 1199px) {*/
    /*.dataTables_wrapper .dataTables_filter {*/
        /*margin-right: 12.8em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_paginate {*/
        /*margin-right: 11.8em;*/
    /*}*/
/*}*/




/*@media (max-width: 991px) {*/
    /*.dataTables_wrapper .dataTables_filter {*/
        /*margin-right: 9.6em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_paginate {*/
        /*margin-right: 8.8em;*/
        /*width: 50%;*/
    /*}*/
/*}*/


/*@media (max-width: 767px) {*/

    /*.dataTables_wrapper .dataTables_filter {*/
        /*margin-right: 16.65em;*/
    /*}*/


    /*.dataTables_length {*/
        /*margin-right: 22.5em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_info{*/
        /*margin-left: -21.5em;*/
    /*}*/
    /*.dataTables_wrapper .dataTables_paginate {*/
        /*width: 100%;*/
        /*margin-left: -0.3em;*/
    /*}*/
/*}*/



/*@media (max-width: 480px) {*/
    /*.dataTables_wrapper .dataTables_filter {*/
        /*margin-right: 3em;*/
    /*}*/


    /*.dataTables_length {*/
        /*margin-right: 9.5em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_info{*/
        /*margin-left: -13.5em;*/
    /*}*/
    /*.dataTables_wrapper .dataTables_paginate {*/
        /*width: 100%;*/
        /*margin-left: -3em;*/
    /*}*/
/*}*/






/*@media (max-width: 320px) {*/
    /*.dataTables_wrapper .dataTables_filter {*/
        /*margin-right: 1em;*/
    /*}*/


    /*.dataTables_length {*/
        /*margin-right: 1em;*/
    /*}*/

    /*.dataTables_wrapper .dataTables_info{*/
        /*margin-left: -1em;*/
    /*}*/
    /*.dataTables_wrapper .dataTables_paginate {*/
        /*width: 100%;*/
        /*margin-left: -1em;*/
    /*}*/
/*}*/


.catchall_style {
    margin-left: -1.5em !important;
}



.slider_style {
    margin-left: -1.5em !important;
}

.switch_style {
    margin-left: -0.1em !important;
}




/*--main lvl3-->*/
    .switch_style1 {
        margin-left: 1em !important;
    }

    .catchall_style1 {
        margin-left: 1em !important;
    }


    .catchall_style2 {
        margin-left: -1em !important;
    }

    .switch_style2 {
        margin-left: -1em !important;
    }

    .switch_style3 {
        margin-left: -1em !important;
    }



    .dashboard_color {
        color: #4484ab;
    }







    p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.call-to-action-widget {
    padding: 30px;
    margin-top: 30px;
}


.fb-bg {
    background-color: #3B5998;
}
.tw-bg {
    background-color: #55ACEE;
}
.gplus-bg {
    background-color: #DD4B39;
}

footer.page-footer a {
    line-height: 25px;
}

footer.page-footer a {
    color: #fff;
    font-size: 15px;
}

.navbar-brand {
    margin-top: -9px;
}


/*color of navbar*/
.info-color {
    background-color: #0d73d9 ;
}


/*margin between sticky navbar and navbar*/
.space  {
    margin-top: 100px;
}


/*color of navbar's buttons*/
a,
a:hover{
    color:#006293 ;
    text-decoration: none;
}

.table {
    margin-top: 50px;
}

/* float right of navbar list items*/
.topmenu {
    float: right;
    margin-right: 50px;
}


.navbar-fixed-bottom {
    background-color: white;
}






/* hr divider pod nav pills*/
.divider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #FFF, #D8D4D4, #FFF);
    width:70%;
}


.tablecolor{
    background-color:  #808080;
    color: whitesmoke;
}

.column4space{
    margin-top: 5%;
}

.icon-color {
    color:#006293 ;
}

table {
    border: 1px solid gainsboro;
}

th {
    background-color: gainsboro;
    color: #122b40;
}




.h4space {
    margin-bottom: 30px;
}

.addusertextcolor {
    color: #2eb82e;
    font-size: 15px;

}

.addusertextcolor:hover{
    color: limegreen;
}

.butt1 {

    width: 70%;
    float: right;

}

.butt2 {

    width: 70%;
    float: left;
}

.adduser-space {
    margin-top: 50px;
}

.btn-adduser:hover {
    background-color: gainsboro;
}

.btn-adduser {
    background-color: whitesmoke;
}



/* signin administracia*/

/* margin bottom from footer*/
.info {
    /*text-indent: -14px;*/
    /*margin-top: 220px;*/
    margin-bottom: 10px;
}

.logo {
    margin-top:50px;
}

.btn-pink {
    background-color:#0d73d9;
    color: whitesmoke;
}


.col-md-4 {
    margin-top: 50px;
    margin-bottom: 50%;
}

.navbar-fixed-bottom {
    background-color: white;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    text-align: center;
    width: 95%;
    border-radius: 20px;
}

/*-----*/


.menu-float
{
    display: block;
    margin-left: -65px;

}

.menu-float2 {
    display: block;
    margin-left: -37px;
}


/* margin left for administracia.phtml for postfix logy on small devices*/
@media (max-width: 978px) {
    .menu-float2 {
        margin-left: -82px;
    }

    .menu-float {
        margin-left: -62px;
    }

    .menu-float3 {
        margin-left: -46px;
    }
}






.bantextcolor {
    color: #ff4d4d;
}




.form-inline {
    margin-top: 30px;

}

.form-group {
    float: left;
    margin: 20px;

}

.tab-content>.active {
    float: left;
}



.tab-content>.active {
    margin-top: 50px;
    margin-bottom: 15px;
}





.btn-success {
    width: 150px;

}

.btn-danger {
    width: 150px;

}

.formgroupmargin{
    margin-top: -40px;
}


.checkboxmargin {
    margin-left: -70px;
}





/* pri malej obrayovske bol aside frm s buttonmz skryty tak preto */
@media (max-width: 978px) {
    .tab-content>.active {
        margin-bottom: 30%;
    }
}




@media (max-width: 768px) {
    .formgroupmargin {
        margin-top: 30%;
        margin-left: -95%;
    }
}



@media (max-width : 640px) {
    .formgroupmargin {
        margin-left: -65%;
        margin-bottom: 30%;
        margin-top: 30%;

    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .formgroupmargin {
        margin-left: -70%;
        margin-bottom: 30%;
        margin-top: 30%;
    }
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color:#0d73d9 ;
    color: whitesmoke;
    box-shadow: 5px 5px 5px #888888;
}


.navcolor {
    background-color: gainsboro;

}


.menu1margin {
    margin-left: 30px;
    text-align: left;
}

@media (max-width: 978px) {
    #menu1 {
        margin-bottom: 70%;
    }
}

.asidegroup {
    float: right;
    width: 100px;
    margin-top: 0;

}

@media (max-width: 1200px) {
    .asidegroup {
        margin-bottom: 30%;
        margin-top: 15%;
        float: left;
        margin-left: -98%;
    }
}



@media (max-width: 980px) {
    .asidegroup {
        margin-bottom: 30%;
        margin-top: 20%;
        float: left;
        margin-left: -30%;
    }
}


@media only screen and (max-width: 768px) {
    .asidegroup {
        margin-top: 20%;
        margin-left: -30%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .asidegroup {
        margin-left: -80%;
        margin-bottom: 30%;
        margin-top: 40%;
    }
}


@media (max-width : 640px) {
    .asidegroup {
        margin-left: -65%;
        margin-bottom: 30%;
        margin-top: 40%;

    }
}



/*buttony pri faxoch a odosielateloch - ich marginy pri responsivite*/

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .butt2{
        margin-left: 26%;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .butt1 {
        margin-left: -65%;

    }
}

@media only screen and (max-width: 768px) {
    .butt2 {
        margin-left: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .butt1 {
        margin-left: 15%;
        float: inherit;
    }
}

@media (max-width: 980px) {
    .butt2 {
        margin-left: 15%;
    }
}

@media (max-width: 980px) {
    .butt1 {
        margin-left: 15%;
        float: inherit;
    }
}




/*nastavenia-zmena hesla-labels nad polickami marginy pri responsivite*/
.labelpassword {
    margin-left: -63%;
}

.labelpassword2 {
    margin-left: -49%;
}

.labelpassword3 {
    margin-left: -70%
}


.butt2:hover {
    background-color: #0d73d9 !important;
    box-shadow: 10px 10px 5px #888888; !important;

}

.butt1:hover{
    background-color: #0d73d9 !important;
    box-shadow: 10px 10px 5px #888888; !important;

}


.col-md-4 {
    margin-bottom: 0;
}


select.input-lg {
    height: 38px;

}

.input-lg {
    font-size:15px ;
}



.icomargin {
    margin-left: -170px;
}

.pscmargin {
    margin-left: -70px !important;
}


.col-sm-2{
    padding-left: 0;
}





.placeholder-style {
    width: 210px;
}

.placeholder-style2 {
    width: 180px;
}

.labelname1 {
    margin-left: -78px;
}

.labelname2 {
    margin-left: -30px;
}

.labelname3 {
    margin-left: -165px;
}

.labelname4 {
    margin-left: -100px;
}

.labelname5 {
    margin-left: -5px;
}



.modalformgroup2 {
    margin-top: 0;
}

.col-md-4 {
    margin-top: 10px;
    margin-bottom: 20px;
}


.column12margin {
    margin-bottom: 200px;
    margin-top: -100px;
}


.btnsave {
    background-color: lightseagreen;
}


.tdalign {
    text-align:left;
    vertical-align:middle;
}


.fa-2x {
    font-size: 25px;
}



.btnmenu {
    background-color: white;
    color: black;
    border-bottom: 2px solid #00b4ff;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    float: left;
    margin-right: 25px;
    margin-left: 30px;
    width: 150px;
}

.btnmenu {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnmenu:hover {
    background-color: limegreen;
    border-color: limegreen;
    color: white;
}




.btnmenu2 {
    background-color: white;
    color: black;
    border-bottom: 2px solid #00b4ff;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    float: left;
    margin-right: 25px;
    width: 150px;
}

.btnmenu2 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnmenu2:hover {
    background-color: #00b4ff;
    border-color: #00b4ff;
    color: white;
}



.btnmenu3 {
    background-color: white;
    color: black;
    border-bottom: 2px solid #00b4ff;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    float: right;
    margin-right: 30px;
    width: 150px;
}

.btnmenu3 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnmenu3:hover {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
    color: white;
}


.btn-red {
    background-color: #ff4d4d;
    color: whitesmoke;
    width: 150px;
}

.btn-red:hover {
    background-color: #ff471a;
    color: whitesmoke;
}


.btnmenu4 {
    background-color: white;
    color: black;
    border-bottom: 2px solid #00b4ff;
    padding: 4px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    float: right;
    margin-right: 25px;
    width: 150px;
}

.btnmenu4 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnmenu4:hover {
    background-color: lightseagreen;
    border-color: lightseagreen;
    color: white;
}


.rowmargin {
    margin-bottom: 50px;
}

.hrmargin {
    margin-top: 30px;
}


.h5align {
    text-align: left;
    margin-left: 5.5%;
}

.formstyle {
    margin-left: 3.5%;
}


.formstyle2 {
    margin-left: 3.5% ;
}

.labelstyle {
    margin-left: -74%;
}

.labelstyle2 {
    margin-left: -49%;
}

.labelstyle3 {
    margin-left: -34%;
}

.labelstyle4 {
    margin-left: -13%;
}



.thcolor {
    background-color: #00acc1;
    color: whitesmoke;
}

.tablestyle {
    width: 80%;
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .btnmenu {
        margin-left: 5%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .btnmenu2 {
        margin-left: 5%;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .btnmenu3 {
        margin-left: -20%!important;
    }
}



.pmargin {
    margin-left: 20px;
}

.pmargin1 {
    margin-left: -27px;
}


.formstyle {
    margin-top: 15px !important;
}



.modalbutton {
    margin-top: 25px;
    border: 1px solid lightgrey;
}

/*
input[type=text], input[type=password], input[type=email]{
    margin-top: -30px;
}
*/


.iconstyle {
    color:#006293;
}

.iconstyle:hover {
    color:#337ab7;
}





/*SWITCH BUTTON CSS*/

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 33px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00cc00;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*-------------------------/---------------------------*/




/*-------- MODAL STYLE ADD USER---------*/
.modalformcontrol {
    margin-top: 5px !important;
}

.modalrow {
    margin-top: 20px;
}

.modalformgroup {
    margin-bottom: 15px !important;
    margin-top: 0;
}


.modallabelname {
    margin-left: -90px;
}

.modallabelname2 {
    margin-left: -78px;
}

.modallabelname3 {
    margin-left: -24px;
}

.modallabelname4 {
    margin-left: -163px;
}

.modalformcontrol1 {
    margin-top: -8px !important;
    width: 215px !important;
}

.modalformcontrol3 {
    margin-top: 15px !important;
}

/*----------------------------------/--------------------------------------*/







.switch-margin {
    margin-left: 1.8em !important;
}




@media (max-width : 640px) {
    .space{
        margin-left: 55px;
    }
}


@media (max-width : 768px) {
    .space{
        margin-left: 60px;
    }
}



@media (max-width : 320px) {
    .space{
        margin-left: -30px;
    }
}





.profil-style {
    margin-left: 30px;
}

.profil-label1 {
    margin-left: -130px;
}

.profil-label2 {
    margin-left: -250px;
    margin-top: 40px;
}

.profil-label3 {
    margin-top: 25px;
    margin-left: -2px;
}

.profil-label4 {
    margin-top: 30px;
    margin-left: -100px;
}

.profil-label5 {

    margin-left: -165px;
}




.label1style {
    margin-left: -130px;
}

.blackfont {
    color: #435054 !important;
    font-weight: 300;
}

.blackfont:hover, .blackfont:active, .blackfont:focus {
    color: whitesmoke !important;
}



.pictures {
    margin-top: 150px;
}








.faxes-button1 {
    margin-left: 250px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.faxes-button2 {
    margin-left: 130px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.envelope-style {
    margin-right: 10px;
}

.globe-style {
    margin-right: 10px;
}

.faxx-margin {
    margin-right: 15px;
}

.envelope-margin {
    margin-right: 15px;
}



.label-form1 {
    margin-left: -110px;
}

.label-form2 {
    margin-left: 0;
}

.label-form3 {
    margin-left: -140px;
}

.h5-margin {
    margin-left: -580px;
}

.label-form4{
    margin-left: -120px;
}

.form1style {
    width: 220px !important;
    margin-left: 20px !important;
}

.fa-refresh-style {
    margin-left: -300px;
    color: green;
    font-size: 25px;
    cursor: pointer;
}

.fa-refresh-style:hover, .fa-refresh-style:focus {
    color: #00cc00;
    cursor: pointer;
}

.modal-title {
    margin-left: 20px;
}


.modal-label1 {
    margin-left: -120px;
}

.modal-label2 {
    margin-left: -150px;
}

.modal-label3{
    margin-right: 0;
    margin-bottom: 15px;
}

.modal-label4 {
    margin-left: -140px;
}



.modal-switch-style {
    margin-top: 0;
}


.modal-switch2 {

}


.modallabelstyle {
    margin-top: 1000px !important;
    display: block;
    margin-bottom: 50px;
}


.modal-h3-style {
    margin-left: -100px !important;
}

.modal-h5-style {
    margin-left: -610px !important;
}

.modal-p-style {
    margin-left: 20px;
    text-align: left;
    margin-bottom: 50px;
}

.modal-icon-style {
    margin-left: -300px;
    color: green;
    font-size: 25px;
    cursor: pointer;
}

.modal-icon-style:hover, .modal-icon-style:focus {
    color: #00cc00;
    cursor: pointer;
}


.modal-icon-info {
    margin-right:10px;
}


.fauser-style {
    margin-right: 15px;
}

.famargin {
    margin-right: 15px;
}


    .button_export{
        color: whitesmoke;
        background-color: #006293;
        border: 1px solid transparent;
    }



@media  (max-width : 320px), (max-width : 640px) {
    .pic-style2{
        display: none;
        margin-top: -50px;
    }
}

@media  (max-width : 320px),(max-width : 640px) {
    .nav-pills > li{
        width: 200px;

    }
}


@media  (max-width : 320px) {
    .style-responsive {
        margin-top: -130px;
    }
}



@media  (max-width : 320px) {
    .pictures{
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media  (max-width : 640px) {
    .pictures{
        margin-top: 100px;
        margin-bottom: -140px;
    }
}



@media  (max-width : 320px) {
    .space{
        margin-top: 200px;

    }
}







@media  (max-width : 320px) {
    .btnmenu, .btnmenu2, .btnmenu4,.btnmenu3{
        float: left;
        margin-left: 50px!important;

    }
}




@media  (max-width : 320px) {
    .btnmenu, .btnmenu2,.btnmenu4,.btnmenu3{
        margin: 20px;

    }
}







@media  (max-width : 640px) {
    .btnmenu{
        margin-left: 0;
        margin-bottom: 40px;

    }
}


@media  (max-width : 640px) {
    .btnmenu3, .btnmenu4{
        margin-right: 200px;
        margin-bottom: 40px;
    }
}



@media   (max-width : 980px) {
    .btnmenu4{
        margin-top: -36px;

    }
}



.button-sendfax {
    margin-left: -15px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.table-margin-bottom {
    margin-bottom: 50px;
}

.modal-form1 {
    width: 220px !important;
}


.nav-pills>li.active>a {
    background-color:#00b4ff;
}

.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background-color:#202cbd;
}


.btn-group> a {
    margin: 35px;
}

.btn-admin-style {
    height: 38px;
    color: grey;
}


.hradmin {
    width: 500px;

}


.button-margin {
    margin-bottom: 50px;
}







/*-------------------------DATATBLES STYLE--------------------------*/












/*!* Custom, iPhone Retina *!*/
/*@media (max-width : 640px) {*/
    /*.dataTables_wrapper {*/
        /*margin-bottom: 40% !important;*/
    /*}*/
/*}*/



/*@media (max-width: 768px) {*/
    /*.dataTables_wrapper {*/
        /*margin-bottom: 30% !important;*/
    /*}*/
/*}*/


/*@media (max-width: 1280px) {*/
    /*table.dataTable .dataTables_wrapper {*/
        /*margin-bottom: 130% !important;*/
    /*}*/
/*}*/


.tablespace-index {
    margin-bottom: 15%;
    padding: 0;
}


.tablespace2{
    margin-top: 50px;
    padding: 0;

}

@media only screen and (max-width : 320px) {
    .tablespace2{
        margin-top: 50px;
        margin-bottom: 60% !important;
        padding: 0;

    }
}

.tablespace-domeny {
    margin-top: 50px;
    margin-bottom: 20%;
    padding: 0;
}


@media only screen and (max-width : 320px) {
    .tablespace-domeny {
        margin-top: 50px;
        margin-bottom: 60% !important;
        padding: 0;
    }
}


@media (max-width : 640px) {
    .tablespace-domeny {
        margin-top: 50px;
        margin-bottom: 40%;
        padding: 0;
    }
}


.tablespace-faxy {
    margin-top: 50px;
    margin-bottom: 20%;
    padding: 0;
}


@media only screen and (max-width : 320px) {
    .tablespace-faxy {
        margin-top: 50px;
        margin-bottom: 60% !important;
        padding: 0;
    }
}


@media (max-width : 640px) {
    .tablespace-faxy {
        margin-top: 50px;
        margin-bottom: 40%;
        padding: 0;
    }
}

.tablespace-faxy2 {
    margin-top: 50px;
    margin-bottom: 25%;
    padding: 0;
}

@media only screen and (max-width : 320px) {
    .tablespace-faxy2 {
        margin-top: 50px;
        margin-bottom: 60% !important;
        padding: 0;
    }
}

@media (max-width : 768px) {
    .tablespace-faxy2 {
        margin-top: 60px;
        margin-bottom: 20%;
        padding: 0;
    }
}


.tablespace-administracia {
    margin-bottom: 60px;
    padding: 0;
}


@media only screen and (max-width : 320px) {
    .tablespace-administracia {
        margin-bottom: 10%;
        padding: 0;
    }
}


.tablespace-prehlad {
    margin-bottom: 20%;
    padding: 0;
}


.tablespace-stav {
    margin-bottom: 20%;
    padding: 0;
}



.tablespace-registracie {
    margin-bottom: 20%;
    padding: 0;
}


.tablespace-postfix {
    margin-bottom: 20%;
    padding: 0;
}


.tablespace-nastavenia {
    margin-top: 5%;
    margin-bottom: 20%;
    padding: 0;
}

.tablespace-zobrazitprofil {
    margin-top: 5%;
    margin-bottom: 20%;
    padding: 0;
}


/*----------------------------------/--------------------------------------*/







/*---------------- RESPONSIVE DESIGN- Customers.phtml navbar-----------------*/
@media  (max-width : 320px) {

    .nav-pills>li>a{
        padding: 10px;
        margin: 5px;
        left: 80px;

    }

    .nav-pills {
        margin-top: 20px;
    }

    .pull-right {
        visibility: hidden;
    }
}

@media  (max-width : 640px) {

    .nav-pills>li>a{
        padding: 10px;
        margin: 5px 5px 5px -20px;

    }

    .nav-pills {
        margin-top: 20px;
    }

    .pull-right {
        visibility: hidden;
    }
}

/*---------------Settings.phtml button group RESPONSIVE DESIGN --------------------------------------*/

@media  (max-width : 320px) {
    .formgroupmargin {
        margin-top: 150px;
    }
}


@media  (max-width : 640px) {
    .formgroupmargin {
        margin-top: 50px;
        margin-left: 20px;
    }
}


@media  (max-width : 1200px) {
    .formgroupmargin {
        margin-top: 120px;
        margin-left: -240px;
    }
}

.switch-margin {
    margin-left: 70px;
}

.form-margin {
    margin-right: 50px;
    padding: 0 20px;
}

.scroll {
    width: 180px;
}

.switch-group {
    margin-bottom: 20px;
    margin-top: 50px;
}

.switch1 {
    margin-bottom: 20px;
}

.center_div{
    margin: 0 auto;
    width: 90% /* value of your choice which suits your alignment */
}

/*--404 page--*/

.banned_h2 {
   color: #00b4ff;
}

.group {
     float: left;
}

.dropdown-menu >li >a:hover p,
.dropdown-menu >li >a:hover span {
    color: whitesmoke;
}

/********************************** UPRAVY BOOTSTRAPU ***********************************/
@media (min-width: 1200px){
    .container {
        width: auto; !important;
    }
}


.nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(51, 122, 183, 0.85);
    color: whitesmoke;
}

.login-divider {
    border:none;
    width: 80%;
    height: 40px;
    border-bottom: 1px solid #D8D4D4;
    box-shadow: 0 15px 15px -16px rgba(0, 0, 0, 0.28);
    margin-top: auto;
    /*box-shadow: #a4a1a1;*/
    /*box-shadow: 10px 5px 20px -2px rgba(0, 0, 0, 0.28);*/
    /*box-shadow: rgba(0, 0, 0, 0.28);*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

.login-info {
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-color-strip{
    position: fixed;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #006293;
}

.footer-color-strip{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #006293;
}

.login-footer div, p{
    margin-top: 1em;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 1em;
    color: rgba(10, 10, 10, 0.65);
}

.main-footer div, p {
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 1em;
    color: rgba(10, 10, 10, 0.65);
}

/*.modal-backdrop {*/
    /*background-color: grey;*/
    /*!*opacity:0.8 !important;*!*/
/*}*/

.panel-primary {
    border-color: #2d742d;
}
.panel-primary > .panel-heading{
    background-color: #2d742d;
    border-color: #2d742d;
}
.dashboard_color{
    color: #2d742d !important;
}

/*#337ab7 swan modra*/
/*#734a9d fialova*/