body
{
    font-family: Open Sans;
    margin: 0px;
    padding: 0px;
}
hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #5db9d8;
}
img
{
    max-width: 100%;
}

*
{
    margin: 0px;
    padding: 0px;
}

a:focus
{
    outline: none;
    outline-offset: -2px;
}
.header
{
    background: #094E7F;
    width: 100%;
    float: left;
}
.header-right-text
{
    color: #FFFFFF;
    float: right;
    text-align: right;
    font-size: 24px;
    padding: 15px 0;
    font-family: "Courier New" , Courier, monospace;
    font-weight: 600;
}
.navbar-brand
{
    float: left;
    font-size: 18px;
    height: inherit;
    line-height: 20px;
    padding: 5px 0;
}
.navbar
{
    border: none;
    margin-bottom: 0px;
    position: relative;
    min-height: 42px;
}
.navbar-nav
{
    float: left;
}
.navbar-nav > li
{
    margin-right: 15px;
}
.navbar-nav > li > a
{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: Open Sans;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus
{
    background-color: #5db9d8;
    text-decoration: none;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar-nav > .active > a
{
    background-color: #5db9d8;
    text-decoration: none;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
    background-color: #5db9d8;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
}
.dropdown-menu
{
    background-color: #5db9d8;
    padding: 0px;
}
.dropdown-menu > li
{
    border-top: solid 1px #094E7F;
}
.dropdown-menu > li:fast-child
{
    border: none;
}

.dropdown-menu > li > a
{
    padding: 10px 15px;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    background-color: #094E7F;
    color: #fff;
}

.navbar-toggle
{
    background-color: #D0EBF4;
    color: #094E7F;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 0px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    right: 0;
    width: 100%;
    text-align: left;
}
.navbar-toggle .glyphicon
{
    text-align: right;
    float: right;
}

.page
{
    width: 100%;
    float: left;
    padding-top: 30px;
}
.page h1
{
    font-size: 18px;
    font-family: Open Sans;
    line-height: 38px;
    font-weight: 600;
    width: 100%;
    background: #094E7F;
    color: #FFFFFF;
    padding-left: 15px;
    margin: 0 0 15px 0;
}

p
{
    font-size: 14px;
    font-family: Open Sans;
    text-align: justify;
    line-height: 24px;
}
.welcome
{
    width: 100%;
    float: left;
}

.gallery
{
    width: 100%;
    float: left;
    margin: 15px 0;
}

.box
{
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 10px;
    width: 100%;
    float: left;
    background-color: #782f40;
    overflow: hidden;
    color: #FFFFFF;
    -moz-border-radius: 6px; /*Firefox*/
    -webkit-border-radius: 6px; /*Safari, Chrome*/
    border-radius: 6px;
}
.box1
{
    line-height: 20px;
}
.box .iconbg
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 70px;
    float: left;
    background-color: #e67347;
    font-size: 36px;
    margin-right: 20px;
    color: #FFFFFF; /*Firefox*/
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 6px; /*Safari, Chrome*/
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 6px;
}
.srives_bg
{
    width: 100%;
    float: left;
    background: #D0EBF4;
    color: #094E7F;
    margin-bottom: 15px;
}
.srives_bg h1
{
    width: 100%;
    background: #094E7F;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    margin: 0px;
    font-size: 18px;
    border-bottom: none;
    padding: 0px;
}
.srives_bg_in
{
    width: 100%;
    float: left;
    padding: 10px;
    line-height: 2;
}
.srives_bg_in p
{
    border-bottom: 1px solid #094E7F;
    text-align: inherit;
}
.srives_bg_in p a
{
    color: #094E7F;
}
label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.srives_bg1
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.srives_bg1 h4
{
    width: 100%;
    background: #094E7F;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 38px;
    margin: 0px;
    font-size: 18px;
    border-bottom: none;
    padding: 0px;
}
.srives_bg_in1
{
    width: 100%;
    float: left;
    padding: 10px;
    background: #D0EBF4;
    color: #094E7F;
}
.srives_bg_in1 p
{
    text-align: lef;
}
.srives_bg_in1 p a
{
    color: #094E7F;
}

/*Grid*/
/*.datagrid {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: -moz-use-text-color #e6e2d6 #e6e2d6;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    border:1px solid #0f548d;
    color: #333;
    width: 100%;
}
.datagrid td, .datagrid th {
    padding:10px 7px;
    text-transform: capitalize;
		font-size:13px;

}
.datagrid th {
    background: #1e8bc3;
    border-left: 1px solid #0f548d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 7px;
}
.datagrid tr.odd td {
    border-left: 1px solid #e6e9ec;
}
.datagrid tr.even td {
    background: #fafafa;
    border-bottom: 1px solid #e6e9ec;
    border-left: 1px solid #e6e9ec;
    border-top: 1px solid #e6e9ec;

}

*/
.datagrid table
{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.datagrid
{
    background: #fff;
    overflow: hidden;
    border: 1px solid #006699;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.datagrid table td, .datagrid table th
{
    padding: 3px 10px;
}
.datagrid table thead th
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color: #006699;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-left: 1px solid #0070A8;
    padding: 10px 5px;
}
.datagrid table thead th:first-child
{
    border: none;
}
.datagrid table tbody td
{
    color: #00557F;
    border-left: 1px solid #E1EEF4;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
.datagrid table tbody .alt td
{
    background: #E1EEf4;
    color: #00557F;
}
.datagrid table tbody td:first-child
{
    border-left: none;
}
.datagrid table tbody tr:last-child td
{
    border-bottom: none;
}
.datagrid table tfoot td div
{
    border-top: 1px solid #006699;
    background: #E1EEf4;
}
.datagrid table tfoot td
{
    padding: 0;
    font-size: 12px;
}
.datagrid table tfoot td div
{
    padding: 2px;
}
.datagrid table tfoot td ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.datagrid table tfoot li
{
    display: inline;
}
.datagrid table tfoot li a
{
    text-decoration: none;
    display: inline-block;
    padding: 4px 10px;
    margin: 1px;
    color: #FFFFFF;
    border: 1px solid #006699;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color: #006699;
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover
{
    text-decoration: none;
    border-color: #00557F;
    color: #FFFFFF;
    background: none;
    background-color: #006699;
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv
{
    position: fixed !important;
}

.datagrid table thead th table tr th
{
    background: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-left: 1px solid #0070A8;
    padding: 0;
    text-align: center;
}


#accordion .panel-heading
{
    padding: 0;
}
#accordion .panel-title > a
{
    display: block;
    padding: 15px;
    outline: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before
{
    content: "\e113";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before
{
    content: "\e114";
}
.panel-group .panel
{
    border-radius: 0px;
    box-shadow: none;
}
.panel-group
{
    margin: 0px;
}
.panel-default
{
    border-color: #D0EBF4;
}
.panel-default > .panel-heading
{
    background-color: #D0EBF4;
    border-radius: 0px;
    color: #094E7F;
    border-color: #094E7F;
}
.panel-body
{
    padding: 0px;
}

/*gallery*/
.jssora05l, .jssora05r
{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l
{
    background-position: -10px -40px;
}
.jssora05r
{
    background-position: -70px -40px;
}
.jssora05l:hover
{
    background-position: -130px -40px;
}
.jssora05r:hover
{
    background-position: -190px -40px;
}
.jssora05l.jssora05ldn
{
    background-position: -250px -40px;
}
.jssora05r.jssora05rdn
{
    background-position: -310px -40px;
}
.jssort01-99-64 .p
{
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 64px;
}
.jssort01-99-64 .t
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.jssort01-99-64 .w
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jssort01-99-64 .c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 60px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('../images/t01.png') -800px -800px no-repeat;
    _background: none;
}
.jssort01-99-64 .pav .c
{
    top: 2px;
    _top: 0;
    left: 2px;
    _left: 0;
    width: 95px;
    height: 60px;
    border: #000 0 solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}
.jssort01-99-64 .p:hover .c
{
    top: 0;
    left: 0;
    width: 97px;
    height: 62px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}
.jssort01-99-64 .p.pdn .c
{
    background-position: 50% 50%;
    width: 95px;
    height: 60px;
    border: #000 2px solid;
}
* html .jssort01-99-64 .c, * html .jssort01-99-64 .pdn .c, * html .jssort01-99-64 .pav .c
{
    width: 99px;
    height: 64px;
}
/*gallery End*/
.form-control
{
    display: block;
    width: 100%;
    height: 37px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #d0ebf4;
    background-image: none;
    border: 1px solid #5db9d8;
    border-radius: 0px;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-addon
{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #5db9d8;
    text-align: center;
    background-color: #d0ebf4;
    border: 1px solid #5db9d8;
    border-radius: 0px;
}
.btn
{
    border-radius: 0px;
    padding: 8px 15px;
}
.form-control:focus
{
    border-color: #5db9d8;
    outline: 0;
    box-shadow: none;
}
.form-downloads_bg
{
    width: 100%;
    padding: 10px;
    background: #A88C1E;
    float: left;
}
.footer
{
    background: #094E7F;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-top: 30px;
}
.footer ul
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.footer ul li
{
    list-style: none;
    padding: 0 15px;
    display: inline;
}
.footer ul li a
{
    font-size: 13px;
}
.footer ul li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.footer p
{
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    margin: 0px;
}
.footer p a
{
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
}
.modal-body p
{
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}
.modal-header .close
{
    top: 3%;
    right: 2%;
    font-size: 36px;
    position: absolute;
}
.border
{
    border: solid 1px #CCCCCC;
    padding: 15px;
}
.border1
{
    border: solid 1px #CCCCCC;
    padding: 15px;
    margin-top: -1px;
}
@media (min-width:500px) and (max-width:767px)
{

}

@media (min-width:320px) and (max-width:767px)
{
    .navbar-nav
    {
        margin-top: 0px;
    }
    .nav > li > a:hover, .nav > li > a:focus
    {
        background-color: #D0EBF4;
        text-decoration: none;
        color: #094e7f;
        border-radius: 0px;
    }
    .nav > li
    {
        display: block;
        float: left;
        position: relative;
        text-align: left;
        width: 100%;
        background: #094e7f;
        border-bottom: solid 1px #D0EBF4;
    }
    .carousel-control
    {
        background: #000000 none repeat scroll 0 0;
        border: 2px solid #ffffff;
        border-radius: 50%;
        bottom: 0;
        color: #fff;
        font-size: 15px;
        height: 27px;
        left: 15px;
        opacity: 0.5;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 27px;
    }
    .carousel-control.right
    {
        right: 15px;
    }
    .carousel-indicators li
    {
        background: #e67347 none repeat scroll 0 0;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 12px;
        margin: 1px;
        text-indent: -999px;
        width: 12px;
    }

    .carousel-indicators .active
    {
        background: #84c341 none repeat scroll 0 0;
        height: 12px;
        margin: 1px;
        width: 12px;
    }
    .footer .all-rights
    {
        text-align: center;
        margin-bottom: 5px;
    }

    .footer .powerby
    {
        text-align: center;
    }
}
