@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700,800|IBM+Plex+Serif:400,500,600,700');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
/*START: error page*/
.five_hundred_error_sect .err_img {
    width: 25%;
}
.five_hundred_error_sect .image_sect {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
}
.bdr_t2 {
    border-top: 1px solid #dddfdf;
}
.profile_name {
    font-size: 15px;
    font-weight: 600;
}
.clr_71 {
    color: #717171 !important;
}
.profile_loader {
    font-size: 24px;
    padding:10px;
    text-align: center;
}
.font_600 {
    font-weight: 600;
}
.jumb_to_input input {
    width: 100%;
    height: 64px;
    font-size: 22px;
    padding-left: 11px;
    border-radius: 7px;
    border: 1px solid #ada2a2;
}
.jumb_to_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8C8C8C;
  font-weight: 600;
}
.jumb_to_input input::-moz-placeholder { /* Firefox 19+ */
  color: #8C8C8C;
  font-weight: 600;
}
.jumb_to_input input:-ms-input-placeholder { /* IE 10+ */
  color: #8C8C8C;
  font-weight: 600;
}
.jumb_to_input input:-moz-placeholder { /* Firefox 18- */
  color: #8C8C8C;
  font-weight: 600;
}
.five_hundred_error_sect .internal_err_tx {
    font-size: 2em;
    color: #E14444;
    font-weight: 300;
    margin-bottom: 0px;
}

.five_hundred_error_sect .notavailable_err_tx {
    font-size: 2em;
    color: #3D85F9;
    font-weight: 300;
    margin-bottom: 0px;
}
.five_hundred_error_sect .descrption {
    font-weight: 300;
    color: #a5a4a4;
}
.five_hundred_error_sect .descrption a, .five_hundred_error_sect .descrption a:hover, .five_hundred_error_sect .descrption a:focus{
    color: #3D85F9;
    text-decoration: none;
}
/*END: error page*/
/*START: Header*/
.com_wrapper {
    float: left;
    height: 64px;
    width: 100%;
}

.com_header_wrapper {
    padding: 15px 0;
    top:0;
    position: absolute;
}
.container{
    max-width: 1366px;
}
.com_header_wrapper .logo {
    float: left;
}
#setup.com_head_active a {
    color: #32394D ;
}
.com_header_wrapper .level_1_menu {
    /* float: left; */
    width: 100%;
    /* flex: 1; */
    /* flex-direction: row; */
    /* justify-content: center; */
    /* left: 22%; */
    /* clear: both; */
    text-align: center;
    /* display: inline-block; */
    margin:  0 auto;
}

.com_header_wrapper .level_1_menu ul {
    /* float: left; */
    /* position: relative; */
    /* left: -21%; */
    margin: 0 auto;
    /* width: 100%; */
    /* text-align: center; */
    display:  inline-block;
    /* background:  red; */
}

.com_header_wrapper .level_1_menu ul li {
    float: left;
    list-style: none;
}

.fixed_head {
    position: relative;
    z-index: 10;
    background: #fff;
    width:100%;
    /* left: 0; */
}

