@font-face {
    font-family: 'fjalla';
    src: url('fonts/FjallaOne-Regular.tff');
}

@media (min-width: 768px)

element.style {
   margin-bottom: 0px;
}

body {
    font-family: 'Raleway',sans-serif !important;
  padding-top: 0px;
  padding-bottom: 30px;
  color: #5a5a5a;
     }

.form{
    position: absolute;
    z-index:2;
    margin-top: 100px;
}

.formcol{
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 20px;
}

.mycol{
    padding: 0px;
}

.mycol2{
    padding-left: 5px;
    padding-right: 0px;
}

style{
    margin-bottom: 0px;
}

.btn-default2{
    background: #0E4BA5;
    padding:0.7em 4em;
    border-radius: 0px;
    border:0px;
    color:white;
    text-shadow: 0 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
}

.mainbox{
    margin-top:5px;
    font-family: 'Fjalla One', sans-serif;
}

.back {
    margin-top:25px;
    text-align: center;
    color: #fff;
    background: url(../../images/proj/back.jpg);
    background-attachment: scroll;
    background-color:#2d2d2d;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.back2 {
    margin-top:25px;
    text-align: right;
    font-size: 25px;
    background: url(../../images/proj/legal.png);
    background-attachment: scroll;
    background-color:#2d2d2d;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.back3 {
    margin-top:25px;
    background-attachment: scroll;
    background-color:#D7E5F4;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.slider-container {
    margin-bottom: 60px;
    font-size: 28px;
    padding: 40px 0 43px 0;
	background: #1d1d1d;
    background: rgba(0, 0, 0, .7);
    color: #fff;
	padding: 18px 0;
    }

h1 {
    font-size:30px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Fjalla One', sans-serif;
       }
h2 {
    font-size:25px;
       }

/*h3 {
    font-size:35px;
    color: #ffffff;
    position:absolute;
    z-index: 1;
    top: 80px;
    text-shadow: 1px 1px 2px #5a5a5a;
    }*/

.collapsebox{
    color:#5a5a5a;
    font-size:16px;
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #dedede;
    margin: 10px 0;
    padding: 12px 15px;
    display: block;
}

.a1 {
    cursor:pointer;
    color: #ffffff;
     }

.a1:hover {
    text-decoration: none;
    color: #ffffff
    }

.p1{
    font-size:18px;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
    }

.footerwrap {
	background: #1C3154;
	margin-top: 0px;
	padding-top: 40px;
	border: 0px;
}

.dashboard{
    background-color: #f6f6f6;
}

<--------------innerpage--------------->

.innerpage{
	position: absolute;
    z-index: +2;
    background: white;
    padding: 20px 0px;
    margin-top: 100px;
}

.inner{
    position: absolute;
    z-index:2;
    margin-top: 100px;
    padding: 20px 0px;
    display: block;
}

.innercol{
    background-color: white;
    margin-bottom: 0px;
    min-height: 90px;
}


<--------------tableft----------------->

.tabs-left {
  border: 0px;
}

.tabs-left>li {
  float: none;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border:none;
  color:#00b4aa ;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: none;
    border: none;
}

.nav>li>a:focus, .nav>li>a:hover {
  border:none;
  text-decoration: none;
  background-color: transparent;
  color:#00b4aa ;
}

.tabs-left > li > a {
    border: none;
    text-align: left;
    color: #666;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0px;
    margin-right: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabline{
    border-color:#55657f;
    margin-top: auto;
    margin-bottom: auto;
    width:80%;
}

.h4{
    color:#1d3154 ;
    font-size:30px;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'Fjalla One', sans-serif;
}
.borderless{
    border:0px;
}

.borderless>td{
    border:0px;
}

.tablehead{
    background-color: #e8e6e7;
}

.tablehead>th, td {
    padding: 12px;
    /*border: 1px solid #e8e6e7;*/
}
.navbar-nav>li>.active {
    border-bottom: 4px solid #337ab7!important;
}
.icon-bar {
   background-color:#5a5a5a;
    }




.form-control {
    background-color: #f5f5f5 !important;
    border: 0px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
    -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;
    /*padding: 16px 16px;*/
}

    .form-control:focus {
        /*border-color: #00b4aa !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,180,70,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,180,70,.6) !important;*/
        border-color: transparent !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0) !important;
    }


