
/*to improve admin page desgin have to comment this css*/
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}


/* login css */
.login {
    background-color: #007a88 !important;
}

    .login .site_title i {
        border: 1px solid #eaeaea;
        border-radius: 50%;
        padding: 5px 6px;
    }

    .login .logo {
        margin: 0px auto 20px auto;
        padding: 15px;
        text-align: center;
        color: #fff;
    }

        .login .logo a {
            color: #fff;
            font-size: 24px;
        }

            .login .logo a:hover {
                text-decoration: none;
            }

    .login .content {
        background-color: #fff;
        width: 360px;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

        .login .content h3 {
            color: #000;
        }

        .login .content h4 {
            color: #555;
        }

        .login .content p {
            color: #222;
        }

        .login .content .login-form, .login .content .forget-form {
            padding: 0px;
            margin: 0px;
        }

        .login .content .input-group {
            border-left: 2px solid #007a88 !important;
            border-radius: 0;
        }

        .login .content .input-group {
        }

        .login .content .form-control {
            border-color: #ccc;
            box-shadow: none;
            border-radius: 0;
        }

        .login .content .input-group .form-control {
            border-left: 0;
            box-shadow: none;
        }

            .login .content .input-group .form-control:focus {
                box-shadow: none;
                border-color: #ccc;
            }

        .login .content .input-group .input-group-addon {
            border-radius: 0;
            background-color: #fff;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            font-weight: 300;
            margin: 0;
            margin-bottom: 5px;
        }

        .login .content .form-actions {
            background-color: #fff;
            clear: both;
            border: 0px;
            border-bottom: 1px solid #eee;
            padding: 0px 30px 25px 30px;
            margin-left: -30px;
            margin-right: -30px;
        }

            .login .content .form-actions input[type="checkbox"] {
                margin: 0;
                margin-right: 3px;
                margin-top: 0;
            }

            .login .content .form-actions .checkbox label {
                position: relative;
                top: -3px;
            }

            .login .content .form-actions .checkbox {
                margin-left: 0;
                padding-left: 0;
            }

        .login .content .forget-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .login .content .register-form .form-actions {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 0px;
        }

        .login .content .form-actions .checkbox {
            margin-top: 8px;
            display: inline-block;
        }

        .login .content .form-actions .btn {
            margin-top: 1px;
        }

        .login .content .forget-password {
            margin-top: 25px;
        }

        .login .content .create-account {
            padding-top: 10px;
            margin-top: 0px;
        }

            .login .content .create-account a {
                display: inline-block;
                margin-top: 5px;
            }
        /* select2 dropdowns */
        .login .content .select2-container {
            border-left: 2px solid #44B6AE !important;
        }

            .login .content .select2-container .select2-choice {
                border-left: none !important;
            }

            .login .content .select2-container i {
                display: inline-block;
                position: relative;
                color: #ccc;
                z-index: 1;
                top: 1px;
                margin: 4px 4px 0px -1px;
                width: 16px;
                height: 16px;
                font-size: 16px;
                text-align: center;
            }

        .login .content .has-error .select2-container i {
            color: #b94a48;
        }

        .login .content .select2-container a span {
            font-size: 13px;
        }

            .login .content .select2-container a span img {
                margin-left: 4px;
            }
    /* footer copyright */
    .login .copyright {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        color: #999;
        font-size: 13px;
    }

/* Button */
.green-haze.btn {
    color: #FFFFFF;
    background-color: #007a88;
    border-radius: 0px;
}

    .green-haze.btn:hover, .green-haze.btn:focus, .green-haze.btn:active, .green-haze.btn.active {
        color: #FFFFFF;
        background-color: #1a2835;
    }

.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}

input[type="checkbox"] {
     margin-right:10px;
}
/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.btn-primary {
    background-color:#007A88 !important;
    border-color:#007A88 !important;
}


@media (max-width:480px) {
    /***Login page***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
    }

        .login .content h3 {
            font-size: 22px;
        }

    .login .checkbox {
        font-size: 13px;
    }
}