﻿html,
body {
    height: 100%;
    font-size: 14px;
}

a, button, input[type=button], input[type=submit] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

    .wrap > .container {
        padding: 70px 15px 20px;
    }

.footer {
    height: 268px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

    .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.sprite {
    background: url(../image/sprite.png) no-repeat;
    line-height: 0px;
    font-size: 1px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    zoom: 1;
}



.main-sidebar .user-panel {
    padding: 5px;
}

    .main-sidebar .user-panel > .image > img {
        width: 40px;
        max-width: inherit;
    }

    .main-sidebar .user-panel > .info {
        padding: 5px 5px 5px 0;
    }


.addmorebtn {
    border: 1px solid #f1f1f1;
    margin-top: 25px;
    padding: 9px 11px;
    cursor: pointer
}

body.login-page {
    background: url(../image/loginbg.jpg) no-repeat fixed center center;
    background-size: cover;
    -webkit-background-size: cover;
}

.login-box {
    margin: 0 auto !important;
    padding: 0 0 0;
    width: 100%;
    max-width: 416px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.login-logo {
    width: 122px;
    height: 105px; /*background:url(../image/csrnewlogo.png) no-repeat;*/
    text-indent: -9999px;
    margin: 0 auto;
    display: none;
}

.login-box-body {
    padding: 20px 30px 30px !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    background: rgba(255,255,255,0.8) !important;
}

.login-box .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 44px;
    background: rgba(255,255,255,0.3);
}

.login-box .form-control-feedback {
    height: 44px;
    line-height: 44px;
}

.login-box .login-box-msg {
    font-size: 30px;
    padding: 0 20px 10px 20px;
}

.login-box .form-group {
    margin-bottom: 10px;
}






.loginbtn {
    display: inline-block;
    border: none;
    vertical-align: middle;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o backface-visibility: hidden;
    position: relative;
    transition-property: color;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    border-left: 5px solid #bf4216;
    background-color: #e85926;
    padding: 0 20px;
    line-height: 58px;
    font-size: 22px;
    color: #fff;
}

    .loginbtn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #bf4216;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        -ms-transition-property: transform;
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        -o-transition-duration: 0.7s;
        -ms-transition-duration: 0.7s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
    }

    .loginbtn:hover, .loginbtn:focus, .loginbtn:active {
        color: #fff;
    }

        .loginbtn:hover:before, .loginbtn:focus:before, .loginbtn:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -moz-transform: scaleX(1);
            -o-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.login-box .remember {
    float: left;
}

.login-box .forgotp {
    float: right;
    margin: 0 0 5px;
}

.clear {
    clear: both;
}

.rajasthanmap {
    width: 100%;
    position: relative;
}

#rajasthanmap path {
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    cursor: pointer;
}

    #rajasthanmap path:hover {
        fill: #f39c12;
    }

#rajasthanmap .active path {
    fill: #f39c12;
}


.mapvision {
    padding: 10px;
    width: 100%;
    border: solid 1px #dedede;
}

    .mapvision ul {
        margin: 10px 0 0 5px;
        padding: 0px;
    }

    .counterbox li, .mapvision li {
        list-style: none;
        padding: 0px 0 7px;
        margin: 0px;
        line-height: 1px;
        width: 100%;
    }

    .mapvision li {
        font-size: 13px;
    }

        .mapvision li span {
            width: 13px;
            height: 13px;
            display: inline-block;
            margin: 0 5px 0 0;
        }

.counterbox {
    border: solid 1px #dedede;
    padding: 5px 10px;
    min-width: 130px;
    position: relative;
    top: 0px;
    left: 0px;
}

    .counterbox ul {
        margin: 0px;
        padding: 0px;
    }

    .counterbox li {
        width: 48%;
        display: inline-block;
        margin: 0px;
        list-style: none;
        line-height: 1;
        padding: 0 5px 5px 0;
    }

        .counterbox li span {
            width: 13px;
            height: 13px;
            display: inline-block;
            margin: 0 5px 0 0;
        }

.site-index .heritageicon {
    background-position: -48px -1px;
    width: 43px;
    height: 45px;
}

.site-index .adarshicon {
    background-position: -94px -1px;
    width: 47px;
    height: 38px;
}

.site-index .womenicon {
    background-position: -147px -1px;
    width: 29px;
    height: 43px;
}

.site-index .swachhicon {
    background-position: -1px -1px;
    width: 46px;
    height: 45px;
}

.site-index .watericon {
    background-position: -189px -4px;
    width: 22px;
    height: 32px;
}

.site-index .healthicon {
    background-position: -198px -762px;
    width: 40px;
    height: 45px;
}

.site-index .othericon {
    background-position: -246px -762px;
    width: 35px;
    height: 32px;
}