.btn-theme-big-green {
    /*border: 3px solid #00b4aa;*/
    border: 2px solid #00b4aa !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    border-radius: 30px !important;
    background-color: #00b4aa;
    color: white !important;
    text-shadow: none !important;
    transition: all .2s ease-in-out;
}

.btn-theme-big-green:hover,
.btn-theme-big-green:focus {
    border: 2px solid #00b4aa !important;
    background-color: white;
    color: #00b4aa !important;
    text-shadow: none !important;
    transition: all .2s ease-in-out;
}


.btn-theme-green {
    font-family: 'Raleway',sans-serif !important;
    font-weight:bold;
    border: 2px solid #00b4aa;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px;
    background-color: #00b4aa;
    color: white;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

.btn-theme-green:hover,
.btn-theme-green:focus,
.btn-theme-green.focus,
.btn-theme-green:active,
.btn-theme-green.active,
.open > .dropdown-toggle.btn-theme-green {
    border: 2px solid #00b4aa;
    background-color: white;
    color: #00b4aa;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

/*.btn-theme-green:active,
.btn-theme-green.active,
.open > .dropdown-toggle.btn-theme-green {
    background-image: none;
}*/

/*.btn-theme-green.disabled,
.btn-theme-green[disabled],
fieldset[disabled] .btn-theme-green,
.btn-theme-green.disabled:hover,
.btn-theme-green[disabled]:hover,
fieldset[disabled] .btn-theme-green:hover,
.btn-theme-green.disabled:focus,
.btn-theme-green[disabled]:focus,
fieldset[disabled] .btn-theme-green:focus,
.btn-theme-green.disabled.focus,
.btn-theme-green[disabled].focus,
fieldset[disabled] .btn-theme-green.focus,
.btn-theme-green.disabled:active,
.btn-theme-green[disabled]:active,
fieldset[disabled] .btn-theme-green:active,
.btn-theme-green.disabled.active,
.btn-theme-green[disabled].active,
fieldset[disabled] .btn-theme-green.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-theme-green .badge {
    color: #337ab7;
    background-color: #fff;
}*/


.btn-theme-greenLine {
    font-family: 'Raleway',sans-serif !important;
    font-weight: bold;
    border: 2px solid #00b4aa;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px;
    background-color: white;
    color: #00b4aa;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

    .btn-theme-greenLine:hover,
    .btn-theme-greenLine:focus,
    .btn-theme-greenLine.focus,
    .btn-theme-greenLine:active,
    .btn-theme-greenLine.active,
    .open > .dropdown-toggle.btn-theme-greenLine {
        border: 2px solid #00b4aa;
        background-color: #00b4aa;
        color: white;
        /*text-shadow: none;*/
        transition: all .2s ease-in-out;
    }



.btn-theme-bigThinGreenLineToDimGreen {
    font-family: 'Raleway',sans-serif !important;
    font-weight: normal;
    border: 1px solid #00b4aa;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    border-radius: 10px;
    background-color: transparent;
    color: #00b4aa;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

    .btn-theme-bigThinGreenLineToDimGreen:hover,
    .btn-theme-bigThinGreenLineToDimGreen:focus,
    .btn-theme-bigThinGreenLineToDimGreen.focus,
    .btn-theme-bigThinGreenLineToDimGreen:active,
    .btn-theme-bigThinGreenLineToDimGreen.active,
    .open > .dropdown-toggle.btn-theme-bigThinGreenLineToDimGreen {
        border: 1px solid #00756e;
        background-color: #00756e;
        color: white;
        /*text-shadow: none;*/
        transition: all .2s ease-in-out;
    }



.btn-theme-dimGreenToGreen {
    font-family: 'Raleway',sans-serif !important;
    font-weight: bold;
    border: 2px solid #00756e;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px;
    background-color: #00756e;
    color: white;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

.btn-theme-dimGreenToGreen:hover,
.btn-theme-dimGreenToGreen:focus,
.btn-theme-dimGreenToGreen.focus,
.btn-theme-dimGreenToGreen:active,
.btn-theme-dimGreenToGreen.active,
.open > .dropdown-toggle.btn-theme-dimGreenToGreen {
    border: 2px solid white;
    background-color: #00b4aa;
    color: white;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}



.btn-theme-dimBlueToBlue {
    font-family: 'Raleway',sans-serif !important;
    font-weight: bold;
    border: 2px solid #004cff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px;
    background-color: #004cff;
    color: white;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

    .btn-theme-dimBlueToBlue:hover,
    .btn-theme-dimBlueToBlue:focus,
    .btn-theme-dimBlueToBlue.focus,
    .btn-theme-dimBlueToBlue:active,
    .btn-theme-dimBlueToBlue.active,
    .open > .dropdown-toggle.btn-theme-dimBlueToBlue {
        border: 2px solid #004cff;
        background-color: white;
        color: black;
        /*text-shadow: none;*/
        transition: all .2s ease-in-out;
    }


.btn-theme-grey {
    font-family: 'Raleway',sans-serif !important;
    font-weight: bold;
    border: 2px solid #999999;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 30px;
    background-color: #999999;
    color: white;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}

.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey.focus,
.btn-theme-grey:active,
.btn-theme-grey.active,
.open > .dropdown-toggle.btn-theme-grey {
    border: 2px solid #999999;
    background-color: white;
    color: #999999;
    /*text-shadow: none;*/
    transition: all .2s ease-in-out;
}


.btn-bootstrapStyle-green {
    font-family: 'Raleway',sans-serif !important;
    color: #fff;
    background-color: #00b4aa;
    border-color: transparent;
}

.btn-bootstrapStyle-green:hover,
.btn-bootstrapStyle-green:focus,
.btn-bootstrapStyle-green.focus,
.btn-bootstrapStyle-green:active,
.btn-bootstrapStyle-green.active,
.open > .dropdown-toggle.btn-bootstrapStyle-green {
    color: rgba(255,255,255,0.7);
    background-color: #00b4aa;
    border-color: transparent;
}


.btn-bootstrapStyle-grey {
    font-family: 'Raleway',sans-serif !important;
    color: #00b4aa;
    background-color: rgba(0,0,0,0.1);
    border-color: transparent;
}

.btn-bootstrapStyle-grey:hover,
.btn-bootstrapStyle-grey:focus,
.btn-bootstrapStyle-grey.focus,
.btn-bootstrapStyle-grey:active,
.btn-bootstrapStyle-grey.active,
.open > .dropdown-toggle.btn-bootstrapStyle-grey {
    color: #999999;
    background-color: rgba(0,0,0,0.1);
    border-color: transparent;
}

label {
    font-family: 'Montserrat',sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat',sans-serif !important;
}


.zmtcss_greenUnderLineAfter_center::after {
    content: "";
    background: #00b4aa;
    width: 70px;
    height: 2px;
    display: block;
    margin: 20px auto;
}

.zmtcss_greenUnderLineAfter_left::after {
    content: "";
    background: #00b4aa;
    width: 70px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #00b4aa;
    background-color: transparent;
    border: 1px solid #00b4aa;
    font-weight:bold;
}

.nav-pills > li > a {
    color:#666;
}

ul.ul_themeStyle {
    list-style-type: circle;
}


ul.ul_themeStyle {
    list-style: none;
    padding-left:30px;
}

ul.ul_themeStyle li::before {
    content: "\25cb";
    color: rgb(0, 180, 170);
    margin-left: -26px;
    margin-right: 18px;
}

ul.ul_themeStyle li {
    margin-bottom: 5px;
}

.themeMainColor_green, a, .glyphicon-edit, .glyphicon-remove {
    color: #00b4aa;
}

.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/*for multiselect dropdownlist*/
button.multiselect {
    background-image: none !important;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 20px;
    width: 100%;
}

.btn-group {
    width: 100%;
}

label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
     border: 0px solid #ddd; 
}

/*paging*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00b4aa;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    color: #666;
}