﻿
body:not(.modal-open) {
    padding-right: 0px !important;
}

/*body{
    overflow-x:hidden;
}*/

.noLoadingScreen{

}

/*div.sticky-wrap a[data-modal="true"]{
    color:red !important
}*/

.roundedCorners{
    border-radius: .57rem !important;
}

.bordered {
    border: 1px solid rgba(128,128,128,.4) !important;
}

.nav a > img{
    width:18px;
    height:18px;
    margin-right: 5px;
}

.w-32px {
    width: 32px !important;
}

#fullsearch a.active{
    border-bottom:2px solid #ff6849;
    color: #ff6849;
}

.card-header-small {
    padding: 0.05rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: .57rem;
    border-top-right-radius: .57rem;
}

.hover:hover{
    background-color: rgba(255,255,102,.4) !important;
}

.hoverCursor{
    cursor:pointer;
}

div.alert[data-systemmessage="true"]:hover{
    cursor:pointer;
}

.bg-greenhighlight, bg-greenhighlight.active{
    /*background-color: #c6ffc4 !important;*/
}

.bg-grey{
    background-color: #E1E1E1 !important;
    font-weight: 500 !important;
}

.login-register .alert{
    border-radius:10px;
}

div.form-group.row > div {
    margin: auto 0 auto 0;
}

div.form-group.row > label {
    margin: auto 0 auto 0;
}

i#openoptionsmodal{
    cursor:pointer;
}

.f-w-300{
    font-weight: 300 !important;
}

.f-w-400{
    font-weight: 400 !important;
}

.loginLogo{
    width:80%;
    height:auto;
}

.overflow-y{
    overflow-y:auto;
}

.overflow-x{
    overflow-x:auto;
}

span.pluralize {
    font-size: .7em;
}

.font-18{
    font-size: 18px;
}
.font-12{
    font-size: 12px;
}

.panel-default .panel-heading a
{
    color: black;
}

/*.modal-open{
    overflow:auto;
    padding-right:0 !important;
}*/

span.counter-lg{
    font-size:40px !important;
    font-weight:100 !important;
}

.ui-dialog{
    width:auto !important;
    position: fixed !important;
    top:0 !important;
    transform:translate(0, 50%) !important;
    z-index:10001;
}

.message--cover-fullpage {
    background-color: rgb(46, 46, 46);
    opacity: .9;
    z-index:10000;
    position: fixed;
    height: 100%;
    width: 100%;
}

.message--cover-fullpage h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: white;
    text-align:center;
    font-size: 18px;
    width:80%;
    line-height:5vw;
}

.show{
    display:block !important;
}

.hide {
    display:none !important;
}

.results-quick-search-placeHolder{
    position: fixed;
    top: 65px;
    left: 50%;
    height:auto;
    z-index: 9999;
    transform:translate(-50%, 0);
}

#results-quicksearch-container {
    margin-right:0px;  
    z-index: 10000;
    background-color: #E1E1E1;
    width:80vw;
    height: auto;
    max-height: 90vh;
    display:inline-block;
    padding-bottom: 10px;
    overflow-y: auto;
}

/*#results-quicksearch-container table td{
    padding-right: 40px;
    font-size:12px;
}

#results-quicksearch-container a:hover{
    color: #EC6B1D;
}*/

#results-quicksearch-content > div { 
    margin-left: 3.5px;
    margin-right: 3.5px;
    /*width: 99%;*/
    min-height: 80px;
}

/*#results-quicksearch-content li {
    padding-left: 10px !important;
}

#results-quicksearch-content li > a{
    padding: 0 !important;
    padding: 5px 5px 5px 5px;
}*/

#results-quicksearch-container .newvtab-wrapper {
    width: 100%;
}

#results-quicksearch-container ul.newvtabs {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    border-right: none !important;
    vertical-align: top;
}

#results-quicksearch-container ul.newvtabs {
    padding: 0;
}

    #results-quicksearch-container ul.newvtabs li {
        display: block;
        padding-left: 0px;
    }

        #results-quicksearch-container ul.newvtabs li > a {
            color: #2b2b2b;
            margin: 0;
            text-decoration: none;
            padding: 10px 5px 10px 5px;
        }

            #results-quicksearch-container ul.newvtabs li > a.active {
                border-right: none;
                margin-right: -1px;
                border-top: 2px solid #eee;
                border-bottom: 2px solid #eee;
                border-left: 2px solid #eee;
                border-top-left-radius: .57em;
                border-bottom-left-radius: .57em;
            }

            #results-quicksearch-container ul.newvtabs li > a:not(.active) {
                border-right: 2px solid #eee;
                margin-right: -1px;
            }

            #results-quicksearch-container ul.newvtabs li > a:hover {
                margin-right: -1px;
                background-color: #eee;
            }

#results-quicksearch-container div.tab-content {
    /*border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
}

#results-quicksearch-container div.vtabContentWrapper {
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-top-right-radius: .57em;
    border-bottom-right-radius: .57rem;
}

/*#results-quicksearch-container table th, td {
    padding: .25rem .25rem !important;
}*/