.dist {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.site-index {
    position: relative;
}

.textR {
    text-align: right;
}

.marginT15 {
    margin-top: 15px;
}

.content-header h1 {
    margin-top: 0;
    font-size: 2em;
}

.hindustanlogo {
    cursor: pointer;
    width: 41px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    margin-right: 5px;
}

    .hindustanlogo a {
        display: block;
    }

    .hindustanlogo img {
        display: block;
        max-width: inherit;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .hindustanlogo:hover {
        width: 145px;
    }

.girnarlogo {
    cursor: pointer;
    width: 52px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

    .girnarlogo a {
        display: block;
    }

    .girnarlogo img {
        max-width: inherit;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .girnarlogo:hover {
        width: 156px;
    }

.nav-tabs-custom > .nav-tabs > li#handicraft.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom > .nav-tabs > li#education.active {
    border-top-color: #605ca8;
}

.nav-tabs-custom > .nav-tabs > li#livelihood.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom > .nav-tabs > li#bharat.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom > .nav-tabs > li#conservation.active {
    border-top-color: #00c0ef;
}

/*.tab-pane ul {
    padding: 0px;
    list-style: none;
}

.tab-pane li span {
    border: solid 1px #f4f4f4;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}*/

img {
    max-width: 100%;
}

.content-wrapper .content-header > .breadcrumb {
    position: relative;
    left: 0;
    top: 0;
    float: none;
    background: rgba(0,0,0,0.05);
    line-height: 1;
    padding: 5px 10px;
}

.colortheme {
    float: right;
    border: solid 1px #fff;
    margin: 5px 10px 0 0;
}

    .colortheme li, .zoomsite li {
        list-style: none;
        float: left;
    }

    .colortheme ul, .zoomsite ul {
        padding: 0px;
    }

.zoomsite {
    float: left;
    margin: 3px 0 8px 11px;
}

    .zoomsite li a {
        float: left;
        color: #fff;
        font-size: 15px;
        padding: 5px 10px;
    }

        .zoomsite li a:hover {
            background: #1e282c;
        }

.colortheme li span {
    height: 22px;
    width: 22px;
    display: block;
    cursor: pointer;
}

.col-xs-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 275px;
}

.info-box-icon {
    width: 70px !important;
}

.info-box-content {
    margin-left: 70px !important;
}

.logobg {
    padding: 15px 0;
    margin: 10px;
    height: 135px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center; /*background:url(../image/csrnewlogo.png) #374850 center center no-repeat;*/
    cursor: pointer;
}

.sidebar-collapse .logobg {
    height: auto;
    background-size: 100%;
}

.social {
    
    padding: 10px;
    margin: 10px 0 0;
    text-align: center;
}

    .social ul {
        padding: 0px;
        list-style: none;
        margin: 0;
    }

    .social li {
        display: inline-block;
        margin: 0 10px 0 0;
        
        -moz-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.sidebar-collapse .social {
    padding: 10px 5px 0;
}

    .sidebar-collapse .social li {
        margin: 0 0 10px;
    }

.social li:hover {
    -webkit-filter: grayscale(0%);
    -moz--webkit-filter: grayscale(0%);
    -ms--webkit-filter: grayscale(0%);
    -o--webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social li .facebookL {
    background-position: -4px -239px;
    height: 35px;
    width: 35px;
}

.social li .youtubeL {
    background-position: -221px -239px;
    height: 35px;
    width: 35px;
}

.videosection {
    border: solid 1px #dedede;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.skin-red .box.box-warning {
    border-top-color: #dd4b39;
}

.skin-purple .box.box-warning {
    border-top-color: #605ca8;
}

.skin-green .box.box-warning {
    border-top-color: #00a65a;
}

.skin-blue .box.box-warning {
    border-top-color: #3c8dbc;
}

.skin-yellow .btn-success, .skin-yellow .btn-warning, .skin-yellow .pagination > li.active a {
    background: #f39c12;
    border-color: #f39c12;
}

.skin-red .btn-success, .skin-red .btn-warning, .skin-red .pagination > li.active a {
    background: #dd4b39;
    border-color: #dd4b39;
}

.skin-purple .btn-success, .skin-purple .btn-warning, .skin-purple .pagination > li.active a {
    background: #605ca8;
    border-color: #605ca8;
}

.skin-green .btn-success, .skin-green .btn-warning, .skin-green .pagination > li.active a {
    background: #00a65a;
    border-color: #00a65a;
}

.skin-blue .btn-success, .skin-blue .btn-warning, .skin-blue .pagination > li.active a {
    background: #3c8dbc;
    border-color: #3c8dbc;
}

.skin-yellow .pagination > li > a:hover {
    color: #f39c12;
}

.skin-red .pagination > li > a:hover {
    color: #dd4b39;
}

.skin-purple .pagination > li > a:hover {
    color: #605ca8;
}

.skin-green .pagination > li > a:hover {
    color: #00a65a;
}

.skin-blue .pagination > li > a:hover {
    color: #3c8dbc;
}

/*.skin-yellow table a:hover, .skin-yellow table a:active, .skin-yellow table a:focus {color:#e08e0b;}
.skin-red table a:hover, .skin-red table a:active, .skin-red table a:focus {color:#cd3b29;}
.skin-purple table a:hover, .skin-purple table a:active, .skin-purple table a:focus {color:#504c98;}
.skin-green table a:hover, .skin-green table a:active, .skin-green table a:focus {color:#00964a;}
.skin-blue table a:hover, .skin-blue table a:active, .skin-blue table a:focus {color:#00b0df;}*/

.skin-yellow .btn-success:hover, .skin-yellow .btn-success:active, .skin-yellow .btn-success.hover, .skin-yellow .btn-warning:hover, .skin-yellow .btn-warning:active, .skin-yellow .btn-warning.hover {
    background: #e08e0b !important;
    border-color: #cd3b29;
}

.skin-red .btn-success:hover, .skin-red .btn-success:active, .skin-red .btn-success.hover, .skin-red .btn-warning:hover, .skin-red .btn-warning:active, .skin-red .btn-warning.hover {
    background: #cd3b29 !important;
    border-color: #cd3b29;
}

.skin-purple .btn-success:hover, .skin-purple .btn-success:active, .skin-purple .btn-success.hover, .skin-purple .btn-warning:hover, .skin-purple .btn-warning:active, .skin-purple .btn-warning.hover {
    background: #504c98 !important;
    border-color: #504c98;
}

.skin-green .btn-success:hover, .skin-green .btn-success:active, .skin-green .btn-success.hover, .skin-green .btn-warning:hover, .skin-green .btn-warning:active, .skin-green .btn-warning.hover {
    background: #00964a !important;
    border-color: #00964a;
}

.skin-blue .btn-success:hover, .skin-blue .btn-success:active, .skin-blue .btn-success.hover, .skin-blue .btn-warning:hover, .skin-blue .btn-warning:active, .skin-blue .btn-warning.hover {
    background: #2c7dac !important;
    border-color: #00b0df;
}

.skin-yellow .pagination > li.active a:hover, .skin-red .pagination > li.active a:hover, .skin-purple .pagination > li.active a:hover, .skin-green .pagination > li.active a:hover, .skin-blue .pagination > li.active a:hover {
    color: #fff;
}

.skin-yellow .nav-stacked > li.active > a, .skin-yellow .nav-stacked > li.active > a:hover {
    border-color: #f39c12;
}

.skin-red .nav-stacked > li.active > a, .skin-red .nav-stacked > li.active > a:hover {
    border-color: #dd4b39;
}

.skin-purple .nav-stacked > li.active > a, .skin-purple .nav-stacked > li.active > a:hover {
    border-color: #605ca8;
}

.skin-green .nav-stacked > li.active > a, .skin-green .nav-stacked > li.active > a:hover {
    border-color: #00a65a;
}

.skin-blue .nav-stacked > li.active > a, .skin-blue .nav-stacked > li.active > a:hover {
    border-color: #3c8dbc;
}

.skin-red .label-warning {
    background: #dd4b39 !important;
}

.skin-purple .label-warning {
    background: #605ca8 !important;
}

.skin-green .label-warning {
    background: #00a65a !important;
}

.skin-blue .label-warning {
    background: #3c8dbc !important;
}






.navbar-nav > li:first-child > a {
    font-weight: 600;
    letter-spacing: 0.05em;
}

.box-body .nav-tabs-custom > .nav-tabs > li.active > a {
    border-right-color: #cdcdcd;
}

.box-body .nav-tabs-custom > .nav-tabs > li.active > a {
    border-left-color: #cdcdcd;
    border-right-color: #cdcdcd;
}

.box-body .nav-tabs-custom > .nav-tabs > li.active:first-of-type > a {
    border-left-color: rgba(0, 0, 0, 0);
}

.box-body .nav-tabs-custom > .nav-tabs {
    border-bottom-color: #cdcdcd;
}


.box-body .nav-tabs-custom {
    box-shadow: none;
    display: block;
    margin: 0 -10px;
}

    .box-body .nav-tabs-custom > .nav-tabs > li {
        margin-right: 0;
    }

        .box-body .nav-tabs-custom > .nav-tabs > li > a {
            display: block;
            font-size: 13px;
            padding: 5px 6px 10px;
            line-height: 1;
            position: relative;
        }



.carry-cc {
    display: block;
    position: relative;
}

    .carry-cc .form-control {
        padding-left: 40px;
    }

    .carry-cc:before {
        position: absolute;
        left: 10px;
        top: 7px;
        content: "+91";
    }

#rajasthanmap text {
    font-size: 20px;
}


.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }


/****************** Login css 15 march SEZ ***************/
.login-box .login_after {
    clear: both;
    width: 100%;
    line-height: 30px;
    padding-bottom: 10px;
}

    .login-box .login_after a {
        color: #e85926;
    }

        .login-box .login_after a:hover {
            color: #e85926;
            text-decoration: underline;
        }

    .login-box .login_after .register_with_us {
        float: left;
    }

    .login-box .login_after .register_back_home {
        float: right;
    }
/****************** ::::end login css ***************/

/*Edited at 22 04 2016 friday*/
.info-box {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

    .info-box:hover {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03);
        -ms-transform: scale(1.03);
    }

    .info-box > a {
        display: block;
        color: #fff;
    }

        .info-box > a:hover {
            color: #fff;
        }

    .info-box span {
        display: block;
    }

.info-box-icon > img {
    filter: brightness(500%);
    -webkit-filter: brightness(500%);
}


.info-box .info-box-text {
    height: 40px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px; /* fallback */
    max-height: 40px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.info-box .info-box-icon {
    display: block;
}

.info-box .progress, .info-box .progress .progress-bar {
    display: block;
}


/*End edited at 22 04 2016 friday*/

/*Creating New page as organization detail 08 06 1016*/
.printicon {
    background-position: -251px -54px;
    height: 16px;
    margin-top: -2px;
    width: 16px;
}

.organizedetail {
    display: block;
    max-width: 1232px;
    margin: auto;
}

    .organizedetail:after {
        display: table;
        clear: both;
        content: "";
    }

    .organizedetail .detailheader {
        border-bottom: 1px solid #dadada;
        padding-bottom: 20px;
        text-align: left;
    }

        .organizedetail .detailheader:after {
            display: table;
            clear: both;
            content: "";
        }

.content .box .backblock {
    float: right;
    margin-bottom: 4px;
}

    .content .box .backblock a {
        float: right;
        font-family: Verdana,Geneva,sans-serif;
        font-size: 11px;
        height: 24px;
        line-height: 20px;
        padding: 0 10px;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #ededed;
        color: #8e8b8b;
        cursor: pointer;
    }

        .content .box .backblock a:hover {
            border-color: #ffa344;
            color: #ffa344;
        }

            .content .box .backblock a:hover .printicon {
                background-position: -210px -54px;
            }

        .content .box .backblock a.last {
            margin-right: 19px;
        }

    .content .box .backblock .detailbtn {
        background-color: #ececec;
        border: 1px solid #c0c0c0;
        color: #6e6e6e;
        display: block;
        float: right;
        font-size: 11px;
        font-weight: bold;
        height: 35px;
        line-height: 31px;
        margin: 15px auto 0;
        text-align: center;
        transition: all 1s ease 0s;
        width: 107px;
        border-radius: 3px;
    }

        .content .box .backblock .detailbtn:hover {
            background: #e85f28 none repeat scroll 0 0;
            border-color: #e85f28;
            color: #ffffff !important;
        }

.organizedetail .detailheader .detailheading {
    float: left;
    margin-top: 0;
    width: 70%;
}

    .organizedetail .detailheader .detailheading h2 {
        font-size: 23px;
        color: #222222;
        font-weight: 600;
    }

    .organizedetail .detailheader .detailheading .mapviewblock {
        position: relative;
        padding-left: 17px;
    }

        .organizedetail .detailheader .detailheading .mapviewblock span {
            color: #e9752f;
        }

        .organizedetail .detailheader .detailheading .mapviewblock .sprite {
            position: absolute;
            left: 0;
            top: 3px;
        }

        .organizedetail .detailheader .detailheading .mapviewblock .mapicon {
            background-position: -270px -161px;
            height: 16px;
            margin-right: 5px;
            width: 12px;
        }

.organizedetail .detailcont {
    background-color: #ffffff;
    padding: 0;
}

    .organizedetail .detailcont:after {
        display: table;
        clear: both;
        content: "";
    }

.organizedetail .detailtop {
    padding-top: 49px;
}

.organizedetail .imgholder3 {
    float: left;
    width: 30%;
}

    .organizedetail .imgholder3 img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

.organizedetail .detaillist ul {
    border-left: 2px solid #e4e4e4;
    margin: 0 0 0 20px;
    padding-left: 20px;
}

.organizedetail .detaillist li {
    color: #5b5b5b;
    display: block;
}

    .organizedetail .detaillist li:after {
        display: table;
        clear: both;
        content: "";
    }

    .organizedetail .detaillist li.first {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .organizedetail .detaillist li:nth-child(2) {
        margin: 0 -15px;
    }

.organizedetail .detailtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    padding-bottom: 15px;
}

table.detail-view th {
    width: 25%;
}

table.detail-view td {
    width: 75%;
}

table .not-set {
    white-space: nowrap;
}

.organizedetail .detaillist li .detaillistleft {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 33.333%;
    padding: 0 15px 20px;
}

    .organizedetail .detaillist li .detaillistleft a {
        color: #000000;
        line-height: inherit;
        outline-style: none;
        outline-width: medium;
        text-decoration: none;
    }

        .organizedetail .detaillist li .detaillistleft a:hover {
            color: #ffa344;
            cursor: pointer;
            text-decoration: none;
            transition: color 0.1s ease-in 0s;
        }

.organizedetail .detailtop:after {
    display: table;
    clear: both;
    content: "";
}

.organizedetail .detailtop .detailhere {
    display: block;
    margin: 0 -15px;
}

    .organizedetail .detailtop .detailhere:after {
        display: table;
        clear: both;
        content: "";
    }

.organizedetail .detailcont .detailtop .imgholder3 {
    float: left;
    padding: 15px;
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .organizedetail .detailcont .detailtop .imgholder3 .imagepick {
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
    }



.organizedetail .detailcont .detailtop .detaillist {
    width: 70%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 15px;
}


.organizedetail .detailtop .detailfooter {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin: 30px 0;
    padding: 25px 0 5px;
    text-align: center;
    clear: both;
}

    .organizedetail .detailtop .detailfooter ul {
        margin: 0 -10px;
        padding: 0;
    }

        .organizedetail .detailtop .detailfooter ul:after {
            display: table;
            clear: both;
            content: "";
        }

    .organizedetail .detailtop .detailfooter li {
        float: left;
        display: block;
        width: 25%;
        margin-bottom: 15px;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }



        .organizedetail .detailtop .detailfooter li > .items {
            border: 1px solid #e5e5e5;
            min-height: 85px;
            padding: 10px;
        }

        .organizedetail .detailtop .detailfooter li:hover > .items {
            border-color: #e9752f;
        }

        .organizedetail .detailtop .detailfooter li:first-child {
            margin-left: 0;
        }

        .organizedetail .detailtop .detailfooter li.csredgeblock {
            cursor: pointer;
            text-align: center;
            font-size: 18px;
            color: #5b5b5b;
        }

    .organizedetail .detailtop .detailfooter .clickview {
        color: #ffa344;
        font-size: 20px;
        line-height: 1;
    }

    .organizedetail .detailtop .detailfooter li .subtitle {
        font-size: 15px;
        line-height: 1;
        font-weight: 600;
        color: #343333;
    }

    .organizedetail .detailtop .detailfooter li .name {
        font-size: 18px;
        color: #5b5b5b;
        line-height: 1.225;
        padding: 5px 0;
    }

    .organizedetail .detailtop .detailfooter li:last-child .clickview {
        color: #ffa344;
        font-size: 13px;
        line-height: 1;
    }

    .organizedetail .detailtop .detailfooter li .adarsh {
        color: #5b5b5b;
        display: block;
        font-size: 18px;
        margin: 5px auto 0;
        max-width: 205px;
        padding-left: 50px;
        position: relative;
        vertical-align: middle;
    }

        .organizedetail .detailtop .detailfooter li .adarsh .logo-item {
            position: absolute;
            left: 0;
            top: 2px;
        }

        .organizedetail .detailtop .detailfooter li .adarsh .viewdetail {
            display: block;
            font-size: 14px;
            color: #ffa344;
        }


/*CSS changes by Rakesh*/
/*.wrap-word-custom tr th:nth-child(6),
.wrap-word-custom tr td:nth-child(6),
.wrap-word-custom tr th:nth-child(7),
.wrap-word-custom tr td:nth-child(7){ white-space: normal; width: 25% !important}*/


.wrap-word-custom tr th.wrapspace {
    white-space: normal;
    min-width: 120px;
    vertical-align: middle
}

.annexure-view table tr th {
    width: 60%;
    word-wrap: break-word;
    white-space: normal;
}


.form-group.required > label:first-child:after {
    content: " *";
    color: red;
}

.content-wrapper .content .form-group {
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

    .content-wrapper .content .form-group .help-block {
        position: absolute;
        bottom: -7px;
        margin: 0;
        line-height: 1;
    }

.basic-btn {
    padding-bottom: 10px;
}

    .basic-btn .field-project-id {
        display: none;
    }


body .content-wrapper .content-header {
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 13px 13px 10px;
}

    body .content-wrapper .content-header h1 {
        line-height: 1.8;
        margin: 0;
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
    }

.csr-progress {
    display: block;
    clear: both;
    padding-bottom: 10px;
}

    .csr-progress:after {
        display: table;
        clear: both;
        content: "";
    }

    .csr-progress .progress-scroll {
        display: block;
        clear: both;
        min-width: 100%;
    }

        .csr-progress .progress-scroll:after {
            display: table;
            clear: both;
            content: "";
        }

    .csr-progress .small-box {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .csr-progress .small-box .progress {
            height: 2px;
            border-radius: 0;
            margin-bottom: 0;
            background: rgba(0,0,0,0.3)
        }

            .csr-progress .small-box .progress .progress-bar {
                height: 2px;
                border-radius: 0;
                background: #fff;
            }

        .csr-progress .small-box > .inner {
            min-height: 70px;
            position: relative;
            padding: 5px 5px 5px 60px;
        }

            .csr-progress .small-box > .inner .icon {
                color: #fff;
                font-size: 27px;
                text-align: center;
                position: absolute;
                left: 0;
                top: 0;
                width: 55px;
                top: 55%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

                .csr-progress .small-box > .inner .icon .icon-ashok-symbol {
                    font-size: 45px;
                }

            .csr-progress .small-box > .inner h2 {
                font-size: 1.3em;
                margin: 0;
                line-height: 1;
                padding-right: 70px;
            }

            .csr-progress .small-box > .inner .appnum {
                display: block;
                position: absolute;
                right: 10px;
                font-size: 2.0em;
                font-weight: 700;
                top: -3px;
                text-align: right;
            }

            .csr-progress .small-box > .inner p {
                margin: 0;
                font-size: 1em;
            }




/* Wobble Skew Start */
/*@-webkit-keyframes hvr-wobble-skew { 
        16.65% { -webkit-transform: skew(-12deg); transform: skew(-12deg);}
        33.3% { -webkit-transform: skew(10deg); transform: skew(10deg);}
        49.95% { -webkit-transform: skew(-6deg); transform: skew(-6deg);}
        66.6% { -webkit-transform: skew(4deg); transform: skew(4deg);}
        83.25% { -webkit-transform: skew(-2deg); transform: skew(-2deg);}
        100% { -webkit-transform: skew(0); transform: skew(0);}
}
@keyframes hvr-wobble-skew { 
        16.65% { -webkit-transform: skew(-12deg); transform: skew(-12deg);}
        33.3% { -webkit-transform: skew(10deg); transform: skew(10deg);}
        49.95% { -webkit-transform: skew(-6deg); transform: skew(-6deg);}
        66.6% { -webkit-transform: skew(4deg); transform: skew(4deg);}
        83.25% { -webkit-transform: skew(-2deg); transform: skew(-2deg);}
        100% { -webkit-transform: skew(0); transform: skew(0);}
}*/
.hvr-wobble-skew {
    display: block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 10px 0;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

    .hvr-wobble-skew:hover,
    .hvr-wobble-skew:focus,
    .hvr-wobble-skew:active {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03);
        -ms-transform: scale(1.03);
    }


/* Wobble Skew End */



.categories-list {
    padding-bottom: 10px;
}

    .categories-list #categories-list {
        overflow: auto;
    }

    .categories-list .info-box:last-child {
        margin-bottom: 0;
    }

.dashborad-items .chart-legend {
    margin: 20px -10px 0;
}

    .dashborad-items .chart-legend:after {
        display: table;
        clear: both;
        content: "";
    }

    .dashborad-items .chart-legend li {
        padding: 5px 10px;
        float: left;
        width: 25%;
    }

        .dashborad-items .chart-legend li:after {
            display: table;
            clear: both;
            content: "";
        }

        .dashborad-items .chart-legend li span {
            display: inline-block;
            padding-left: 15px;
        }

        .dashborad-items .chart-legend li a {
            display: block;
            color: #333;
        }

.dashborad-items .distt-wise .info-box {
    margin-top: 15px;
    margin-bottom: 0;
}

    .dashborad-items .distt-wise .info-box .info-box-text {
        height: auto;
    }

    .dashborad-items .distt-wise .info-box .info-box-icon {
        font-size: 30px;
    }

        .dashborad-items .distt-wise .info-box .info-box-icon .icon-ashok-symbol {
            font-size: 45px;
        }

.dashborad-items .distt-wise .box-body .box-pane-right {
    border-radius: 0;
}

.dashborad-items .distt-wise .description-block {
    padding: 10px 0;
    margin: 0;
}


#raj-map-dist {
    text-align: center;
    position: relative;
    height: 385px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.cmcontent .description-block {
    margin: 26px 0;
}

#raj-map-dist svg {
    margin: auto;
    display: block;
    max-width: 100%;
}





#raj-map-dist path {
    stroke: #fff;
}

    #raj-map-dist path.activepath,
    #raj-map-dist path:hover {
        fill: #F39C12;
    }

.activepath {
    color: #F39C12;
}

#raj-map-dist path,
#raj-map-dist text {
    cursor: pointer;
}

#raj-map-dist .controls {
    position: absolute;
    margin: 0;
    width: 74px;
    right: -1px;
    top: -1px;
    box-shadow: none;
}

    #raj-map-dist .controls .controls-pan {
        display: block;
        text-align: center;
        background: #fff;
        padding: 5px;
        margin: 0;
    }

        #raj-map-dist .controls .controls-pan:after {
            display: table;
            clear: both;
            content: "";
        }

        #raj-map-dist .controls .controls-pan li {
            margin: 0;
            display: inline-block;
        }

            #raj-map-dist .controls .controls-pan li i {
                display: block;
                width: 20px;
                height: 20px;
                font-size: 12px;
                text-align: center;
                padding: 0;
                line-height: 18px;
                border-radius: 1px;
                margin: auto;
            }

            #raj-map-dist .controls .controls-pan li.top {
                width: 100%;
                float: left;
                text-align: center;
                padding-bottom: 1px;
            }

            #raj-map-dist .controls .controls-pan li.left {
                float: left;
                width: 33.3334%;
                padding-right: 1px;
            }

            #raj-map-dist .controls .controls-pan li.refresh {
                float: left;
                width: 33.3334%;
            }

            #raj-map-dist .controls .controls-pan li.right {
                float: left;
                width: 33.3334%;
                padding-left: 1px
            }

            #raj-map-dist .controls .controls-pan li.bottom {
                width: 100%;
                float: left;
                text-align: center;
                padding-top: 1px;
            }

            #raj-map-dist .controls .controls-pan li.plus {
                width: 50%;
                float: left;
                text-align: center;
                padding-top: 1px;
            }

                #raj-map-dist .controls .controls-pan li.plus i {
                    margin-right: 0;
                }

            #raj-map-dist .controls .controls-pan li.minus {
                width: 50%;
                float: left;
                text-align: center;
                padding-top: 1px;
                padding-left: 1px;
            }

                #raj-map-dist .controls .controls-pan li.minus i {
                    margin-left: 0;
                }



