html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.login-wrap {
    width: 100%;
    height: 100%;
}

.login-wrap .left {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.login-wrap .right {
    background: url('images/login-bg.png') no-repeat 50% 50%;
    background-size: cover;
    float: left;
    width: 50%;
    height: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.login-wrap .left .box {
    max-width: 540px;
    margin: auto;
    padding: 0 40px 0 40px;
}

.login-wrap .left .box-code {
    width: 436px;
}

.login-wrap .left .box img {
    display: block;
    margin: 60px auto 60px auto;
}

.login-wrap .left .box h1 {
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #FF6600; 
}

.login-wrap .left .box .sub-title {
    margin: 10px 0 50px 0;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #333333; 
}

.login-wrap .left .box .input {
    position: relative;
    width: 100%;
}

.login-wrap .left .box .input span {
    position: absolute;
    top: -5px;
    left: 15px;
    background: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 11px;
    color: #333;
    padding: 0 5px 0 5px;
}

.login-wrap .left .box .input input {
    width: 100%;
    height: 49px;
    border-radius: 5px;
    border: solid 1px #4f4f4f;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    outline: none;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
}

.login-wrap .left .box .inputs-code {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.login-wrap .left .box .inputs-code input {
    width: 71px;
    height: 108px;
    border-radius: 5px;
    border: solid 1px #4f4f4f;
    font-family: Roboto;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #000;
    outline: none;
    padding: 0 20px 0 20px; 
    float: left;
    margin-right: 24px;
    text-align: center;
}

.login-wrap .left .box .inputs-code .last-input {
    margin-right: 0;
}

.login-wrap .left .box button {
    background: #FF6600;
    width: 100%;
    height: 49px;
    border-radius: 5px;
    border: solid 1px #FF6600;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    outline: none;
    text-align: center;
    cursor: pointer;
}

.login-wrap .left .box button:hover {
    background: #FF7E2C;
    border-color: #FF7E2C;
}

.login-wrap .left .box button:focus {
    background: #FF7E2C;
    border-color: #ff6600;
}

.login-wrap .left .box button.disabled {
    background: #f2f2f2;
    width: 100%;
    height: 49px;
    border-radius: 5px;
    border: solid 1px #f2f2f2;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #bdbdbd;
    outline: none;
    text-align: center;
    cursor: pointer;
}

.login-wrap .left .box .error {
    margin: 10px 0 10px 0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #d82626; 
}

.main {
    background: #f2f2f2;
    width: 100%;
    height: 100%;
}

.main .aside {
    background: #FFF;
    float: left;
    width: 247px;
    height: 100%;
    overflow-y: auto;
}

.main .aside .logo {
    display: block;
    width: 150px;
    margin: 40px auto 60px auto;
}

.main .aside ul li {
    width: 100%;
    height: 64px;
    border-left: solid 3px #BDBDBD;
    margin-bottom:3px;

}

.main .aside ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 64px;
    color: #828282;
    padding-left: 50px;
}

.main .aside ul li.active {
    border-color: #ff6600;
    background: rgba(255,102,0,0.05);
    
    
}

.main .aside ul li.active a {
    font-weight: 500;
    color: #FF6600;
}

.main .aside .logout {
    text-align: center;
    margin-top: 30px;
}

.main .aside .logout a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ff0000;
    
}

.main .wrap {
    position: relative;
    z-index: 1;
    width: calc(100% - 247px);
    float: left;
    padding: 20px;
}

.main .wrap h1 {
    float: left;
    font-family: Roboto;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #ff6600;
    margin: 25px 0 35px 0;
}

.clear {
    clear: both;
}

.page-wrap {
    background: #fff;
    width: 100%;
    padding: 30px 0 30px 0;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.page-wrap .table {
    width: 100%;
    background: rgba(242, 242, 242, 0.25);
    border-top: solid 1px #e0e0e0;
}

.page-wrap .table .row {
    width: 100%;
    height: 64px;
    border-bottom: solid 1px #e0e0e0;
    line-height: 64px;
    padding: 0 30px 0 30px;
}

.page-wrap .table .row .col {
    float: left;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
}

.page-wrap .table .row .col-a {
    width: 50px;
}

.page-wrap .table .row .col-b {
    width: 300px;
}

.page-wrap .table .row .col-c {
    width: 40px;
    text-align: right;
}

.page-wrap .table .row .col-c a {
    color: #000;
    text-decoration: underline;
}

.page-wrap .table .row .col-d {
    width: 40px;
    text-align: right;
}

.page-wrap .table .row .col-d a {
    color: #000;
    text-decoration: underline;
}

.orange-button {
    background: #ff6600;
    display: block;
    padding: 0 30px 0 30px;
    height: 49px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    float: right;
    line-height: 49px;
    border: solid 1px #ff6600;
    border-radius: 5px;
}

.orange-button:hover {
    background: #FF7E2C;
    border-color: #FF7E2C;
}

.orange-button:focus {
    background: #FF7E2C;
    border-color: #ff6600;
}

.orange-button-disabled,
.orange-button-disabled:hover,
.orange-button-disabled:focus {
    background: #f2f2f2 !important;
    display: block;
    padding: 0 30px 0 30px;
    height: 49px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #bdbdbd !important;
    float: right;
    line-height: 49px;
    border: solid 1px #f2f2f2 !important;
    border-radius: 5px; 
}

.file-upload a:hover {
    background: #FF7E2C;
    border-color: #FF7E2C;
}

.file-upload a:focus {
    background: #FF7E2C;
    border-color: #ff6600;
}

.orange-button-cancel {
    background: #fff;
    display: block;
    padding: 0 30px 0 30px;
    height: 49px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #ff6600;
    float: right;
    line-height: 49px;
    border: solid 1px #ff6600;
    border-radius: 5px;
    float: left;
}

.page-wrap .form-elem {
    width: 50%;
    height: 59px;
    float: left;
    margin-bottom: 15px;
    padding: 0 30px 0 30px;
}

.page-wrap .form-elem .input {
    position: relative;
    width: 100%;
    
    position: relative;
}

.page-wrap .form-elem .input span {
    position: absolute;
    top: -6px;
    left: 20px;
    background: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 10px;
    color: #333;
    padding: 0 5px 0 5px;
}

.page-wrap .form-elem .input input,
.page-wrap .form-elem .input select {
    width: 100%;
    height: 49px;
    border-radius: 5px;
    border: solid 1px #4f4f4f;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    outline: none;
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
}

.submenu {
    position:relative;
    z-index: 1;
}

.submenu li {
    position: relative;
    z-index: -1;
    top: 3px;
    float: left;
    
    background: rgba(255,255,255,0.5);
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 49px;
    color: #828282;
    margin-right: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.submenu li a {
    display: block;
    height: 49px;
    padding: 0 20px 0 20px;
    color: #828282;
}

.submenu .active {
    background: rgba(255,255,255,1);
}

.submenu .active a {
    color: #FF6600;
}

.lines {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 8px;
}

.lines .line {
    background: #f2f2f2;
    width: 80px;
    height: 8px;
    border: solid 1px #f2f2f2;
    border-radius: 100px;
    float:left;
}

.lines .active {
    background: #ff6600;
    border-color: #ff6600;
}

.breadcrumbs .a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #bdbdbd;
}

.breadcrumbs .b {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4f4f4f;
}

.breadcrumbs img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3624%) hue-rotate(346deg) brightness(118%) contrast(64%);
    display: inline-block;
    margin: 0 10px 0 10px;
}

