﻿/* ********************Footer*********************** */

@media (min-width: 300px) {
    .logoFooter {
        width: 0;
        margin: 0;
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    .logoFooter {
        width: 230px;
    }
}

@media (min-width: 992px) {
    .logoFooter {
        width: 230px;
    }
}

#footer2 {
    position: fixed;
    overflow: inherit;
    margin-left: 0;
    width: 100%;
    min-height: 75px;
    height: auto;
    bottom: 0;
    background-color: #3c8dbc;
    color: black;
    text-align: center;
    z-index: 1030;

    
}
#footer {
    position: fixed;
    overflow: inherit;
    margin-left: 0;
    width: 100%;
    min-height: 35px;
    height: auto;
    bottom: 0;
    background-color: #3c8dbc;
    color: black;
    text-align: center;
    z-index: 1030;
}
.footerP {
  
    font-size: 17px;
    font-weight: 500;
   
    color: white;
}

.input-group .form-control {
    position: initial;
}


.logoFooter {
    background-color: darkcyan;
    color: #ffffff;
    border-bottom: 0 solid transparent;
    padding-top: 5px;
}

.logoFooter {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    /*height: 50px;*/
    font-size: 20px;
    /*line-height: 50px;*/
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
}
/* ********************End Footer*********************** */


/* *****************Override Bootstrap **************** */
.box-header.with-border {
    border-bottom: 1px solid burlywood;
   
    
    border-radius: 5px;
    /*background-image: linear-gradient(to right,#89c6d6, #4d8594 );*/
}
.box-header {
    color: white;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #44aeb3;
}
.panel-default > .panel-heading {
    color: #fff;
    background-image: linear-gradient(to right,#89c6d6, #4d8594 );
    border-style: none;
    height: 60px;
}

.panel-default > .panel-body {
    border-color: #44AEB3;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 15px;
    border-right-style: solid;
    border-bottom-width: 42px;
    border-bottom-style: solid;
}

    .panel-default > .panel-body .customize {
        border-color: #44AEB3;
        border-left-width: 2px;
        border-left-style: solid;
        border-right-width: 2px;
        border-right-style: solid;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

.panel-body {
    padding: 10px;
}

input[type="text"] {
    line-height: 27px;
    font-size: 13px;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
label {
    max-width: 90%;
    font-size: 13px;
}

.form-control {
    border: 1.3px solid #b9babd;
    width: 90%;
    height: 32px;
    padding: 4px 4px;
    font-size: 13px;
    border-radius: 5px;
}

.input-group {
    width: 90%;
}

label {
    font-weight: 600;
}

.input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 90%;
}

.btn {
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
    background-image: linear-gradient(to right,#9fd6e3, #60d0eb );
    color: black
}
    .btn.btn-danger {
        padding-top: 6px;
        padding-right: 12px;
        padding-bottom: 4px;
        padding-left: 12px;
        background-image: linear-gradient(to right,tomato, #d93223);
    }
    .btn:hover {
        background-image: linear-gradient(to right,#95cbdb, #46c5eb );
    }    

.boxNoMargin {
    margin-bottom: 0;
}

/*.nav-tabs {
    border-top: 1px solid #ddd;
}*/

.nav-tabs-custom > .nav-tabs {
    border-bottom-color: #44aeb3;
    border-top-color: #44aeb3;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-weight: 600;
}
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    
    font-size: 1.2em;  
}
.select2-container--default .select2-selection--single {
    height: 31px;
    position: relative;
    border-radius: 5px;
}