﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
body
{
    height: 100%;
    font-family: 'Roboto' , sans-serif;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.bg
{
    background: url(../Images/bg-1.jpg) no-repeat bottom;
    background-size: cover;
}
.bg2
{
    background:#1f2c36 url(../Images/bg-in.jpg) center top !important;
}--*/

html
{
    height: 100%;
}
.label-block label
{
    display: block;
    width: 100%;
}
.label-inline label
{
    display: inline-block;
    width: auto;
}
ul, ol
{
    list-style: none;
}
.manadatory:after{content: '*';color: Red;padding-left: 5px;}
.view-frm
{
    background: rgb(255,255,255);
    border: 1px solid #eee;
    margin: 0 0 25px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.view-frm h2
{
    margin-bottom: 5px !important;
}
.view-frm h1
{
    margin: -25px -25px 20px;
    text-align: left;
    padding: 20px 15px 10px !important;
    background: #fff !important;
    color: #333 !important;
    border-bottom: solid thin rgba(0,0,0,0.1);
    font-size: 1.1em;
    font-weight: bold;
}
.mrg-top-20
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-mrg-top
{
    margin-top: 24px !important;
}
.sweet-alert h2 { border-bottom:0px!important;}
.dot-matrix
{
    background: url(../Images/dot-bg.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
}

/**********HEADER STYLES **********/
.header-s
{
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0px;
}
.section
{
    margin-top: 100px;
}
.headerwrapper
{
    background: #26A69A;
    /*url(../Images/bg-Gre3g.png)*/
    height: 72px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.headerwrapper:after
{
    clear: both;
    display: block;
    content: '';
}

/***** HEADER LEFT *****/
.section .container
{
    min-height: 550px;
}
.headerwrapper .header-left
{
    width: 230px;
    min-height: 60px;
    padding: 14px 15px;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.14);
    background-color: rgba(0,0,0,0.03);
    position: relative;
}
.note
{
    color: rgb(206, 168, 22);
    font-size: 0.8em;
    border: 1px solid #D0BD33;
    padding: 5px 5px 0;
}

.modal-dialog
{
    float: right;
    margin: 30px auto 0 0;
    width: 600px;
}
.headerwrapper .header-left .logo
{
    display: inline-block;
    margin-top: 5px;
    float: left;
}
.fa-cloud-download
{
    content: "\f0ed";
    font-family: 'FontAwesome';
}

.grid-wrap
{
    padding: 7px;
    border: 1px solid #ddd;
}
.table
{
    background: #fff;
}
.table th
{
    color: rgba(255, 255, 255, 0.8) !important;
    padding-top: 10px !important;
    font-weight: 500;
    background:#2683a6;
}
.table th a
{
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
}





.fix
{
    position: fixed;
    bottom: 0px;
}
.info th
{
    background: #d1d4d8 !important;
    padding-top: 10px !important;
}

.header-top .menu-collapse
{
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 2em;
    height: 100%;
    line-height: normal;
    padding: 10px 12px;
    transition: all 0.2s ease-out 0s;
    margin-top: 10px;
}
.headerwrapper .header-left .menu-collapse:hover
{
    border-color: #fff;
    color: #fff;
}
.dept-logo
{
    padding: 10px 0;
}
.aaple-sarkar
{
    width: 105px;
    padding: 10px 15px;
    background: #fff;
    float: left;
}
header .dept-name
{
    color: #fff;
    line-height: 22px;
    padding: 22px 10px 0 25px;
    text-shadow: 0px 3px 2px rgba(0,0,0,0.3), 0px 6px 11px rgba(0,0,0,0.1), 0px 16px 21px rgba(0,0,0,0.1);
    letter-spacing: 2px;
}
header .dept-names
{
    color: #333;
    line-height: 22px;
    padding: 25px 10px 0 25px;
    font-size: 1.9em;
}
header .dept-name span
{
    font-size: 2em;
    font-weight: bold;
}
header .dept-name p
{
    font-size: 1em;
    padding: 0px;
    margin: 0px;
}
.maha-logo
{
    margin: 0 0 10px 20px;
    width: 80px !important;
    background: transparent !important;
}
.register
{
    float: left;
}
.register li
{
    display: inline-block;
    margin-right: 10px;
}
.register li a
{
    color: #eea70e;
}
.register li a:hover
{
    color: #fff;
}

/********* MAIN WRAPPER STYLES *********/
.mainwrapper
{
    position: relative;
    top: 57px;
    background-color: #e8eaee;
}
.mainwrapper:before
{
    content: '';
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 230px;
    border-right: 1px solid #e7e7e7;
}
.mainwrapper:after
{
    clear: both;
    display: block;
    content: '';
}
.img-online
{
    border: 2px solid #5cb85c;
    padding: 2px;
    background-color: #fff;
}
.inner-head
{
    width: 570px;
    margin: 0 auto;
}
.img-offline
{
    border: 2px solid #ccc;
    padding: 2px;
    background-color: #fff;
}

/*.btn
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-radius: 3px;
    border-style: none none solid;
    border-width: 0 0 4px;
    box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
    margin: 0;
}*/
.btn .btn-block:active, .btn .btn-lg:active
{
    box-shadow: 0 3px 3px -5px rgba(0, 0, 0, 0.3) inset;
}
.btn-default
{
    background-color: #f9f9f9;
    border-color: #cacaca;
    color: #555;
    text-shadow: 1px 1px 0 #f5f5f5;
}
.btn-default:hover, .btn-default:focus
{
    background-color: #f4f4f4;
    border-color: #bebebe;
}
/* .btn-success
{
    background-color: #80d752;
    border-color: #61be26;
    text-shadow: 1px 1px 0 #5fdb34;
}*/
.btn-success:hover, .btn-success:focus
{
    background-color: #75cd53;
    border-color: #53aa27;
}
.btn-info
{
    background-color: #39b3d7;
    border-color: #348fd2;
    text-shadow: 1px 1px 0 #238ed5;
}
.btn-info:hover, .btn-info:focus
{
    background-color: #45abcd;
    border-color: #347abe;
}
.btn-warning
{
    background-color: #feaf20;
    border-color: #d79a34;
    text-shadow: 1px 1px 0 #db9e34;
}
.btn-warning:hover, .btn-warning:focus
{
    background-color: #f5a620;
    border-color: #cd9034;
}
.btn-danger
{
    background-color: #d73814;
    border-color: #be0000;
    text-shadow: 1px 1px 0 #ac2925;
}
.btn-danger:hover, .btn-danger:focus
{
    background-color: #cd3714;
    border-color: #aa0000;
}
.btn-primary
{
    background-color: #4274d7;
    border-color: #4d5bbe;
}
.btn-primary:hover, .btn-primary:focus
{
    background-color: #426acd;
    border-color: #4f56aa;
}
.btn-magick
{
    background-color: #bb39d7;
    border-color: #9a00cd;
    color: #fff;
    text-shadow: 1px 1px 0 #9823d5;
}
.btn-magick:hover, .btn-magick:focus
{
    background-color: #b13acd;
    border-color: #8600b9;
    color: #fff;
}
.btn-pressure
{
    margin-bottom: 0;
    position: relative;
}
.btn-pressure:focus
{
    outline: medium none;
}
.btn-pressure:active, .btn-pressure.active
{
    border: 0 none;
    position: relative;
    top: 4px;
}
.btn-sensitive:active, .btn-sensitive.active
{
    margin-top: 4px;
    top: 1px;
}
.field-validation-error
{
    color: #de5f5f;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.validation-summary-errors ul, .validation-summary-errors ul
{
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 10px;
}
.radio-row input
{
    margin: 3px 5px !important;
}
.form-control
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #D2DEE8;
    border-radius: 0 !important;
    box-shadow: 0 0;
    font-size: 0.96em;
    color: #286AA4;
    border-radius: 0px;
}
#remember
{
    margin-left: -18px !important;
}

.block
{
    display: block !important;
    float: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #F1F5F8;
    color: #286AA4;
}
.label-normal label
{
    font-weight: normal !important;
}
.editor-label
{
    font-weight: bold;
    display: block;
}

h2
{
    background: #f3fbfa none repeat scroll 0 0;
    color: #26a69a !important;
    font-size: 1.25em;
    margin: 0 0 20px !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #ddd;
    line-height: 26px;
}
h3
{
    border-bottom: 1px solid #B9D6EE;
    color: #337AB7 !important;
    font-size: 1em !important;
    margin: 20px 0 15px !important;
    padding: 7px 0 2px;
    font-weight: bold;
}

.form-control:focus
{
    background: #fff;
    border: 1px solid #9EBBD3;
    box-shadow: 0 0;
}
.form-group
{
    display: table;
    margin-bottom: 15px;
    width: 100%;
}
.modal-title
{
    color: #505050;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.42857;
    text-transform: uppercase;
}
.textbox-wrap.form-group
{
    margin-bottom: 5px !important;
}
.modal-content
{
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.7);
}

/***** LEFT PANEL STYLES *****/
.leftpanel
{
    width: 230px;
    position: fixed;
    top: 73px;
    left: 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1) inset;
    min-height: 730px;
    background: #2c3b48;
    overflow: hidden;
}
.profile-left
{
    padding: 18px 15px;
    
    background-size: cover;
}

.profile-left .profile-thumb
{
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #34495e;
    padding: 2px;
}

.profile-left .profile-thumb img
{
    width: 34px;
}

.profile-left .media-heading
{
    color: #333;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 18px;
    margin-top: 4px;
    word-wrap: break-word;
}
.profile-left small
{
    line-height: 18px;
}

.leftpanel-title
{
    text-transform: uppercase;
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    margin: 15px 15px;
}


/***** LEFT PANEL NAVIGATION *****/

.leftpanel .nav
{
    position: relative;
}

.leftpanel .nav > li
{
    margin: 0 1px 0 0;
    font-size: 14px;
    position: relative;
}

.leftpanel .nav > li.active
{
    border-top: 0;
    margin-right: 0;
}

.leftpanel .nav > li.active + li
{
    border-top: 0;
}

.leftpanel .nav > li > a
{
    color: rgba(255,255,255,0.5);
    border-bottom: solid thin rgb(14, 32, 48);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 8px 20px 8px 15px;
}
.leftpanel .nav > li > a:before
{
    content: "\f101";
    font-family: FontAwesome;
    margin-left: -10px;
    color: #71d47f;
    padding-right: 3px;
}

.leftpanel .nav > li > a:hover, .leftpanel .nav > li > a:focus, .leftpanel .nav > li > a:active
{
    border-right: 4px solid #629BCD;
    color: #fff;
    background: rgba(0,0,0,.3);
}

.leftpanel .nav > li.active > a, .leftpanel .nav > li.active > a:hover
{
    color: #fff;
    background-color: #428bca;
}

.leftpanel .nav > li > a i
{
    width: 16px;
    margin-right: 5px;
    color: #428bca;
    font-size: 15px;
    top: 1px;
    position: relative;
    text-align: center;
}

.leftpanel .nav > li.active > a i
{
    color: #fff;
}

.leftpanel .nav > li.parent:after
{
    font-family: 'FontAwesome';
    content: '\f107';
    display: block;
    position: absolute;
    top: 12px;
    right: 22px;
    color: #ccc;
}

.leftpanel .nav > li.parent-focus > a
{
    background-color: #629BCD;
    color: #fff;
}

.leftpanel .nav .badge
{
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    background-color: #2f363d;
}

.leftpanel .nav .children
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #E8E8E8;
}

