

body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
    background:url(../../assets/images/dashboardback.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}

/*p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /*padding: 15px 10px;
    background-color: transparent !important;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*background: #7386D5;*/
    background: -moz-linear-gradient(310deg, rgba(128,0,128,1) 0%, rgba(0,0,128,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(128,0,128,1)), color-stop(100%, rgba(0,0,128,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(310deg, rgba(128,0,128,1) 0%, rgba(0,0,128,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(310deg, rgba(128,0,128,1) 0%, rgba(0,0,128,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(310deg, rgba(128,0,128,1) 0%, rgba(0,0,128,1) 100%); /* ie10+ */
background: linear-gradient(140deg, rgba(128,0,128,1) 0%, rgba(0,0,128,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#000080',GradientType=0 ); /* ie6-9 */
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #6d7fcc;*/
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
}
#sidebar ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.24);
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: rgba(0, 0, 0, 0.24);
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: rgba(0, 0, 0, 0.24);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width:100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.dashboardheading{
    font-family:'Roboto',sans-serif;
    font-weight:300;
    font-size:30px;
    color:#1a1a1a;
    text-align:center;
    margin:0px auto !important;
}
.navbar-nav > li > a {

     margin-top: 15px !important; 
}
.searchbox{
    height:50px;
    border-radius:30px;
    width:100%;
    background-color:#fff;
    margin:10px auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    line-height:30px;
    padding: 9px 22px;
}
.formlable{
    font-weight: 700;
    color: #0073de;
    font-size: 16px;
}
.formlableblack{
    font-weight: 700;
    color: #000;
    font-size: 14px;
}
.advancesearchlable{
    text-align:right;
    color:#fff;
}


.grad1{
background: -moz-linear-gradient(303deg, rgba(10,177,255,1) 0%, rgba(114,11,149,1) 99%, rgba(116,10,148,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(10,177,255,1)), color-stop(99%, rgba(114,11,149,1)), color-stop(100%, rgba(116,10,148,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(303deg, rgba(10,177,255,1) 0%, rgba(114,11,149,1) 99%, rgba(116,10,148,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(303deg, rgba(10,177,255,1) 0%, rgba(114,11,149,1) 99%, rgba(116,10,148,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(303deg, rgba(10,177,255,1) 0%, rgba(114,11,149,1) 99%, rgba(116,10,148,1) 100%); /* ie10+ */
background: linear-gradient(147deg, rgba(10,177,255,1) 0%, rgba(114,11,149,1) 99%, rgba(116,10,148,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0AB1FF', endColorstr='#740A94',GradientType=0 ); /* ie6-9 */
color:#fff;
}
.grad2{
    background: -moz-linear-gradient(303deg, rgba(8,204,96,1) 0%, rgba(17,85,54,1) 99%, rgba(18,84,54,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(8,204,96,1)), color-stop(99%, rgba(17,85,54,1)), color-stop(100%, rgba(18,84,54,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(303deg, rgba(8,204,96,1) 0%, rgba(17,85,54,1) 99%, rgba(18,84,54,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(303deg, rgba(8,204,96,1) 0%, rgba(17,85,54,1) 99%, rgba(18,84,54,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(303deg, rgba(8,204,96,1) 0%, rgba(17,85,54,1) 99%, rgba(18,84,54,1) 100%); /* ie10+ */
background: linear-gradient(147deg, rgba(8,204,96,1) 0%, rgba(17,85,54,1) 99%, rgba(18,84,54,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08CC60', endColorstr='#125436',GradientType=0 ); /* ie6-9 */
color:#fff;
}
.grad3{
    background: -moz-linear-gradient(303deg, rgba(61,43,98,1) 0%, rgba(184,129,75,1) 99%, rgba(186,130,75,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(61,43,98,1)), color-stop(99%, rgba(184,129,75,1)), color-stop(100%, rgba(186,130,75,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(303deg, rgba(61,43,98,1) 0%, rgba(184,129,75,1) 99%, rgba(186,130,75,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(303deg, rgba(61,43,98,1) 0%, rgba(184,129,75,1) 99%, rgba(186,130,75,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(303deg, rgba(61,43,98,1) 0%, rgba(184,129,75,1) 99%, rgba(186,130,75,1) 100%); /* ie10+ */
background: linear-gradient(147deg, rgba(61,43,98,1) 0%, rgba(184,129,75,1) 99%, rgba(186,130,75,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2b62', endColorstr='#ba824b',GradientType=0 ); /* ie6-9 */
color:#fff;
}
.panel{
    margin:10px;
}
.dash .panel p{
    color:#fff;
    font-size:16px !important;
}
.dash .panel h2{
    font-weight:100;
   text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
   font-size:40px;
}
.panelicon{
    margin: 30px 0px 20px 0px;
    font-size: 50px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.dash .panel-body{
    background-color:transparent !important;
    background-image:url(../../assets/images/panelback.png);
background-repeat:no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.logout{
    margin-left:10px;
    cursor:pointer;
}
.panel .panel-body{
    background-color:rgba(255,255,255,0.6);
}
.panel-body p{
    color:#000;
}
.formtable{
width:70%; 
margin:auto; 
border-collapse:collapse;
}

.formtable td{
    padding:15px 0px;
}
.formtable tr{
    background-color:#fff;
    margin:2px;
}
.tablehover tr.hovered:hover{
    background-color:#fafafa;
}
select{
        padding: 4px 24px 4px 0px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    width:90%;
}
.input{
        padding: 4px 24px 4px 4px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    width:90%;
}
.info{
        margin-left: 10px;
    color: #b3b3b3;
}
.formsublable{
    font-size:12px;
    color:#8e8e8e;
    display:block;
}
.formsublableuppercase{
    font-size:12px;
    color:#8e8e8e;
    display:block;
    text-transform:uppercase;
    margin-bottom:20px;

}
.formsublableuppercasenarrow{
    font-size:12px;
    color:#8e8e8e;
    display:block;
    text-transform:uppercase;
    margin-bottom:5px;
    font-weight:700;
}
.number{
    display: inline-block;
    background-color: #eaeaea;
    width: 40px;
    height: 40px;
    vertical-align: text-bottom;
    line-height: 40px;
    border-radius: 50%;
    color: #747474;
    font-size: 18px;
}
.activestep{
    background-color: #5bc0de;
    color: #fff;
}
.formtable .formlable, .formsublable{
    margin-left:20px;
}
.next{
    float:right;
    margin-right:20px;
}
button{
    outline:none !important;
}
.coordinates{
    width:40px !important;
    padding:4px !important;
}
.coordinatesbig{
    width:60px !important;
    padding:4px !important;
}
.deleterow{
        margin-top: 7px;
    color: #ff5656;
    font-size: 22px;
    cursor:pointer;
}
.edit{
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background-color: #5cb85c;
    padding: 7px;
    border-radius: 30px;
}
@media screen and (max-width:767px){
    .formtable{
        width:100%;
    }

    .formtable td{
        display:block;
        width:100%;
        padding:4px;
    }
    .formlable{
    font-weight: 400;
    color: #0073de;
    font-size: 13px;
    margin:2px !important;
}
    .formsublable{
        display:inline;
        margin-left:5px;
    }
    #content{
        padding:0px;
    }
    .panel-body{
        padding:0px;
    }
}