/*
Copyright (C) 2019 djoluc.

This library is free software; you can redistribute it and/or
modify it under the terms of the TECKPLANET General Public
License as published by the Free Software Foundation; either
version 1.0 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the TECKPLANET
General Public License for more details.

You should have received a copy of the TECKPLANET General Public
License along with this library; if not, write to TeckPlanet teams: contact@teckplanet.com
*/
/* 
    Created on : Jul 28, 2019, 8:27:13 AM
    Author     : djoluc
*/


.main_image{
    display: block;
    width: 100%;
    height: 17em;
    margin-top: 40px;
    /*background: url("../image/main_image.svg") 100% 100%  no-repeat;*/
    background: #191130;
    /*background-size: 100% 100%;
    background-position: center;*/
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: #191130;
    color: #ffffff;
    /*border-bottom-right-radius: 300px;*/
    /*border-bottom-left-radius: 150px;*/
}



.main_image > h2{
    margin-top: 5px;
    margin-left: 100px;
    font-size: 25px;
    text-shadow: 1px 5px 5px black;
    font-weight: normal;
}

.main_image > h3{
    margin-top: 20px;
    margin-left: 100px;
    font-size: 18px;
    text-shadow: 1px 5px 5px black;
    font-weight: 100;
}

.main_image > .main_image_button_box{
    display: block;
    position: relative;
    background: red;
    width: 600px;
    height: 80px;
    margin: auto;
    bottom: -0.5em;
    border-radius: 40px;
    background: linear-gradient(to top, #000000 -180%,  #191130);
}


.main_image > .main_image_button_box > ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}



.main_image > .main_image_button_box > ul  li{
    display: inline-block;
    cursor: pointer;
}


.main_image > .main_image_button_box > ul  li:hover{
    opacity: 0.5;
    
    /*cursor: progress;*/
}


.main_image > .main_image_button_box > ul  li:hover a{
    -webkit-transform: rotateY(400deg);
    transform: rotateY(400deg);
}


.main_image > .main_image_button_box > ul  li > a.icon{
    display: block;
    width: 100%;
    height: 70%;
}


.main_image > .main_image_button_box > ul  li > a.icon.minister{
    background: url("../image/minister_icon.png") no-repeat;
    background-size: 70% auto;
    background-position: center;
}


.main_image > .main_image_button_box > ul  li > a.icon.exams{
    background: url("../image/exam_icon.png") no-repeat;
    background-size: 70% auto;
    background-position: center;
}


.main_image > .main_image_button_box > ul  li > a.icon.documents{
    background: url("../image/document_icon.png") no-repeat;
    background-size: 70% auto;
    background-position: center;
}


.main_image > .main_image_button_box > ul  li > a.icon.news{
    background: url("../image/news_icon.png") no-repeat;
    background-size: 70% auto;
    background-position: center;
}


.main_image > .main_image_button_box > ul  li > a.icon.forum{
    background: url("../image/forum_icon.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
}



.main_top_text{
    display: block;
    width: 100%;
    height: calc(100vh - 100px);
    background: #ffffff;
    text-align: center;
    padding-top: 60px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    
}


.main_top_text > p{
    font-size: 20px;
    color: #000055;
    font-weight: 100;
    /*font-style: italic;*/
}


.main_top_text > .fashion{
    display: block;
    width: 350px;
    height: 6px;
    margin: auto;
    margin-top: 50px;
    border: 0px solid black;
    background: rgba(220, 220, 220, 1);
}


.main_top_text > .fashion > a{
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    background: #808000;
}



.branding{
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-top: 50px;
    border: 0px solid black;
}

.branding > .header_view{
    width: 290px;
    height: 370px;
    background: rgba(255, 255, 255, 1);
    margin: 12px;
}


.branding > .header_view > .header{
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    padding: 0px;
    background: #808000;
    color: #ffffff;
}

.branding > .header_view > .content{
    min-height: 100px;
    height: calc(100% - 150px - 70px);
    border: 0px solid black;
    text-align: center;
    font-size: 15px;
    color: #000000;
}


.branding > .header_view > .footer{
    width: 100%;
    padding: 0px;
}

.branding > .header_view > .footer button{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 7px;
}


.branding > .header_view.actors{
    position: relative;
    height: 400px;
    margin-top: -18px;
}

.branding > .header_view.actors > .header{
    background: #191130;
}


.calendar{
    display: block;
    width: 700px;
    margin: auto;
    margin-top: 50px;
    background: #ffffff;
    min-height: 400px;
    margin-bottom: 100px;
}


.calendar > .header{
    background: #191130;
    color: #ffffff;
}

.calendar > .content > .month_panel{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    margin-left: -150px;
    list-style: none;
    background: #ffffff;
    border: 0px solid black;
}

.calendar > .content{
    padding: 0px;
    margin: 0px;
    max-height: 0px;
}

.calendar > .content > .month_panel > li{
    
}


.bottom_box{
    display: block;
    position: fixed;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-size: 14px;
    bottom: 0px;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /*background-image: linear-gradient(to top, rgba(24, 16, 46, 0.5) -120%,  #ffffff);*/
}

.search_btn{
    display: none;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    margin-right: 80px;
    cursor: pointer;
}

#search_input{
    display: block; 
    font-size: 18px; 
    width: calc(100vw - 110px); 
    border-width: 0px; 
    height: 30px; 
    padding: 10px; 
    padding-right: 100px;
}

#search_input:focus{
    border-width: 0px;
    border-color: transparent;
    outline: none;
}

th[djoluc-dropdown-menu-contener] > djoluc-dropdown-menu{
    left: auto;
    margin-left: 50px;
    width: 100px;
}

[djoluc-dropdown-menu-contener]#account_type_header > djoluc-dropdown-menu{
    left: auto; 
    margin-left: 50px; 
    width: 100px;
}

[djoluc-dropdown-menu-contener]#account_role_header > djoluc-dropdown-menu{
    left: auto; 
    margin-left: 50px; 
    width: 100px;
}

[djoluc-dropdown-menu-contener]#account_country_header > djoluc-dropdown-menu{
    left: auto; 
    margin-left: 50px; 
    width: 100px;
}

@media all and (max-width: 800px){
    [djoluc-dropdown-menu-contener]#account_type_header > djoluc-dropdown-menu{
        margin-left: 0px;
    }
    
    [djoluc-dropdown-menu-contener]#account_role_header > djoluc-dropdown-menu{
        margin-left: 0px;
    }
    
    [djoluc-dropdown-menu-contener]#account_country_header > djoluc-dropdown-menu{
        margin-left: 0px;
    }
    
    th[djoluc-dropdown-menu-contener] > djoluc-dropdown-menu{
        margin-left: 0px;
    }   
}

#header_more_field_div{
    display : inline-block; 
    color: steelblue; 
    margin-left: 20px;
}