﻿@charset "utf-8";
/* CSS Document */
a {
    color: #337ab7;
    outline: 0;
}

body {
    font-size: 11px;
}

td {
    padding: 1px !important;
    font-size: 11px;
}

    td span {
        font-size: 11px;
    }

.main-header {
    background: #337ab7;
    padding: 3px 10px;
    color: #FFF;
}

.search-bar {
    background: none repeat scroll 0 0 rgba(244, 244, 244, 0.15);
    border: medium none;
    color: #fff;
}

.search i {
    color: #337ab7;
    font-size: 20px;
    margin-left: 6px;
}

.navbar-nav li a {
    padding: 5px 10px;
}

.myButton_after .glyphicon {
    margin-left: 3px;
    margin-right: 3px;
}

.btn-theme {
    background-color: #337ab7;
    border-radius: 0;
    color: #fff;
    margin: 2px 0;
    min-width: 100px;
}

    .btn-theme:hover {
        background-color: #ba3430;
        color: #FFF;
    }

.bg-nav {
    background: #FFF !important;
    height: 80px;
    box-shadow: none !important;
}

nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #fff !important;
    margin-top: 2%;
}

.nav-bg {
    background: #000 url(../images/nav_bg.jpg) no-repeat;
    border-bottom: 4px solid;
}

.nav .glyphicon {
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

.nav a {
    text-align: center;
    color: #FFF !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #337ab7 !important;
}

.nav > li:before {
    background: none repeat scroll 0 0 #ccc;
    content: "";
    display: block;
    height: 0px;
    width: 100%;
}

.nav > li:hover {
    background: none repeat scroll 0 0 #1a1a1a;
}

.dropdown-menu {
    background: #337ab7;
    padding: 10px;
    color: #FFF;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        /*background-color: #337ab7 !important;*/
        background-color: #2E9AFE !important;
        background-image: none !important;
    }

@media all and (min-width:320px) and (max-width:768px) {
    .nav-bg {
        background: none repeat scroll 0 0 #1a1a1a;
    }

    .nav .glyphicon {
        padding-bottom: 5px;
        text-align: left;
        width: auto;
    }

    .nav a {
        color: #fff !important;
        padding: 10px !important;
        text-align: left;
    }

    .nav.navbar-nav > li {
        border-bottom: 1px solid #2c2c2c;
    }

    .nav > li:hover {
        background: none repeat scroll 0 0 #337ab7;
    }

    .search {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
}

/*.user_logout {
    position: absolute;
    right: 116px;
    top: 20px;
}*/

.user_profile {
    background: none repeat scroll 0 0 #337ab7;
    float: right;
    margin-right: 0;
    margin-top: 12px;
    width: 165px;
}

.user_image {
    background: none repeat scroll 0 0;
    border: 5px solid #337ab7;
    border-radius: 100%;
    height: 70px;
    margin-left: -18%;
    width: 70px;
    overflow: hidden;
    /* padding:4px;*/
}

.user_name {
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    width: auto;
}

/*.user_name {
    position: absolute;
    right: 36px;
    top: 15px;
}

.user_position {
    position: absolute;
    right: 45px;
    top: 35px;
}*/

.main-headding {
    background-color: #337ab7;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 1px 0 0;
    padding: 6px;
    text-align: left;
}

.sidebar {
    background-color: #f4f4f4;
    height: 100%;
    overflow: hidden;
    padding: 15px;
}

.new_headding {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    font-weight: bold;
}

.news {
    background: none repeat scroll 0 0 #fff;
    border-top: 2px solid #ccc;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px;
    text-align: justify;
    height: 373px;
}

.vticker ul {
    list-style: none;
    padding: 10px;
    text-align: left;
}

.vticker.news li {
    font-size: 14px;
    text-align: justify;
}

.main-contain {
    background-color: #f4f4f4;
    min-height: 410px;
    padding: 1% 3% 2%;
}

.badge_custom {
    border-radius: 3px;
    color: #fff;
    display: block;
    height: auto;
    margin: 1px 10px;
    min-height: 65px;
    overflow: hidden;
    padding: 0;
}

    .badge_custom h4 {
        display: inline-block;
        font-size: 14px;
        padding: 0 5px;
        text-align: inherit;
    }

.badge_bottom {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 0 3px 3px;
    display: block;
    float: left;
    height: 40%;
    margin-bottom: -2px;
    padding: 8px 5px;
    width: 100%;
}

.badge_body {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}

.active_badge {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
}

    .active_badge a {
        /*float: left;*/
        color: #5cb85c;
    }

    .active_badge i {
        float: right;
        color: #5cb85c;
    }

.renewal_badge {
    background-color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

    .renewal_badge a {
        /*float: left;*/
        color: #f0ad4e;
    }

    .renewal_badge i {
        float: right;
        color: #f0ad4e;
    }

.expired_badge {
    background-color: #d9534f;
    border: 2px solid #d9534f;
}

    .expired_badge a {
        /*float: left;*/
        color: #d9534f;
    }

    .expired_badge i {
        float: right;
        color: #d9534f;
    }

.total_badge {
    background-color: #337ab7;
    border: 2px solid #337ab7;
}

    .total_badge a {
        color: #337ab7;
        display: block;
        float: left;
        width: 100%;
    }

    .total_badge i {
        float: right;
        color: #337ab7;
    }

.full-width {
    margin-left: 35px;
    margin-top: 0 !important;
    width: 95%;
}

.myButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 20% !important;
    margin-top: 10px !important;
    position: fixed;
    width: auto;
}

.myButton_after {
    background: #337ab7 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 11px;
    padding: 7px;
    position: fixed;
    width: auto;
}

footer {
    background: #000;
    position: fixed;
    width: 100%;
    color: #CCC;
    bottom: 0px;
    border-top: 2px solid #337ab7;
    padding: 0px;
}

.glyphicon-bell span {
    background-color: #337ab7;
    color: #FFF;
}

.social_icons i {
    margin-left: 10px;
}

.social_icons a {
    color: #FFF;
    float: right;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.collapse.navbar-collapse, #badge .col-md-3.col-sm-6.col-xs-12 {
    padding: 0px;
}

#badge .col-md-3 a {
    text-decoration: none;
}

.social_icons {
    margin-top: 5px;
}

.fix-margin {
    margin-top: 50px;
}

hr {
    border-color: #a5a5a5;
    margin: 10px;
}

.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0 #fff;
    border: none !important;
    box-shadow: none !important;
    height: 100%;
    left: -5px;
    transform: translateZ(0px);
}