.leftpanel .nav .active .children, .leftpanel .nav .parent-focus .children
{
    display: block;
}

.leftpanel .nav > li.active:after
{
    color: #fff;
}

.leftpanel .nav .children li:first-child
{
    border-top: 1px solid #e7e7e7;
}

.leftpanel .nav .children li.active:first-child
{
    border-top: 0;
}

.leftpanel .nav .children li a
{
    font-weight: normal;
    font-size: 13px;
    display: block;
    color: #444;
    padding: 6px 10px 6px 28px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.leftpanel .nav .children li a:hover
{
    text-decoration: none;
    background-color: #fff;
    border-right: 4px solid #34495e;
    color: #000;
}

.leftpanel .nav .children li.active a
{
    background-color: #e4e7ea;
}

.leftpanel .nav .active .children
{
    border-bottom: 1px solid #e7e7e7;
}

.leftpanel .nav .active .children
{
    margin-right: 1px;
}
/********** LEFT MENU COLLAPSE **********/
.headerwrapper.collapsed .header-left
{
    position: relative;
    left: -230px;
}

.headerwrapper.collapsed .header-right
{
    margin-left: 0;
}

.mainwrapper.collapsed:before
{
    width: 0;
}

.mainwrapper.collapsed .mainpanel
{
    margin-left: 0;
}

.mainwrapper.collapsed .leftpanel
{
    width: 0;
}

.mainwrapper.collapsed .leftpanel-title
{
    display: none;
}

.mainwrapper.collapsed .profile-left
{
    /*min-height: 0;*/
    padding-left: 0;
}

.mainwrapper.collapsed .profile-left .profile-thumb
{
    margin: 12px 0 0 0;
}

.mainwrapper.collapsed .profile-left .profile-thumb img
{
    width: 0;
}

.mainwrapper.collapsed .profile-left .media-body
{
    display: none;
}

.mainwrapper.collapsed .nav
{
    margin-top: 20px;
}

.mainwrapper.collapsed .nav > li > a
{
    padding-left: 20px;
}

.mainwrapper.collapsed .nav > li.nav-hover:not(.active) > a
{
    background-color: #f7f7f7;
}

.mainwrapper.collapsed .nav > li > a > span:not(.badge)
{
    position: absolute;
    width: 190px;
    z-index: 100;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    borer-bottom: 0;
    display: block;
    top: -1px;
    left: 60px;
    padding: 12px 10px 0 10px;
    border-left: 0;
    height: 46px;
    display: none;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.mainwrapper.collapsed .nav > li.parent > a > span:not(.badge)
{
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.mainwrapper.collapsed .nav > li > a > span.badge
{
    position: absolute;
    top: 12px;
    right: -230px;
    z-index: 200;
    display: none;
}

.mainwrapper.collapsed .nav > li.active > a > span:not(.badge)
{
    background-color: #428bca;
    border: 0;
    height: 44px;
    top: 0;
}

.mainwrapper.collapsed .nav > li.parent:after
{
    display: none;
}

.mainwrapper.collapsed .nav > li.nav-hover > a > span
{
    display: block;
}

.mainwrapper.collapsed .nav > li.nav-hover > .children
{
    display: block !important;
}

.mainwrapper.collapsed .nav > li.parent .children
{
    position: absolute;
    z-index: 100;
    background-color: #fff;
    left: 0;
    width: 0;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
    display: none;
}

.mainwrapper.collapsed .nav > li.parent .children > li > a
{
    padding-left: 0;
}

.mainpanel
{
    margin-left: 230px;
    min-height: 600px;
    padding: 20px;
}
.min-height
{
    min-height: 450px;
}
.list-inline > li
{
    padding-left: 0px;
    margin-left: 0px;
}

/* Footer CSS*/
.footer
{
    font-size: .95em;
    background-color: #1f2c36;
    padding: 10px 0;
    position: relative;
    color: #939698;
    height: 80px;
    margin-top: 7px;
    margin-left: 230px;
}
.footer p
{
    padding: 0px !important;
    margin: 0 !important;
}
.ftr-link
{
    margin: 10px 0 4px;
}
.ftr-link li a
{
    text-decoration: none;
    color: #849db5;
    background: none;
    padding: 10px 0px;
}
.ftr-link li a:hover
{
    color: #34495E;
}

.footer-s
{
    clear: both;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    color: #ddd;
    background: rgba(0,0,0,.5);
}
.footer-s li a
{
    text-decoration: none;
    color: #25A79F;
    background: none;
    padding: 10px 0px;
}
.footer-s li a:hover
{
    color: #fff;
}

.push
{
    height: 3.2em;
}
.MahaOnlineLogo
{
    margin: 10px 0;
}
.emblem
{
    float: right;
    margin: 15px 10px 0px;
}
.mahalogo
{
    float: left;
    margin: 15px 20px 20px 0;
}
.heading
{
    width: 87%;
    color: #FF8E19;
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 2em;
    font-weight: 500;
    line-height: 29px;
    padding: 25px 10px 0 0;
    text-transform: uppercase;
}
.heading span
{
    clear: both;
    font-size: 0.6em;
    color: #9C9C9C;
    display: block;
    font-weight: normal;
}
header
{
    border-bottom: 1px solid #D5E5F6;
}

.pg-bg
{
    background: #fff;
    padding-bottom: 15px;
}
.panel
{
    overflow: hidden;
}
h1, h2, h3, h4
{
    display: block;
    overflow: hidden;
    clear: both;
}
h1
{
    font-size: 1.8em;
    color: #252525 !important;
    margin: -18px -16px 2px;
    padding: 20px 20px 20px 60px;
    line-height: 35px;
}
h1:before
{
    content: "\f058";
    font-family: FontAwesome;
    color: #5fcca7;
    padding-right: 8px;
    font-size: 1.7em;
    position: relative;
    top: 8px;
    margin-left: -45px;
}

h1 small
{
    display: block;
    padding-top: 5px;
}
h1 span
{
    color: #9E9D9D;
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    margin: 10px 0 0;
}
h3 i
{
    margin-right: 10px;
}

.panel-default
{
    border-color: #ddd;
}
.panel h2
{
    background: #27C8DC;
    padding: 8px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
}
.panel h3
{
    color: #09C1A7;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 15px 10px 15px;
}
.panel h4
{
    font-size: 1.1em;
    color: #43A9F2;
    margin: 0 15px 10px 15px;
}
.panel-body
{
    padding: 15px 25px;
}

#inner-content-div
{
    overflow-y: auto;
    height: 544px;
}
#inner-content-div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
#inner-content-div::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}
#inner-content-div::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ddd;
}

.table label
{
    float: none;
}
.table h2
{
    font-size: 1em;
    margin-top: 0;
}
.table tr td table:last-child
{
    margin-bottom: 0;
}
.table td:nth-child(odd)
{
    font-weight: 500;
}
.table tr td table td:nth-child(odd)
{
    font-weight: normal;
}

.mright10, .panel-body .row div label:nth-child(2)
{
    margin-right: 10px;
}

.clear
{
    clear: both;
}
.clearfix
{
    clear: both;
    margin: 0px !important;
    padding: 0px !important;
}

.mtop15
{
    margin-top: 15px;
}
.mtop24
{
    margin-top: 24px;
}
.mbtm5
{
    margin-bottom: 5px;
}
.mright5
{
    margin-right: 5px;
}

.view-heading
{
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    background: #F8F8F8;
    line-height: 32px !important;
}
.view-heading span
{
    font-size: 0.75em;
    display: block;
    font-weight: normal;
}

.note
{
    font-size: 0.8em;
    line-height: 16px;
    margin: 7px 0 0;
    float: left;
    text-align: justify;
}
.no-margin
{
    margin: 0;
}
.row div input[type="radio"]
{
    margin-left: 6px;
}
.row div input[type="checkbox"]
{
    margin-left: 15px;
}
.row div input[type="radio"]:first-child, .row div input[type="checkbox"]:first-child
{
    margin-left: 0;
}
.hr
{
    line-height: 10px;
    margin-left: 7px;
    color: #555;
}
.width-50
{
    width: 50%;
    float: left;
}

.seprator
{
    border-bottom: 1px dotted #D7EADB;
    margin: 7px 0 22px;
}
.alert
{
    border-radius: 0px;
}

.form-controls
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #D2DEE8;
    border-radius: 0 !important;
    box-shadow: 0 0;
    font-size: 0.96em;
    color: #286AA4;
    border-radius: 0px;
    height: 34px;
}
.radio-style label
{
    font-weight: normal;
}
.radio-style input[type="radio"]
{
    margin-right: 5px;
}
/* CSS for Pagination */
.pagination
{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li
{
    display: inline;
}
.pagination li a, .pagination li span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li:first-child > a, .pagination li:first-child > span
{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination li:last-child > a, .pagination li:last-child > span
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination li > a:hover, .pagination li > span:hover, .pagination li > a:focus, .pagination li > span:focus
{
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination .active > a, .pagination .active > span, .pagination .active > a:hover, .pagination .active > span:hover, .pagination .active > a:focus, .pagination .active > span:focus
{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination .disabled > span, .pagination .disabled > span:hover, .pagination .disabled > span:focus, .pagination .disabled > a, .pagination .disabled > a:hover, .pagination .disabled > a:focus
{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pager
{
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li
{
    display: inline;
}
.pager li > a, .pager li > span
{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus
{
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a, .pager .next > span
{
    float: right;
}
.pager .previous > a, .pager .previous > span
{
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span
{
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.documents i
{
    color: #07B904;
}
.download:before
{
    content: "\f019";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    color: #417EEC;
}


/*.view-frm label{color: #00A1C5 !important}*/
.sep
{
    border-bottom: 1px dashed #E2ECEE;
    margin-bottom: 5px;
    clear: both;
}
.btm-border
{
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    clear: both;
}

/*css for login */
.login
{
    margin: 5em auto 0;
    max-width: 400px;
    width: 80%;
    background: #fff;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}
.login h2
{
    margin: 0px 0 20px;
    padding: 0px !important;
    font-size: 1.8em;
    background: transparent !important;
    color: #333 !important;
}
.login h2 i
{
    margin-right: 10px;
}
.photo
{
    width: 160px;
    height: 200px;
    overflow: hidden;
    margin: 10px 50px 0;
}
/*#inner-content-div
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px;
}*/
.photo-docs li
{
    overflow: hidden;
    display: block;
    clear: both;
}
.photo-docs li img
{
    float: left;
    clear: both;
}
.photo-docs li span
{
    float: left;
    width: 85%;
    margin: 8px 0 0 15px;
}
.inline
{
    display: inline !important;
}
.doc-upload li
{
    width: 50%;
    float: left;
    display: inline-block;
}
ul.task-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
ul.task-list .task-item
{
    background-color: #f4f7f9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    width: 49%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
ul.task-list
{
    list-style: none;
}
ul.task-list .task-item.success .task-handle
{
    background-color: #c3d62d;
}
.task-handle
{
    border-bottom: 2px solid rgb(126, 142, 4);
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding: 5px 10px 0;
    position: absolute;
    width: 37px;
    height: 35px;
}
.radio-custom, .checkbox-custom
{
    background-color: transparent;
    color: inherit;
}
ul.task-list .task-item .task-desc
{
    color: #2a2f43;
    font-weight: normal !important;
    margin-left: 50px;
    margin-right: 40px;
    padding: 5px 11px 7px 0;
    font-size: 0.9em;
    min-height: 35px;
}
.task-item
{
    overflow: hidden;
    margin-bottom: 4px;
}
.tick
{
    padding-left: 35px !important;
}
.tick li
{
}
.tick li:before
{
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: #6D95DC;
}
.doc-panel
{
    background: #E9F1FF;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
/*.val-msg{padding: 2px 5px;background: #C4ECEA;overflow: hidden;display: block;border-radius: 3px;color: #007F79;}*/
.val-msg
{
    overflow: hidden;
    display: block;
    color: #007F79;
    font-size: 0.9em;
    text-align: right;
    line-height: 18px;
}
.track-icon
{
    width: 60px;
    margin: 0 auto;
    height: 60px;
    border: 2px solid #3CB9A7;
    padding: 17px 0 0;
    border-radius: 50%;
    margin-bottom: 10px;
}
.track-icon i
{
    font-size: 2em;
}
.arrow_box
{
    position: relative;
    background: #FF8585;
    width: 4px;
    height: 30px;
    margin: 0 auto;
}
.arrow_box:after
{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FF8585;
    border-width: 10px;
    margin-left: -10px;
}
.track span
{
    color: #00AA00;
}
.pending
{
    color: #C70000 !important;
}
.payment-success
{
    background: #DDF5D1 none repeat scroll 0% 0%;
    margin-top: 10px;
    width: 20%;
    margin: 0px auto;
    border-radius: 5px;
    padding: 5px;
    color: #137E08;
}
.pending
{
    background: rgb(252, 228, 228) none repeat scroll 0% 0%;
    margin-top: 10px;
    width: 20%;
    margin: 0px auto;
    border-radius: 5px;
    padding: 5px;
}

.logincontainer
{
    margin: 5em auto;
    max-width: 400px;
    width: 80%;
    position: relative;
}
.logincontainer .fa-lock
{
    background: #25A79F;
    font-size: 3.2em;
    padding: 16px 25px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -60px;
}
.logincontainer h2
{
    background: transparent;
    text-align: center;
    font-size: 2em;
    font-size: 2.1em;
    padding-top: 45px !important;
    margin: 0 0 0 !important;
}
.logincontainer .input-group-addon
{
    border-radius: 0px;
}
.input-group-addon .fa
{
    width: 20px;
    border-radius: 0px;
}
.input-group-addon
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #25a79f;
    border: 0px;
}
.logincontainer .captcha input[type="text"], .logincontainer .form-control
{
    color: #24a69e;
    background-color: #182115;
    background-image: none;
    border: 1px solid #46464c;
    border-radius: 0px;
    height: 38px;
    padding: 7px 12px;
}
.logincontainer .captcha input[type="text"]:hover, .logincontainer .form-control:hover
{
    color: #fff;
    background-color: #2e3a2a;
}
.logincontainer .captcha
{
    color: #fff;
    font-size: .95em;
}
.btn-mrgn-15s
{
    margin-top: -15px;
}
.captcha input[type="text"] .homepage-hero-module
{
    border-right: none;
    border-left: none;
    position: absolute;
}
.no-video .video-container video, .touch .video-container video
{
    display: none;
}
.no-video .video-container .poster, .touch .video-container .poster
{
    display: block !important;
}
.video-container
{
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img
{
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container video
{
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth
{
    width: 100%;
}

div.bhoechie-tab-container
{
    z-index: 10;
    padding: 0 !important;
    text-align: -webkit-center;
}
div.bhoechie-tab-menu
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group
{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a
{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa
{
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group > a:first-child
{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child
{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa
{
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #fff;
}
div.bhoechie-tab-menu div.list-group > a.active:after
{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}
div.bhoechie-tab-content
{
    background: rgba(0,0,0,.5);
    border: 1px solid #333;
    padding: 20px 20px 40px;
}
.mrLogin
{
    background: #8db130;
    margin-top: 35px;
    margin-left: 20px;
    padding: 20px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active)
{
    display: none;
}

.mr-label
{
    font-family: 'Sakal Marathi';
    font-weight: 700;
    font-size: 0.95em;
}
.mr
{
    font-family: 'Sakal Marathi';
}
h1.mr
{
    font-size: 1.5em;
}

@font-face
{
    font-family: 'Sakal Marathi';
    src: url('../fonts/SakalMarathi-Normal.eot');
    src: url('../fonts/SakalMarathi-Normal.eot?#iefix') format('embedded-opentype'), url('../fonts/SakalMarathi-Normal.woff2') format('woff2'), url('../fonts/SakalMarathi-Normal.woff') format('woff'), url('../fonts/SakalMarathi-Normal.ttf') format('truetype'), url('../fonts/SakalMarathi-Normal.svg#SakalMarathi-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mrLogin h2
{
    font-size: 2.5em;
    background-color: transparent;
    color: #fff !important;
    padding: 15px 0 !important;
    margin: 0px !important;
}
.mrLogin p
{
    font-size: 1.3em;
    text-align: justify;
    line-height: 1.9em !important;
    color: #FFE400;
}

.head-aalication
{
    padding-top: 10px;
    border-bottom: 4px solid #57730E;
    background: #8DB130;
}
.application-d
{
    background: rgba(255,255,255,.9);
    padding: 20px 20px 0;
    width: 70%;
    margin: 3em auto;
    -moz-box-shadow: 7px 8px rgba(8, 8, 8, 0.3);
    -webkit-box-shadow: 7px 8px rgba(8, 8, 8, 0.3);
    box-shadow: 7px 8px rgba(8, 8, 8, 0.3);
    position: relative;
}
.application-d h1
{
    font-size: 2.6em;
    margin-bottom: 0px;
    font-weight: bold;
    color: #fff !important;
}
.para
{
    margin: 20px 0 0px;
    background: #1E9BD4;
    padding: 20px;
    border: 1px dashed #B5C4E0;
}
.para a
{
    color: #FFE401;
}
.para a:hover
{
    color: #fff;
    text-decoration: none;
}
.mh-logo
{
    position: absolute;
    right: 25px;
    width: 85px;
}
.para h2
{
    background: transparent;
    color: #FFE401 !important;
    padding: 10px 0 0px !important;
    font-size: 2.2em;
    font-weight: bold;
}
.para p
{
    font-size: 1.3em;
    line-height: 2.2em;
    color: #fff;
}
.application-d .maharashtra
{
    font-size: 1.5em;
    color: #FFE400;
    text-align: center;
    font-weight: bold;
}
.application-d .btn
{
    font-size: .95em;
    padding: 8px 7px 2px;
    padding-bottom: 2px;
    text-shadow: none;
}
.application-d .fa
{
    background: #277CBB;
    padding: 5px;
    text-shadow: none;
    margin-right: 5px;
}

.profile-main
{
    margin: 20px 0;
}
.profile-download
{
    background: #E1E5EC;
    display: block;
    clear: both;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #8C9BB5;
    padding: 8px 0;
}
.profile-download img
{
    width: 75px;
    float: left;
    margin: 7px;
    border-right: 1px solid #ccc;
}
.profile-download .name
{
    display: block;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 5px !important;
    font-size: 0.8em;
    color: #4A6FAB;
}
.profile-download small
{
    font-size: 73%;
    color: #000;
}
.profile-download p
{
    margin-bottom: 0px !important;
    line-height: 12px;
}
.mrg-btm
{
    margin-bottom: 25px;
}
.btn-bottom
{
    padding: 0 !important;
}
.mrg-top-15px
{
    margin-top: 15px;
}
.number
{
    position: absolute;
    left: -7px;
}
.visitor
{
    background: #90A586;
    padding: 7px 10px 4px;
    display: inline-block;
    float: right;
    color: #fff;
    border-radius: 2px;
    position: relative;
    margin-top: 5px;
    margin-right: -15px;
}
.visitor:beforex
{
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    bottom: 29px;
    left: 18px;
    border-top-color: #90A586;
    content: " ";
    border-width: 7px;
    box-sizing: border-box;
    z-index: 2;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pad-15
{
    padding: 0 20px;
}
.pnlBorder
{
    border: 2px solid #f0f0f0;
    padding: 10px;
}
.applicant-details
{
    color: #555;
}
.applicant-details .row
{
    position: relative;
}
.applicant-details label
{
    font-family: 'Sakal Marathi' !important;
    font-weight: 700 !important;
    font-size: .92em !important;
    width: 100% !important;
    color: #333 !important;
}
.applicant-details .radio label
{
    width: auto !important;
}
.mrg-btm-0
{
    margin-bottom: 0px !important;
}
.mrg-top-0
{
    margin-top: 0px !important;
}
.hr
{
    display: block;
    position: absolute;
    left: 50px;
    top: 5px;
    font-size: 0.9em;
}
.label-left
{
    margin-left: -20px;
}
.mrg-top-25
{
    margin-top: 25px;
}

/*.ErrorMessagealerts
{
    margin: 5em auto 0;
    background: #fff;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}*/

.ErrorMessagealerts
{
    font-family: 'Roboto Slab' , serif;
    margin: 5em auto;
    width: 80%;
    max-width: 450px;
    text-align: center;
    padding: 15px;
}
.ErrorMessagealerts .fa-info-circle
{
    font-size: 6.5em;
    color: #e0421e;
    margin-bottom: 10px;
}
.ErrorMessagealerts p
{
    line-height: 26px;
    color: #2c6679;
}
.label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
label
{
    font-weight: 500;
    font-size: .9em;
}

.show-alert
{
    display: inline-block;
    text-decoration: none;
    font-family: arial;
    color: #;
    background-color: #f96e5b;
    font-size: 2em;
    padding: 0.5em 1em;
    border-radius: 1em;
    font-family: 'Oswald' , sans-serif;
}

.h34
{
    min-height: 34px;
}
.h53
{
    min-height: 53px;
}
.mtop25
{
    margin-top: 25px;
}

@media (max-width: 420px)
{
    .maha-logo img
    {
        width: 40% !important;
    }
    .dept-logo
    {
        padding: 5px 0 !important;
    }
    .dept-logo img
    {
        width: 16%;
    }
    header .dept-name span
    {
        font-size: 1.3em;
        position: absolute;
        top: 49px;
        left: 51px;
    }
}
.manadatory:after {
    content: '*';
    color: Red;
    padding-left: 5px;
}