@charset "UTF-8";

/*
Theme Name: Practicalhalacha
 */

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

html,
body {
    min-height: 100%;
}

body {
    voice-family: "\"}\"";
    voice-family: inherit;
    font-family: Arial, Helvetica, sans-serif;
    color: #353535;
    font-size: 14px;
}

img,
span {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    padding: 0px 0 0px 0;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #1e67a7;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover,
.current-menu-item .nav-link {
    color: inherit !important;
}

ul,
ol {
    display: block;
    border: 0;
    /* margin:10px; */
    padding: 0;
}

ol {
    list-style-type: decimal;
}

li {
    display: list-item;
    border: 0;
    margin: 0px 0;
    padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0 0 0 20px;
}

.clear {
    clear: both;
}

.ie7clear {
    height: 0px;
    display: block;
}

.radiobtn {
    margin: 0 5px 0 0;
}

.combobox {
    margin: 5px 0px 2px 0;
    padding: 1px 1px 1px 2px;
    font-size: 13px;
    color: #494949;
}

input[type="button"],
input[type="submit"] {
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    margin-bottom: 10px;
    /* padding-top:10px; */
    /* font-weight:normal; */
    /* text-transform: uppercase; */
    /* width:100%; */
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {}

h1 {
    color: #1e67a7;
    font-size: 32px;
    margin: 0px 0 20px 0;
    font-family: 'Quicksand', sans-serif;
    display: block;
    padding: 0 0 0px 0;
    text-transform: uppercase;
}

h2 {}

h3 {}

h4 {}

h5 {}

.container {
    max-width: 1000px;
    padding: 0;
}


/* 	Header 	*/

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    display: block;
}


/* Navigation CSS */

.navbar-toggler {
    display: none;
}

.navbar {
    padding: 0px;
    width: calc(100% - 250px);
    float: right;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: #000;
    padding: 0 7px 0 0;
}

.navbar-nav {
    margin-top: -11px;
    padding: 0 0 0 10px;
}

.nav-link:focus,
.nav-link:hover,
.current-menu-item .nav-link {
    color: #0b7caa !important;
}

.dropdown-toggle::after {
    display: none;
}

.search_box {
    float: left;
}

.btn_outer {
    float: left;
    padding-top: 0px;
    padding-left: 10px
}

.navbar-expand-lg .navbar-nav .nav-link .d-md-block {
    display: inline !important;
}


/*	Home PAge	*/

#menu {}

.left_part {}

.right_part {}

.link_left {
    display: none;
}


/*	Inner Pages	*/


/* Footer */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-align: center;
}


/*Tree CSS*/

#files {
    margin: 2em 0 5em;
    width: 400px;
}

.tree {
    font-size: 1.5em;
}

.tree,
.tree ul,
.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.tree ul {
    margin-left: 12px;
}

.tree li a {
    color: #555;
    display: block;
    text-decoration: none;
    background: url(/images/icon-file.gif) 5px 50% no-repeat;
}

.tree li a.tree-parent,
.tree-parent {
    background: url(/images/arrowd.png) 5px 50% no-repeat;
    padding: .1em 7px .1em 27px;
}

.tree li a.tree-parent-collapsed {
    /*background: url(images/arrow.png) 0px 50% no-repeat;*/
}

.tree li a.tree-parent-collapsed span {
    background: url(/images/arrow.png) 0px 50% no-repeat;
}