.com_header_wrapper .level_1_menu ul li a {
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    margin: 5px 74px 0 0;
    font-weight: 500;
    color: #999999;
    position: relative;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.com_header_wrapper .level_1_menu ul li a:hover {
    text-decoration: none;
}

.com_header_wrapper .level_1_menu ul li a.blue {
    color: #39a0ed;
}

.com_header_wrapper .level_1_menu ul li a.yellow {
    color: #ffc000;
}

.com_header_wrapper .level_1_menu ul li a.green {
    color: #02b875;
}

.com_header_wrapper .level_1_menu ul li a.red {
    color: #e14444;
}

.com_1_head {
	position: relative;
}
.com_header_wrapper .level_1_menu ul li .com_head_img {
	display: none;
}
.com_header_wrapper .level_1_menu ul li.com_head_active .com_head_img {
	display: block;
}
.com_head_img {
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: translateX(-50%);
}

.com_sub_menu {
    background-color: #32394D;
    float: left;
    height: 46px;
    position:absolute;
    top:64px;
}
.add_scroll .com_sub_menu{
    position: fixed;
    top:0;
}
.add_scroll .master_section{
    
}
.add_scroll .master_section{
    padding-bottom:46px;
}

.com_sub_menu .level_2_menu {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.com_sub_menu .level_2_menu ul {
    float: left;
    padding-left: 0px;
}

.com_sub_menu .level_2_menu ul li {
    float: left;
    list-style: none;
}

.com_sub_menu .level_2_menu ul li a {
    float: left;
    font-size: 14px;
    line-height: 1.2em;
    outline: none;
    margin: 0px 15px;
    color: #FFFFFF;
    padding: 15px 8.9px;
    border:none;
    position: relative;
    text-decoration: none;
     /*-webkit-transition: all .5s; /* Safari */*/
    /*transition: all .5s;*/
}

.com_sub_menu .level_2_menu ul li a.active {
    color: #F49200;
    font-weight: 600;
}
.com_sub_menu .level_2_menu ul li a:hover {
	color: #fff;
}
.com_sub_menu .level_2_menu ul li a:hover:before,
.com_sub_menu .level_2_menu ul li a.active:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -1px;
    outline: none;
    border-bottom: 4px solid #F49200;
    right: 5px;
}
.no_padding_both{
    padding-left:0;
    padding-right:0;
}
/*END: Header*/

/*START: reponsive header*/
    .dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.select2-results__message {
    color: #EE001C;
}
.image_hide {
    display: none !important;
}

/* Server error message */

.server_error_modal_wrapper .modal-dialog {
    min-width: 300px;
    max-width: 750px;
}

.modal_error_message_wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.modal_error_message_wrapper .caption {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #b94a48;
}

.modal_error_message_wrapper .message {
    float: left;
    width: 100%;
    font-size: 18px;
}

.modal_error_message_wrapper .icon_modal_close {
    width: 20px;
    height: 20px;
    background: url(/images/peopledesk_1_0/icons/icon_modal_close.svg);
    background-size: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

/* Beta Design */
.login_header_wrapper .btn_beta{
    float: right;
    min-width: 100px;
    padding: 4px 10px;
    background-color: #F78F22;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: 8px;
    cursor: default;;
}

/** Start: Main Menu Colors **/
.com_header_wrapper .level_1_menu ul li#menu_dashboard.main_menu_active a {
    /*color:#845CEE;*/
    color:#F49200;
}
.com_header_wrapper .level_1_menu ul li#menu_recruit.main_menu_active a {
    color:#F49200;
}
.com_header_wrapper .level_1_menu ul li#menu_company.main_menu_active a {
    /*color:#399FED;*/
    color:#F49200;
}
.com_header_wrapper .level_1_menu ul li#menu_setup.main_menu_active a {
    /*color:#255588;*/
    color:#F49200;
}
.com_header_wrapper .level_1_menu ul li#menu_onboard.main_menu_active a {
    /*color:#01b775;*/
    color:#F49200;
}
/** End:Main Menu Colors **/

/** Start: Submenu Colors **/
.com_sub_menu#company_sub_menu{
    /*background-color:#399FED;*/
    background-color:#000000;
}

.com_sub_menu#setup_sub_menu{
    /*background-color:#255588;*/
    background-color:#000000;
}
.com_sub_menu#dashboard_sub_menu{
   /* background-color:#845CEE;*/
   background-color:#000000;
}
.com_sub_menu#onboard_sub_menu{
    /*background-color:#01B775;*/
    background-color:#000000;
}
.com_sub_menu#recruit_sub_menu{
    /*background-color:#FFBF00;*/
    background-color:#000000;
}
.com_sub_menu#offboard_sub_menu{
    /*background-color:#32394D;*/
    background-color:#000000;
}
.com_sub_menu#reports_sub_menu{
    /*background-color:#255588;*/
    background-color:#000000;
}
/** End:Submenu Colors **/