.recommendate-tl {
}

.timeline.recommendate-tl > li {
    margin-right: 0;
}

.recommendate-tl li.time-label {
    text-align: center;
    padding: 0;
    margin-right: 0;
}

.recommendate-tl.timeline > .time-label > span {
    box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    padding: 5px 8px;
    line-height: 1.3;
}


.timeline.recommendate-tl:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.recommendate-tl.timeline > li > .item-holder {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 45px 0 0;
}

.recommendate-tl li.odd .item-holder {
    float: right;
    padding: 0 0 0 45px;
}


.recommendate-tl.timeline > li > .icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
    box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}


.recommendate-tl.timeline > li > .icon {
    left: 50%;
    margin-left: -23px;
}

    .recommendate-tl.timeline > li > .icon i {
        line-height: inherit;
    }

.recommendate-tl.timeline > li > .item-holder > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    padding: 0;
    position: relative;
}


    .recommendate-tl.timeline > li > .item-holder > .timeline-item:before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid white;
    }


.recommendate-tl.timeline > li.even > .item-holder > .timeline-item:before {
    top: 7px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
}


.recommendate-tl li.odd .item-holder > .timeline-item:before {
    top: 7px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
}




.timeline > li > .item-holder > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}


.timeline > li > .item-holder > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}


    .timeline > li > .item-holder > .timeline-item > .timeline-header > a {
        font-weight: 600;
    }

