﻿@charset "utf-8";
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

html {
    height: 100%;
}

body {
    background: url(../Images/login-bg.jpg) center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    color: #606468;
    font: 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
}

input {
    border: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

p {
    line-height: 1.5em;
}

after {
    clear: both;
}

#login {
    margin: 50px auto;
    width: 320px;
    box-shadow: 0px 0px 10px #111;
    border-radius: 5px;
    /*border-top:2px solid #555;
  border-left:2px solid #555;
  border-right:2px solid #000;
  border-bottom:2px solid #000;*/
}

#login2 {
    margin: 50px auto;
    max-width: 360px;
    box-shadow: 0px 0px 10px #111;
    border-radius: 5px;
}



#login form {
    margin: auto;
    padding: 22px 22px 22px 22px;
    /*width: 100%;*/
    border-radius: 5px;
    background: url(../Images/login-control-bg.png) no-repeat center center #282e33;
    background-size: 115% 100%;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#login2 form {
    margin: auto;
    padding: 22px 22px 22px 22px;
    /*width: 100%;*/
    border-radius: 5px;
    background: url(../Images/login-control-bg.png) no-repeat center center #282e33;
    background-size: 115% 100%;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#login form label.userlabel, #login form label.passlabel {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #e0e0e0;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

#login2 form label.userlabel, #login2 form label.passlabel {
    background-color: #363b41;
    border-radius: 3px 0px 0px 3px;
    border-right: 3px solid #434a52;
    color: #e0e0e0;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
}

.remember-me label {
    vertical-align:top;
    padding-left: 12px;
    padding-bottom:6px;
    color: #9c9a9a;


}

#login form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #e0e0e0;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 223px;
    height: 50px;
}

#login2 form input[type="text"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #e0e0e0;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 223px;
    height: 50px;
}

#login form input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 223px;
    height: 50px;
}

#login2 form input[type="password"] {
    background-color: #3b4148;
    border-radius: 0px 3px 3px 0px;
    color: #a9a9a9;
    margin-bottom: 1em;
    padding: 0 16px;
    width: 100%;
    height: 50px;
}

#login form input[type="submit"] {
    background: #522020;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 15px;
}

#login2 form input[type="submit"] {
    background: #522020;
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 15px;
}

#login form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: #d4d4d4;
    border: none;
    outline: none;
}

#login2 form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: #d4d4d4;
    border: none;
    outline: none;
}

#login form input[type="checkbox"]:checked {
    width: 15px;
    height: 15px;
    background: url('/Images/check.png') no-repeat center center #ccc;
    border: none;
    outline: none;
}

#login2 form input[type="checkbox"]:checked {
    width: 15px;
    height: 15px;
    background: url('/Images/check.png') no-repeat center center #ccc;
    border: none;
    outline: none;
}




#login form input[type="submit"]:hover {
    background: #652e2e;
}

#login2 form input[type="submit"]:hover {
    background: #652e2e;
}

#RequiredFieldValidator1 {
    position: absolute;
    color: #F00;
    z-index: 999999;
    background-color: #000;
    padding: 7px;
}

#RequiredFieldValidator2 {
    position: absolute;
    color: #b51b1b;
    z-index: 999999;
    background-color: #000;
    padding: 7px;
}

.user-validate {
    position: relative;
    z-index: 99999999;
    right: -285px;
    top: -58px;
    font-size: 18px;
    font-weight: bold;
}

.pass-validate {
    position: relative;
    z-index: 99999999;
    right: -285px;
    top: -58px;
    font-size: 18px;
    font-weight: bold;
}

.failure-cont {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding: 10px 0px 10px 0px;
}

.failure-text {
    text-align: center;
    color: #d83a3a;
    font-size: 14px;
}