.banner_tab {
    background: none repeat scroll 0 0 #337ab7;
    color: #fff;
    margin: 2px;
    padding: 10px 30px;
    border: 1px solid #337ab7;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .banner_tab:hover, .banner_tab:focus {
        background-color: #FFF;
        color: #337ab7 !important;
        text-decoration: none !important;
    }

.bx-wrapper img {
    height: 500px;
}

.bx-wrapper, .bx-viewport {
    height: 400px !important;
}

.note {
    margin-top: 25px;
    padding: 5px;
    margin-bottom: 60px;
}

.bx-wrapper {
    margin: 0 auto 25px !important;
}

@media all and (min-width:320px) and (max-width:680px) {
    .nav.navbar-nav > li {
        padding: 0 15px !important;
    }
}

.slider_tab_holder {
    float: none;
    margin: 0 auto;
    width: 1000px;
}

.custom-line-height {
    line-height: 0.429;
}

@media all and (min-width:1025px) and (max-width:1900px) {
    .nav.navbar-nav > li {
        min-width: 100px !important;
    }
}

#GV_Do_U_Know td {
    text-align: justify;
}

#GV_Do_U_Know tr {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    padding: 10px 2px;
}

.main-headding > span {
    font-size: 14px !important;
    font-weight: bold !important;
}

.main-chart {
    float: none;
    margin: 0 auto;
    width: 330px;
}

.sub-chart-table {
    border-collapse: collapse;
    display: block;
    float: none;
    margin: 0 auto;
    width: 700px;
}

.chart-main-hedding {
}

.space-between-serach-print-buttons {
    margin-left: 10px;
}

.space-between-buttons {
    margin-left: 10px;
}

.table-responsive {
    margin-top: 10px;
}

.ver-space-between-control {
    float: none;
    margin: 0px auto;
}

.dispaly-align-center {
    display: block;
    float: none;
    margin: 5px auto;
}

.bottom-margin {
    /* margin-left: 331px !important;*/
    margin-left: 25% !important;
    width: 75%;
}

.two-Row-Single-Bottom {
    margin-top: 19px;
}

.GvHeader {
    padding-left: 4px;
    text-decoration-style: none;
    color: #FFF;
    background-color: black;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    border: 1px solid #000;
}

.GvItems {
    padding-left: 4px;
    text-decoration-style: none;
    font-size: 10pt;
}

.padding-bottm {
    padding-bottom: 20px;
}
/*2015-02-28*/
/*Login Page CSS*/

.login_box {
    margin-top: 75px;
}