.timeline > li > .item-holder > .timeline-item > .timeline-body,
.timeline > li > .item-holder > .timeline-item > .timeline-footer {
    padding: 10px;
    line-height: 1;
}



#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #cd-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

    .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

    .cd-timeline-img.cd-picture {
        background: #75ce66;
    }

    .cd-timeline-img.cd-movie {
        background: #c03b44;
    }

    .cd-timeline-img.cd-location {
        background: #f0ca45;
    }

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        display: inline-block;
    }

    .cd-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.address-type {
    display: block;
    padding-top: 10px;
}

    .address-type:after {
        display: table;
        clear: both;
        content: "";
    }

    .address-type .radio-me {
        float: left;
        padding: 0;
        padding-right: 30px;
        position: relative;
        margin: 0;
    }

        .address-type .radio-me input[type=radio] {
            opacity: 0;
            position: absolute;
        }

        .address-type .radio-me label {
            display: block;
            position: relative;
            padding-left: 25px;
        }

            .address-type .radio-me label:before {
                position: absolute;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 1px solid #333;
                content: "";
                position: absolute;
                left: 0;
            }

            .address-type .radio-me label:after {
                position: absolute;
                width: 8px;
                height: 8px;
                background: #444;
                border-radius: 50%;
                content: "";
                position: absolute;
                top: 6px;
                left: 6px;
                opacity: 0;
            }

        .address-type .radio-me input[type=radio]:checked + label:after {
            opacity: 1;
        }