#results-quicksearch-bottom-container{
    margin-left:0 !important;   
    margin-right:0 !important;
    display:inline-block;       
    text-align:right;
    max-width:none !important;
    height: 35px;
}

#results-quicksearch-view-full-results{
    text-align:center;
    color: #145783;
    margin-top:1px;
    font-size:80%;
    cursor:pointer;
}

#results-quicksearch-fullSearch {
    font-size: 12px;
    color: #4F5467;
    padding-right: 50px; 
    cursor: pointer;
    display:inline-block;
    position: fixed;
    left: 5px;
    padding-top: 3px;
}
#results-quicksearch-fullSearch input[type="submit"] {
    padding-top: 8px;
}

#results-quicksearch-close-element {
    padding-top: 8px;
    padding-left: 1px;
    padding-right: 25px; 
    cursor: pointer;
    display:inline-block;
    position:fixed;
    right: 0;
}

#results-quicksearch-reload{
    width: 50px;
    float:left;
    margin-top: 5px;
    margin-left: 5px;
}

.btn-ttgblue{
    background-color: #145783 !important;
    color: #fff !important;
}



#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}
    
#idletimeout a {
    color: #fff;
    font-weight: bold
}
    
#idletimeout span {
    font-weight: bold
}

.textBoxAsLabel{
    border: none;
    background: transparent;
    width: auto;
}

.submenuitem select{
    font-size:12px;
    margin: 0 0 0 3px;
}
.submenuitem input{
    width: auto;
    font-size:12px;
    transform: translate(0, 15%);
}

.submenuitem input.text-box{
    width: auto;
    font-size:12px;
    transform: translate(0, -1%);
}

.submenuitem  i.fa-refresh:hover{
    cursor: pointer;
}

.top-left-part > a.logo img {
    width: 48px !important;
    height: auto !important;
}

#ajaxLoadingMessage {
    width: 100%;
    height: 25px;
}

#ajaxLoadingMessage h3{
    font-size: 24px;
    text-align: center;
}

div.customvtab > ul > li > a{
    padding: 10px 5px 10px 0px !important;
}

/*.customtab.nav-tabs.tab-active-green .nav-link.active, 
    .customtab.nav-tabs.tab-active-green .nav-link:hover
{
    border-bottom: 2px solid green !important;
    color: green !important;
}*/


.customvtab.tab-active-green li > a.active,
    .customvtab.tab-active-green li > a:hover
{
    border-right: 2px solid green !important;
    color: green !important;
}

ul.newvtabs {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style:none;
    border-right: 1px solid rgba(120, 130, 140, .13);
    vertical-align:top;
}

.newvtab-wrapper{
    width:100%;
}

ul.newvtabs {
    padding: 0;
}

ul.newvtabs li {
    display:block;
    padding-left: 0px;
}

ul.newvtabs li > a {
    color: #2b2b2b;
    margin: 0;
    text-decoration:none;
    padding: 10px 5px 10px 5px;
}

    ul.newvtabs li > a.active {
        border-right: 2px solid #ff6849;
        margin-right: -1px;
    }
ul.newvtabs li > a:hover
 {
    margin-right: -1px;
    background-color: #eee;
}

.customtab.tabstyle2{
    border-bottom:none;
}
.customtab.nav-tabs.tabstyle2 .nav-link.active {
    background-color: #00c292 !important;
    border-bottom: 2px solid #00c292;
    color: white !important;
    font-weight: 500;
}
.customtab.nav-tabs.tabstyle2 .nav-link{
    border-bottom: 2px solid grey;
    color: black !important;
    font-weight:500;
    margin: 0 5px;
    white-space:nowrap;
}

.customtab.tabstyle3{
    border-bottom:none;
}
.customtab.nav-tabs.tabstyle3 .nav-link.active {
    background-color: #03a9f3 !important;
    border-bottom: 2px solid #03a9f3;
    color: white !important;
    font-weight: 500;
}
.customtab.nav-tabs.tabstyle3 .nav-link{
    border-bottom: 2px solid grey;
    color: black !important;
    font-weight:500;
    margin: 0 5px;
    white-space:nowrap;
}


ul.customtab.tabstyle4 {
    background-color: white;
    margin-bottom:15px;
    padding: 0 10px;
    border-radius: .57rem;
}

.customtab.nav-tabs.tabstyle4 .nav-link.active {
    border-bottom: none;
    color: #ff6849 !important;
    padding-bottom: 2px;
    padding-top: 3px;
}

.customtab.nav-tabs.tabstyle4 .nav-link {
    border-bottom: none;
    padding-bottom: 2px;
    padding-top: 3px;
}

    .customtab.nav-tabs.tabstyle4 .nav-link:hover {
        border-bottom: none;
        color: #ff6849 !important;
    }


ul.customtab.tabstyle5 {
    background-color: white;
    margin-bottom: 15px;
    padding: 0 10px;
    border-radius: .57rem;
}