.request-forgot {
    width: 100%;
    padding: 3px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

    .request-forgot a {
        color: #9c9a9a;
        text-decoration: underline;
    }

        .request-forgot a:hover {
            color: #e0e0e0;
            text-decoration: underline;
        }

.login-title-cont {
    display: inline-block;
    width: 100%;
    height: 200px;
    margin-top: 50px;
    background-color: #F00;
}

.login-header-container {
    position: relative;
    width: 100%;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #000;
    margin-top: 50px;
    box-shadow: 0px 1px 10px #222;
}

.login-header-container2 {
    position: relative;
    width: 100%;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #000;
    margin-top: 10px;
    box-shadow: 0px 1px 10px #222;
}

.dummy {
    height: 200px;
    background-color: #252b2f;
    /*background:url(../Images/login-header.png)no-repeat;*/
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
    background:url(../Images/login-header.png) no-repeat center;
}

    .img-container .centerer {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .img-container img {
        vertical-align: middle;
        display: inline-block;
        max-height: 100%; /* <-- Set maximum height to 100% of its parent */
        max-width: 100%; /* <-- Set maximum width to 100% of its parent */
    }

.user {
    position: relative;
    top: -34px;
    color: #4c4c4c;
    float: right;
    padding-right: 20px;
}

@media (max-width:675px) {
    .user {
        position: initial;
        width: 100%;
        color: #9c9a9a;
        float: none;
        margin: 10px auto 0px auto;
        clear: both;
        float: none;
        text-align: center;
    }
}


.user a {
    color: #4c4c4c;
}

    .user a:hover {
        text-decoration: underline;
        color: #aaa;
    }

.site-wrapper {
    width: 100%;
}

.main-cont {
    max-width: 980px;
    background-color: #eaeaea;
    margin: auto;
}

.footer-cont {
    width: 100%;
    height: auto;
    margin: auto;
}


.footer {
    max-width: 980px;
    height: 50px;
    background-color: #252b2f;
    padding: 20px;
    margin: auto;
    text-align: center;
    color: #cecece;
    border-top: 1px solid #494949;
    border-bottom: 1px solid #000;
    margin-top: 10px;
    box-shadow: 0px 1px 10px #222;
}

.breadcrumbs_container {
    background-color: #d0d0d0;
    padding: 10px;
    color: #FFF;
}

.content-module {
    padding: 2%;
    width: 96%;
    padding-bottom: 50px;
}


.separater {
    padding-bottom: 50px;
}
.getting-started-table {
    width: 100%;
}

.create-form-label {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #b3b3b3;
}

#login2 form input[type="text"] {
    width: 100%;
}

#login2 form input[type="password"] {
    width: 100%;
}

.create-form-validate {
    position: relative;
    z-index: 99999999;
    right: -298px;
    top: -60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background-color: #882828;
    padding: 5px 5px 23px 5px;
}

.form-header {
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
    text-align: center;
}

.forgot-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #b3b3b3;
}

.return-home {
    max-width: 100%;
    text-align: center;
    margin: 20px auto 10px auto;
    font-size: 14px;
    color: #b3b3b3;
}


    .return-home a {
        max-width: 100%;
        text-align: center;
        font-size: 14px;
        color: #b3b3b3;
        text-decoration: underline;
    }

        .return-home a:hover {
            max-width: 100%;
            text-align: center;
            font-size: 14px;
            color: #FFF;
            text-decoration: underline;
        }

.edit-prof-table {
}

    .edit-prof-table a {
        padding: 5px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
        border-radius: 5px;
        border: 1px solid #3e3e3e;
        margin-top: 15px;
        color: #000;
        text-decoration: none;
    }

        .edit-prof-table a:hover {
            padding: 5px;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
            background: #cccccc; /* Old browsers */
            background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
            cursor: pointer;
            border-radius: 5px;
            border: 1px solid #000;
        }

.site-button {
    padding: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border: 1px solid #3e3e3e;
    margin-top: 15px;
}

    .site-button:hover {
        padding: 5px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
        background: #cccccc; /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #3e3e3e;
    }

/* START MENU CSS ======================================================= */


@import url(https://fonts.googleapis.com/css?family=Raleway);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#cssmenu {
    width: auto;
    border-bottom: 3px solid #e3e3e3;
    font-family: Raleway, sans-serif;
    line-height: 1;
}

    #cssmenu ul {
        background: #ffffff;
    }

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-right > ul > li {
        float: right;
    }

        #cssmenu.align-right > ul > li > a {
            margin-right: 0;
            margin-left: -4px;
        }

    #cssmenu > ul > li > a {
        z-index: 2;
        padding: 18px 25px 12px 25px;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
        color: #444444;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        /*-ms-transition: all .2s ease;*/
        -o-transition: all .2s ease;
        transition: all .2s ease;
        margin-right: -4px;
    }

        #cssmenu > ul > li.active > a,
        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover {
            color: #444444;
        }

        #cssmenu > ul > li > a:after {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            content: "";
            /*-webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;*/
        }

        #cssmenu > ul > li.active > a:after,
        #cssmenu > ul > li:hover > a:after,
        #cssmenu > ul > li > a:hover:after {
            background: #e3e3e3;
        }


    #cssmenu li a.active {
        background-color: #d0d0d0;
        margin-bottom: -3px;
        padding-bottom: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }



/* END MENU CSS ==========================================================*/

.div-table {
    display: table;
    width: auto;
    background-color: #eee;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 200px;
    background-color: #ccc;
}

.labelfont{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}

.top-buffer {
    margin-top: 20px;
}

.checkboxOpacity {
    opacity: 1.0;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}