.com_header_wrapper .level_1_menu ul li.logout_menu_link{
    position: absolute;
    right: 0;
    top: 2px;
}
.com_header_wrapper .level_1_menu ul li.logout_menu_link a{
    margin-right: 25px;
}


/*START:scroll effect*/
.com_header_wrapper a.logo img {
   /* max-width: 40px !important; */
   max-height: 34px;
   -webkit-transition: all .5s; 
   transition: all .5s;
}
.add_scroll .com_header_wrapper {
    /* padding: 3px 0px !important; */
    /* height: 36px !important; */
    /* display: none; */
}
.add_scroll .com_header_wrapper a.logo img {
  /* max-height: 25px !important;*/
}
.add_scroll .com_header_wrapper .level_1_menu ul li a {
   /* font-size: 15px;*/
}
.add_scroll .com_sub_menu .level_2_menu ul li a {
    /*font-size: 13.5px;
    padding: 11px 8.9px;*/
}
.add_scroll .com_sub_menu {
    /* height: 38px; */
    /*position: fixed;*/
    /*z-index: 1000;*/
}
.add_scroll .com_head_img {
    /*top: 24px;*/
}

/*END:scroll effect*/

/* Vertically Center Modal */
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
    margin-right: 0px;
}

.modal-dialog {
    /*display: inline-block;*/
    text-align: left;
    vertical-align: middle;
}


/** 1.0 Error pages **/
.error_page_container{
    float:left;
    width:100%;
    padding:4% 15px;
}
.error_page_container .box_image{
    float:left;
    width:100%;
    text-align: center;
    margin-bottom: 25px;
}
.error_page_container .box_image img{
    max-width: 100%;
}
.error_page_container .error_page_caption{
    font-size:40px;
    color:#3D85F9;
    float:left;
    width:100%;
    text-align: center;
    font-weight: 500;
}
.error_page_container .error_page_text{
    float:left;
    text-align: center;
    font-size:30px;
    color:#BFBFBF;
    width:100%;
    font-weight: 300;
}
.error_page_container .error_page_text a{
    color:#3D85F9;
}
.error_page_container .error_page_text a:hover{
    text-decoration: none;
    font-weight: 500;
}

.error_page_500.error_page_container{
    padding:150px 15px 50px 15px;
}
.error_page_500.error_page_container .error_page_caption {
    color:#E14444;
}
.error_page_500.error_page_container .box_image {
    margin-bottom: 25px;
}
.error_page_coming_soon.error_page_container .box_image{
    margin-top:40px;
}

/* Start: CSS for dynamic menus */
.com_sub_menu{
    display: none;
}
.com_sub_menu.active_menu{
    display: block;;
}
/* End: CSS for dynamic menus */