.toggleMe {
    clear: both;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.7);
    display: none;
}

.user-top-content-box .basic-button {
    margin-bottom: 20px;
}

    .user-top-content-box .basic-button.user-right-btn {
        margin: 0;
    }

/*** project award view page ***/
.mailbox-messages.project-award-view .mailbox-controls.clearfix {
    position: absolute;
    right: 10px;
    top: 58px;
}

.mailbox-messages.project-award-view {
    margin: 10px 0 0;
}

@media print {



    /*
    .project-view h4{ display: none;}
    .grid-view { overflow: visible; clear: both; position: inherit;}
    
     a[href]:after {
        content: " (" attr(href) ")";
      }
     a[href]:after {
        content: none !important;
      }
    */




    .wrapper {
        overflow: visible;
    }

    .content-wrapper, .right-side {
        overflow: visible;
    }

    .project-view {
        overflow: visible;
        height: auto;
        min-height: inherit;
    }



    h1 {
        margin: 0;
        padding: 0;
    }
    /*
    @page { margin: 5mm; size: landscape; }
    @header{ display: none; margin: 0mm;} 
    @footer{ display: none; margin: 0mm;}    
    @title{ display: none; margin: 0mm;}      
    */
    .main-header, .basic-button, .main-footer, .sidebar, .usefulbtns, .detailfooter {
        display: none !important;
    }

    .content-wrapper {
        margin-left: -1px !important;
        height: auto;
    }


    body {
        overflow: visible !important;
        margin: 0cm;
    }


    .basic-btn {
        display: none;
    }




    .content-wrapper .project-view h4 {
        display: block !important;
    }

    .content-wrapper .grid-view {
        display: block !important;
        clear: both;
    }


    .main-sidebar, .left-side {
        display: none !important;
    }


    .content-wrapper a[href]:after {
        content: none !important;
    }

    .content-wrapper table th {
        font-weight: normal;
    }

    /*
    .content-wrapper table { page-break-after:always;}
    .content-wrapper table tr{ page-break-inside:none; page-break-after:none }
    .content-wrapper table th,
    .content-wrapper table td { page-break-inside:none; page-break-after:none }
    */

    /*
    .content-wrapper table thead { display:table-header-group }
    .content-wrapper table tfoot { display:table-footer-group }
    */



    /*
        
    .content-wrapper .project-docs { display: none !important;}
    */

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-row-group
    }

    tr {
        page-break-inside: avoid
    }


    .content-wrapper .box.box-warning {
        border: none;
    }

    .content-wrapper .for-print {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
    }

        .content-wrapper .for-print h2 {
            margin: 0;
            padding: 0;
            font-size: 20px;
            text-align: left;
            float: none;
            display: block;
            padding: 0;
            color: #000000;
            line-height: 20px;
        }

    .content-header {
        display: none !important;
    }




    .content-wrapper .for-print .logo-csr {
        display: block;
        clear: both;
        border-bottom: 1px solid #ccc;
        margin-top: -20px;
        padding: 0 20px;
    }

        .content-wrapper .for-print .logo-csr:after {
            display: table;
            clear: both;
            content: "";
        }

        .content-wrapper .for-print .logo-csr .logo {
            float: left;
            width: 15%;
        }

        .content-wrapper .for-print .logo-csr .logo-title {
            background: #f7f7f7;
            padding: 15px 20px;
            float: left;
            width: 85%;
        }

            .content-wrapper .for-print .logo-csr .logo-title h3 {
                font-size: 25px;
                letter-spacing: 0.05em;
                font-weight: 600;
                margin: 0;
                padding: 0;
                line-height: 1;
                text-transform: uppercase;
            }

                .content-wrapper .for-print .logo-csr .logo-title h3 .text-1 {
                    color: #f2b718;
                }

                .content-wrapper .for-print .logo-csr .logo-title h3 .text-2 {
                    color: #e08a26;
                }

                .content-wrapper .for-print .logo-csr .logo-title h3 .text-3 {
                    color: #1aad54;
                }

            .content-wrapper .for-print .logo-csr .logo-title p {
                font-size: 17px;
                letter-spacing: 0.05em;
                text-align: left;
                display: block;
                line-height: 1.5;
                padding: 5px 0 0;
                margin: 0;
            }

                .content-wrapper .for-print .logo-csr .logo-title p span {
                    display: block;
                }

    .content-wrapper .for-print .pdf-title {
        font-size: 21px;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 0 0;
    }

    .content-wrapper .for-print .organizaion-name {
        display: block;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
        line-height: 1;
        text-align: center;
    }

    .content-wrapper .project-view {
        padding-bottom: 70px;
        position: relative;
    }

    .content-wrapper .pdf-footer {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: block;
        page-break-after: auto;
        padding: 50px 0 0 0;
    }

        .content-wrapper .pdf-footer:after {
            display: table;
            clear: both;
            content: "";
        }

        .content-wrapper .pdf-footer .proud-partner {
            font-size: 14px;
            text-align: center;
            display: block;
            padding-bottom: 10px;
        }

        .content-wrapper .pdf-footer .logo-gshz {
            display: inline-block;
            padding: 0 10px;
        }

    .page-break {
        page-break-after: always;
        page-break-before: auto;
        page-break-inside: auto;
    }

    #Header, #Footer {
        display: none !important;
    }


    .wrap-word-custom tr th.wrapspace {
        min-width: 120px;
        vertical-align: middle
    }
}


