﻿/*@import url("https://bootswatch.com/flatly/bootstrap.min.css");*/

body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
   
    background-color: #D9DDE9;*/
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /*background-color: #ffffff;*/
    /*background-color: #D9DDE9;*/
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        background: #ecf0f1;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -40%;
    }

    .row-offcanvas-left.active {
        left: 40%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%;
        margin-left: 12px;
    }
}

#sidebar {
    padding: 15px;
    margin-top: 10px;
}
.panel-custom-landing {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
}
.panel-custom {
    /*margin-top: 50px;*/
    margin-top: 100px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 5px #c9c9c9;
    border-radius: 7px;
    min-height: 500px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

/* caret style */
.caret {
    position: relative;
}

/* dropdown style */
.dropdown.open .caret:before,
.dropdown.open .caret:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.dropdown.open .caret:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: #ccc;
}

.dropdown.open .caret:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}

/* navbar style */
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-nav > .open > a .caret:before {
    bottom: -23px;
}

.navbar-nav > .open > a .caret:after {
    bottom: -24px;
}

.field-validation-error {
    color: #b94a48;
    /*font-style: italic;*/
    font-size: 14px;
}

.grey-form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
input.input-validation-error, select.input-validation-error {
    background-color: rgba(236,88,64,.1);
    border-color: #ec5840;
}

.mt-10{
    margin-top:10px;
}

.evalmsg {
    display: block;
    min-height: 25px
}

.detailsblock {
    border: 1px solid #0C3D6F;
    border-radius: 4px;
    padding: 12px 10px 12px 10px;
    /*min-height: 480px;*/
    margin-right: 6px;
    margin-left: 9px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#ename{
    display:none;
}

#heading span {
    font-size: 14px;
}

.pl-0{padding-left:0px!important;}
.pr-0 {
    padding-right: 0px !important;
}
.mt-20{
    margin-top:20px;
}

.mt-30 {
    margin-top: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}
.action {
    width: 30%;
    text-align: center;
}

.action2 {
    width: 15%;
    text-align: center;
}

span.btnEdit {
    /*color: #428bca;*/
    color: #2199e8;
    font-size: 1.5em;
    border: none;
    padding: 0px !important;
    cursor: pointer;
}

span.btnDelete {
    color: #d93131;
    font-size: 1.5em;
    border: none;
    padding: 0px !important;
    cursor: pointer;
}

.fixedHeight {
    color: red;
    font-size: 10px;
    max-height: 150px;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: auto;
}
[type='text'], [type='password'], [type='email'] {
    margin: 0px !important;
}

.activerow {
    background-color: #cfeaf2;
}
/* Start Web Grid CSS */
.gridview {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-family: 'Helvetica';
}

    .gridview th {
        color: #fff;
        background-image: linear-gradient(to bottom, #rgb(32, 167, 139), #rgb(32, 167, 139));
        /*background-color: #26578F;*/
        background-color: #3ba0c7;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        font-family: Helvetica;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration: none;
    }

        .gridview th a {
            color: #FFF;
            text-decoration: none;
        }

    .gridview tr {
        color: #121112;
        font-family: 'Helvetica';
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: grey;
    }

        .gridview tr:hover td {
            color: grey;
        }

    .gridview td {
        padding: 3px 5px;
        vertical-align: middle;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
    }

    .gridview th:first-child {
        border-top-left-radius: 5px;
    }

    .gridview th:last-child {
        border-top-right-radius: 5px;
    }

    .gridview tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .gridview tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

select{
    margin-bottom:0px!important;
}
.Title{
    text-align:center;
    margin-top:10px;
}
.bright-blue-panel {
    background-color: #F0F8FF;
    margin-bottom: 1.25em;
    padding: 0.9em;
    /*margin-top: 15px;*/
}


#topNav a:hover {
    text-decoration: underline;
    background-color: #FFF !important;
    color: #15528F !important;
}

#topNav a {
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    /*padding: 5px 8px;*/
    font-family: Helvetica, Arial;
}

#topNav {
    padding: 0 0 5px 0;
    font-size: 13px;
    color: #eee;
    margin-bottom: 5px;
    min-height: 20px;
}

    #topNav .selected {
        background-color: grey;
        color: #fff;
    }

#topNav .selected a {
    color: #fff;
}

#topNav .selected a:hover {
    color: #fff;
}

.itext {
    margin: 6px 0px 0px 6px;
}