﻿/*==========================================
    GENERAL  STYLES
    =====================================================*/


.flot-nav {
    float: right;
}

.alignLeft {
    text-align: left;
}

.wrap-pad {
    padding: 60px 30px;
    position: relative;
}

.text-center {
    text-align: center;
}

/*==========================================
    LOGIN PAGE
    =====================================================*/

.login {
    border: 1px solid #ccc;
    width: 400px !important;
    margin-top: 10%;
    padding: 20px !important;
    border-radius: 10px;
    background: #0069b2;
    color: #fff;
}

    .login h2 {
        color: #fff;
        border-bottom: 1px dotted #fff;
        padding-bottom: 10px;
    }


/*==========================================
    MEDIA QURIES
    =====================================================*/

@media (max-width: 360px) {
}

@media (max-width: 480px) {
    .login {
        width: 93%!important;
    }
}

@media (max-width: 767px) {
}

@media (min-width: 768px) and  (max-width: 1024px) {
}

@media (max-width: 800px) {
}

@media (max-width: 1024px) {
}

@media (min-width: 1366px) {
}

.expended {
    background: url("../image/collapse-arrow.png") no-repeat transparent !important;
    width: 22px;
    height: 21px;
    display: block;
}

.collasped {
    background: url("../image/expand-arrow.png") no-repeat transparent;
    width: 22px;
    height: 21px;
    display: block;
}

.kp_configInput input {
    width: 96%;
}

.kp_configInput textarea {
    width: 98% !important;
}

.kp_config td {
    padding: 5px !important;
    vertical-align: top;
}

.kp_config tr td LABEL {
    white-space: normal !important;
}

.kp_disText label {
    color: #626262;
    font-size: 11px !important;
}

listtable th {
    background-color: #EFF5FF;
    border-color: #E5E5E5;
    color: #444444 !important;
    font-size: 11px;
    height: 25px;
    line-height: 16px;
    padding: 0 5px 1px;
}

.listtable td:first-child {
    color: #444444 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    padding-top: 0px !important;
    word-wrap: break-word;
    padding-left: 3px;
    background: url('../images/read-only-border-repeat-Y.png') left 0 repeat-y;
}

    .listtable td:first-child a {
        float: left;
        width: 150px !important;
        word-wrap: break-word;
        padding: 0 3px;
    }

.listtable td {
    padding: 0 1px 1px 5px !important;
}

    .listtable td a:link {
        margin: 0 auto;
    }

.listtable .width40px {
    width: 40px;
}

.listtable .width465px {
    width: 465px;
}

.listtable .width90px {
    width: 90px;
    text-align: left;
}

.listtable .center {
    text-align: left;
    vertical-align: middle;
}

.divControlContainer {
    width: 98%;
    height: 95%;
}
.divControlContainer_WithTop {
    width: 98%;
    height: 85%;
}
.WContainer {
    position: relative;
    width: 500px;
    height: 400px;
    border-color: gray;
    border-width: 1em;
    padding: 1em;
    letter-spacing: 0;
    font-size: 1.2em;
    border: 1px solid;
    background: #eee;
    color: #333;
}

.WContainer2 {
    position: relative;
    width: 500px;
    height: 200px;
    border-color: gray;
    border-width: 1em;
    padding: 1em;
    letter-spacing: 0;
    font-size: 1.2em;
    border: 1px solid;
    background: #eee;
    color: #333;
}

input, select {
    min-width: auto !important;
}

.login .btn-info {
    border-radius: 4px;
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.login .btn-info:hover,
.login .btn-info:visited,
.login .btn-info:focus {
    border-radius: 4px;
    color: #fff;
    background-color: #3aabcc;
    border-color: #269abc;
}