.sidebar-mini.ipad-collapse .main-header .ipad-toggle {
    display: none;
}


@media screen and (min-width:480px) {
    .counterbox {
        margin: 0 0 10px;
    }
}

@media (min-width:768px) {
    .csr-progress .progress-scroll {
        display: block !important;
    }

    .csr-progress .toggleMe {
        display: none !important;
    }

    body .wrapper .main-header .logo {
        position: relative;
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
    }


        body .wrapper .main-header .logo .logo-img {
            position: absolute;
            left: 15px;
            top: -1px;
            max-width: 40px;
            width: auto;
        }

    .content-wrapper .for-print {
        display: none;
    }

    body.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: inline-block !important;
    }
}

@media screen and (min-width: 992px) {
    .col-xs-1-5 {
        width: 33%;
        float: left;
    }

    .textR {
        text-align: right;
    }

    .colortheme {
        margin: 14px 10px 0 0;
    }

    .mapvision {
        width: 100%;
    }
}

@media screen and (min-width: 1300px) {
    /*.col-xs-1-5 {width: 20%; float: left; }*/
    #rajasthanmap {
        padding: 30px 0 0;
    }
}

@media screen and (min-width: 1500px) {
    .counterbox {
        position: absolute;
        left: 10px;
        top: 60px;
    }

        .counterbox li {
            width: 100%;
            display: block;
        }

    .mapvision {
        width: 200px;
    }
}