/* Start: Top Right Menu CSS */
.top_menu_right{
    float:right;
    position: relative;
    z-index: 4;
}
.pwd_err {
    color: red;
}
.logout_link{
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    margin: 6px 0px 0 5px;
    font-weight: 500;
    color: #999999;
    height: 38px;
    position: relative;
}
a.logout_link:hover {
    text-decoration: none;
    color: red;
}
.clr_red {
    color: red;
}
.notification_link{
    float:left;
    width:50px;
    height:30px;
    background:url('/images/peopledesk_1_0/icons/icon_notifications_active.svg') left center no-repeat;
    background-size:23px 18px;
    margin-top: 3px;
}
.notification_link.inactive{
    background-image:url('/images/peopledesk_1_0/icons/icon_notifications_inactive.svg');
    cursor:not-allowed;
}
.notification_link.inactive .notification_badge{
    display: none;
}
.notification_link .notification_badge{
    padding:5px 7px;
    color:#FFFFFF;
    font-size:10px;
    border-radius: 25px;
    position: relative;
    background-color:#FF5301;
    top: -6px;
}
.width_100 {
    width: 100%;
}
.pointer_arrow {
    position: absolute;
    top: -27px;
    right: 29px;
    width: 19px;
    height: 46px;
}
.change_pwd_head {
    padding-bottom: 10px;
    color: #131313;
    font-weight: 600;
}
.change_pwd_label {
    color: #131313;
    font-weight: 600;
}
.notification_link:hover,
.notification_link:hover .notification_badge {
    text-decoration: none;
}
.profile_dropdown {
    width: 60px;
    height: 60px;
    top: -14px; 
    position: relative;
    cursor: pointer;
}
.logout_div>a:hover {
    text-decoration: none;
}
.change_pwd {
    cursor: pointer;
}
.top_menu_right .dropdown-menu {
    width: 300px !important;
    border: 1px solid #dddfdf !important;
    webkit-box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
    -moz-box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
    box-shadow: 0px 2px 8px 2px rgba(33,35,39,0.15);
}
.my_pro_tx {
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 1rem;
    color: #131313;
    font-weight: 600;
}
.profile_img {
    width: 65px;
    height: 65px;
    border-radius: 80px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 25px;
}
.font_15 {
    font-size: 15px;
}
.top_menu_right p {
    color: #131313;
    line-height: 1.6;
}
p.change_pwd_btn {
    color: #3D85F9;
    padding-top: 1rem;
     border-top: 1px solid #dddfdf;
    padding-bottom: 1rem;
    text-align: left;
    cursor: pointer;
}

p.logout_tx {
    color: #F45B69;
    font-weight: 600;
    margin:0px;
    text-align: center;
}


.text_indent {
    float: left;
    text-indent: -9999999px;
}
/* End: Top Right Menu CSS */




/* Start: Top Right Menu CSS */
.top_menu_right{
    float:right;
}
.logout_link{
    float: left;
    font-size: 16px;
    line-height: 1.2em;
    margin: 6px 0px 0 5px;
    font-weight: 500;
    color: #999999;
    position: relative;
}
.notification_link{
    float:left;
    width:50px;
    height:30px;
    background:url('/images/peopledesk_1_0/icons/icon_notifications_active.svg') left center no-repeat;
    background-size:23px 18px;
    margin-top: 3px;
}
.notification_link.empty_notification .notification_badge {
    display: none;
}
.notification_link.inactive{
    background-image:url('/images/peopledesk_1_0/icons/icon_notifications_inactive.svg');
    cursor:not-allowed;
}
.notification_link.inactive .notification_badge{
    display: none;
}
.notification_link .notification_badge{
    padding:5px 7px;
    color:#FFFFFF;
    font-size:10px;
    border-radius: 25px;
    position: relative;
    background-color:#FF5301;
    top: -6px;
}

.notification_link:hover,
.notification_link:hover .notification_badge {
    text-decoration: none;
}
/* End: Top Right Menu CSS */


/*
Style - Responsive - Media Queries (Desktop First Method) 
Major View Ports - 1170, 1280px, 1366px & Above
*/

/*START:Responsive header*/
.responsive_fixed {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 4;
}
/*END:Responsive header*/

.com_sub_menu.active_menu ul li.hep_nav_more {
    width: 3em;
    text-align: center;
    display: none;
}

.com_sub_menu.active_menu ul li.hep_nav_more:hover ul#hep_nav_overflow {
    opacity: 1;
    visibility: visible;
}

.com_sub_menu.active_menu ul li span {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px 1em;
    cursor: pointer;
    /*-webkit-transition-duration: .3s;
    transition-duration: .3s;*/
    text-decoration: none;
}

.com_sub_menu.active_menu ul li.hep_nav_more:hover span {
    content: "";
    padding: 9px 1em;
    left: 5px;
    bottom: -1px;
    outline: none;
    border-bottom: 4px solid #fff;
    right: 5px;
    cursor: pointer;
}

.com_sub_menu.active_menu #hep_nav_overflow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 20%;
}