.avatar {
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
}

.avatar .img {
    background: url('images/avatar.png') 50% 50%;
    background-size: cover;
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 100px;
}

.avatar p {
    margin: auto;
}

.avatar .name {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4f4f4f;
    margin: 15px 0 10px 0;
}

.avatar .stanowisko {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}

.aside li img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(1%) saturate(2656%) hue-rotate(24deg) brightness(96%) contrast(75%) !important;
}

.aside .active img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(3493%) hue-rotate(5deg) brightness(108%) contrast(102%) !important;
}

.success {
    background: #ecf7e7;
    width: 100%;
    border: solid 1px #40AC00;
    padding: 16px 20px 14px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #40AC00;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.success .close-statment {
    position: absolute;
    width: 8px;
    top: 22px;
    right: 10px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(46%) sepia(16%) saturate(3560%) hue-rotate(60deg) brightness(106%) contrast(103%);
}

.error {
    background: #fee6e6;
    width: 100%;
    border: solid 1px #ff0000;
    padding: 16px 20px 14px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #ff0000;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.error .close-statment {
    position: absolute;
    width: 8px;
    top: 22px;
    right: 10px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(14%) sepia(71%) saturate(7441%) hue-rotate(359deg) brightness(110%) contrast(111%);
}

select {
    -webkit-appearance: none;
   
    background: #fff !important;
  }

  ::placeholder {
    color: #828282;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #828282;
  }

  input{
    color: #333 !important;
  }

  select {
    color: #828282;
  }

  .box-search {
    position: relative;
    float: left;
  }

  .box-search img {
    position: absolute;
    width: 15px;
    top: 15px;
    left: 39px;
  }

  .input-search {
    float: left;
    width: 196px;
    height: 44px;
    border: solid 1px #4f4f4f;
    color: #333;
    border-radius: 5px;
    outline: none;
    margin-left: 30px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0 5px 0 32px;
  }

  .count {
    width: 196px;
    height: 44px;
    border: solid 1px #4f4f4f;
    color: #333;
    border-radius: 5px;
    outline: none;
    margin-left: 30px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
    padding: 0 15px 0 15px;
  }

  .file-upload {
    position: relative;
    width: 540px;
    height: 200px;
    border: dashed 1px #4f4f4f;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
  }

  .file-upload span {
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    padding: 3px 5px 3px 5px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #333;
    text-align: center;
  }

  .file-upload p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #828282;
    text-align: center;
    margin: 60px 0 20px 0;
  }

  .file-upload a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    border: solid 1px #ff6600;
    border-radius: 5px;
    padding: 14px 25px 10px 25px;
    background: #ff6600;
    display: inline-block;
    text-align: center;
    width: 214px;
    height: 49px;
    margin: auto;
  }

  .additional_buttons {
    width: 100%;
  }