.customtab.nav-tabs.tabstyle5 .nav-link.active {
    border-bottom: none;
    color: #ff6849 !important;
    padding-bottom: 2px;
    padding-top: 3px;
}

.customtab.nav-tabs.tabstyle5 .nav-link {
    border-bottom: none;
    padding-bottom: 2px;
    padding-top: 3px;
}

    .customtab.nav-tabs.tabstyle5 .nav-link:hover {
        border-bottom: none;
        color: #ff6849 !important;
    }

.m-t-10-neg{
    margin-top:-10px !important;
}



.panel-small{
    padding: 5px 25px !important;
}


/*Ajax Loading Bar*/
#noTrespassingOuterBarG{
	height:25px;
	width:50vw;
	border:1px solid rgb(235,108,29);
	overflow:hidden;
	background-color:rgb(210,209,196);
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	margin-bottom: 5px;
}

.noTrespassingBarLineG{
	background-color:rgb(235,108,29);
	float:left;
	width:16px;
	height:135px;
	margin-left:15px;
	margin-right:12px;
	margin-top:-32px;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

.noTrespassingAnimationG{
	width:55vw;
	animation-name:noTrespassingAnimationG;
		-o-animation-name:noTrespassingAnimationG;
		-ms-animation-name:noTrespassingAnimationG;
		-webkit-animation-name:noTrespassingAnimationG;
		-moz-animation-name:noTrespassingAnimationG;
	animation-duration:0.400s;
		-o-animation-duration:0.400s;
		-ms-animation-duration:0.400s;
		-webkit-animation-duration:0.400s;
		-moz-animation-duration:0.400s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}



@keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-43px;
	}
}

@-o-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-43px;
	}
}

@-ms-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-43px;
	}
}

@-webkit-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-43px;
	}
}

@-moz-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-43px;
	}
}

div.component tr.clickable-row a, div.component a:visited {
    color: #797979 !important;
}
tr.clickable-row:hover {
    cursor:pointer;
}

tr td{
    vertical-align:middle !important;
}


hr.topnavborder{
    border: 1px solid #E1E1E1;
    width:100%;
    position:fixed;
    top:40px;
    z-index: 1000;
}

/*td[data-ismodal="true"]
{
    cursor:pointer;
}*/

#disabledreport:hover{
    cursor: not-allowed;
    background-color: #FF726F!important;
}

.ribbon{
    font-size: 10px !important;
}

/*tbody.connectedSortable tr.dragdisabled
,tbody.connectedSortable2 tr.dragdisabled{
    border:1px solid red;
}*/

tbody.connectedSortable tr:not(.dragdisabled):hover{
    cursor: move !important;
}
tbody.connectedSortable tr.dragdisabled:hover{
    cursor: default !important;
}


tbody.connectedSortable2 tr:not(.dragdisabled):hover{
    cursor: move !important;
}
tbody.connectedSortable2 tr.dragdisabled:hover{
    cursor: default !important;
}

div 
{
    vertical-align:middle;
}






/* Right click Menu*/

div#cntnr #items{
    list-style:none;
    margin:0px;
    margin-top:4px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:3px;
    color: #333333;
  
}

div#cntnr li:hover{
    color: white;
    background:#145783;
    border-radius:2px;
    cursor: pointer;
}

div#cntnr{
    display:none;
    position:fixed;
    border:1px solid #B2B2B2;
    width:175px;      
    background:#F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius:4px;
    z-index:99999;
}

div#cntnr li{  
    padding: 3px;
    padding-left:10px;
}



div.hpoption:hover{
    cursor:pointer;
    border: 1px solid #145783;
}


.btnEnabled{
    background-color: #5cb85c !important;
    color: #fff !important;
}

.btnDisabled{
    background-color: #ab8ce4 !important;
    color: #fff !important;
}



.AdHocBox{
    overflow-y:auto;
    min-height:20vh;
    max-height:50vh;
}




tr.hpFinPort:hover{
    cursor:pointer;
}

span.PageHeader{
    font-size:18px;
    font-weight: bold;
}

span.PageSubHeader {
    font-size: 12px;
}



table.helpTable th:first-child, td:first-child{
    width: 200px;
}



.card-block-small {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem 1.5rem .5rem 1.5rem;
}


.maintenanceOption{
    margin-bottom: 20px;
}
.maintenanceOption.disabled {
    margin-bottom: 20px;
    background-color: lightgrey !important;
}
.maintenanceOption:hover {
    cursor: pointer;
    border: 1px solid black;
    background-color: rgba(255,255,102,.4) !important;
}
.maintenanceOption.disabled:hover {
        background-color: grey !important;
}


.actionButton{
    border-radius:.57rem;
    /*padding: 3px 5px;*/
    display:inline;
    margin-right:5px;
}

div.actionButton a{
    color:white;
}
    div.actionButton a:visited {
        color: white;
    }

.actionButton:hover {
    opacity: .50;
}

a[data-reportLink="true"] *:hover{
    cursor:pointer !important; 
}

.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}


@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}