/** angular-aside - v1.3.2 -  https://github.com/dbtek/angular-aside  - 2015-11-17 - Copyright (c) 2015 İsmail Demirbilek - License: MIT **
Animate.css - http://daneden.me/animate   -   Licensed under the MIT license - http://opensource.org/licenses/MIT   -  Copyright (c) 2014 Daniel Eden  */


.ng-aside {
    overflow-y: auto;
    overflow-x: hidden
}
.ng-aside .modal-dialog {
    position: absolute;
    margin: 0;
    padding: 0
}/*
.ng-aside.fade .modal-dialog {
    -o-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}*/
.ng-aside .modal-dialog .modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    border-radius: 0
}
.ng-aside.horizontal,
.ng-aside.horizontal .modal-dialog .modal-content {
    height: 100%
}
.ng-aside.horizontal .modal-dialog {
    position: absolute;
    top: 0;
    height: 100%;
	right:0px;
}
.right { right:0px;}
.left { left:0px;}
