﻿

*, *:before, *:after
{
    box-sizing: border-box;
}

html
{
    overflow-y: scroll;
}

body
{
    background: #c1bdba;
    font-family: 'Titillium Web' , sans-serif;
}

a
{
    text-decoration: none;
    color: #1ab188;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
a:hover
{
    color: #179b77;
}

.form
{
    /*background: rgba(19, 35, 47, 0.9);*/
    background: rgba(99, 99, 99, 1); /* background: rgba(2, 68, 87, 1);*/
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group
{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after
{
    content: "";
    display: table;
    clear: both;
}
.tab-group li a
{
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tab-group li a:hover
{
    background: #179b77;
    color: #ffffff;
}
.tab-group .active a
{
    background: #1ab188;
    color: #ffffff;
}

.tab-content > div:last-child
{
    display: none;
}

h1
{
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 40px;
}


.modal
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* 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 */
    border-radius: 5px 5px 0px 0px;
}

/* Modal Content */
.modal-content
{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #fe7f29;
    width: 80%;
    border-radius: 20px 5px 20px 5px;
}

/* The Close Button */
.close
{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus
{
    color: #FF0000;
    text-decoration: none;
    cursor: pointer;
    border: .5px solid #FF0000;
}



.responstable
{
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 1px;
    border: 1px solid #fe7f29;
}
.responstable tr
{
    /*border: 1px solid #D9E4E6;*/
    border: 1px solid #BAD5DA;
}
.responstable tr:nth-child(odd)
{
    background-color: #EAF3F3;
}
.responstable th
{
    display: none;
    border: 1px solid #FFF;
    background-color: #fe7f29;
    color: #FFF;
    padding: 1em;
    text-align: center;
    font-family: Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.responstable th:first-child
{
    display: table-cell;
    text-align: center;
}
.responstable th:nth-child(2)
{
    display: table-cell;
}
.responstable th:nth-child(2) span
{
    display: none;
}
.responstable th:nth-child(2):after
{
    content: attr(data-th);
}
@media (min-width: 480px)
{
    .responstable th:nth-child(2) span
    {
        display: block;
    }
    .responstable th:nth-child(2):after
    {
        display: none;
    }
}
.responstable td
{
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}
.responstable td:first-child
{
    display: table-cell;
    text-align: center; /*border-right: 1px solid #D9E4E6;*/
    border-right: 1px solid #BAD5DA;
}
@media (min-width: 480px)
{
    .responstable td
    {
        border: 1px solid #D9E4E6;
    }
}
.responstable th, .responstable td
{
    text-align: left;
    margin: .5em 1em;
}
@media (min-width: 480px)
{
    .responstable th, .responstable td
    {
        display: table-cell;
        padding: 1em;
    }
}


.responstable1
{
    margin: 1em 0;
    width: 100%;
    /*overflow: hidden;*/
    background: #FFF;
    color: #024457;
    border-radius: 1px;
    border: 1px solid #fe7f29;
}
.responstable1 tr
{
    /* border: 1px solid #D9E4E6;*/
    border: 1px solid #BAD5DA;
    padding-left: 3px;
}
.responstable1 tr:nth-child(odd)
{
    background-color: #EAF3F3;
}
.responstable1 th
{
    display: none;
    border: 1px solid #FFF;
    background-color: #fe7f29;
    color: #FFF; /* padding: 1em;*/
    text-align: center;
    font-family: Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.responstable1 th:first-child
{
    display: table-cell;
    text-align: center;
}
.responstable1 th:nth-child(2)
{
    display: table-cell;
}
.responstable1 th:nth-child(2) span
{
    display: none;
}
.responstable1 th:nth-child(2):after
{
    content: attr(data-th);
}
@media (min-width: 480px)
{
    .responstable1 th:nth-child(2) span
    {
        display: block;
    }
    .responstable1 th:nth-child(2):after
    {
        display: none;
    }
}
.responstable1 td
{
    display: block;
    word-wrap: break-word;
    max-width: 7em;
    padding-left: 3px;
}
.responstable1 td:first-child
{
    display: table-cell;
    text-align: center; /*border-right: 1px solid #D9E4E6;*/
    border-right: 1px solid #BAD5DA;
}
@media (min-width: 480px)
{
    .responstable1 td
    {
        /*border: 1px solid #D9E4E6;*/
        border: 1px solid #BAD5DA;
    }
}
.responstable1 th, .responstable1 td
{
    /*text-align: center;*/
    padding-left: 3px;
    margin: 0em 0em;
}
@media (min-width: 480px)
{
    .responstable1 th, .responstable1 td
    {
        display: table-cell;
        padding-left: 3px;
        height: 33px;
    }
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    color: #024457;
    background: #f2f2f2;
    background-color: #e8ddd5;
}

h1
{
    font-family: Verdana;
    font-weight: normal;
    color: #024457;
}
h1 span
{
    color: #fe7f29;
}
.formbg1L
{
    background-color: #D9E4E6;
    padding-left: 6px;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    color: #024457; /*font-family: Arial, sans-serif;*/
    font-family: Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.formbg2L
{
    background-color: #FBFEFF;
    padding-left: 6px;
    border-bottom: 1px #FFF solid;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 300;
    text-transform: none; /* padding-top: 3px;     padding-bottom: 3px;*/
    height: 24px; /*  font-family: Arial, sans-serif;*/
    font-family: Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.fieldset
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #FFD2D2;
    padding: 20px;
    background: #F1F1F1;
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}
.form-style-3 fieldset legend
{
    color: #FFF;
    border-top: 1px solid #024457;
    border-left: 1px solid #024457;
    border-right: 1px solid #024457;
    border-bottom: 1px solid #024457;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 1px 5px 1px;
    -moz-border-radius: 5px 5px 0px 0px;
    padding: 2px 12px 4px 12px;
    box-shadow: -0px -1px 2px #F1F1F1;
    -moz-box-shadow: -0px -1px 2px #F1F1F1;
    -webkit-box-shadow: -0px -1px 2px #F1F1F1;
    font-weight: semi-bold;
    font-size: 14px;
    background: #fe7f29;
}
.form-style-3
{
    max-width: 100%;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    border-radius: 3px;
}


.txtbox
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 95%;
    background: #fff;
    margin-bottom: 1%;
    margin-top: 1px;
    border: 1px solid #ccc;
    padding: 3%;
    color: #303030;
    font: 115% Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.txtbox:focus
{
    box-shadow: 0 0 5px #024457;
    padding: 3%;
    border: 1px solid #43D1AF;
}
.select-css
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 95%;
    background: #fff;
    margin-top: 1px;
    margin-bottom: 3%;
    border: 1px solid #ccc;
    padding: 1%;
    color: #303030;
    font: 115% Lucida Sans Unicode , Lucida Grande , sans-serif;
    height: 28px;
}
.select-css:focus
{
    box-shadow: 0 0 5px #024457;
    padding: 1%;
    border: 1px solid #43D1AF;
}

.txtareas
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 0%;
    border: 1px solid #ccc;
    padding: 1%;
    color: #303030;
    font: 115% Lucida Sans Unicode , Lucida Grande , sans-serif;
}
.txtareas:focus
{
    box-shadow: 0 0 5px #024457;
    padding: 1%;
    border: 1px solid #43D1AF;
}






.btn, .btn-large
{
    text-decoration: none;
    color: #fff;
   /* background-color: #26a69a;*/
     background-color: #ff8d42;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    margin-left: 30px;
    padding-bottom: 3px;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat, .btn-small, .btn-smalldisb
{
    outline: 0;
}
.btn:hover, .btn-small:hover
{
    /*background-color: #fe7f29;*/
    background-color: #D46820;
    border: .5px solid #FFF;
}
.btn, .btn-large, .btn-flat
{
    border: none;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}


.btn-small
{
    border: none;
    border-radius: 4px;
    height: 26px;
    background: #ff8d42;
    line-height: 16px; /* padding: 0 0.5rem;*/
    text-transform: uppercase;
    vertical-align: middle;
    width: 70px;
    color: #fff;
    text-align: center;
    letter-spacing: .4px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-disb
{
    border: none;
    border-radius: 4px;
    
    background: #BFBFBF;
    line-height: 30px; /* padding: 0 0.5rem;*/
    text-transform: uppercase;
    vertical-align: middle;
     height: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: .4px;
    transition: .2s ease-out;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-smalldisb
{
    border: none;
    border-radius: 4px;
    height: 26px;
    background: #BFBFBF;
    line-height: 16px; /* padding: 0 0.5rem;*/
    text-transform: uppercase;
    vertical-align: middle;
    width: 70px;
    color: #fff;
    text-align: center;
    letter-spacing: .4px;
    transition: .2s ease-out;
    cursor: not-allowed;
    pointer-events: none;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav, .btn-small, .btn-smalldisb
{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.dropdown-5
{
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 8px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-left: 50px; /* font: 250%;*/
    font: 115% Arial, Helvetica, sans-serif;
    height: 38px;
}
.linkcls
{
    color: Blue !important;
    text-decoration: underline;
}
.linkcls:hover
{
    border: .5px solid #2642A6;
}
.grn-hd-txt-new
{
    background: #fe7f29;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fe7f29), to(#fe7f29));
    background: -webkit-linear-gradient(#fe7f29, #fe7f29);
    background: -moz-linear-gradient(#fe7f29, #fe7f29);
    background: -ms-linear-gradient(#fe7f29, #fe7f29);
    background: -o-linear-gradient(#fe7f29, #fe7f29);
    background: linear-gradient(#fe7f29, #fe7f29);
    -pie-background: linear-gradient(#fe7f29, #fe7f29);
    background-repeat: repeat-x;
    border-bottom: 1px #fff soild;
    border-right: 1px #fff soild;
    background-position: top;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    height: 31px;
    padding-left: 6px;
    text-align: center;
    vertical-align: middle;
}
.griditemleft
{
    text-align: left !important;
    padding-left: 3px;
}
.griditemright
{
    text-align: right !important;
    padding-right: 3px;
}
.griditemcenter
{
   
    text-align: center !important;
}
.blur
{
    position: fixed !important;
    z-index: 10000;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=60);
    opacity: 0.60;
}
.progress
{
    position: absolute;
    height: 75px;
    width: 250px;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -125px;
    z-index: 10005;
    padding: 10px;
}