.custom-checkbox {
    position: relative;
    padding-bottom: 10px;
    float: left;
}

.custom-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.custom-checkbox span {
    position: relative;
    top: -12px;
    margin-right: 5px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #333333;
}

.custom-checkbox a {
    background: #E0E0E0;
    position: relative;
    display: inline-block;
    width: 56px;
    height: 32px;
    border-radius: 50px;
    cursor: pointer;
}

.custom-checkbox a .ball {
    background: #FFF;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.custom-checkbox .active {
    background: #ff6600;
}

.custom-checkbox .active .ball {
    left: auto;
    right: 0px;
}

  .additional_buttons .forgot-password {
    float: right;
    font-family: Roboto;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #ff6600;
    text-decoration: underline;
    margin-top: 10px;
  }

  .input-search:focus {
    border-color: #ff6600;
  }

  .count:focus {
    border-color: #ff6600;
  }

@media only screen and (max-width: 1000px) {
    .login-wrap .right {
        display: none;
    }
    .login-wrap .left {
        width: 100%;
    }
    .login-wrap .left .box {
        padding: 0 10px 30px 10px;
    }
    .login-wrap .left .box-code {
        padding: 0 10px 0 10px;
        max-width: 396px;
    }

    .lines {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .login-wrap .left .box-code {
        padding: 0 0px 30px 0px;
        max-width: 256px;
    }
    .login-wrap .left .box .inputs-code input {
        margin-right:10px;
        width: 56px;
        height: 80px;
    }
    .login-wrap .left .box .inputs-code input {
        font-size: 25px;
    }
}