@media (max-width:1080px) {


    .dashborad-items .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .dashborad-items .col-xs-1,
    .dashborad-items .col-sm-1,
    .dashborad-items .col-md-1,
    .dashborad-items .col-lg-1,
    .dashborad-items .col-xs-2,
    .dashborad-items .col-sm-2,
    .dashborad-items .col-md-2,
    .dashborad-items .col-lg-2,
    .dashborad-items .col-xs-3,
    .dashborad-items .col-sm-3,
    .dashborad-items .col-md-3,
    .dashborad-items .col-lg-3,
    .dashborad-items .col-xs-4,
    .dashborad-items .col-sm-4,
    .dashborad-items .col-md-4,
    .dashborad-items .col-lg-4,
    .dashborad-items .col-xs-5,
    .dashborad-items .col-sm-5,
    .dashborad-items .col-md-5,
    .dashborad-items .col-lg-5,
    .dashborad-items .col-xs-6,
    .dashborad-items .col-sm-6,
    .dashborad-items .col-md-6,
    .dashborad-items .col-lg-6,
    .dashborad-items .col-xs-7,
    .dashborad-items .col-sm-7,
    .dashborad-items .col-md-7,
    .dashborad-items .col-lg-7,
    .dashborad-items .col-xs-8,
    .dashborad-items .col-sm-8,
    .dashborad-items .col-md-8,
    .dashborad-items .col-lg-8,
    .dashborad-items .col-xs-9,
    .dashborad-items .col-sm-9,
    .dashborad-items .col-md-9,
    .dashborad-items .col-lg-9,
    .dashborad-items .col-xs-10,
    .dashborad-items .col-sm-10,
    .dashborad-items .col-md-10,
    .dashborad-items .col-lg-10,
    .dashborad-items .col-xs-11,
    .dashborad-items .col-sm-11,
    .dashborad-items .col-md-11,
    .dashborad-items .col-lg-11,
    .dashborad-items .col-xs-12,
    .dashborad-items .col-sm-12,
    .dashborad-items .col-md-12,
    .dashborad-items .col-lg-12 {
        padding-right: 5px;
        padding-left: 5px;
    }









    .dashborad-items .chart-legend li {
        width: auto;
    }
    /*  .dashborad-items .categories-list .slimScrollDiv{height: 110px !important; }
      .dashborad-items .categories-list .slimScrollDiv .box-body{ height: 95px !important;  }
      .dashborad-items .categories-list .slimScrollDiv{ overflow:  auto !important}
      .dashborad-items .categories-list .slimScrollDiv .box-body{ white-space: nowrap; }*/




}