.tree li a:hover,
.tree li a.tree-parent:hover,
.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    color: #000;
    /*	border:1px solid #eee;
	background-color:#fafafa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
    text-decoration: underline;
}

.tree li a:focus,
.tree li a.tree-parent:focus,
.tree li a.tree-item-active {
    border: 1px solid #e2f3fb;
    background-color: #f2fafd;
}

.tree ul.tree-group-collapsed {
    display: none;
}

.tree li p {
    padding: 0;
    margin-left: 30px;
    margin-bottom: 0;
}

.tree li div.links {
    margin-left: 30px;
    margin-bottom: 20px;
    border: 1px solid #000;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
}

.tree li ul {
    padding-top: 5px;
}

.tree li div a {
    display: inline;
    padding: 0;
    background: none;
}

.tree li span.actions {
    float: right;
}

.tree li span.actions a {
    display: inline;
    padding: 0;
    text-decoration: underline;
    background: none;
}

.tree li div ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.tree li div ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

#contents .tree li div.article_body {
    color: #000;
    padding-left: 27px;
    line-height: 19px;
}

#contents .tree li div.article_body .explanatory_block {
    padding-left: 30px;
}

#contents .tree li div.article_body .explained {
    padding-left: 80px;
}

#contents .tree li div.article_body .explained.note {
    padding-left: 45px;
}

#contents .tree li div.article_body .explained.note ul {
    margin-left: 0;
}

#contents .tree li div.article_body .explained .ph_example,
#contents .tree li div.article_body .explained .ph_note,
#contents .tree li div.article_body .explained .ph_reason,
#contents .tree li div.article_body .explained .ph_situation,
#contents .tree li div.article_body .explained .ph_status,
#contents .tree li div.article_body .explained .ph_exception,
#contents .tree li div.article_body .explained .ph_wtd,
#contents .tree li div.article_body .explained .ph_question {
    display: block;
    float: left;
    margin-left: -80px;
    width: 80px;
    padding: 0;
}

#contents .tree li div.article_body .explained.note .ph_note {
    margin-left: -45px;
    width: 45px;
}

.ph_example,
.ph_note,
.ph_reason,
.ph_situation,
.ph_status,
.ph_wtd,
.ph_question,
.ph_exception,
#contents .tree li div.article_body .ph_example,
#contents .tree li div.article_body .ph_note,
#contents .tree li div.article_body .ph_reason,
#contents .tree li div.article_body .ph_situation,
#contents .tree li div.article_body .ph_status,
#contents .tree li div.article_body .ph_wtd,
#contents .tree li div.article_body .ph_question,
#contents .tree li div.article_body .ph_exception {
    display: inline-block;
    padding-right: 12px;
    padding-top: 12px;
    color: #2685ad !important;
    text-decoration: none !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: smaller !important;
}

#contents .tree li div.article_body h1,
#contents .tree li div.article_body h2,
#contents .tree li div.article_body h3 {
    margin-top: 19px;
    color: #1f9fcf;
}

#contents .tree li div.article_body p {}

#contents .tree li strong a {
    margin-left: 35px;
}


/*Tree CSS*/


/*  Breadcrumb */


/*
#content .xbreadcrumbs (Extended Breadcrumbs) jQuery Plugin
	© 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com
	or email us at support@ajaxblender.com
*/

#content .xbreadcrumbs.continued {
    margin-left: 15px;
    margin-top: 0;
}

#content .xbreadcrumbs LI UL {
    position: absolute;
    float: left;
    width: auto;
}

#content .xbreadcrumbs,
#content .xbreadcrumbs LI,
#content .xbreadcrumbs UL,
#content .xbreadcrumbs UL LI {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .xbreadcrumbs {
    position: relative;
    width: auto;
    margin-top: -23px;
}

#content .xbreadcrumbs {
    clear: both;
}

#content .xbreadcrumbs,
#content .xbreadcrumbs LI {
    float: left;
}

#content .xbreadcrumbs UL {
    display: none;
}


/*  Base style of#content .xbreadcrumbs  */


/*  Top Level  */

#content .xbreadcrumbs {
    background: #F0F0F0;
    margin-bottom: 1px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

#content .xbreadcrumbs.continued {
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

#content .xbreadcrumbs LI {
    border-right: 1px solid #CECECE;
    height: 26px;
    font-family: Verdana;
    line-height: 12px;
}

#content .xbreadcrumbs LI.current {
    border-right: none;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

#content .xbreadcrumbs LI A {
    font-size: 11px;
    color: #5c5c5c;
    text-decoration: none;
    display: block;
    padding-top: 4px;
    font-family: Verdana;
}

#content .xbreadcrumbs LI:hover {}

#content .xbreadcrumbs LI:hover ul {
    display: block;
    z-index: 1000;
    margin-left: -8px;
}

#content .xbreadcrumbs.continued LI.first:hover ul {
    margin-left: 8px;
}

#content .xbreadcrumbs LI A:HOVER,
#content .xbreadcrumbs LI.hover A {
    color: #0A8ECC;
}


