/*Extra Large desktop*/
@media screen and (max-width: 3200px) and (min-width: 2801px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 81vh !important;
    }
}
@media screen and (max-width: 2800px) and (min-width: 2401px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 81vh !important;
    }
}
@media screen and (max-width: 2400px) and (min-width: 1921px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 78vh !important;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1701px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 77vh !important;
    }
}
@media screen and (max-width: 1720px) and (min-width: 1501px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 74vh !important;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1301px) {
    #templateContentEditModel .import-cont-view.kindo-ck-editer .k-widget.k-editor {
        height: 73vh !important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

}

/* Large devices (laptops/desktops, 991px and up) */
@media only screen and (max-width: 991px) {


}
	
@media only screen and (max-width: 854px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	#wrapper {
       padding-left: 250px;
    }
    .fixed-brand {
       width: 250px;
    }
    #wrapper.toggled {
       padding-left: 0;
    }
    #sidebar-wrapper {
       width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
       width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
       width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
       width: 250px;
    }
    #page-content-wrapper {
       padding: 20px;
       position: relative;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
    }
    #wrapper.toggled #page-content-wrapper {
       position: relative;
       margin-right: 0;
       padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
       position: relative;
       margin-right: 0;
       margin-left: -200px;
       -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;
       width: auto;
    }
	.modal-dialog-w-1 {
		width: 95%;
	}
	.anapact-model .modal-dialog {
		margin: 20px auto;
	}
 }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
	.anapact-model {
		padding: 0px;
	}
	.anapact-model .modal-dialog {
		margin: 20px auto !important;
		width: 95% !important;
	}
	.add-filter-row {
		border-bottom: 1px dotted #c0c0c0;
		margin-top: 20px !important;
	}
	.coulmn-space-l {
	padding-left: 0px;
	}
	.coulmn-space-r {
		padding-right: 0px;
	}
  .divMetaField-act-btn {
    margin-top: 0px;
    text-align: center;
    padding: 15px 0px;
	background-color: #e1f6f7;
  }
	.set-workflow-sec .set-workflow-sno {
		max-width: 30px;
		margin-top: 20px;
		padding: 0px 0px 0px 15px;
	}
	.set-workflow-sec .set-workflow-app-act {
		width: 90%;
		padding-left: 20px;
	}
	.set-workflow-sec .set-workflow-desc {
		padding-left: 45px;
	}
	.set-workflow-sec .set-workflow-sno {
		max-width: 30px;
	}
	#divMetaField .divMetaField {
		margin-top: 20px !important;
	}
}


@media only screen and (max-width: 700px) {
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.status-fs-lable {
		width: 60px !important;
	}
	.status-fs-btns {
		width: auto !important;
	}
}	

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
}

@media only screen and (max-width: 575px) {
	.filteradd-remove-btn {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 450px) {
	.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
	.apact-login .input-group-prepend span {
		width: 40px !important;
	}
	.apact-login .input-group-prepend span {
		padding: 0px 0px;
		width: 35px !important;
	}
	.status-fs-btns .radio-bx{
		font-size: 13px;
	}
}