.panel-info > .panel-heading {
    background-color: #ba2014 !important;
    background-image: none !important;
}

.panel-title, .panel-heading a {
    color: #fff !important;
}

.panel_custom {
    border: none !important;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

header {
    z-index: 999;
}

.report-badge {
    color: #fff;
    font-size: 12px;
    height: 32px;
    line-height: 0;
    padding: 10px;
    text-align: center;
}

.report-data-badge .badge {
    background: none repeat scroll 0 0 #fff;
    color: #555;
    float: right;
    margin-top: -6px;
    padding: 5px 7px;
}

.report-table {
    overflow: auto;
}

.report-data-badge {
    float: left;
    margin: 0;
    padding: 0;
}

#ContentPlaceHolder1_GVdetails tr {
    color: #fff;
    font-size: 16px !important;
}

.GvItems > a {
    color: #155c99;
}

.report-chart > img {
    display: block;
    float: none;
    margin: 10px auto;
}

.report-table {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}

.navbar-default {
    box-shadow: none !important;
}

.search {
    padding: 5px 0px;
}

.logo {
    margin-top: 15px;
}

.col-md-2 > img {
    margin-top: 4px;
}

h5, .h5 {
    font-size: 10px;
}

.social_icons i {
    font-size: 10px;
}

.glyphicon.glyphicon-chevron-left.glyphicon-chevron-right {
    margin-left: 26px;
    margin-top: 1px;
}

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px 5px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.chart-main-hedding a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold !important;
    margin: 3px 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: underline;
    width: 300px;
    border: 1px solid #ccc;
    border-color: black;
}

.update-panel {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: auto;
    margin: 2px 0;
    padding: 0 10px 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

input[type=file] {
    float: left;
}

.row > legend {
    margin-bottom: 5px;
    margin-top: -5px;
}

.form-control {
    border-radius: 1px;
    float: left;
    font-size: 11px;
    height: 23px;
    margin-bottom: 3px;
    padding: 4px 11px;
    width: 100%;
}

label, span {
    font-size: 10px;
    margin-bottom: 2px;
}

.noOfParty {
    border: 1px solid #ccc;
    height: 197px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 19px;
    overflow: auto;
    width: 47%;
}

.ContractOwner {
    border: 1px solid #ccc;
    height: 50px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0;
}

    .ContractOwner td {
        padding: 1px !important;
    }

.LabelMedium {
    float: left;
    font-weight: bold;
    width: 90%;
}

.LabelStarCumpalsary {
    float: left;
    margin-right: 3px;
}

.search input[type=text] {
    height: 34px;
}

.table-panel {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin: 10px 0;
}

    .table-panel .table th {
        background-color: #000;
        color: White;
        font-size: 12px;
        font-weight: normal;
        padding: 2px;
        text-align: center;
    }

.update-panel .col-md-3 {
    height: 26px;
}

.noOfparty-textbox {
    float: left;
    margin: 0 5px 0 0;
    width: 60%;
}

.ContractOwnertext input[type="text"] {
    float: left;
    margin: 0 5px 0 0;
    width: 60%;
}

.btn-theme-sm {
    border: 1px solid #a4a4a4;
    border-radius: 0;
    float: right;
    height: 23px;
    margin: 0;
    min-width: 59px;
    padding: 0 20px;
}

.left-margin {
    margin-left: 1.7%;
}

.noOfParty table td span {
    border-bottom: none;
}

.noOfParty .table > thead > tr > th, .noOfParty .table > tbody > tr > th, .noOfParty .table > tfoot > tr > th, .noOfParty .table > thead > tr > td, .noOfParty .table > tbody > tr > td, .noOfParty .table > tfoot > tr > td {
    border-top: none;
    font-size: 11px;
    padding: 1px;
}

.update-panel-inner {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: auto;
    margin: 2px 0;
    padding: 10px;
}

.sub-headding {
    color: #337ab7;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 6px;
}

.imgtick {
    height: 15px;
    margin-left: 0;
    margin-top: -5px;
    width: 15px;
}

.Incompleteforms {
    margin-right: 0;
    padding-right: 0;
}

    .Incompleteforms p {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        color: #fff !important;
        float: right;
        padding: 2px 5px;
    }

        .Incompleteforms p .badge {
            background-color: #337ab7;
        }

.report-badge span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.report-table {
    height: 415px;
    margin-top: 0;
}

    .report-table td {
        padding: 1px !important;
    }

    .report-table th, .report-table th, .report-table span, .report-table a {
        font-size: 11px;
        font-weight: normal;
        text-align: left;
    }

.GvHeader {
    padding: 2px !important;
    text-align: center !important;
}

.report .btn-theme-sm {
    border: 1px solid #a4a4a4;
    border-radius: 0;
    float: right;
    height: 33px;
    margin: 0;
    min-width: 59px;
    padding: 0 20px;
}

.banner-arrow {
    background: none repeat scroll 0 0 #fff;
    border-radius: 20px;
    margin-top: 18px;
    padding: 0;
    width: 30px;
}

.home-dropdown > span {
    float: left;
    font-size: 11px !important;
    font-weight: normal;
    margin-bottom: 5px !important;
}

.home-dropdown {
    /*border-top: 1px solid #ccc;*/
    border-radius: 0;
    height: 63px;
    margin: 6px 0;
    padding: 6px;
}

.col-md-2 > span {
    font-size: 11px !important;
    margin: 0;
}

.main-container {
    margin-top: 147px;
}

.latest_news {
    height: 455px;
    overflow: hidden;
    padding-bottom: 10px;
    position: fixed;
}

#wrap {
    height: 91%;
    overflow: hidden;
}

