/* input(523,1): run-time error CSS1035: Expected colon, found '}'
input(548,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(573,13): run-time error CSS1035: Expected colon, found '{' */

.content_sign {
    width: 300px;
    left: 40%;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0px auto;
}

.form-input {
    margin-top: 5px;
}

.form-btn {
    margin-top: 15px;
}

.warning {
    margin: 0px auto;
    width: 80%;
    max-width: 500px;
    font: 400 14px/1.5 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
}

.errors {
    margin: 0px auto;
    float: left;
    font: bold 20px/1.5 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    color: #cc0000;
}

.errorMessage {
    font-weight: 700;
    color: #cc0000;
}

.wrapper {
    width: 100%;
    background: #ffffff;
    display: block;
    overflow: auto;
}





.maincontainer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-top: 50px;
    z-index: 2;
    min-height: 500px;
    max-height: none;
    background-color: #FFF;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    /*box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);*/
    box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.15);
}

.maincontainer_welcome {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    z-index: 2;
    background-color: #FFF;
    border: thin solid grey;
    display: block;
    overflow: auto;
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    padding-bottom: 20px;
}


.loginDiv {
    width: 275px;
    height: 290px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.loginDiv {
    border: 2px solid #17527a;
}

    .loginDiv h2 {
        background: #17527a;
        background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#17527a));
        background: -webkit-linear-gradient(top, #3e779d, #17527a);
        background: -moz-linear-gradient(top, #3e779d, #17527a);
        background: -ms-linear-gradient(top, #3e779d, #17527a);
        background: -o-linear-gradient(top, #3e779d, #17527a);
        /*background:#0094ff;*/
        color: white;
        padding: 5px;
        font: bold 20px/1.5 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
        margin-top: -1px;
    }

    .loginDiv p {
        color: #333;
        padding: 10px;
    }

.loginDiv {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}



.panel {
    z-index: 999;
    width: 300px;
    height: 280px;
    border: 2px solid #17527a;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font: 15px "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    margin-left: 210px;
    margin-top: 30px !important;
}

.panel a {
    font: bold 15px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.panel a:hover {
    font: bold 15px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #a63b07;
}

.panel h2 {
    background: #17527a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#17527a));
    background: -webkit-linear-gradient(top, #3e779d, #17527a);
    background: -moz-linear-gradient(top, #3e779d, #17527a);
    background: -ms-linear-gradient(top, #3e779d, #17527a);
    background: -o-linear-gradient(top, #3e779d, #17527a);
    /*background:#0094ff;*/
    color: white;
    padding: 5px;
    font: bold 20px/1.5 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    margin-top: -1px;
}

.panel ul {
    list-style-type: none;
}

.panel ul li {
    padding: 3px;
    line-height: 1.6;
}

.help {
    color: white;
    font-size: 16px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
    width: 30px;
    border: none;
    margin-bottom: 3px;
    margin-left: 10px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.help:hover {
    background: #1873ab;
}

.help:active {
    border-top-color: #1b435e;
    background: #1b435e;
}


.button {
    border-top: 1px solid #96d1f8;
    background: #17527a;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#17527a));
    background: -webkit-linear-gradient(top, #3e779d, #17527a);
    background: -moz-linear-gradient(top, #3e779d, #17527a);
    background: -ms-linear-gradient(top, #3e779d, #17527a);
    background: -o-linear-gradient(top, #3e779d, #17527a);
    padding: 8px 20px 8px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 16px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
    width: 300px;
    border: none;
    margin-bottom: 3px;
    margin-left: 10px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.button:hover {
    border-top-color: #1873ab;
    background: #1873ab;
    color: #ccc;
}

.button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.summary {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}



.statusbar {
    /*margin-left:-15px;*/
    margin-bottom: 5px;
    margin-top: 10px;
    height: 50px;
    vertical-align: middle;
    float: right;
    width: 70%;
    z-index: -1;
    color: #795227;
    font: 900 15px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    /*text-shadow: 1px 1px 2px #795227;*/
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.statusbar ul {
    height: 50px;
}

.statusbar li {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    padding: 5px;
}

.statusbar a {
    color: #795227;
    font: 900 15px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.refreshbar {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    color: White;
    font: bold 16px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
}

.refreshbar ul {
}

.refreshbar li {
    height: 30px;
    padding: 5px;
}

.horlist {
    padding: 10px;
    margin-bottom: 5px;
}

.horlist ul {
    display: inline !important;
    list-style-type: none !important;
    font: 900 15px/1.0 verdana;
}

.horlist li {
    display: inline !important;
    padding-left: 15px;
}

.horlist li a {
color: #0D4F8B;
text-decoration: none;
}

.horlist li a:hover {
    color: #60AFFE;
    text-decoration: underline;
}


.officerlist table {
    color: #795227;
    font: 600 12px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
    width: 95%;
}

.officerlist table th td {
    color: #795227;
    font: 600 12px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}

.rotate {
     height:150.0px;
     width:100px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
    z-index: auto;
    /*  display: inline-block;*/
    vertical-align: middle !important;
    
    padding-left: 10px;
    width: 10px !important;
}

.rotateMatrix {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
    vertical-align: middle !important;
}


.weightageCell {
    width: 10px;
}

.leftClmn {
    float: left;
}

.rightClmn {
    float: left;
    width: 200px;
    font: 600 12px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
}

.mainbtn {
    margin-top: 30px;
    width: 150px;
}

.mainbtn table {
    font: 600 12px/1.2 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
}

.mainbtn tr {
    height: 30px;
    border: thin solid gray;
}

.mainbtn td {
    padding: 10px;
}

.vers {
    margin: 0 0 0 auto;
    height: 100px;
    width: 100px;
    text-align: left;
    float: right;
    position: absolute;
    /* background:#f7f7f7;*/
    z-index: 1000;
}


.inputInverse {
    background-color: #b6a492;
    color: #ffffff;
}

.inputDisable {
    background-color: rgb(235,235,228);
    color: Black;
}

.saving {
    /*border-color: #e2fafd !important;
    border-width: 2px !important;
    background-color: #e2fafd;*/
    border-color: dodgerblue !important;
    border-width: 2px !important;
    background-color: dodgerblue;
}

.saved {
    /*border-color: #e5fdf2 !important;
    border-width: 2px !important;
    background-color: #dafade;*/
    border-color: mediumseagreen !important;
    border-width: 2px !important;
    background-color: mediumseagreen;
}

.saveError {
    border-color: lightcoral !important;
    border-width: 2px;
    background-color: lightcoral;
}

/* 
.ratingweightage{
    width:800px;
}*/


/* radius of table */

.radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.borderCCC {
    border: 1px solid #ccc;
}



table.prodData {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border-collapse: collapse;
}

table.prodData thead {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 58%, #e6e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(58%,#efefef), color-stop(100%,#e6e7e8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 58%,#e6e7e8 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 58%,#e6e7e8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 58%,#e6e7e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e8',GradientType=0 );
    background: linear-gradient(top, #ffffff 0%,#efefef 58%,#e6e7e8 100%);
}

table.prodData thead th {
    position: relative;
    padding: 10px 15px;
    font-size: 18px;
    text-shadow: 0 1px 0 #fff;
    line-height: 15px;
    vertical-align: bottom;
    border-right: 1px solid #ccc;
    font-weight: normal;
    text-align: left;
}

table.prodData thead th:first-child:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 5px 0px 0px;
}

table.prodData thead th:last-child:after {
    content: " ";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 0px 5px 0px 0px;
}

table.prodData thead th:last-child {
    border-right: none;
}

table.prodData tbody td {
    text-align: left;
    padding: 5px 15px;
    border-bott
}
       

.colheader{
    font: 600 16px/1.0 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
    color: #616264;
}

.lonelinks a {
    color: #0000CC;
    text-decoration: none;
    font: 400 16px/1 "Calluna Sans",Calibri,"Trebuchet MS",sans-serif;
}

.lonelinks a:hover {
    color: #f4af00;
    text-decoration: none;
}


/* Animation menu bar */

.navbar-toggle {
    border: none;
    background: transparent !important;
    &:hover{
    background: transparent !important;
}

.icon-bar {
    width: 22px;
    transition: all 0.2s;
}

    .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

    .middle-bar {
    opacity: 0;
    }

    .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    }
}

.navbar-toggle.collapsed {
    .top-bar{
    transform: rotate(0);
    }

    .middle-bar {
        opacity: 1;
    }

    .bottom-bar {
        transform: rotate(0);
    }
}


/* Animation menu bar end */

.fixed-dialog {
    float: right;
    position: fixed;
    top: 190px !important;
    right: 20px !important;
}

.dropdownlist-menu {
    margin-top: -10px;
    margin-right: 40px !important;
}
