@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Regular-_zFOnpv.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Light-PeanUYy.ttf");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url("fonts/Roboto/Roboto-Bold-4Hh7OPb.ttf");
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: 'Roboto', sans-serif;
    outline:0!important;
}

/* bootstrap override */
.btn-default {
    background-color: whitesmoke;
}
.btn-danger {
    background-color: #d9534f;
}
.btn-primary {
    background-color: #337ab7;
}
.btn-success {
    background-color: #419641;
}

.form-control,
.btn,
.nav-pills>li>a,
.panel,
.navbar-default,
.dropdown-menu,
.select2-dropdown,
.btnUploadIcon,
.document-file-text ,
.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--single,
.select2-selection__choice,
.menu-left-submenu>li>a,
.tooltip{
    border-radius:  1px!important;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-success,
.btn-success:hover,
.btn-success:active,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-image: none;
    border-color:transparent!important;
}

.btn,
/*.btn:hover,*/
.btn:active,
.select2-dropdown ,
.btnUploadIcon {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 1px 0 rgba(0,0,0,0.12), 0 1px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 1px 0 rgba(0,0,0,0.12), 0 1px 1px -2px rgba(0,0,0,0.2);
}
.btn:hover {
    -webkit-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 -20px rgba(0,0,0,0.2);
    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 -20px rgba(0,0,0,0.2);
}

.btn-link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-link:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type=text]
,input[type=password]
,input[type=tel]
,textarea ,textarea.form-control
,select, select.form-control
,div.dropdown > button
,.select2-selection.select2-selection--single{
    border: 0px;
    border-bottom: 1px solid #9e9e9e;
    /*border-color: #9e9e9e ;*/
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 0 0 transparent;
    box-shadow: 0 1px 0 0 transparent;
    -webkit-transition: all  ease-in-out 0.3s!important;
    transition: all  ease-in-out 0.3s!important;
  /*  transition: border-color ease-in-out 10.15s,box-shadow ease-in-out 10.15s;*/
}
input[type=text]:focus
,input[type=password]:focus
,input[type=tel]:focus
,textarea:focus,textarea.form-control:focus
,select:focus, select.form-control:focus
,.select2-selection.select2-selection--single:focus {
    border-color: #26a69a;/* #337ab7 ;*/
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
.input-group-addon:last-child {
    border:0px solid transparent;
}
.panel-body .navbar.navbar-default .container-fluid {
    padding:10px 30px;
}
#subnavList .glyphicon {
    margin-right:10px;
    font-size:18px;
}
/*.nav>li>a {
    padding:15px 15px;
}*/
#subnavList a {
    display: inline-flex;
    font-weight:bold;
    text-transform: uppercase;
    line-height:24px;
    padding:15px 15px;
    width:100%;
    color:#333;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,
.menu-left-submenu>li.active>a, .menu-left-submenu>li.active>a:focus, .menu-left-submenu>li.active>a:hover{
    color:whitesmoke!important;
    background-color:gray;
}
.collapse-submenu {
    background-color: #e2e2e2;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* Checkboxes */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    /*position: absolute;*/
    /*opacity: 0;*/
    /*pointer-events: none;*/
}

[type="checkbox"] {
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 11px;
    height: 20px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;*
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
    border-right: 2px solid rgba(0, 0, 0, 0.42);
    border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #337ab7; /*#5a5a5a*/
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #337ab7; /*#26a69a;*/
    background-color: #337ab7; /*#26a69a;*/
    z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
    border-radius: 2px;
    border-color: #5a5a5a;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
    border-color: transparent;
    background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
    background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
    background-color: #949494;
    border-color: #949494;
}

/******* CARDS STYLE *********/
/*
#section-navbar {
    -webkit-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);
    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);
}
.panel-body .navbar.navbar-default {
    -webkit-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);
    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);
    padding:10px 0px;
}
.panel.panel-default.defaultParameters,
.leaflet-container{
    -webkit-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);
    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);
}*/
/******* END CARDS STYLE *********/
/* end bootstrap override */

/*  Ripple */
button,  .p5matrippled {
    position:relative;;
    overflow:hidden;
}
.p5mat_ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    position: absolute;
    opacity: 1;
    z-index: 9999999;
}
.p5mat_rippleEffect {
    animation: p5mat_rippleDrop .25s linear;
}

@keyframes p5mat_rippleDrop {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*  end Ripple */


.p5_nopaddingsides{
    padding-left:0px;
    padding-right:0px;
}
ul.menu-left-submenu {
    padding-left:20px;
}
body {
    background-color:#f2f2f2;
}

#subnavList li,
#subnavList li i{
    font-size:11px;
}
#subnavList a {
    padding:10px 15px;
}

#subnavList a.active {
    color: #fff !important;
}

/* transition animations */
.btn
,#subnavList a {
    -webkit-transition: all  ease-in-out 0.3s!important;
    transition: all  ease-in-out 0.3s!important;
}

#selectorPopupBox .btn.selectorPopupBtn {
    -webkit-box-shadow:none;
    box-shadow: none;
    margin:10px!important;
}

.table-responsive {
    background: white;
}
