/*
Theme Name: Ayushya
Theme URI: http://www.surakshatechnologies.com
Author: Suraksha Technologies
Author URI: http://www.surakshatechnologies.com
Description: Theme for Ayushya Project
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("css/theme.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/* Add the following to your stylesheet */

body {
    padding-top: 54px;
}

.pods-form-fields {
    padding-left: 10px;
}
.ac-container {
    top: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar {
    border-radius: 0px;
     margin-bottom: 0px;
}

.ac-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
}
.ac-container .ac-menu {
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    background-color: white;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.15);
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.ac-container .ac-menu .ac-menu-item {
    border-bottom: 1px dotted #ccc;
    line-height: 35px;
    margin: 0;
}
.ac-container .ac-menu .ac-menu-item:last-child {
    border-bottom: 0;
}
.ac-container .ac-menu .ac-menu-item:hover {
    background-color: #e0eaff;
}
.ac-container .ac-menu a {
    padding-left: 5px;
    display: block;
    color: inherit;
    text-decoration: none;
}
.ac-container .ac-menu .ac-state-focus {
    outline: none;
    background-color: #e0eaff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#divLoading {
    top: 45%;
    z-index: 999;
    position: absolute;
    left: 45%;
    background: #2CC990;
    color: white;
    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);
}

@media (min-width: 768px) {
    #topNavMenu {
        width: 94%;
    }
}


.pods-file-meta {
    list-style-type: none;
}

.validate {
    font-size: 12px;
}

.panel-body {
    min-height: 548px !important;
}

.table {
    word-break: break-word;
}

.form-control[readonly] {
    cursor: pointer;
    background-color: #ffffff;
}

#leafIcon {
    font-size: 300px;
    float: right;
    height: 100%;
    opacity: .15;
    top: 50%;
    position: fixed;
    left: 75%;
}

@media screen and (max-width: 768px) {
    #leafIcon {
        font-size: 160px;
        left: 70%;
        top: 58%;
    }
}

@media screen and (max-width: 992px) {
    #leafIcon {
        font-size: 240px;
        left: 70%;
        top: 52%;
    }
}

#concAlert {
    position: fixed;
    width: 50%;
    left: 30%;
    top: 46%;
}