@CHARSET "UTF-8";
/*
 * init.css -- style sheet for rollout app
 * 
 * 		UOINSTALL_SYSTEM="PORTAL,NAGIOS,TCN,TTNSRV,SENTTRAIN"
 * 		UOINSTALL_DIR="/var/www/lib"
 * 		UOINSTALL_PERMS="644"
 * 		UOINSTALL_OWNER="root:root"
 */
body, html {
	height: 100%;
}

.pagecontainer {
	min-height: 100%;
	padding-bottom: 30px;
}

.pageheader {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(0, 122, 173, 1);
	background: -moz-linear-gradient(top, rgba(0, 122, 173, 1) 0%,
		rgba(41, 184, 229, 1) 50%, rgba(179, 220, 237, 1) 100% );
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 122, 173,
		1) ), color-stop(50%, rgba(41, 184, 229, 1) ),
		color-stop(100%, rgba(179, 220, 237, 1) ) );
	background: -webkit-linear-gradient(top, rgba(0, 122, 173, 1) 0%,
		rgba(41, 184, 229, 1) 50%, rgba(179, 220, 237, 1) 100% );
	background: -o-linear-gradient(top, rgba(0, 122, 173, 1) 0%,
		rgba(41, 184, 229, 1) 50%, rgba(179, 220, 237, 1) 100% );
	background: -ms-linear-gradient(top, rgba(0, 122, 173, 1) 0%,
		rgba(41, 184, 229, 1) 50%, rgba(179, 220, 237, 1) 100% );
	background: linear-gradient(to bottom, rgba(0, 122, 173, 1) 0%,
		rgba(41, 184, 229, 1) 50%, rgba(179, 220, 237, 1) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#007aad',
		endColorstr='#b3dced', GradientType=0 );
}

.pagefooter {
	height: 30px;
	margin-top: -30px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(73, 165, 191, 1);
	background: -moz-linear-gradient(top, rgba(73, 165, 191, 1) 0%,
		rgba(117, 189, 209, 1) 20%, rgba(0, 122, 173, 1) 100% );
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73, 165, 191
		, 1) ), color-stop(20%, rgba(117, 189, 209, 1) ),
		color-stop(100%, rgba(0, 122, 173, 1) ) );
	background: -webkit-linear-gradient(top, rgba(73, 165, 191, 1) 0%,
		rgba(117, 189, 209, 1) 20%, rgba(0, 122, 173, 1) 100% );
	background: -o-linear-gradient(top, rgba(73, 165, 191, 1) 0%,
		rgba(117, 189, 209, 1) 20%, rgba(0, 122, 173, 1) 100% );
	background: -ms-linear-gradient(top, rgba(73, 165, 191, 1) 0%,
		rgba(117, 189, 209, 1) 20%, rgba(0, 122, 173, 1) 100% );
	background: linear-gradient(to bottom, rgba(73, 165, 191, 1) 0%,
		rgba(117, 189, 209, 1) 20%, rgba(0, 122, 173, 1) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#49a5bf',
		endColorstr='#007aad', GradientType=0 );
}

div .table-responsive {
	overflow: auto;
}

table.dataTable thead th.sorting, table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc,
table.dataTable tfoot th {
	padding-left: 8px;
}

.jp-play:before {
	font-family: FontAwesome;
	content: "\f144";
	padding-top: 2px;
	padding-botton: 2px;
}

.jp-state-playing .jp-play:before {
	font-family: FontAwesome;
	content: "\f04c";
	padding-top: 2px;
	padding-botton: 2px;
}

.jp-progress {
	overflow: hidden;
	background-color: #ddd;
	height: 5px;
	width: 40px;
}

.jp-seek-bar {
	width: 0px;
	height: 100%;
	cursor: pointer;
}

.jp-play-bar {
	width: 0px;
	height: 100%;
}

button.close{

    padding: 5px !important;
    padding-top: 6px !important;

}
/* Max Changes to make portal proportional and a bit responsive */

#logincontainer{
    width: 80%;
    position: absolute;
    left: 12%;
    top: 35%;
}

