@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: white;
    font-size: 14px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: rgb(32, 31, 31);
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.1s;
}

.navbar {
    padding: 15px 10px;
    background: linear-gradient(to right, #fdfeff, #fefeff);
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /* perspective: 1500px; */
    min-height: 900px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1d66c9;
    color: #fff;
    transition: all 0.1s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px 10px;
    background: #1155cc;
}

#sidebar ul.components {
    padding: 2px 0;
    border-bottom: 1px solid #1155cc;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 15px 20px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #1155cc;
}

#sidebar ul li.active > a, li.active > a[aria-expanded="true"] {
    color: #fff;
    background: #1155cc;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #1d66c9;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #1d66c9;
}

a.article, a.article:hover {
    background: #1155cc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.1s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.body-wrapper{
    padding: 20px;
}
 .user-info{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .app-title{
    height: 35px;
  }

  .modal-open{
      padding-right: 5px !important;
  }
  .modal-content{
    border-radius: 0px !important;
    border-top: 5px solid #1d66c9 !important;
}
.modal-content td{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.modal-header{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #1d66c9 !important;
}
.modal{
    padding-right: 0px !important;
}
.btn.btn-sx{
    padding: 5px !important;
}

.form-label-group {
    position: relative;
    margin-bottom: .5rem;
  }
  
  .form-label-group>label {
    display: inline !important;
    padding-bottom: 0rem !important;
  }
  .top-nav{
    font-size: 15px;
  }

  .navbar-collapse li a{
        display: inline-block;
        min-width: 100px;
        text-align: center;
        font-weight: 600;
    }
  .navbar-collapse li a:hover{
        background: rgb(216, 213, 213);
    }
.gap{
    height: 90px;
}
.btn-default.indian{
    border: 1px solid blue;
    color: blue;
    font-weight: 700;
    margin-top: 0px !important;
    background: white;
}
.btn-default.foreign{
    border: 1px solid green;
    color: green;
    font-weight: 700;
    margin-top: 0px !important;
    background: white;
}
.btn-default.indian:hover{
    background: whitesmoke;
}
.btn-default.foreign:hover{
    background: whitesmoke;
}

.btn-primary, .btn-success, .btn-warning, .btn-danger, btn-info{
    border-radius: 320px !important;
    font-size: 1rem !important;
}
.btn-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.jumbotron{
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background: #EAF1FB;
}
.jumbotron:hover{
    background: rgb(245, 246, 247);
}
.icon-box {
	margin-top: 10px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 1px 1px whitesmoke;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 1px 1px whitesmoke;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 1px 1px whitesmoke;  /* Opera 10.5, IE 9 */ 
    padding: 30px 20px;
    transition: all ease-in-out 0.5s;
    background: #EAF1FB;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0.3rem;
}
.icon-box:hover {
    border-color: #f5f7fa;
    background: rgb(245, 246, 247);
}
.focus-area .icon-box{
    height: 200px;
}
.focus-area .row{
    align-items: center;
    justify-content: center;
}
.icon-box .icon{
    transition: all ease-in-out 0.8s;
}
.icon-box:hover .icon{
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .btn-default.indian{
        white-space: normal;
    }
    .btn-default.foreign{
        white-space: normal;
    }
    .register-btn{
        margin: 5px;
        display: block;
    }
    .btn-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;;
    }
    .gap{
        height: 50px;
    }
    .top-nav{
        padding: 0 20px;
    }
    .navbar-collapse{
        border: 1px solid lightgray;
        margin-bottom: 10px;
    }
    .navbar-collapse li a{
        padding-left: 10px !important;
        display: block;
        border-top: 1px solid lightgray;
    }

    
    .navbar-collapse li:first-child a{
        border-top: 0px solid lightgray;
    }
    .navbar-toggler{
        border: 0px !important;
    }
    .navbar-toggler:focus{
        border: 0px !important;
        outline: none !important;
    }
    .navbar-toggler:active{
        border: 0px !important;
        outline: none !important;
    }
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}
.datetimepicker{
    min-width: 280px !important;
}
.datetimepicker table{
    width: 100% !important;
}

.griddata #confirm{
    float: right;
    margin-top: 20px;
    white-space: pre-wrap;
}
.griddata span{
    white-space: pre-wrap;
}
@media screen and (max-width:768px){
    #confirm{
        left: 30px;
    }
    .action-label{
        display: none;
    }
    .header2{
        visibility: hidden;
    }
    .griddata #confirm{
        float: unset;
    }
    .griddata > .table{
        margin-bottom: 0;
        background-color: transparent;
    }
    .griddata > .table > thead,
    .griddata > .table > tfoot{
        display: none;
    }
    .griddata > .table > tbody{
        display: block;
    }
    .griddata > .table > tbody > tr{
        display: block;
        border: 1px solid lightgray;
        margin-bottom: 1.5rem;
    }
    .griddata > .table > tbody > tr > td{
        display: block;
        background-color: #ffffff;
        vertical-align: middle;
        text-align: right;
    }
    .griddata > .table > tbody > tr > td[data-title]:before{
        content: attr(data-title);
        float: left;
        font-size: inherit;
        font-weight: 400;
        color: #757575;
    }
    
    .action-area{
        width: 100%; text-align: right;
        padding: 10px !important;
    }

    .griddata .datatable.table{
        margin-bottom: 0 !important;
        background-color: transparent !important;
    }
    .griddata .datatable.table > thead,
    .griddata .datatable.table > tfoot{
        display: none !important;
    }
    .griddata .datatable.table > tbody{
        display: block !important;
    }
    .griddata .datatable.table > tbody > tr{
        display: block !important;
        border: 1px solid lightgray !important;
        margin-bottom: 1.5rem !important;
    }
    .griddata .datatable.table > tbody > tr > td{
        display: block !important;
        background-color: #ffffff !important;
        vertical-align: middle !important;
        text-align: right !important;
    }
    .griddata .datatable.table > tbody > tr > td[data-title]:before{
        content: attr(data-title) !important;
        float: left !important;
        font-size: inherit !important;
        font-weight: 400 !important;
        color: #757575 !important;
    }
}
.datetimepicker span{
    color: #000 !important;
}

.glyphicon.glyphicon-arrow-left:before{
    font-family: FontAwesome;
    top:0;
    content: "\f060"; 
}

.glyphicon.glyphicon-arrow-right:before{
    font-family: FontAwesome;
    top:0;
    content: "\f061"; 
}

.site-title{
    font-weight: bold; font-size: 1.1rem; color: #9A3030;
  }
  @media only screen and (max-width: 600px) {
    .site-title{
      font-weight: bold; font-size: 0.9rem; color: #9A3030;
    }
  }



  .small-btn{
    padding: 5px;
    margin: 1px;
    width: 27px;
    display: inline-block;
    height: 26px;
    border-radius: 5px !important;
    font-size: 11px !important;
    text-align: center;
}
.upper{
    text-transform: uppercase !important;
}