/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 21, 2018, 12:22:53 PM
    Author     : Berdia
*/


.header_bg_effect {
    background: #000;
}
.footer_wrapper {
    background-color: #191f24;
    padding: 20px 0px;
    /*    position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;*/
}

#login_table th {
    color: #232323;
    font-size: 22px;
    border-bottom: none;
    padding-bottom: 40px;
}
#login_table {
    border: 2px solid #fde510;
    border-radius: 5px;
    display: table;
    margin: 80px auto 160px;
    background-color: #ebebeb;
    padding: 0px 10px;
}
#login_table tbody {
    position: relative;
}
#login_table tbody th {
    position: absolute;
    top: -100px;
}
#login_table label {
    display: block;
    font-size: 18px;
    margin: 10px 0px;
    text-align: left;
    color: #000;
}
#login_table input, #login_table  select {
    width: 88.4%;
    border: 2px solid #cfcfcf;
    border-radius: 4px;
    height: 35px;
    font-size: 15px;
    padding: 0px 15px 0px 40px;
    height: 40px;
}
#login_table select {
    width: 100%;
    height: 46px;
    color: #000;
}
#login_table select:focus{
    border-color: #000;
}
#login_table .button {
    width: 182px;
    display: table;
    margin: auto;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 12px 0px;
    height: auto;
    border: none;
    border-radius: 7px;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    transition: 0.3s;
}
#login_table .login_button button {
    z-index: 11;
    position: relative;
}
#login_table .login_button {
    position: relative;
    display: inline-block;
    margin: auto;
    background:  #fde510;
    border-radius: 7px;

}
#login_table .login_button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 10;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-radius: 7px;
    cursor: pointer;
}
#login_table .login_button:hover:after{
    width: 100%;
}

#login_table .button:hover {
    cursor: pointer;
    color: #fff;
    z-index: 11;
}
.last_child {
    bottom: -70px;
    left: 0;
    right: 0;
}
#login_table tr:last-child {
    text-align: center;
}
.last_child td {
    display: table;
    margin: auto;
}
#login_table td {
    position: relative;
    display: block;
}
.username_label {
    background: url(../images/user_logo.png) no-repeat;
    background-position: 2% 50%;
    background-color: #fff;
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 60px;
}

.pass_label {
    background: url(../images/password_icon.png) no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 60px;
}

.language_select select {
    background: url(../images/language_icon.png) no-repeat;
    background-color: #fff;
    background-position: 2% 50%;
}
#login_table td input:-webkit-autofill,
#login_table td input:-webkit-autofill:focus,
#login_table td input:-webkit-autofill:active,
#login_table td input:-webkit-autofill:enabled,
#login_table td input:-webkit-autofill:default {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.page-main .header_wrapper {
    border-bottom: none;
}
.menu_wrapper {
    background-color: #ebebeb;
    border-bottom: 2px solid #000;
}
.main_menu_wrapper {
    margin: 40px auto 140px;
}
.page-login #login_table .flat {
    width: 100%;
    color: #000;
    max-width: 100%;
}
.page-login #login_table .flat:focus {
    border-color: #000;
}

#login_header {
    float: left;
    background-color: #fde510;
    padding: 24px 8px 24px;
}


/*------OPTIONS Start------*/

.options {
    float: right;
    margin-top: 34px;
}
.options img {
    height: 60px;
    opacity: 0.75;
    transition: .25s;
}
.options a:hover > img {
    opacity: 1;
    height: 65px;
    transition: .25s;
}
.options a:first-child {
    display: none;
}
.options a {
    display: inline-block;
    float: left;
    text-decoration: none;
    margin: 0px 15px;
    overflow: hidden;
    height: auto;
    width: 65px;
    text-align: center;
}
.options a p {
    display: none;
    margin: auto;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    transition: .25s;
}
.options a:hover p {
    display: table;
    transition: .25s;
}

/*------OPTIONS End------*/

/*------Footer Socials Start------*/
.footer_socials {
    display: table;
    margin: 10px auto;
}
.footer_socials ul {
    list-style: none;
}
.footer_socials ul li {
    float: left;
    width: 45px;
    transition: .25s;
}
.footer_socials a img {
    height: 37px;
    transition: .25s;
}
.footer_socials a:hover img {
    opacity: 0.7;
    transition: .25s;
}
.footer_socials ul li:hover {
    margin: 0px 3px;
    transition: .25s;
}




