body {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-family: 'Conv_Sketch_Block',Sans-Serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 3.5vmin;
    vertical-align: baseline;
    background: transparent;
}
.hide{
    display:none !important;
}
.show{
    display:block !important;
}
.tpadding30 {
    padding-top: 30px !important;
} 
input[type="checkbox"] {
    width: 17px;
    height: 17px;
}
input[type="text"]{
    font-family: 'Conv_Sketch_Block',Sans-Serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
select, input[type="text"], textarea , input[type="password"], input[type="number"]{
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 0;
    text-indent: 12px;
    font-size: 4vmin;
    line-height: 1.5;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: initial;
    font-family: 'Conv_Sketch_Block',Sans-Serif;
    outline: none;
}
textarea{
    height: initial !important;
    /*text-indent: 0px !important;*/
}
.line{
    overflow:hidden;
}
#LoadingModal .modal-content{
    background-color: transparent;
    border:none;
}
.loading_bg{
    /*background-image: url(../images/logo.png), url(../images/bg_1.png);*/
    background-size: contain, cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat, repeat;
}
.app_wrapper_bg_login {
    background-image: url(../images/bg_img_home.jpg);
    background-size: contain;
    background-position: center;
    /*display: flex;
    height: 100%;*/   
}
.app_head h1 {
    text-transform: uppercase;
    font-size: 4.2vmin;
    padding: 20px 0;
    font-family: 'Conv_Sketch_Block',Sans-Serif;
    margin:0 !important;
}
.att_apphead h1 {
    color: #B8662E;
    text-transform: none;
    font-size: 200%;
    padding: 20px 0;
    font-family: 'Conv_Sketch_Block',Sans-Serif;
}
.detailTable td, .detailTable th {
    padding: 5px;
    font-size: 3.5vmin;
}
.app_wrapper {
    width: 550px;
    margin: 0 auto;
}
.load_wrapper{

    min-height:600px;
}
.app_container {
    width: calc(100% - 10%);
    margin: 0 auto;
}
.app_text_center {
    text-align: center;
}
.listofdetail ul li {
    font-family: 'Conv_Sketch_Block',Sans-Serif;
    padding-top: 10px;
    font-size: 4vmin;
    line-height: 38px;
}
.listofdetail ul li a{
	padding:0 !important;
}
.app_row {
    overflow: hidden;
}
.col_50 {
    width: 50%;
    float: left;
    /*border-right: 1px dashed #b8662e !important;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border-bottom: 1px dashed #b8662e !important;*/
    height: auto !important;
    padding: 0 !important;
}

.mod_box {
    text-align: center;
    padding: 20px 0;
}

.btm_brd_none {
    border-bottom: none !important;
}

.tpadding_20 {
    padding-top: 20px !important;
}

.bpadding_20 {
    padding-bottom: 20px;
}
.rmargin_20 {
    margin-right: 20px !important;
}
.tmargin_20 {
    margin-top: 20px !important;
}
.bmargin_20 {
    margin-bottom: 20px !important;
}
.rmargin_10 {
    margin-right: 10px !important;
}
.tmargin_10 {
    margin-top: 10px !important;
}
.bmargin_10 {
    margin-bottom: 10px !important;
}
.app_row .col_50:nth-child(even) {
    border-right: none !important;
}

.v_align_sub {
    vertical-align: sub;
}

.top_setting {
    right: 5%;
    position: absolute !important;
    top: 0;
    bottom: 0;
}

.pos_relative {
    position: relative;
}
.mod_text{
        min-height: 55px;
}
.load_btm_img{
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
}
.load_margin200px{
    margin-top: 200px;
}
.bck_arr_bg{
    background-color: #b46a2b!important;
}
.modal {
    display: none; /* Hidden by default */
    -webkit-backface-visibility:hidden;
    bottom:0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); /* Fallback color 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /*background-color:rgba(255, 255, 255, 0.82);*/
    background-color:#FFF;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
  
    width: 60%;
    max-width: 400px;
}
.mdl-card, .mdl-card a{
    min-height:initial !important;
    font-family:'Conv_Sketch_Block',Sans-Serif;
    font-size:2.3vmin !important;
}
.mdl-card__supporting-text{
    padding:10px !important;
    width:100% !important;
    box-sizing: border-box;
}
/*.mdl-card p {
    margin:0;
    font-size: 3.5vmin;
}
.mdl-card h4{
    margin:0;
    padding:0;
    font-family:'Conv_Sketch_Block',Sans-Serif;
    font-size:4.5vmin;
}*/
.section--center{
    background-color:#FFF;
}
.app_row.app_text_center span{
     font-family:'Conv_Sketch_Block',Sans-Serif;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.hide{
    display:none;
}
#success{
    text-align:center;
}

/*----For Home Detail-----*/
ul.homedetail li {
    list-style-type: none;
    padding: 10px 0;
    line-height: 1.4;
}

/*-----For Gallery---*/
.gl_strip > span {
    font-size: 2.8vmin;
    font-weight: 500;
}
.gl_img {
    background-image: url('images/image_card.jpg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.demo-card-image > .mdl-card__actions {
    height: 52px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.demo-card-image__filename {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.gl_col {
    width: 48%;
    margin: 1%;
    height: 250px;
    float: left;
    box-sizing: border-box;
}
.gl_col.full {
    width: 100%;
}

.gl_strip {
    height: 52px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: normal;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
