﻿/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
}

.sidebar-nav .navbar ul {
    float: none;
}

    .sidebar-nav .navbar ul:not {
        display: block;
    }

.sidebar-nav .navbar li {
    float: none;
    display: block;
}

    .sidebar-nav .navbar li:active {
        background: #90EE90;
        font-weight: bold;
    }

    .sidebar-nav .navbar li:hover {
        background-color: #90EE90;
        font-weight: bold;
    }
    

    /*.navbar-nav > .active > a:before
        {
            padding-right:3px;
        font-size:20px;
           content: ' \27A5';
       
	  }*/
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee0e0;
    }

@media (min-width: 768px) {
    /* uncomment if you would like the menu to be fixed */
    /* .navbar {
		  position: fixed;
		  width: 170px;
		  z-index: 2;
	  } */
}

@media (min-width: 992px) {
    .navbar {
        width: 212px;
    }
}

@media (min-width: 1200px) {
    .navbar {
        width: 262px;
    }
}

.sidebar-nav .navbar-header {
    float: none;
}

.pspan {
    border-left: 5px solid #fc0;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.pra {
    font-size: 16px;
    font-weight: bold;
}

.buttonreadmore {
    color: #24260b;
    font-weight: bold;
}

.v-line {
    border-left: 5px solid #daa106;
    padding-left: 20px;
    border-right: 1px solid #e5e6d8;
    /*background: #eee0e0;*/
    background-color: #90EE90;
}

.table1 {
 
}

.pro1 {
    padding-left: 0px !important;
    padding-right: 15px !important;
}

.legacy-colm1 {
    display: flex;
    background-color: #0c1f38;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.table1 > tbody > tr > td, .table1 > tbody > tr > th {
    border: 1px solid #24260b !important;
    padding-left: 10px !important;
    position: relative !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size:13px!important;
}
.table1 > tbody > tr td:first-child, .table1 > tbody > tr > th:first-child {
    width: 30% !important;
}
.table1 > tbody > tr td:nth-child(2), .table1 > tbody > tr > th:nth-child(2){
    width: 50% !important;
}
    .table1 > tbody > tr td:nth-child(3), .table1 > tbody > tr > th:nth-child(3) {
        width: 20% !important;
        text-align:center !important;
    }
.table2 {
 
}
.table2 > tbody > tr > td, .table2 > tbody > tr > th {
    border: 1px solid #24260b !important;
    padding-left: 10px !important;
    position: relative !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 13px !important;
}

    .table2 > tbody > tr td:first-child, .table2 > tbody > tr > th:first-child {
        width: 30% !important;
    }

    .table2 > tbody > tr td:nth-child(2), .table2 > tbody > tr > th:nth-child(2) {
        width: 50% !important;
    }

    .table2 > tbody > tr td:nth-child(3), .table2 > tbody > tr > th:nth-child(3) {
        width: 10% !important;
        text-align: center !important;
    }
    .table2 > tbody > tr td:nth-child(4), .table2 > tbody > tr > th:nth-child(4) {
        width: 10% !important;
    }
.vgd{

}

@media (max-width: 767px) {
    .legacy-colm1 {
        display: inline-block;
    }

    .pro1 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .vgd{
        width:100%;
}
}
.menurightarrowofheadermenudropdown{
  width:100%;
}
.menurightarrowofheadermenudropdown:after{
      content: 'revicon-angle-right'  ;
      padding-right:2px;
}
ul.a {list-style-type: circle;}

.dropdownvalues select{
        display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.applyNow {
    background-color: #f44336;
    border: medium none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) inset, 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-size: 25px;
    right: 0px;
    margin-right: -65px;
    margin-top: -30px;
    padding: 10px 23px 18px;
    position: fixed;
    text-decoration: none;
    top: 280px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    width: auto;
    text-align: center;
    color: white;
    z-index: 10;
  
}
.tablenew {
}
    .tablenew > tbody > tr > td, .tablenew > thead > tr > th {
        border: 1px solid #24260b !important;
        padding-left: 10px !important;
        position: relative !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        font-size: 13px !important;
        color: #323232;
        text-align:center;
    }
        .tablenew > tbody > tr > td:first-child, .tablenew > thead > tr > th:first-child {
            text-align:left !important;
            font-weight:bold;
        }
        .tablenew > tbody > tr:last-child
        {
            font-weight:bold !important;
        }
@media (max-width: 1200px)
{
    .jmo {
        margin-top: 0px!important;
        padding-left:30px !important; padding-right:30px !important;
    }
}

@media (min-width: 1201px)  {
    .jmo {
        margin-top:-10px;
    }
}



/*Popup for logo*/

#imglogo {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #imglogo:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close1:hover,
    .close1:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}