@import url(https://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */

html {
    min-height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    min-height: 100%;
    
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 15px;
    min-height: 820px;
    padding-bottom: 60px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor:pointer;
    background-color:#F0677C;
    -webkit-border-radius:50%;
        -moz-border-radius:50%;
}
header {
    background-color: #F0677C;
    color: #fff;
    padding: 10px;
    text-align: right;
}
.left-div {
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-brand {
    width: 250px;
    padding-top: 30px;
}
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #F0677C;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #C36464!important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }
.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C!important;
}

.navbar-inverse {
    background-color: #C36464;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
footer {
    padding:10px;
    color: #fff;
    font-size: 12px;
    background-color: #C36464;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }


.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}
.header_text {
    
    margin:0px;
    padding:0px;
    color:#fff;
    font-size: 28px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
form table td, form table th {
    padding-right:18px;
    padding-bottom:10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
     display: inline-block;
     min-width:0px;
     padding: 0px;
}
.modal-lg{
   width: 1100px;
   min-width: 1100px;
}
#cizinciModal label {
    margin: 0px;
    font-size: small;
    padding: 0px;
}
#cizinciModal .form-control {
    height: 30px;
}
#cizinciModal .form-group {
    margin-bottom: 9px;
}
#cizinciModal #documents img{
    width:128px;
    height:150px;
    padding:5px;
    margin:0px auto;
    text-align: center;
}
#cizinciModal #documents btn{
    margin:1px;
}
#cizinciModal #documents .test{
    margin: 1px;
    width: 100%;
    text-align: center;
    line-height: 2.5;
}
#cizinciModal #documents .label{
    width: 100%;
    display: block;
}
.fancybox-lock .fancybox-overlay {
    overflow-y: hidden !important;
    overflow: hidden;
    margin: 0 !important;
}
.fancybox-lock {
    overflow: hidden;
    margin: 0 !important;
    }
    
.modal:nth-of-type(even) {
    z-index: 1042 !important;
}
.modal-backdrop.in:nth-of-type(even) {
    z-index: 1041 !important;
}
.hiddenModal {
     -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.tab-pane .btn-sm{
    margin:5px;
}
#note textarea {
    min-height: 90px;
}
.form-signin {
    max-width: 380px;
    padding: 15px;
    margin: 0px auto;
}

th, td { white-space: nowrap; overflow: hidden; };

#documentPhotoView {
    margin: 0px auto !important; 
    text-align: center !important;
}
.documentPhotoView a img{
    display: block;
    max-width:230px;
    max-height:200px;
    margin:0px auto;
    }

#documentsView a {
    margin-right: -4px;
    padding:8px;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#documentsView .col-md-5 {
    text-align: center;
}
#menu-payment {
    width:100%;
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    margin-bottom: 10px;
    margin-left:0px; 
    margin-top: -35px;
    
}
#menu-payment a{
    color:#000;
    font-size: 12px;
    padding: 10px;
}
.btn-primary{
    color:#fff;
    background-color:#c36464;
    border-color: rgb(181, 95, 95);
}
.btn-primary:hover{
    color:#fff;
    background-color:#ab4747;
    border-color: rgb(181, 95, 95);
}
.btn-primary.disabled{
    background-color:#c39898;
    border-color: #c39898;
    
}
.rightmenu a{
    margin-bottom: 15px;
    width:100%;
}
table.employeeAddTable{
    height: 25%;
    width:100%;
    overflow: auto;
}
table.employeeAddTable tbody tr.selected {
    background-color: #B0BED9;
}
#vizaItemTable tbody tr.selected, #table-drawback-added tbody tr.selected, #table-drawback tbody tr.selected, #vizaUpTable tbody tr.selected, #cizinecFamily tbody tr.selected, #cizinecSquad tbody tr.selected, #cizinecSklad tbody tr.selected, #documentsHistoryTable tbody tr.selected {
    background-color: #B0BED9;
}

.form-filter {
    font-size: 10px;
    padding: 2px;
    height: 25px;
    display: inline;
    margin: 0px;
    width: initial;
}
#filterbar select, #filterbar input {
    margin-right:1.5%;
    margin-top:5px;
    font-size: 13px;
}
.select-big {
    font-size: 13px;
    height:35px;
}
.navbar-right {
    
    margin:0px;
}
#menu-top button {
    padding: 9px 10px 9px 10px;
}
.black-menu {
    background:#3D3D3D;
}
button ul .dropdown-menu li {
    
}
.margin-all-5 {
    margin:5px;
}
button {
    box-shadow: none;
    border: 1px solid #d09b9b;
    
}
.btn-primary[disabled] {
    background-color: #c39898;
    border-color: #c39898;
    
}
#srazkyTable {
    font-size: 13px;
}
#vyplatyDetail label{
    padding: 1px;
    margin: 0px;
    font-size: 12px;
}
#vyplatyDetail input{
    height: 28px;
}
#vyplatyDetail .form-group{
    margin-bottom: 2px;
}
.changed{
        border: 1px solid #ff6d6d;
        background: #ff6d6d;
}
#fluidPanelVyplaty.affix {
    position: fixed;
    width:228px;
  }
.affix,.affix-top {
   position:static;
}
#fluidPanelVyplaty .panel-body table tr td{
    padding:4px;
}
#baseMenuBar.affix {
    width: 100%;
    position: fixed;
    z-index: 999;
    top:0px;
  }
 table[smallrows="yes"] tbody tr td{
      padding:2px;
  }
  
  table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #337ab7;outline-offset:-1px}
  #documentsHistoryPreview{
      text-align: center;
  }
#documentsHistoryPreview img{
    display: block;
    max-width: 450px;
    max-height: 250px;
    width: auto;
    height: auto;
    margin: 0px auto;
  }  
  
#baseMenuActionBar.affix {
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    margin-left: 15px;
    background: #fff;
}
#baseMenuActionBar.affix a {
    margin:0px;
    padding: 1px 15px;
}
#baseMenuActionBar ul li{
    font-size:12px;
}
#baseMenuActionBar.affix .dropdown-menu {
    bottom:100%;
    top:initial;
}