/*  Top Level - Current Page  */

#content .xbreadcrumbs LI.current A {
    color: #2685ad !important;
    font-weight: bold;
}


/*  Sub-level  */

#content .xbreadcrumbs LI UL {
    padding: 3px 0;
    background: #f1f1f1;
    font-size: 11px;
    width: 180px;
    top: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 6px 3px 13px rgba(0, 0, 0, 0.42);
}

#content .xbreadcrumbs LI UL LI {
    float: left;
    width: 100%;
    border-right: none;
    height: auto;
    min-height: 26px;
}

#content .xbreadcrumbs LI UL LI:hover {
    background-color: #eaebec;
}

#content .xbreadcrumbs LI UL LI A,
#content .xbreadcrumbs LI.current UL LI A {
    text-decoration: none;
    color: #000 !important;
    display: block;
    padding: 6px 4px 6px 8px;
    border-bottom: 1px solid #fff;
    line-height: 12px;
}

#content .xbreadcrumbs LI UL LI:last-child A {
    border-bottom: none;
}

#content .xbreadcrumbs LI UL LI A:HOVER {
    background-color: #eaebec;
    color: #2686a9 !important;
}

#content .xbreadcrumbs LI {
    border-right: none;
    background: url(images/separator-white.png) no-repeat right center;
    padding-right: 15px;
    padding-left: 10px;
}

#content .xbreadcrumbs.continued LI.first {
    padding: 0;
}

#content .xbreadcrumbs LI.first span {
    background: url(images/separator-start.png) no-repeat left center;
    padding-left: 15px;
    padding-right: 15px;
    height: 26px;
    display: block;
}

#content .xbreadcrumbs LI.last {
    border-right: none;
    background: url(images/separator-end.png) no-repeat right center;
}

#content .xbreadcrumbs LI.first.last {
    padding-right: 15px;
}

#content .xbreadcrumbs LI.home {}

#content .xbreadcrumbs LI.current {
    background: none;
}

#content .xbreadcrumbs LI UL LI {
    background: none;
}

#content .xbreadcrumbs LI A.home {
    background: url(images/home.gif) no-repeat left center;
    padding-left: 10px;
}

.margined {
    clear: both;
    margin-bottom: 20px;
}


/*  Breadcrumb */


/* Contact Form */


/*Comman CSS */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.rel_pos {
    position: relative;
}

.no_pad_btm {
    padding-bottom: 0px;
}

.no_pad_right {
    padding-right: 0px;
}

.no_pad_left {
    padding-left: 0px;
}

.font_33 {
    font-size: 33px;
}

.pad_left {
    padding-left: 50px;
}

.pad_right {
    padding-right: 50px;
}

.flt_none {
    float: none;
}

.pad_btm {
    padding-bottom: 10px;
}

.font_black {
    color: #161616;
}

.font_blue {
    color: #3f5d87 !important;
}

.btn_center {
    display: inline-block !important;
}

.quote-marks {
    display: none;
}

.arrow-link {
    cursor: pointer;
}

.img_100p {
    width: 100%;
}

.pad20 {
    margin-left: 20px;
    margin-bottom: 30px;
}

.button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.formBox input[type=email] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    width: 100%;
}

.formBox input[type=email],
.formBox select {
    padding: 5px;
}

.dropdown-item{
text-align: left;
padding: 0px 8px;
color:#070700;
font-size: 12px;
border-bottom:1px solid #d5d4d4;
}
.dropdown-menu{padding:0; top:20px; background:#f1f1f1}
.navbar-nav .nav-link:hover .dropdown-menu{display:block;}
li.dropdown:hover .dropdown-menu {display:block;}
.mobile-menu {display: none;}

/* iPad Tablet Portrait */

@media all and (min-width: 768px) and (max-width: 1001px) {
    #contents {
        width: calc(100% - 275px);
    }
    #quizBox {
        width: 100%;
        background-position: center right;
        background-size: auto 100%;
        height: auto;
        padding: 10px 0 20px;
    }
    .quizImageBox {
        width: calc(50% - 23px);
    }
    .quizImage {
        height: auto;
    }
    .quizImageBox.first {
        margin-left: 10px;
    }
    .quizImage img {
        width: 100%;
        height: auto;
    }
    #search {
        padding-left: 60px;
        width: calc(100% - 210px);
    }
    #s {
        width: 100%;
    }
    .collapse:not(.show) {
        display: block;
    }
    .navbar-nav {
        display: block;
        float: left;
        padding: 10px 0 10px 10px;
    }
    .navbar-nav li {
        display: inline-block;
        width: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        float: left;
    }
}


