﻿@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);*/

@font-face {
    font-family: 'Open Sans';
    src: url('open-sans/OpenSans-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}


#container {
    height: 400px;
    width: 100%;
}


#topline {
    width: 100%;
    height: 5px;
    background-color: #0C3;
}

#header {
    /* width:980px; */
    width: 99%;
    height: auto;
    margin: auto;
    /*border:1px solid #006;*/
}

#header_others {
    /*width: 740px;*/
    height: 133px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: -31px;
    background-repeat: no-repeat;
    /*background-image:url('../../img/common/head_main2.jpg');*/
    background-image: url('http://localhost:50266/TecsoEnergy/images/index/logo.png');
}

#header_blank {
    width: 740px;
    height: 133px;
    margin: auto;
    background-image: url('../../img/common/head_main2.jpg');
}

.blank0 {
    width: 910px;
    height: 15px;
    margin: auto;
}

.blank1 {
    width: 910px;
    height: 30px;
    margin: auto;
}

#header_inside {
    width: 740px;
    height: 133px;
    margin: auto;
    background-image: url('../../img/common/head_main2.jpg');
}

#logo_div {
    width: 100px;
    height: 100px;
    /*border:1px solid red;*/
    background-image: url(../../img/common/national_emblem.jpg);
    background-repeat: no-repeat;
    float: left;
}

#heading {
    width: 700px;
    height: 100px;
    /*border:1px solid green;*/
    float: left;
    text-align: center;
}

.span1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
}

.span2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    color: #0066FF;
}

.txt_logged {
    clear: left;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #999;
    /*border:1px solid #999;*/
    padding: 2px;
}

.error_txt li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #F00;
}

.flash_error {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: #F00;
}

.errorClass {
    border: 2px solid red;
}


.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    /*font-family: Arial;*/
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 15px 6px 15px;
    text-decoration: none;
    border: none;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
        border: none;
    }


.btn_delete {
    background: #d9534f;
    background-image: -webkit-linear-gradient(top, #d9534f, #FA8258);
    background-image: -moz-linear-gradient(top, #d9534f, #FA8258);
    background-image: -ms-linear-gradient(top, #d9534f, #FA8258);
    background-image: -o-linear-gradient(top, #d9534f, #FA8258);
    background-image: linear-gradient(to bottom, #d9534f, #FA8258);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    /*font-family: Arial;*/
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 15px 6px 15px;
    text-decoration: none;
    border: none;
}

    .btn_delete:hover {
        background: #c9302c;
        background-image: -webkit-linear-gradient(top, #c9302c, #F78181);
        background-image: -moz-linear-gradient(top, #c9302c, #F78181);
        background-image: -ms-linear-gradient(top, #c9302c, #F78181);
        background-image: -o-linear-gradient(top, #c9302c, #F78181);
        background-image: linear-gradient(to bottom, #c9302c, #F78181);
        text-decoration: none;
        border: none;
    }


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.web_page_heading {
    width: 900px;
    height: 50px;
    margin: auto;
    text-align: center;
}

.data_content_div {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

.disable {
    cursor: not-allowed;
    opacity: 1;
    background-color: #DCDCDC;
    border: 1px solid #eee;
}
