/* CSS Document */
/* Create by @kintar

/* common	---------------------------------------------------------------- */

.common {
    margin: 0;
    padding: 0;
    background-color: #1C1F26;
    font-family: 'Open Sans', 'Helvetica Neue',arial, serif;
    font-size: 12px;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.clear {
    clear: both;
}

.footer {
    margin: 0;
    padding: 10px 0;
    background-color: #EDEFF4;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.footer p{
    margin: 0;
    padding: 0 20px;
    line-height: 18px;
    color: #3B5998;
    font-size: 11px;
}

/* content	---------------------------------------------------------------- */



/* sidebar	---------------------------------------------------------------- */



/* table	---------------------------------------------------------------- */



/* element	---------------------------------------------------------------- */

.login-wrapper {
    margin: 100px auto;
    padding: 0;
    background-color: transparent;
    width: 400px;
    overflow: hidden;
    font-family: 'Open Sans', 'Helvetica Neue',arial, serif;
}
.login-wrapper .logo {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
.login-wrapper .logo h1 {
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0 0;
    text-shadow: 0 1px 1px #000;
}

.login-head {
    margin: 0;
    padding: 0;
    background-image: url("img/login-header-green.png");
    background-repeat: no-repeat;
    background-position: top center;
    height: 60px;
    border-bottom: 1px solid #CA9E0D;
}
.login-head span {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 18px 24px;
    text-shadow: 0 1px 1px #351038;
}

.login-head h1 {
    margin: 0;
    padding: 0 0 8px 0;
    color: #FFF;
    font-size: 16px;
}
.login-head .logo {
    padding: 6px 15px 0;
}
.login-head .logo a {
    text-decoration: none;
    color: #FFF;
}

.login-head .logo a img {
    float: left;
    margin-right: 10px;
}

.login-head .logo a span.title1 {
    display: block;
    font-size: 16px;
    margin-top: 7px;
    text-transform: uppercase;
}
.login-head .logo a span.title2 {
    display: block;
    font-size: 14px;
}

.login-body {
    margin: 0 auto;
    padding: 0;
    background-color: #FFF;
    color: #365074;
    overflow: hidden;
    width: 400px;
    min-height: 150px;
    border-radius: 0 0 2px 2px;
}

.login-body form {
    margin: 0;
    padding: 0;
    clear: both;
}

.login-body label {
    
}
.notification {
    padding: 5px 22px;
}
.notification.red {
    background-color: #FFDAD7;
    color: #F12C38;
}
.notification.green {
    background-color: #E5F5F5;
    color: #23B57D;
}

.login-body input[type="text"], .login-body input[type="password"] {
    padding: 15px 41px 15px 20px;
    width: 294px;
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 0 1px #F8F8F8;
    display: block;
    border-radius: 3px;
    background-color: #FFF;
    font-family: sans-serif;
    color: #666;
}
.login-body .username {
    background-image: url("img/icon-username.png");
    background-repeat: no-repeat;
    background-position: center right;
}
.login-body .password {
    background-image: url("img/icon-password.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.body-content {
    padding: 22px;
    background-color: #f2f2f2;
    border-top: 1px solid #FFF;
}
.body-content a.lost-password {
    margin: 10px 20px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    outline: none;
}
.body-content a.lost-password:hover {
    color: #444;
    text-decoration: none;
}

.button {
    margin: 0;
    padding: 0;
    border: none !important;
    background-image: url("img/bg-button-yellow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
    float: right;
    cursor: pointer;
    color: #FFF;
     text-shadow: 1px 1px 1px #351038;
    font-weight: 600;
}
.button:hover {
    background-position: 0 -40px;
}
.button:active {
    background-position: 0 -80px;
}

.button-vl {
    margin: 0;
    padding: 0;
    border: none !important;
    background-image: url("img/bg-button-vl.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 126px;
    height: 40px;
    float: left;
    cursor: pointer;
}
.button-vl:hover {
    background-position: 0 -40px;
}
.button-vl:active {
    background-position: 0 -80px;
}

/* Table view ----------------------------------------- */

.table-view {
    margin: 0 0 5px 0;
    padding: 0;
    border-collapse: collapse;
    color: #515151;
    font-size: 11px;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
}

.table-view th {
    margin: 0;
    padding: 4px 0;
    background: #F5F5F5 url('img/table-view-th-bg.png') left top repeat-x;
    border: 1px solid #cdcdcd;
    color: #5F5F5F;
}

.table-view td {
    margin: 0;
    padding: 4px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px dotted #DDD;
}

.table-view a {
    margin: 0;
    padding: 0;
    color: #109B81;
    text-decoration: none;
}

.table-view a:hover {
    text-decoration: underline;
}

.table-view .blink-row {
    background-color: #FAFAFA;
}

.table-view a.button-edit, .table-view a.button-view, .table-view a.button-delete, .table-view a.button-print {
    margin: 0 1px;
    padding: 1px 4px 1px 18px;
    background-position: 4px 2px;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    border: 1px solid #E3E3E3;
    color: #666;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.table-view a.button-edit {
    background-image: url("img/edit.gif");
    background-repeat: no-repeat;
}

.table-view a.button-print {
    color: #0099CC;
    background-image: url("img/print.gif");
    background-repeat: no-repeat;
}

.table-view a.button-view {
    background-image: url("img/view.gif");
    background-repeat: no-repeat;
}

.table-view a.button-delete {
    color: #ef2e14;
    background-image: url("img/delete.gif");
    background-repeat: no-repeat;
}

.table-view a.button-edit:hover {
    background-color: #049CDB;
    border: 1px solid #0387BD;
    color: #FFF;
    text-shadow: none;
}

.table-view a.button-view:hover {
    background-color: #46A546;
    border: 1px solid #3D903D;
    color: #FFF;
    text-shadow: none;
}

.table-view a.button-delete:hover {
    background-color: #EF2E14;
    border: 1px solid #D72912;
    color: #FFF;
    text-shadow: none;
}
