
* {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.twocol {
    display: flex;
    flex-direction: row;
    width:100%;
}

.layout >.col:nth-child(1){
    width: 350px;
    padding: 40px;
    zzmargin-left:30px;
    zzmargin-top: 64px;
}

.layout >.col:nth-child(2){
    width: 100%;
    min-width: 550px;
    padding: 40px;
}

.title .col:nth-child(2){
    width: 100%;
    padding-left: 5px;
}

.title .logo {
    padding-bottom: 6px;
}

.title h1 {
    font-size: 26px;
}


.twocol.title {
    zzoutline: 1px solid #ff00ff;
    border-bottom: 15px solid #00539c;
    padding:40px;
    align-items: flex-end;
}

.twocol.title section {
    zzoutline: 1px solid #3c763d;
}

body {
    padding-top: 0;
}

.breadcrumb{

}

a {
    color: #00539c;
}

h1 {
    zzpadding:20px;
    padding: 0;
    margin:0;
}

.glyph {
    font-family: 'Glyphicons Halflings';
}
.padleft {
    padding-left: 10px;
}

.preview img {
    height: 65px;
}

div.container {
    width: 100%;
}

.login_layout {
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.loginform {
    width: 500px;
    background-color: white;
}

.loginform b {
    color: #97b63b;
}

.loginform input[type=text],
.loginform input[type=password]{
    background: #ededed;
    padding: 5px;
    border: 1px solid #ddd;
    width:100%;
}

h1 {
    color: #00539c;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    fonz-size: 30px;
}

.loginform .right{
    display: flex;
    justify-content: flex-end;
}

.loginform button{
    color: #fff;
    text-shadow: none;
    font-size: 17px;
    border: none;
    border-radius: 2px;
    font-weight: 100;
    padding: 10px 12px;
    text-align: center;
    display: inline-block;
    margin-bottom: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #acc631 !important;
    cursor: pointer;
}

.loginform form {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 100%;
}

.full_layout {
    display: block;
    width: 90%;
    margin-left:5%;
    background-color: white;
    zzpadding-right:20px;
    min-height: 800px;
}

.select_all {
    padding: 8px;
    display: flex;
    align-items: flex-end;
}
.select_all label {
    margin:0;
    font-weight: normal;
}

section.select_all section{
    margin-right: 10px;
}

section.deldir {
    display: flex;
    justify-content: flex-end;
}