/* Structure */
.popupDialog {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #666;
	background-color: #ffffff;
	border: none;
	opacity: .95;
    box-sizing: border-box;
}
    .popupDialog > .header
    {
        text-align: center;
        background-color: #999999;
        color: #FFFFFF;
        padding: 4px;
        font-weight: 300;
        font-size: 10pt;
        line-height: 11pt;
        white-space: nowrap;
        cursor: default;
    }
    .popupDialog > .body
    {
        position: absolute;
        top: 23px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
.connect-parameters {
	width: 800px;
	height: 475px;
}
.indFile-parameters {
	width: 800px;
	height: 395px;
}
.ulback
{
    border: none; float: left; width: 20%; margin: 0px; padding: 0px; background-color: #F0F0F0; opacity:.9; height: 100%;
}
.connect-parameters .ulback
{
    overflow: auto;
    }
.indFile-parameters .ulback
{
    }
/* Tabs */
ul.tabs {
	width: 90%;
	border-bottom-style: none !important;
	margin: 10px auto auto auto;
}

ul.tabs li {
	display:block;
	min-height: 36px;
	line-height: 36px;
	border: solid 1px #808080;
	background-color:#999999;
	margin: 3px;
    cursor: pointer;
}

ul.tabs li.active{
	border: solid 1px #db7107;
	background-color:#db7107;
	color: #FFFFFF;
}


ul.tabs li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
	color: #FFFFFF;
	text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
    width: 90%;
}

ul.tabs li.active a
{
    color: #FFFFFF;
    }
/* Tab content */

.tab_content {
	float: left;
	width: 75%;
	margin: 5px;
	font-size: 12px;
	padding: 10px 10px;
	text-align:left;
	overflow-y: scroll;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#config-pane .tab_content {
	height: 280px;
}

#indFileConfig-pane .tab_content {
	height: 245px;
}

.tab_content tr{
	height: 20px;
}

.tab_content td{
	padding: 0px;
}

.tab_content td:first-child
{
	width: 30%;
}

.tab_content td:nth-child[2]
{
	width: 60%;
}


/* Fields */

.popupTitle{
    height: 45px;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(214, 214, 214, .9);
    line-height: 45px;
    vertical-align: middle;
}

#anyHost{
	display: none;
}

input[type="text"], input[type="password"], select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-radius: 4px;
	border-width: 1px;
	border-color: silver;
	padding: 2px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.tab_content input[type='text']{
	width:300px;
}

.radiolist label
{
    display: inline-block;
	min-width: 70px;
    padding-left: 5px;
    box-sizing: border-box;
}

.tab_content select{
	width:307px;
}
.connect-parameters input:focus, select:focus
{
    box-shadow: 0 0 5px rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1) !important;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1) !important;
}

/* buttons */

.btntable {
	clear: both;
	height:50px;
	position: absolute;
	float:none;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	margin-bottom:15px;
	padding-top:10px;
	right: 0px;
	border: none;
	padding-right: 2%;
	color: #ffffff;
}
.btntable input
{
	float:right;
}
.trdpbtn
{
	height:30px;
	border:none;
	font-size:12px;
	text-transform: uppercase;
	background-color: #999999;
	vertical-align:middle;
	padding:5px;
	padding-right: 10px;
	margin:5px;
	cursor:pointer;
	float:right;
	white-space: nowrap;
}
a.trdpbtn
{
    float: none;
	background-color: #999999 !important;
    color: #ffffff !important;
}
.trdpbtn div
{
	display:inline;
	line-height:30px;
	vertical-align:middle;
	float:left;
	position:relative;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: -5px center;
}
/*.cancelBtn { width: 100px; }*/
.cancelBtn div { background-image: url(../images/cancel.png); }
/*#saveConfigBtn { width: 85px; }*/
#saveConfigBtn div { background-image: url(../images/save.png); }
#connectBtn div { background-image: url(../images/next.png); }
#restoreDefsBtn div { background-image: url(../images/restore-icon.png); }
/*#deleteBtn { width: 100px; }*/
#deleteBtn div { background-image: url(../images/delete.png); }

.confirmMsg {
	font-size: 12px;
	padding: 10px;
}
.confirmMsg div.trdpbtn{
	width: 50px;
	height: 15px;
	padding: 5px;
	margin: 10px;
	background-color: #DFDFDF;
}

#IFDownloadBtn { width: 140px; }
#IFDownloadBtn div { background-image: url(../images/download.png); }
/*#connectBtn { background-color: #779523;}*/
#IFUploadBtn div { background-image: url(../images/upload.png); }

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
}

div.fakefile img {margin: 0px 0px 0px 5px;}

.fileRelatedElem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-radius: 4px;
	border-width: 1px;
	border-color: silver;
	padding: 2px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	margin-left: 5px;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

#profiles { width: 300px; }