.glyphicon-chevron-left:before {
    content: "\e079" !important;
}

.nav .glyphicon {
    font-size: 20px;
}

footer h5 {
    font-size: 11px;
    font-weight: bold;
}

footer .glyphicon.glyphicon-bell {
    font-size: 16px;
    margin-top: 2px;
}

footer .fa.fa-question {
    font-size: 17px;
}

footer .badge {
    background-color: #337ab7;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 2px 6px 4px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.contract-report-table {
    margin-top: -5px;
    padding: 10px;
}

    .contract-report-table .col-md-4 {
        border: 1px solid #ccc;
        height: 130px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 5px;
    }

    .contract-report-table input[type="radio"], .contract-report-table input[type="checkbox"] {
        margin: 0 5px;
    }

.Boxborder {
    border: 1px solid #ccc;
    padding: 5px;
}

    .Boxborder input[type="radio"], .Boxborder input[type="checkbox"] {
        margin: 2px 5px;
        float: left;
    }

    .Boxborder .LabelMedium {
        width: auto;
    }
/*.btn-theme-refresh-sm {
  border: 1px solid #a4a4a4;
  border-radius: 0;
  float: right;
  height: 34px;
  margin: 2px 0;
  min-width: 59px;
  padding: 0 20px;
}*/
.btn-theme-refresh-sm, .btn-theme, .btn-theme-sm {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    padding: 2px 8px 2px 8px;
    border: solid #cccccc 1px;
    text-decoration: none;
    min-width: 75px;
    height: 23px;
    margin: 1px;
}

