/*
Version: 1.0.0
*/


@import url("assets/styles/bootstrap.min.css");
@import url("assets/styles/sweetalert.css");

@import url("assets/styles/font-awesome.min.css");

@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css");
@import url("assets/styles/jquery.nestable.css");


.btn {
    text-transform: uppercase;
}

.panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0px;
}

.panel-body .panel {
    margin-bottom: 20px;
}

.panel-heading {
    border-radius: 0;
}

#gp-mastheader {
    border-radius: 0; 
    color: #3c763d;
    background-color: #EEC40A;
    border-color: #d6e9c6;
    font-size: 28px;
}

#panel-footer {
    border-radius: 0;
    background: #06632D;
    color: #BDC038;
}

.gp-panel { 
    background:  linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url(../havyakalagnam/assets/img/bg3.jpeg) no-repeat center center;
    background-size: center;

}


.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

/*** Main Nav ***/

#mainNav {
    background: #208a06;
    color: #1B6210;
    -webkit-box-shadow: 0px -4px 0px rgb(60 139 10) inset inset; //red
    box-shadow: 0px -4px 0px rgba(233,91,27, 1) inset;
    border-radius: 0px;
    margin-bottom: 0px;
    //  border-bottom: 4px solid #E95B1B;
    border: 0;
}

#mainNav .navbar-brand {
    color: white;
    //font-family: 'Exo', sans-serif;
    //  font-size: 42px;
    font-weight: bold;
}

#mainNav .navbar-brand span{
    color: orange !important;
}

#mainNav .navbar-nav{
    font-weight: bold;
}

#mainNav .navbar-brand:hover #mainNav .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

#mainNav li a {
    color:white;
    padding: 15px 8px; 
}

#mainNav .navbar-nav > li > a:hover {
    padding-bottom: 11px;
    border-bottom: 4px solid white;
}

#mainNav .navbar-nav > .active > a, #mainNav .navbar-nav > .active > a:hover, #mainNav .navbar-nav > .active > a:focus {
    padding-bottom: 11px;
    border-bottom: 4px solid white;
    //  color: #fff;
    background-color: #DFF0D8;
    color:  #208a06;
}

#mainNav .dropdown-menu {
    color:  #208a06;
    min-width: 260px !important;
    border-bottom: 5px solid red;
}

#mainNav .dropdown-menu > li > a {
    color:  #208a06;
    padding: 8px 35px 8px 22px;
    //  border-bottom: 1px solid #1b7fca;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
}

#mainNav .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #F3C030;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;  
    padding-left: 28px;
    padding-right: 19px;

}

#mainNav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#F3C030;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;  
    padding-left: 28px;
    padding-right: 19px;
    color: #fff;
}

#mainNav .dropdown-menu li + li:before {

}

.btn {
    border-radius: 0;
    margin-left: 4px;
}

#screen-title {
    // padding-top: 2px;
}

#screen-heading {
    padding: 10px 15px;
    border-color: #d96c52;
    color: #3c763d;
    background-color: #dff0d8;
}

.modal .fade .in {
    padding-left:  0px; 
}
.modal-content {
    border-radius: 0px; 
}

/*
#divLoading, #logoutAlert {
    top: 45%;
    z-index: 1060;
    position: absolute;
    left: 45%;
    background: #73A011;
    color: yellow;
    padding: 5px 20px;
    font-weight: bold;
    border: 1px solid white;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
}*/
#divLoading, #logoutAlert {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;
    left: 0;
    // background: #73A011;
    background: rgba(115,160,17,.15);
    color: #295a28;
    padding: 0;
    font-weight: bold;
    //   border: 1px solid white;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    font-size: 60px;
    padding-top: 12%;
}

.form-group.required .control-label:after { 
    content:" *";
    color:red;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 30px;
    pointer-events: none;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.editable-buttons .btn-primary {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.editable-buttons .btn {
    min-width: 0;
    padding: 4px 12px;
}
.editable-wrap .editable-controls>input, .editable-wrap .editable-controls>select, .editable-wrap .editable-controls>textarea {
    margin-bottom: 0;
    width: 100%;
}
.editable-controls, .editable-wrap {
    width: 100%;
}

.sa-button-container button {
    -webkit-border-radius: 4px;
    border-radius: 5px; 
}

.form-control {
    box-shadow: none;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid orange;//#DBDBDB;
    //  height: 40px;
    color: #333;
    border-radius: 0;
}

.photo {
    border: 1px solid #dbdbdb;
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    background: url(../gouparivara/assets/img/blank-man.png) no-repeat left center;
    background-size: cover
}
.photo input[type=file] {
    display: block;
    width: 100px;
    margin-top: -6px;
    height: 108px;
    // margin-top: -124px;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    z-index: 999;
}

.upload {
    color: #428bca;
    background-position: 3px -2488px;
    line-height: 25px;
    padding-left: 30px;
    margin-top: 20px;
    display: block;
    width: 100px;
    position: relative;
}

#header-border {
    font-weight: bold;
}

#header-border:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 15px;
    border-bottom: 3px solid  #EEC40A;
    width: 70px;
}


