.tundra.mobile-style {

}

.tundra.mobile-style .dijitDialog {
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 0;
    z-index: 1030 !important;			
}
/*
body.msie.tundra.mobile-style .dijitDialog {
    max-width: 700px;
}
*/
.tundra.mobile-style .dijitDialogPaneContent {
			min-width: 700px;
			/*max-width: 700px !important;*/
			/*max-height: 700px !important;*/
			overflow-y: auto;
		}
.tundra.mobile-style .dijitDialogPaneContent .container.mpt-body {
			padding-top: 15px;
		}
@media screen and (max-width: 767px) {
	.tundra.mobile-style .dijitDialogPaneContent {
		min-width: calc(100vw - 20px) !important;;
		max-width: 750px !important;
		/*max-height: 500px !important;*/
	}
}
@media screen and (max-width: 480px) {
	.tundra.mobile-style div#dijit_Dialog_0.dijitDialog {
		left: 0 !important;
	}
	.tundra.mobile-style .dijitDialogPaneContent {
		min-width: calc(100vw - 20px) !important;
		max-width: 470px !important;
		height: 87vh!important; 
		/*max-height: 470px !important;*/
	}
}
    

.tundra.mobile-style .dijitDialogPaneContent {
    background-color: #f1f1f1;
    padding: 0;    	
}

.tundra.mobile-style .dijitDialogPaneContent .container.mpt-body {
    padding: 0;
}

/*
.tundra.mobile-style .dijitDialogPaneContent .form-segment {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
*/

.tundra.mobile-style .dijitDialogTitleBar {
    background: none;
    border: none;
    padding: 3px 0 3px 0;
    text-align: center;
}
.tundra.mobile-style .dijitDialogTitleBar .dijitDialogTitle {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.tundra.mobile-style .dijitDialogCloseIcon {
    background: none;
}
.tundra.mobile-style .dijitDialogCloseIcon::before {
    content: '\f00d';
    font: normal normal normal 22px/1 FontAwesome;
    color: #ed1c24;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0 solid transparent;
    z-index: 3;
}