.btn:hover {
    background: #c7c7c7;
    background-image: -webkit-linear-gradient(top, #c7c7c7, #ffffff);
    background-image: -moz-linear-gradient(top, #c7c7c7, #ffffff);
    background-image: -ms-linear-gradient(top, #c7c7c7, #ffffff);
    background-image: -o-linear-gradient(top, #c7c7c7, #ffffff);
    background-image: linear-gradient(to bottom, #c7c7c7, #ffffff);
    text-decoration: none;
    color: #000;
}

.display-center {
    float: none;
    margin: 0 auto;
}

.department .col-md-6 {
    height: 20px;
    margin: -2px auto;
}

.Boxborder a {
    text-decoration: underline;
}

.GvClauses td, .GvClauses th {
    padding: 4px !important;
}

.GvClauses textarea {
    width: 100% !important;
}

.GvItems > td {
    padding-left: 10px !important;
}

.chklable {
    font-weight: bold;
    margin-left: 4px;
    margin-top: 2px;
    width: auto;
}

.btn-default {
    border-radius: 0px !important;
}
/*********************22-03-2015*******************/
.user_name {
    position: absolute;
    right: 43px;
    top: 15px;
}

.user_position {
    position: absolute;
    right: 44px;
    top: 35px;
}

.user_logout {
    position: absolute;
    right: 30px;
    top: 21px;
}

    .user_logout li {
        list-style: outside none none;
    }

    .user_logout .dropdown-menu {
        left: -15px;
        min-width: 100px !important;
        padding: 3px 5px;
    }

.Logout {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    float: none;
    margin: 13% auto;
    min-height: 200px;
    min-width: 300px;
    box-shadow: 0px 0px 10px #a4a4a4;
    padding: 1px 12px;
}

    .Logout h1 {
        font-size: 24px;
        text-align: center;
    }

    .Logout i {
        color: #a4a4a4;
        font-size: 93px;
        text-align: center;
    }

.btn.btn-theme-sm {
    margin: 1px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    margin-left: -10px;
    margin-top: 65px;
    margin-right: 10px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu .dropdown-menu li {
    cursor: pointer;
}

    .dropdown-submenu .dropdown-menu li:hover, .dropdown-submenu .dropdown-menu li :focus {
        /*background-color: #ee483b !important;*/
        background-color: #2E9AFE !important;
        background-image: none !important;
    }

.user_logout .dropdown-menu li a {
    background: none repeat scroll 0 0 #fff;
    font-size: 11px;
    text-align: center;
}

.btn.btn-theme-sm {
}

.notification {
    background-color: white;
    border: 2px solid #d9534f;
    bottom: 33px;
    display: none;
    height: 200px;
    position: fixed;
    right: -4px;
    width: 300px;
    z-index: 999999;
    border: 1px solid #ccc;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    animation-name: slideInUp;
}

.notificationChat {
    background-color: white;
    border: 2px solid #d9534f;
    bottom: 33px;
    display: none;
    height: 330px;
    position: fixed;
    right: -4px;
    width: 270px;
    z-index: 999999;
    border: 1px solid #ccc;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    animation-name: slideInUp;
}

.notifications-headding, .notifications-footer {
    background-color: #d9534f;
    height: 25px;
    position: fixed;
    z-index: 999;
}

.notification-data {
    display: block;
    float: left;
    height: 140px;
    margin-top: 30px;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 0px;
}

.notifications-footer {
    bottom: 0px;
}

.notification-close {
    display: block;
    float: right;
    height: 10px;
    line-height: 20px;
    margin-right: 0;
    text-align: right;
    width: 100px;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    0% {
        -moz-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.user_logout .dropdown-menu li a:hover, .user_logout .dropdown-menu li a:focus {
    background-color: #ededed !important;
    background-image: none !important;
    color: #ee483b;
}

.user_logout .dropdown-menu {
    left: -41px;
    min-width: 100px !important;
    padding: 3px 5px;
    top: 13px;
}

footer .glyphicon.glyphicon-bell {
    display: block;
    float: left;
    font-size: 16px;
    margin: 5px -11px -1px;
    z-index: 0;
}

footer .badge {
    background-color: #337ab7;
    border: 1px solid #000;
    border-radius: 20px;
    color: #fff;
    display: block;
    float: left;
    font-size: 5px !important;
    font-weight: bold;
    line-height: 1;
    margin: -2px 15px -3px 1px !important;
    min-width: 10px;
    padding: 1px 4px;
    text-align: center;
}
/*2015-04-05*/
.glyphicon {
    margin: 0px 5px;
}

.latest_news h2 {
    padding: 7px;
}

.search {
    padding: 5px 0;
    margin-right: 6px;
}

.bx-viewport {
    width: 102% !important;
}

.Incompleteforms p .badge {
    background-color: #d9534f;
    height: 15px;
    line-height: 15px;
    padding: 0;
    width: 15px;
}

.imgtick {
    height: 15px;
    margin-left: 0;
    margin-top: 2px;
    width: 15px;
}

.report .btn-theme-sm {
    height: 28px;
}

.btn-theme-refresh-sm, .btn-theme, .btn-theme-sm {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    padding: 2px 8px 2px 8px;
    border: solid #cccccc 1px;
    text-decoration: none;
    min-width: 75px;
    height: 23px;
    cursor: pointer;
}

.GvHeader {
    padding: 2px !important;
    text-align: center !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
}

.modal-header {
    padding: 8px !important;
}

.btnprimary {
            background-color: #337ab7;
            border: none;
            color: white;
            padding: 5px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            margin: 4px 2px;
            cursor: pointer;
            transition: all 500ms ease;
        }

.btnprimary:hover {
                background-color: #d6e4f0;
                color: #337ab7;
                box-shadow: inset 0 0 0 1px #337ab7;
                font-weight: bold;
            }

.btnprimary:active {
                box-shadow: 1px 1px 1px 1px;
                /*top: 1px;*/
                /*border:10px solid #337ab7;*/
            }

.btnwarning {
            background-color: #f49914;
            border: none;
            color: white;
            padding: 5px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 12px;
            margin: 4px 2px;
            cursor: pointer;
            transition: all 500ms ease;
        }

.btnwarning:hover {
                background-color: #fcead0;
                color: #f49914;
                box-shadow: inset 0 0 0 1px #f49914;
                font-weight: bold;
            }

.btnwarning:active {
                box-shadow: 1px 1px 1px 1px;
                /*top: 1px;*/
                /*border:10px solid #f49914;*/
            }