/* Mobile */

@media all and (min-width: 320px) and (max-width: 767px) {
    .mobile-menu {
        position: absolute;
        right: -30px;
        width: 30px;
        display: block;
        top: 20px;
        background: #fff;
        padding: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 0 5px 5px 0;
        cursor:pointer;
    }
    .navbar-toggler {
        display: block;
    }
    #main {
        background: none;
    }
    #logo {
        display: none;
    }
    #search {
        padding-left: 15px;
        padding-top: 15px;
        width: 100%;
    }
    #s {
        width: 100%;
    }
    .search_box {
        width: 96%;
    }
    .btn_outer {
        padding: 5px 0 0 0;
    }
    #banner {
        background-size: 100% 100%;
        width: calc(100% - 20px);
    }
    .navbar {
        float: left;
        width: 100%;
        background: url(images/bg-nav-mobile.jpg) repeat-x center center;
        padding: 0px 0 0 10px;
        margin: 0 0 10px;
    }
    .navbar-brand {
        width: 170px;
        padding: 5px 0 8px 40px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-toggler img {
        width: 35px;
    }
    .navbar-collapse {
        position: absolute;
        top: 69px;
        background: #38a7bb;
        width: 100%;
        left: 0;
        padding: 15px 0 0;
        z-index: 9;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 0;
    }
    #content {
        padding: 5px 10px 0;
        width: 100%;
        float: left;
    }
    #left {
        position: fixed;
        left: -280px;
        top: 00px;
        z-index: 999;
        width: 280px;
    }
    #left.view_link {
        left: 0;
    }
    #menu {
        height: 100vh;
        overflow: auto;
        display: block;
        padding: 15px;
        position: relative;
        z-index: 9;
        background: url(images/menuBackShadow.png) no-repeat;
        background-size: 120% auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    #contents {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }
    #quizBox {
        width: 100%;
        background-position: center right;
        background-size: auto 100%;
        height: auto;
        padding: 10px 0 20px;
    }
    .quizImageBox {
        width: 90%;
    }
    .quizImage {
        height: auto;
    }
    .quizImageBox.first {
        margin-left: 10px;
    }
    .quizImage img {
        width: 100%;
        height: auto;
    }
    #footer {
        clear: both;
    }
    .link_left {
        position: absolute;
        right: -30px;
        width: 30px;
        display: block;
        top: 20px;
        background: #fff;
        padding: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        border-radius: 0 5px 5px 0;
    }
    .link_left img {
        width: 100%;
    }
    .overlay {
        display: block;
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        z-index: 0;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }
    .view_link .overlay {
        opacity: 0.7;
        visibility: visible;
    }
    .navbar-expand-lg .navbar-nav .nav-link .d-none {
        display: none !important;
    }
    #contents ul.letters.green {
        background-size: 100% 100%;
        margin: 0 0 15px;
    }
    .letters {
        background-size: 100% 100% !important;
        margin: 0 0 15px;
    }
    #contents ul li {
        margin: 5px 0 5px 5px;
    }
    #contents .tree li.level0 li,
    #contents .tree li.level0 li a {
        padding: 5px 0 5px 10px;
        word-break: break-word;
    }
    .tree li ul li a.tree-parent {
        background-position: 0px 50%;
        padding: 5px 0 5px 15px !important;
    }
    #contents .tree li div.article_body .explained .ph_example {
        width: 100%;
        margin: 0;
    }
    #contents .tree li div.article_body .explained {
        padding-left: 10px;
    }
    .tree ul {
        margin-left: 2px;
    }
    #contents .tree li div.article_body {
        padding-left: 5px;
    }
    .formBox {
        width: 100%;
    }
}


/* Smaller Mobile Device */

@media all and (max-width: 575px) {}