.com_sub_menu.active_menu #hep_nav_overflow li {
    /*float: none;*/
    width: 100%;
}

.com_sub_menu.active_menu #hep_nav_overflow li a {
    white-space: nowrap;
    width: 100%;
    margin: 0;
    border: 1px solid transparent;
}

.com_sub_menu.active_menu #hep_nav_overflow li a:hover:before {
    border: none;
}
.com_sub_menu.active_menu #hep_nav_overflow li a.active,
.com_sub_menu.active_menu #hep_nav_overflow li a:hover {
    
    color: #F49200;
    border: 1px solid transparent;
    margin: 0px;
    font-weight: 600;
}

.com_sub_menu.active_menu #hep_nav_overflow li a.active:before {
    border: none;
}

/* Desktop Version - Between 1280px - 1365px Viewport  */
@media all and (min-width:1280px) and (max-width:1365px)
{

}

/* Desktop Version - Between 1170px - 1279px Viewport  */
@media all and (min-width:1170px) and (max-width:1279px)
{

}
@media all and (min-width:0px) and (max-width:1169px)
{
    body{
        min-width:1170px;

        overflow: auto;
    }

    body.responsive{
        min-width:0px;
        overflow: auto;
    }
    
    /** Login **/
    .login_wrapper .box_login_reset{
        width:100%;
        max-width: 500px;
        padding-left:10px;
        padding-right: 10px;
    }

    .modal:before {
        height: auto;
    }
}

/*** Tablet  Version - Between 768px-991px Viewport ***/
@media all and (min-width:0px) and (max-width:991px)
{


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

}
/*** Mobile  Version - Between 0-767px Viewport ***/
@media all and (min-width:0px) and (max-width:767px)
{

}
/*** Mobile  Version - Between 0px-479px Viewport  ***/
@media all and (min-width:0px) and (max-width:479px)
{
    /* Login */
    .box_login_reset .login_bottom .forgot_password_link {
        float: left;
        width:100%;
    }

}

/*** Small Devices Version - upto 319px Viewport  ***/
@media all and (min-width:0px) and (max-width:319px)
{

}

/*** Mobile  Version - Between 640px-767px Viewport  ***/
@media all and (min-width:640px) and (max-width:767px)
{

}

/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:319px){
}


/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:1169px){
    /*.fixed_head {
        display: none;
    }
    .responsive_fixed {
        display: block;
    }
    .list_sect, .master_section {
        margin-top: 59px !important;
    }*/
}

/*** Miscellaneous Viewport - Custom, Retina and Others ***/
@media all and (min-width:0px) and (max-width:1225px){
    /*.list_sect {
        padding: 25px 10px;
    }*/
}

/*END: reponsive header*/


@media all and (min-width:0px) and (max-width:767px){
    .login_wrapper .box_login_reset .signin_caption {
        font-size: 20px !important;
    }   
   
    .login_wrapper .box_login_reset .signin_sub_caption {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .box_login_reset .login_bottom .forgot_password_link, .box_login_reset .checkbox label, .box_login_reset .input_label {
        font-size: 15px !important;
    }

    .reset_password_modal_wrapper input, .login_wrapper input {
        padding: 8px 11px;
        font-size: 15px;
    }
    #reset_link_button {
        padding: 7px;
        font-size: 15px; 
    }
    .box_login_reset .btn_blue {
        padding: 7px;
        width: 78% !important;
        margin: 0 auto;
        font-size: 16px;
        display: block;
    }
    .reset_password_modal_wrapper .modal-body {

        padding: 20px !important;
    }
    .modal:before {
        height: auto !important;
    }
}
/*END: responsive*/


/*START:animation*/

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.top_menu_right .dropdown-menu.show {
    left: -231px !important;
    top: 42px !important;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.top_menu_right li a {
    margin: 0px 10px 20px 0 !important;
}


@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*END:animation*/



/* Security issue fixes */
.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}