/*------Footer Socials End------*/














/*------------- Media -------------*/

@media only screen and (max-width : 1169px) {

}

@media only screen and (max-width : 999px) {
    #login {
        width: 600px;
    }
    #edit_form table {
        width: 100% !important;
    }
    #edit_form {
        overflow-x: auto !important;
    }
    .page-detail-tables .header th:first-child, .page-detail-tables .header td:first-child {
        min-width: 120px !important;
    }
    .page-detail-tables .header th:nth-child(2), .page-detail-tables .header td:nth-child(2) {
        min-width: 200px !important;
    }
    .page-detail-tables .header th:last-child, .page-detail-tables .header td:last-child {
        min-width: 100px !important;
    }
    .page-detail-tables .header th:nth-child(4), .page-detail-tables .header td:nth-child(4),
    .page-detail-tables .header th:nth-child(3), .page-detail-tables .header td:nth-child(3) {
        min-width: 200px !important;
    }
    .action_but {
        min-width: 87px !important;
    }
}

@media only screen and (max-width : 769px) {
    .page-details  h1, .page-check h1 {
        font-size: 24px;
    }
    .options {
        height: 90px;
    }

    .page-editform-admin #edit_form tr td,.page-editform-admin #edit_form tr .flat {
        width: auto !important;
    }
    #login_table {
        width: auto;
        margin: 80px 15px;
    }
    #login {
        width: auto;
        display: table;
    }
    #login_table input {
        width: 84.4%;
    }
    #main_menu table {
        width: 100%;
    }

    /*--------MENU Start---------*/
    #menu, #tabbar {
        float: left;
    }
    #menu ul, #tabbar ul {
        text-align: left;
    }
    #menu li, #tabbar li {
        float: none;
    }

    #menu li ul, #tabbar li ul {
        position: static;
    }
    .mainmenu  {
        overflow: hidden;
        float: none;
    }

    .mainmenu ul.menu {
        display: block;
        padding: 15px 0;
        border-radius: 10px;
    }

    .mainmenu ul.menu > li > a {
        padding: 10px 10px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    /* ANIMATED UP ARROW */

    .navbar-toggle {
        border:none;
    }

    .navbar-toggle .icon-bar {
        width: 35px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #000;
        margin: 7px 0px;
    }
    .navbar-toggle .icon-bar {
        height: 3px;
    }

    /* ANIMATED X */

    .navbar-toggle .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
        border-radius: 100%;
    }
    .header_ini:before{
        display: none;
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 100%;
    }

    .navbar-toggle .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 7% 90%;
        border-radius: 100%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 0px;
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /* END ANIMATED X */

    .mainmenu ul.menu > li {
        float: none;
        margin: 0;
        padding: 0;
    }

    .mainmenu ul.menu > li > a {
        display: block;
        font-size: 18px;
        padding: 5px 10px;
        line-height: 30px;
    }

    .mainmenu ul.menu > li > a:after {
        display: none;
    }

    .mainmenu ul.menu > li.active > a {
        background-color: rgba(0,0,0, 0.3);
    }

    .mainmenu ul.menu > li.active:hover > a {

        background-color: transparent;
        box-shadow: none;
    }

    .mainmenu ul.menu > li:hover > a {
        box-shadow: none;
    }
    #menu li ul, #tabbar li ul {
        background: none;
        border: none;
        margin-left: 20px;
    }
    #menu li ul, #tabbar li ul li:hover a{
        background-color: transparent;
        color: #fde510;
    }

    #menu .first_ul > li > a, #menu .first_ul li ul > li a {
        display: table;
    }
    /*--------MENU End-----------*/


}

@media only screen and (max-width : 500px) {

    #login_table tbody th {
        position: static;
    }
    #login_table {
        margin: 30px 15px;
    }

    #login_header {
        float: none;
        display: table;
        margin: auto;
    }
    .options {
        height: 70px;
        margin-top: 0px;
    }
    .options a {
        width: 60px;
        font-size: 12px;
    }
    .options img {
        height: 40px;
    }
    .options a:hover img {
        height: 50px;
    }

    #login_table input {
        width: auto;
    }
    #login_table tbody th {
        font-size: 18px;
    }
    #main_menu table td a, #main_menu table td {
        font-size: 14px;
    }
}