
/*==============================================
   shabhas app css
=============================================*/

/*Default layout css */
h1,h2,h3,h4,h5,h6 {
    color:#29444f;
}
h4 {
    font-weight: bold;
}

body {
    background-color: #eeeeee;
    font-family:'garamond' !important;
}

.form-control {
    color: #fe7d39;
    border-radius:0px;
    box-shadow: 1px 1px 1px #f2a46b;
}
select {
    overflow: scroll;
}
select option {
    background-color:oldlace;
    -webkit-padding: 3px 20px !important;
    padding: 3px 20px;
    border-bottom: 2px;
}

h2.text-center {
    text-align: center;
    color: #F58634;
    font-family: garamond;
}
select option:first-child {
    opacity:0.4;
    background-color:oldlace;
}

.navbar-inverse{
    background-color: #6cd9ea;
    border: none;
}
.navbar-inverse .navbar-collapse{
    border: none;
}

.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #428bca;
}

.navbar-inverse .navbar-toggle {
    border-color: #6cd9ea;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2faf4b;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 60px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #6cd9ea;
}




.img-logo{
    height: 56px;
    width: 60px;
}


.table tr td img{
    width:100px;
    height:150px;
    padding:5px;

}


#table2{
    display:none;
}


/*DataTable stylesheet override for the first td of each row to center the plus icon*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 9px;
    left:unset !important;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    margin: 0 auto !important;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
}


@media screen and (max-width:900px)
{
    #maintab{
    display:none;
    }

    #table2{
        display: inline;
        overflow:hidden;
        margin:0 auto;

    }



}


@media screen and (max-width: 768px){
        .img-logo{
            margin-top: 5px;
            height: 50px;
            width: 75px;
            margin-left: -20px;
            
            
        }
        .navbar-toggle{
            margin-right: -5px;
            margin-bottom: 15px;
        }

    }
	
    
@media (min-width: 768px)
 {
  .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  }
}   



	/*@media screen and (max-width: 1200px){
        .img-logo{
            margin-top: 5px;
            height: 50px;
            width: 75px;
            margin-left: -20px;
            
            
        }
        .navbar-toggle{
            margin-right: -5px;
            margin-bottom: 15px;
        }

    }*/



	
	
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ffffff ;
}

.panel-default > .panel-heading h4{
    color:white;
}

.panel-default {
    border-color:#b0cdd2;
}

.panel-body{
    font-size:15px;
    background-color:#44546a;
    color:#ffffff;

}






h5.username {
    color: #009444;
    float: right;
    font-weight: bold;
    font-family: garamond;
}

.titleForm {
    color: #ffffff;
    font-weight: bold;
    margin: 3px;

}

form input{
    color:#d77e3b;
}

label.error{
    color:#a94442;
    font-weight: normal; 
}
.sabbtn {
    background-color: #009444;
    color :white;
    width: 100%;
    border-color: #009444;
}
.sabbtn:hover ,.sabbtn:focus {
    background-color: #009444;
    color :white;
    border-color: #009444;

}

/*** Main page appreciation list start ***/
.appreciation-list {
    border: none;
}
.welcome-message h2 {
    font-weight: bold;
}
.view-more-btn {
    margin-bottom: 10px;
}
.view-more-btn, .view-more-btn:hover  {
    color: #ffffff;
}
th, .color {
    color: #009944;
    font-weight: bold;
}
/***Main page appreciation list end***/

/*success and error modal css */
.success{
    background-color: #3fc59d;
    color :white;
    text-align: center;

}

.error_modal {
    background-color: #c53f3f;
    color: white;
    text-align: center;
}
#errorMesgDiv{
    word-wrap: break-word;
}

.modal-footer{
    border-top: none;
    margin-top: 5px; 
}

.succbtn {
    background-color: #59d491;
    border-color: #5c9bd2;
    margin: 2px;
}

.succbtn:hover {
    background-color: #59d491;
    border-color: #5c9bd2;
}

.modal-footer {
    text-align: center;
}

.modal-circle {
    border-style: solid;
    border-width: thick;
    border-radius: 60px;
    width: 70px;
    height: 68px;
    padding: 10px;
    margin: 0 auto;
}



/* mobile view */
@media screen and (max-width:1600px) {
}

@media screen and (max-width:800px) {
    
    .view-more-btn {
        width : 50%;
    }

} /*brace here */

@media screen and (max-width: 480px) {
    
    .view-more-btn {
        width : 100%;
    }
    .view-more-btn, .view-more-btn:hover  {
        background-color: #009444;
        color: #ffffff;
    }
    th, .color {
        color: #009944;
        font-size: 14px;
        font-weight: bold;
    }
    .titleForm {
        color: #ffffff;
        font-size: 25px;
        font-weight: bold;
        margin: 3px;

    }
    h2.text-center {
        text-align: center;
        color: #F58634;
        font-family: garamond;
        font-size: 27px;
    }
    h5.username {
        color: #009444;
        float: right;
        font-weight: bold;
        font-family: garamond;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    

}

@media screen and (max-width: 320px) {
    .col-lg-12 {
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }
    .view-more-btn, .view-more-btn:hover  {
        background-color: #009444;
        color: #ffffff;
        font-size: 20px;
    }
    th, .color {
        color: #009944;
        font-size: 14px;
        font-weight: bold;
    }
    .titleForm {
        color: #29444f;
        font-size: 25px;
        font-weight: bold;
        margin: 3px;

    }
    h2.text-center {
        text-align: center;
        color: #F58634;
        font-family: garamond;
        font-size: 36px;
    }
    h5.username {
        color: #009444;
        float: right;
        font-weight: bold;
        font-family: garamond;
        font-size: 20px;
    }
}



/* css for profile */

#uploadImage{
    opacity: 0;
}

.up_img{
    margin-bottom: -31px;
}
.profile_details{
    clear: both;
}
.profile_details li{
        background-color: transparent;
        border-style: none;
        margin-left: 10px;
}
.img_float{
    float:right;
}
.space{
    padding-right: 10px;
}
/*responsiveness in profile*/
@media screen and (max-width: 480px) {
    .clear_float{
        clear: both;
    }
}
@media screen and (max-width: 320px) {
    .clear_float {
        clear: both;
    }
}

/*new image code*/


#loader {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
}


/*css for mobile browser*/
/* commented as problem in safari browser
 

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}*/


/** for app reveier and giver **/
.panel-default {
    border-color:#b0cdd2;
    margin-bottom: 15px !important;
}
#accordion {
    background-color: #fff;
}



/*added on 31st march*/

.hover-link a {
    text-decoration: none;
}
.app-date {
    float: right;
}
.hover-link .panel-title {
    font-size: 14px;
}
.app-giver table th, .app-receiver table th {
    font-size: 12px;
    border: none;
}
.app-giver table tr, .app-receiver table tr {
   border-bottom: 2px solid #ddd;
}
.app-giver label, .app-receiver label {
    margin-right: 5px;
}

/*Add the following code in listed media queries:*/
@media screen and (max-width:750px) {
    .divDept {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .divDept {
        display: none;
    }
}
@media screen and (max-width: 320px) {  
    .divDept {
        display: none;
    }
}