.logoheaderfix{
    width: 200px;
    height: 60px;
    padding: 5px;
    margin: 3px;
}

#logincontainer{
    width: 80%;
    position: absolute;
    left: 12%;
    top: 35%;
}

.logoheaderfix{
    width: 200px;
    height: 60px;
    padding: 5px;
    margin: 3px;
}

.navbar-top a span {
    margin-right: 5px;
}

.menufix{
    top: 5px;
    position: relative;
}
#navbar-group-select form .form-group{
   margin-bottom:5px;
   text-align: center;
   font-size: 14px;
   color: #6d6d6d
}
#navbar-franchise-select form .form-group{
   margin-bottom:5px;
   text-align: center;
   font-size: 14px;
   color: #6d6d6d
}
.navbar-default{
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.070) !important;
    box-shadow: inset 0 5px 0 rgba(255,255,255,.15), 0 3px 5px rgba(0,0,0,.070) !important;
}

.navbar-top {
    margin-bottom: -1px;
}

.navbar-top a i {
    margin-right: 5px;
}

.navbar-brand{
    margin: auto;
    padding-top: 11px;
    padding-right: 15px;
}

.navbar-brand img{
    width: 100%;
    height: 25px;
}
.panelinnerbody{
    margin-left: auto;
    margin-right: -15%;
    display: block;
}
.pagecontainer .row{
margin-right:auto;
}

.table-responsive{
margin-top:5px;
}
.dt-buttons.btn-group{
margin-top:15px;
margin-bottom:-23px;
}
.dataTables_filter{
margin-top:-8px;
padding-bottom:20px;
}

.widthfix{
width:auto;
}
.splogofix{
    width: 40px;
margin: 5px 0;
    height: 1px;
    border: 0;
    height: 35px;
}
.menulogofix{
height: 20px;
    width: 25px;
}
.menu-line{
margin: 5px 0;
    height: 1px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #d3d3d3));
    width: 125px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#corpselectdiv .dropdown a{
text-align:center;
}
.corpmenudropfix{
     position:absolute;
     right:25px;
     width:300px !important;
}
#corpselectdiv .dropdown .dropdown-menu{
     margin-top: 10px;
    margin-left: -10px;
}
.wd-5 {
    width: 5% !important;
    margin-left: -10px;
}
.wd-5 input[type="checkbox"]{
     margin-top:0px;
}
.mgtop-15{
    margin-top:15px;
}
.mpotlogofix{
    margin-left:-45px;
}
.bsform-input-print {
        width: 100%;
        border: 1px solid grey;
        font-size: 60%;
        min-height: 15px;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-right: 5px;
}
.trademark {
	font-size: 60%;
	vertical-align: text-top;
}

.sitepicthumb {
	height: 25px;
}

.sitepicthumb:hover {
	height: 150px;
}

.ytthumb {
	height: 25px;
}

.ytthumb:hover {
	height: 90px;
}

/* Make the navbar collapse on tablets */
@media (min-width:768px) and (max-width:1450px){
    .wd-5{
        margin-left:0px; 
    }
    .wd-5 input[type=checkbox]{
        margin-left:20px;
    }
}
@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
@media (max-width: 768px){
   .corpmenudropfix{
        top: 15px;
        right: 5px;
   }
   #logusrname{
        margin-top: 0px !important;
   }
input[type=checkbox]{
        position: reception;
        margin-left: 40px;
        width: 15px;
   }
}

/* Forward number: Auto-populated field styling */
input.auto-populated,
input.form-control.auto-populated {
    background-color: #ffff99 !important; /* Light yellow background */
    transition: background-color 0.3s ease !important; /* Smooth transition effect */
    border-color: #ffd700 !important; /* Optional: yellow border for better visibility */
}

/* Forward number: Remove auto-populated styling on focus/input */
input.auto-populated:focus,
input.auto-populated:active,
input.form-control.auto-populated:focus,
input.form-control.auto-populated:active {
    background-color: #ffffff !important; /* Return to white background */
    border-color: #ccc !important; /* Return to normal border */
}