/********************  LEFT SUB MENU  *********************/

#leftNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#leftNavPills{
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}
#leftNavPills .nav-pills{
    height: 100%;
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}

#leftNavPills .nav-pills>li {
    /*border: 1px solid #5F763D;*/

}
#leftNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42); 
    font-weight: bold;
    color: #5F763D;
}

#leftNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42); 
    padding-left: 10px;

    border-left: 5px solid #5F763D;
    border-right: 0px;
    color: #5F763D;
    /*transition: all .15s ease-in-out;*/
    /*	-webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;*/

}

#leftNavPills a {
    color: #73A011;
    font-weight: bold;
}

#lNav-heading {
    padding: 16px;
    display: block;
    font-weight: bold;
    color: red;
    text-decoration: underline;
    background: gold;
}

#lNav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

}


/************************ TOP SUB MENU ***************/


#topNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#topNavPills{
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}
#topNavPills .nav-pills{
    height: 100%;
    background: #DFF0D8;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));*/
}

#topNavPills .nav-pills>li {
    /*float: none;*/
    margin-bottom: -1px;
}

#topNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42); 
    font-weight: bold;
    color: #5F763D;

}

#topNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42); 
    padding-left: 10px;
    border-right: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    color: #5F763D;
}

#topNavPills a {
    color: #73A011;
    font-weight: bold;
}

.xeditablefield {
    padding-right: 0;
    padding-left:  0;
}

.xeditablediv .btn {
    padding: 5px 10px;
}

.totalRow{
    font-weight: bold;
    border-bottom: double #dedede;
}

.modal-lg {
    width: 90%;
}

#clear-btn {
    position: absolute;
    right: 26px;
    top: 58%;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.modal-fs {
    /*//  padding-left: 0px;*/
}

.modal-fs .modal-dialog {
    width: 100%;
    margin: 0;
}

.sweet-alert .sa-input-error {
    top: 22px;
} 

.modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


#rnpSt {
    font-size: 12px;
    color: white;
}

#rnpSt ul {
    clear: both;
    list-style-type: none;
}

.underLine {
    border-bottom: 1px solid #dddddd;
    /*// border-bottom: double #dddddd;*/
}

@media (min-width: 600px) {
    .table-responsive {
        overflow-x: hidden;
    }
}

table .collapse.in {
    display:table-row;
}

.ledger-clicker {
    cursor: pointer;
}

.ledger-clicker:hover {
    border-bottom: 1px dotted white;
    background: yellow;
}

.text-red {
    color: red;
}

.table-striped>tbody>tr:nth-of-type(odd), .odd_row {
    background-color: rgba(223,240,216,.5);
}

.table>thead {
    background: red;
    color: white;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 24px auto;
    }

    .table-responsive {
        /*//  max-height: 506px;*/
    }
}

.toggle-nav {
    cursor: pointer;
    background: #d96c52;
    padding: 3px;
    color: white;
}

.btn-dropdown {
    left: -100px;
}

.form-control-feedback {
    padding-top: 8px;
    width: 32px;
    height: 32px;
}

.form-clear {
    color: #ccc;
    cursor: pointer;
    pointer-events: all;
    width: 0px;
    height: 0px;
    right: 38px;
}

.form-clear:hover {
    color: #74B176; 
}

#watermark {
    position: fixed;
    opacity: 0.35;
    z-index: 99;
    color: white;
    vertical-align: middle;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    text-align: center;
    top: 45%;
    font-size: 40px;
    left: 35%;
}

.form-group {
    margin-bottom: 10px;
}

.table .table {
    background-color: lightgoldenrodyellow;
}

.sub-header {
    margin-bottom: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #888;
}

.ui-widget-header {
    color: #363636 !important;
}

.imageRotateHorizontal{
    -moz-animation: spinHorizontal .8s infinite linear;
    -o-animation: spinHorizontal .8s infinite linear;    
    -webkit-animation: spinHorizontal .8s infinite linear;
    animation: spinHorizontal .8s infinite linear;
}

@-moz-keyframes spinHorizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spinHorizontal {
    0% { 
        transform: rotateY(0deg); 
    }
    100% {
        transform: rotateY(360deg);
    }
}


@-ms-keyframes spinHorizontal {
    0% { 
        -ms-transform: rotateY(0deg); 
    }
    100% {
        -ms-transform: rotateY(360deg);
    }
}

@-o-keyframes spinHorizontal {
    0% { 
        -o-transform: rotateY(0deg); 
    }
    100% { 
        -o-transform: rotateY(360deg); 
    }
}

@-webkit-keyframes spinHorizontal {
    0% { 
        -webkit-transform: rotateY(0deg); 
    }
    100% { 
        -webkit-transform: rotateY(360deg); 
    }
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5 !important;
}

.sortorder:after {
    content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}
.sortorder.reverse:after {
    content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}


.label-udtimg {
    background: #f0ad4e;
    padding-left: 3%;
    padding-right: 3%;
}

.fb_btn{
    width: 80px;
}