@media (min-width:768px) and (max-width:1080px) {


    .sidebar-mini.ipad-collapse .wrapper .content-wrapper, .wrapper .right-side, .wrapper .main-footer {
        margin-left: 50px;
    }


    .sidebar-mini.ipad-collapse .wrapper .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

        .sidebar-mini.ipad-collapse .wrapper .main-sidebar .user-panel > .info,
        .sidebar-mini.ipad-collapse .wrapper .sidebar-form,
        .sidebar-mini.ipad-collapse .wrapper .sidebar-menu > li > a > span,
        .sidebar-mini.ipad-collapse .wrapper .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.ipad-collapse .wrapper .sidebar-menu > li > a > .pull-right,
        .sidebar-mini.ipad-collapse .wrapper .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0);
        }


    .sidebar-mini.ipad-collapse .wrapper .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.ipad-collapse .wrapper .main-header .navbar {
        margin-left: 50px;
    }


    .sidebar-mini.ipad-collapse .sidebar-toggle {
        display: none;
    }

    .sidebar-mini .main-header .ipad-toggle {
        display: none;
    }

    .sidebar-mini.ipad-collapse .main-header .ipad-toggle {
        float: left;
        display: block;
        background-color: transparent;
        background-image: none;
        padding: 15px 15px;
        color: #fff;
        font-family: fontAwesome;
    }

    .main-header .ipad-toggle:before {
        content: "\f0c9";
    }

    .main-header .ipad-toggle:hover {
        color: #f6f6f6;
        background: rgba(0,0,0,0.1);
    }
}


@media (max-width:991px) {

    body .content-wrapper .content-header h1 {
        font-size: 1.6em;
    }


    .organizedetail .detailcont .detailtop .imgholder3 {
        width: 40%;
    }

    .organizedetail .detailcont .detailtop .detaillist {
        width: 60%;
    }

        .organizedetail .detailcont .detailtop .detaillist ul {
            margin-left: 0;
        }

    .organizedetail .detaillist li .detaillistleft {
        width: 50%;
    }

    .organizedetail .detailtop .detailfooter li {
        width: 50%;
        padding-bottom: 10px;
    }

        .organizedetail .detailtop .detailfooter li > .items {
            min-height: 90px;
        }
}


@media (min-width:768px) and (max-width:991px) {
    .dashborad-items .categories-list .info-box {
        float: left;
        width: 31.333%;
        margin: 1%;
        padding: 0;
        display: block;
    }
}


@media (max-width:767px) {
    .sidebar-mini.ipad-collapse .main-header .ipad-toggle {
        display: none;
    }

    .csr-progress .toggleMe {
        display: block;
    }

    .csr-progress .progress-scroll { /*overflow: hidden; max-height: 0; transition: max-height 0.5s ease; -webkit-transition: max-height 0.5s ease; */
        display: none;
        padding-top: 10px;
    }

        .csr-progress .progress-scroll.showMeMobile { /*display: block; max-height: 1500px;*/
        }

    .content-wrapper {
        width: auto !important;
    }

    body .content-wrapper .content-header h1 {
        text-align: center;
        font-size: 1.7em;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 10px;
    }

    .textR {
        text-align: center;
    }

    .hindustanlogo {
        width: 145px;
    }

    .girnarlogo {
        width: 156px;
    }

    .csr-progress .small-box {
        text-align: left;
    }

        .csr-progress .small-box > .inner .icon {
            display: block;
        }

    .dashborad-items .distt-wise .box-body .box-pane-right {
        min-height: inherit !important;
        padding-bottom: 0;
    }

    .dashborad-items .distt-wise .description-block {
        position: relative;
        padding-left: 60px;
        min-height: 40px;
        text-align: left;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        .dashborad-items .distt-wise .description-block:first-child {
            border-top: none;
        }

        .dashborad-items .distt-wise .description-block .sparkbar {
            position: absolute;
            left: 5px;
            max-width: 55px;
            overflow: hidden;
            padding: 0;
        }

    #raj-map-dist svg {
        padding-top: 50px;
    }

    .dashborad-items .distt-wise .info-box {
        margin-bottom: 10px;
    }

    .dashborad-items .chart-legend {
        margin-top: 0;
    }

        .dashborad-items .chart-legend li {
            width: auto;
        }

    .captcha-box .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width:615px) {
    .organizedetail .detailcont .detailtop .imgholder3 {
        float: none;
        display: block;
        max-width: 280px;
        margin: auto;
        width: 100%;
    }

    .organizedetail .detailcont .detailtop .detaillist {
        width: 100%;
        padding: 15px 0 0;
    }

    .organizedetail .detaillist ul {
        border: none;
        border-top: 2px solid #e4e4e4;
        padding: 15px 0 0;
    }

    .organizedetail .detailheader .detailheading {
        width: 100%;
    }

    .organizedetail .detailheader .backblock {
        float: left;
        clear: both;
        padding-top: 10px;
    }

        .organizedetail .detailheader .backblock .detailbtn {
            float: left;
        }
}

@media (max-width:550px) {
    .organizedetail .detailtop .detailfooter li {
        width: 100%;
    }
}


@media (max-width:365px) {

    .hindustanlogo {
        max-width: 130px;
    }

        .hindustanlogo img {
            max-width: 100%;
        }

    .girnarlogo {
        max-width: 135px;
    }

        .girnarlogo img {
            max-width: 100%;
        }
}







@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}



@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}



@media (min-width:768px) and (max-width:991px) {

    .district-wise-report {
        margin: 10px 0 0;
    }

    .dashborad-items .distt-wise .info-box {
        margin-bottom: 0;
    }
}


select.multiselect.form-control {
    height: 32px;
}

    select.multiselect.form-control option {
        display: inline-block;
        padding: 0 5px;
        border-right: 1px solid #f2f2f2;
    }

.captcha-input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    text-align: center;
    background: #fff url(../image/line-bg.jpg);
    background-size: cover;
    letter-spacing: 10px;
}

.captcha-box {
    margin: 0;
}

    .captcha-box .col-sm-6 {
        padding: 0;
    }