#tabIFOptions table { width: 100%; }
#IFHostOptions { width: 200px; }
#IFAdvancedTable td {padding-top: 5px;}
#IFAdvancedTable td:first-child { width: 140px; }
#IFAdvancedTable td:nth-child[2] { width: auto; }
#IFAdvancedTable input.numeric { width: 30px; }
#IFAdvancedTable label { width: 60px; display: inline-block; }

input.disabled {background-color:#CCCCCC;}

.btntable div.disabled { -moz-opacity: .5;	filter:alpha(opacity: .5); opacity: .5; cursor: default;}

/* internal tables */

.internalTableContainer
{
    display: block;
    overflow: scroll;
    border: solid 1px #999;
    }
.internalTable
{
    width: 100%;
    }
.internalTable tr
{
    height: auto;
    }
.internalTable th
{
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    border-bottom: solid 1px #999;
    color: #666;
    }

#backupList td:first-child { width: 5%; }

.internalBtn
{
    color: #FFF;
    padding: 2px;
    padding-right: 10px;
    height: 30px;
    line-height: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    float: none;
    display: inline-block;
}
.internalBtn:disabled,
.internalBtn:[disabled="disabled"]
{
    color: #CCC;
}

#backupListCont { height : 180px;}
#backupAdd { background-image: url("../images/add.png"); }
#backupDelete { background-image: url("../images/delete.png"); }
#backupModify { background-image: url("../images/edit.png"); }

/* -------------------------------------------------- */
.connect-parameters .item
{
    padding-bottom: 6px;
}
    .connect-parameters .item .label
    {
        width: 130px;
        display: inline-block;
        vertical-align: top;
        padding-top: 3px;
        margin-bottom: 2px;
        box-sizing: border-box;
    }
        .connect-parameters .item .label.bold
        {
            font-weight: 700;
        }
    .connect-parameters .item .data {
        display: inline-block;
        margin-bottom: 2px;
        box-sizing: border-box;
    }
        .connect-parameters .item input[type='checkbox'],
        .connect-parameters .item input[type='radio']
        {
            margin-left: 0px;
            margin-right: 5px;
        }
        .connect-parameters .item .title
        {
            font-weight: 700;
            padding-bottom: 4px;
        }

    /* ------------- */
    .inputFullWidth
    {
        width: 400px !important;
        max-width: 90%;
        box-sizing: border-box;
    }
    .inputMidWidth
    {
        width: 200px !important;
        max-width: 90%;
    }
    .inputSimpleWidth
    {
        width: 30px !important;
    }
    .inputDoubleWidth
    {
        width: 60px !important;
    }

div#connIconImg
{
    position: absolute;
    height: 64px;
    width: 64px;
    border: none;
    top: 0px;
    left: 425px;
}

#paneBackup .label
{
    width: 80px;
}

#paneBackup .data
{
    width: 68% !important;
}

#paneBackup .inputFullWidth
{
    width: 100% !important;
}
.indented
{
    padding-left: 10px;
}
.internalButtonBox
{
    display: block;
    text-align: right;
}
.rightButtonBox
{
    display: inline-block;
    float: right;
    padding-right: 0px;
    margin-right: 0px;
}

.rightButtonBox > div
{
    display: block;
    margin-top: 0px;
    margin-right: 0px;
}

.rightButtonBox > div[disabled="disabled"]
 {
    -moz-opacity: .5;
    filter:alpha(opacity: .5);
    opacity: .5;
    cursor: default;
}
input:disabled
{
    color: #999999;
}

/* ---- Responsive ---- */
@media only screen and (max-width: 800px)
{
    .popupDialog.connect-parameters
    {
        width: 98%;
    }

    #paneBackup .data
    {
        width: 65% !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 727px)
{
    #paneBackup .data
    {
        width: 60% !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 725px)
{
    div#connIconImg
    {
        left: 300px;
    }
}

@media only screen and (max-width: 637px)
{
    #paneBackup .data
    {
        width: 50% !important;
        max-width: 100%;
    }
}

@media only screen and (max-width: 612px)
{
    .tab_content
    {
        width: 72%;
    }
}

@media only screen and (max-width: 531px)
{
    .rightButtonBox div
    {
        background-image: none !important;
        text-align: center;
        float: none;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 500px)
{
    .connect-parameters .item .data {
        width: 100%;
        max-width: 100%;
    }
        .connect-parameters .item .inputFullWidth
        {
            width: 99% !important;
            max-width: 99%;
        }

    div#connIconImg
    {
        left: auto;
        right: 0px;
    }
}

@media only screen and (max-width: 464px)
{
    .popupDialog.connect-parameters
    {
        width: 98%;
    }
    select#profiles
    {
        width: 60%;
    }
}

@media only screen and (max-width: 455px)
{
    .trdpbtn
    {
        padding-left: 10px;
    }
    .trdpbtn div
    {
        padding-left: 0px;
        background-image: none !important;
        margin-left:40px;
    }
}

@media only screen and (max-width: 440px)
{
     #paneBackup .data
    {
        width: 45% !important;
        max-width: 100%;
    }
}